-
I'd like to change the tool numbers displayed on the PanelDue to be "1-based". Is there a way to do it?
I'm trying to have consistent labeling of tools/extruders between the PanelDue UI and PrusaSlicer. The slicer numbers the extruders starting with "1" (even though the gcode output is 0-based) and I'd like to have the PanelDue labels start with 1 also so there is a match.
I'm able to change the labeling in DWC through the S parameter in the M563 command. A new parameter in this command could do it, or another parameter in M575, or even a whole new macro or MXXX command for sending configuration parameters to the PanelDue.
-
@mikeabuilder the PanelDue is a pretty old product and likely would need a firmware change to accomodate your request.
It would be nice to have though to be able to have named tools.
-
@mikeabuilder are you referring to the numeric labels next to the nozzle icons, on the buttons across the top of the Control page?
-
@dc42 - Yes, those are the labels I'd like to be able to change.
-