mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-19 04:09:40 +08:00
Merge branch 'CURA-6965_fix_pause_at_height' of github.com:Ultimaker/Cura
This commit is contained in:
commit
74b5af3edd
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user