chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfc9eff
)
Support pause between first and second layer
author
James Walker
<github@jzwalker.id.au>
Sun, 11 Aug 2013 12:54:34 +0000
(22:54 +1000)
committer
James Walker
<github@jzwalker.id.au>
Sun, 11 Aug 2013 12:54:34 +0000
(22:54 +1000)
Cura/plugins/pauseAtZ.py
patch
|
blob
|
history
diff --git
a/Cura/plugins/pauseAtZ.py
b/Cura/plugins/pauseAtZ.py
index 119bfcb57d86c98008a8a876a41c7d512c897ae0..89b7ac2cde4bc7ea7ceb350670740865efeb093e 100644
(file)
--- 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(';'):