mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 15:39:14 +08: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
@ -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…
x
Reference in New Issue
Block a user