From 0e23fb15afd9d574fdad0b58a3bbc2f15ece0621 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 12 Feb 2018 11:07:15 +0100 Subject: [PATCH] Don't skip the first layer --- plugins/PostProcessingPlugin/scripts/PauseAtHeight.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py index 2d20bb5d17..92a380388d 100644 --- a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py +++ b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py @@ -126,7 +126,6 @@ class PauseAtHeight(Script): for line in lines: if ";LAYER:0" in line: layers_started = True - continue if not layers_started: continue