From 98ed17d2df67e98d38ddc58cea26200fb4d1d1be Mon Sep 17 00:00:00 2001 From: 4DPrinters <105871747+4DPrinters@users.noreply.github.com> Date: Thu, 9 Jun 2022 14:34:28 -0500 Subject: [PATCH] Update PauseAtHeight.py Corrected typo on line 333 --- plugins/PostProcessingPlugin/scripts/PauseAtHeight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py index b31b8efa7c..5923a53adf 100644 --- a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py +++ b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py @@ -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: