Solved - Custom G-Code for " Pause - Wipe - Resume"

I know M400 pauses the X1 and P1 series, not finding any reports that it does not work for any Bambu printer.

From https://github.com/jphannifan/x1plus-testing/blob/main/Gcode.md:

Command Argument Usage
M400 - Finish the current
M400 S[t] Wait for last command to complete + delay in seconds
M400 P[t] Wait for last command to complete + delay in milliseconds
M400 U1 Wait until user presses ‘Resume’

Examples:

1 Like