Modify g code program while it's being executed
Is it possible to add to or modify the the program after it has started? Example- I start a print then decide at layer 100, 5 hours into the print I want to add an M0 (along with the required code to resume) to install a captured nut. Can i do this and if so how far ahead of the currently executed commands can I do this? In case it matters I'm using Marlin FW.Thanks
Comments
For pauses you better should use
@pause Message
and configure pause script to move away. That way host controls pause and not the printer.