Merge branch 'CURA-6965_fix_pause_at_height' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2019-11-22 11:21:33 +01:00
commit 74b5af3edd
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -219,7 +219,7 @@ class PauseAtHeight(Script):
current_height = current_z - layer_0_z
if current_height < pause_height:
break # Try the next layer.
continue # Scan the enitre layer, z-changes are not always on the same/first line.
# Pause at layer
else: