conditional Gcode with printer Mode
-
Hi !
I what to make to different pause script, one for the CNC mode and one for the FFF mode. Who can I make a "if" command with the M450 command ?
like:if M450 == "PrinterMode:FFF" ;one pause script.. if M450 == "PrinterMode:CNC" ;second pause script
thank you !
-
@pseud3mys you need to check the object model
sostate.machineMode
-
@jay_s_uk thank you !