Merge pull request #12485 from 4DPrinters/patch-1

Update PauseAtHeight.py
This commit is contained in:
Jaime van Kessel 2022-06-13 15:50:54 +02:00 committed by GitHub
commit 90bb02acae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: