mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 15:49:03 +08:00
Merge pull request #12485 from 4DPrinters/patch-1
Update PauseAtHeight.py
This commit is contained in:
commit
90bb02acae
@ -330,7 +330,7 @@ class PauseAtHeight(Script):
|
||||
|
||||
current_height = current_z - layer_0_z
|
||||
if current_height < pause_height:
|
||||
continue # Scan the enitre layer, z-changes are not always on the same/first line.
|
||||
continue # Scan the entire layer, z-changes are not always on the same/first line.
|
||||
|
||||
# Pause at layer
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user