mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06: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
953d363d96
commit
257a661ef1
1 changed files with 1 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ class ChangeAtZProcessor:
|
||||||
self.targetLayer = None
|
self.targetLayer = None
|
||||||
self.targetZ = None
|
self.targetZ = None
|
||||||
self.layerHeight = None
|
self.layerHeight = None
|
||||||
self.lastValues = {}
|
self.lastValues = {"speed": 100}
|
||||||
self.linearRetraction = True
|
self.linearRetraction = True
|
||||||
self.insideTargetLayer = False
|
self.insideTargetLayer = False
|
||||||
self.targetValuesInjected = False
|
self.targetValuesInjected = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue