mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +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
|
current_height = current_z - layer_0_z
|
||||||
if current_height < pause_height:
|
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
|
# Pause at layer
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user