chiark / gitweb /
Merge branch 'master' into SteamEngine
[cura.git] / Cura / slice / __main__.py
index 9e5b91c803bb13f6a262bf76d7a09f5f2e946e67..d3c313fd1c46979c18bf242d719720502b864b25 100644 (file)
@@ -108,6 +108,8 @@ def main():
                        zString = zString[0:zString.find(' ')]
                        clearZ = max(clearZ, float(zString) + 10)
                        profile.setTempOverride('clear_z', clearZ)
+                       print position
+                       print profile.getAlterationFileContents('nextobject.gcode')
                        resultFile.write(profile.getAlterationFileContents('nextobject.gcode').replace('?filename?', ' '.join(filenames).encode('ascii', 'replace')))
 
                output = []