mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00
Ensure changeAtZ script sees speed 100 as default
The speed is asumed to be default at 100%. This is so much assumed that the g-code doesn't even put a m220 s100 command as the basis anymore CURA-7773
This commit is contained in:
parent
ae9ab5745e
commit
69b855f298
@ -1305,7 +1305,7 @@ class ChangeAtZProcessor:
|
||||
self.targetLayer = None
|
||||
self.targetZ = None
|
||||
self.layerHeight = None
|
||||
self.lastValues = {}
|
||||
self.lastValues = {"speed": 100}
|
||||
self.linearRetraction = True
|
||||
self.insideTargetLayer = False
|
||||
self.targetValuesInjected = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user