G92 positional resets having pausing effect? #827
paukstelis started this conversation in General
Replies: 1 comment 3 replies
-
No, but all setting changes will casue a pause when saved - how long depends on which type of non-volatile storage (NVS) is in use. Another potential issue to be aware of is lifetime, flash and EEPROM will eventually wear out - FRAM in practice never. FYI the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few scripts that kick out a variety of gcode for lathe and lathe-like operations.
It is often useful in those cases to reset the rotational axis position in the command list with a
G92 A0.In the last few firmware versions (unfortunately I can't point to exactly when things changed) I have noticed that these G92 position setting lead to distinct pauses when executed. Are there other settings that I might look to that might also be impacting this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions