[CNC-DWC 3.5.0-b1] CNC Tool position and Machine coordinates
-
With the CNC- Version of DWC 3.5.0-b1 the tool position and machine coordinate are always the same.
When a tool is selected, the machine coordinates are updated as well as the tool position. The same goes for the "Set-Z" buttons that update the machine position as well as the Tool position.
The issue is solved by downgrading to DWC version 3.4.5
-
-
@MaxGyver Can you confirm if the values in the Object model are different:
e.g.:
echo move.axes[0].machinePosition echo move.axes[0].userPosition
-
Sry for my late reply.
Yes, the object model shows different values when a tool is loaded
echo move.axes[0].machinePosition 78 echo move.axes[0].userPosition 65.9
But the DWC does not show the correct machine Position.
-
@MaxGyver thanks for confirming
Paging @chrishamm
-
@MaxGyver Thanks, confirmed. I'll fix it in the next version.
-