mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Update PauseAtHeight.py
Corrected typo on line 333
This commit is contained in:
parent
d5511a078c
commit
98ed17d2df
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,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:
|
||||||
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
|
# Pause at layer
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue