mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:28:59 +08:00
Set relative after getting to line G91
This commit is contained in:
parent
952bc54452
commit
fca51ac41f
@ -136,9 +136,11 @@ class Stretcher():
|
||||
# end of relative movement
|
||||
elif _getValue(line, "G") == 90:
|
||||
in_relative_movement = False
|
||||
current.setInRelativeMovement(in_relative_movement)
|
||||
# start of relative movement
|
||||
elif _getValue(line, "G") == 91:
|
||||
in_relative_movement = True
|
||||
current.setInRelativeMovement(in_relative_movement)
|
||||
|
||||
elif _getValue(line, "G") == 92:
|
||||
current.readStep(line)
|
||||
|
Loading…
x
Reference in New Issue
Block a user