Repetier Host: Resume printing after pause, using Cura 2.3 extension
I have recently started using Cura 2.3.1.
Amongst others, this slicing software offers an extension that is called "Pause at height" that halts printing at a user-defined height, which is very useful if you want to insert material at a certain spot on top of which the print should continue.
I was expecting that this mechanism would work with the pause-function that is available in Repetier-Host. However: that is not the case.
Does anyone know how I can resume printing, once the gcode goes into "pause"?
Or is there another trick to use this Cura extension in combination with Repetier Host?
Comments
;TIME_ELAPSED:1449.411321
;TYPE:CUSTOM
;added code by post processing
;script: PauseAtHeight.py
;current z: 2.000000
M83
G1 Z3.000000 F300
G1 X70.000000 Y70.000000 F9000
G1 Z15 F300
M84 E0
M0 ;Do the actual pause
G1 Z3.000000 F300
G1 X87.143000 Y87.143000 F9000
G1 F9000
M82