Panel Due Jog Axis In Message Not Displaying
-
Is your A axis rotational?
I think the normal axis lettering would be XYZ UVW ABC
-
It is. But should that matter?
-
For the PanelDue it may. @mfs12 may be able to say more.
-
i think this is a mapping problem in RRF. Each axis corresponds to a bit in the m291 binary representation of the control field.
The mapping implemented in paneldue is "XYZUVWABCD".
Check the following PR for details of the implementation.
-
does this also happen with DWC?
-
-
@mfs12 said in Panel Due Jog Axis In Message Not Displaying:
The mapping implemented in paneldue is "XYZUVWABCD".
That explains it. PanelDue should use the same mapping from axis numbers to letters as it does for the homing buttons, which I believe it picks up from move.axes[].letter.
-
The correct axis are displayed in DWC a jog correctly.
While we're discussing axis jogging is there any ability to change the intervals that are displayed per axis? It would also be great if I could display a +/- instead of the baby step icons?
-
@that-guy-e I've logged this fault (incorrect axes displayed) at https://github.com/Duet3D/PanelDueFirmware/issues/242.
-
-
@that-guy-e said in Panel Due Jog Axis In Message Not Displaying:
Thank you. I can reassign A to U and post process gcode for the interim. Do you guys have any timeline for the next panel due firmware update?
Note yet, but we may have news soon.
For future reference are thing like this best brought up here or github?
Here, because it's not always obvious whether an issue needs fixing in RRF, PanelDue, or both.
-