From f584371d6cbf7beb6105b0a201f567735ab2ae5e Mon Sep 17 00:00:00 2001 From: James Walker Date: Sun, 11 Aug 2013 22:54:34 +1000 Subject: [PATCH] Support pause between first and second layer --- Cura/plugins/pauseAtZ.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/plugins/pauseAtZ.py b/Cura/plugins/pauseAtZ.py index 119bfcb5..89b7ac2c 100644 --- a/Cura/plugins/pauseAtZ.py +++ b/Cura/plugins/pauseAtZ.py @@ -29,7 +29,7 @@ z = 0. x = 0. y = 0. pauseState = 0 -currentSectionType = 'CUSTOM' +currentSectionType = 'STARTOFFILE' with open(filename, "w") as f: for line in lines: if line.startswith(';'): -- 2.30.2