G92 command no longer works
-
My slicer ending script uses G92 commands in the ending script. Recently I've noticed that Y does not move to its commanded position. When I enter any G92 command from the console (example G92 Y300) nothing happens. What do I do to fix this?
-
@luckyflyer G92 isn't a movement command
https://duet3d.dozuki.com/Wiki/Gcode#Section_G92_Set_Position -
@luckyflyer Are you sure that your interpretation of G92 is correct. Looking at the gcode definition: https://duet3d.dozuki.com/Wiki/Gcode#Section_G92_Set_Position The command simply allows you to specify that the axis is currently at a particular position. In particular it states "No physical motion will occur". So I would not expect any motion from that command.
-
Ok, don't know what's going on here, seems like it did move Y to 300. Clearly you are correct regarding that command.