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:
Jaime van Kessel 2020-10-21 16:52:39 +02:00 committed by Remco Burema
parent ae9ab5745e
commit 69b855f298
No known key found for this signature in database
GPG Key ID: 215C49431D43F98C

View File

@ -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