Extensions > Post Processing > Modify G-Code
THKs
But it only work on the last layer. Even if the parameters are changed.
And can't see the pause layer like 15.X in layers view.
Is there something wrong ?
Extensions > Post Processing > Modify G-Code
THKs
But it only work on the last layer. Even if the parameters are changed.
And can't see the pause layer like 15.X in layers view.
Is there something wrong ?
Ufortunately it doesn't work on my UM3 either. It adds following lines to the Gcode, but nothing happens. Would be great if somebody knew what to do. Thanks in advance!
;POSTPROCESSED
;TYPE:CUSTOM
;added code by post processing
;script: PauseAtHeight.py
;current z: 4.000000
M83
G1 E-4.000000 F6000
G1 Z5.000000 F300
G1 X190.000000 Y190.000000 F9000
G1 Z15 F300
M84 E0
M0 ;Do the actual pause
G1 E4.000000 F6000
G1 E-4.000000 F6000
G1 Z5.000000 F300
G1 X0.000000 Y0.000000 F9000
G1 E4.000000 F6000
G1 F9000
M82
G92 E-1.000000
;Generated with Cura_SteamEngine 2.3.1
Recommended Posts
peteruithoven 4
Extensions > Post Processing > Modify G-Code
Link to post
Share on other sites