stop during operation
-
Is there a way to stop execution in the middle of running G-code? (G0 or G1)
emerDuet's system needs a command that stops only the commands that were running without shutting down.
Or, I want to create a function that moves the X/Y axis with the left/right/forward/backward buttons. What command should I use?
-
You can configure segmentation to break up long running moves into shorter segments which have a window of interruption between them.
See M669 S and T parameter
@Dennis_kim said in stop during operation:
Or, I want to create a function that moves the X/Y axis with the left/right/forward/backward buttons. What command should I use?
I'm not sure what you're actually looking to do. Can you give some more detail?