mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 03:04:23 +08:00
Also reset extrusion for Griffin printers
The rest may not be necessary but the G92 is crucial if redo layer is activated. Contributes to issue CURA-7413.
This commit is contained in:
parent
05b0bf5988
commit
aff28d821f
@ -362,8 +362,8 @@ class PauseAtHeight(Script):
|
||||
|
||||
prepend_gcode += self.putValue(M = 82) + " ; switch back to absolute E values\n"
|
||||
|
||||
# reset extrude value to pre pause value
|
||||
prepend_gcode += self.putValue(G = 92, E = current_e) + "\n"
|
||||
# reset extrude value to pre pause value
|
||||
prepend_gcode += self.putValue(G = 92, E = current_e) + "\n"
|
||||
|
||||
layer = prepend_gcode + layer
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user