From: James Walker Date: Sun, 11 Aug 2013 12:54:34 +0000 (+1000) Subject: Support pause between first and second layer X-Git-Tag: 13.10~100^2~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f584371d6cbf7beb6105b0a201f567735ab2ae5e;p=cura.git Support pause between first and second layer --- 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(';'):