chiark / gitweb /
Support pause between first and second layer
[cura.git] / Cura / plugins / pauseAtZ.py
index 119bfcb57d86c98008a8a876a41c7d512c897ae0..89b7ac2cde4bc7ea7ceb350670740865efeb093e 100644 (file)
@@ -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(';'):