mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Don't erase G92 commands
They should only be read in order to detect travel moves properly. They don't need to be modified in any way. Fixes #4878.
This commit is contained in:
parent
163b54c441
commit
24b1930b14
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ class Stretcher():
|
|||
current.readStep(line)
|
||||
onestep = GCodeStep(-1, in_relative_movement)
|
||||
onestep.copyPosFrom(current)
|
||||
onestep.comment = line
|
||||
else:
|
||||
onestep = GCodeStep(-1, in_relative_movement)
|
||||
onestep.copyPosFrom(current)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue