Macros on control page
-
Hello,
I see that on PanelDue 4 macros are normally on the main page.
I have all my macros on the macro page, and refreshing perfectly but i cannot populate the main page.
There is plenty of room, it's a cnc machine and only heat bed is displayed.How these 4 macros are displayed ? Automatically ? The 4 first in alphabetical order i think.
-
Whats your PanelDue firmware version? You can check in the Setup page.
The "4 macros on the control page" was introduced in v1.20. -
@resam said in Macros on control page:
Whats your PanelDue firmware version? You can check in the Setup page.
The "4 macros on the control page" was introduced in v1.20.I was on 1.23.2 and now upgraded to 1.24
-
that should be recent enough...
The macros you are looking for show up in the web interface?
Did you use any special folder or file name? -
@resam said in Macros on control page:
The macros you are looking for show up in the web interface?
Did you use any special folder or file name?Yes the macros appears on web interface and macro page without any problem.
-
It might be related to your CNC config - since you don't have a tool / extruder / hotend defined, this condition might kick in and hide all macros:
https://github.com/Duet3D/PanelDueFirmware/blob/master/src/UserInterface.cpp#L2421just to confirm, can you try and define a dummy tool - I think the macros should show up then.
-
@resam said in Macros on control page:
just to confirm, can you try and define a dummy tool
Yessss perfect
I created tool 0 "M563 P0 H0 S"Default tool" ; Create dummy tool"
And now it works, i have the 4 macros.
Thank you