mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue