mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge branch 'CURA-6965_fix_pause_at_height' of github.com:Ultimaker/Cura
This commit is contained in:
commit
74b5af3edd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue