chiark / gitweb /
Update on the 3D window, now with nice icons. Also added some more error logging...
[cura.git] / Cura / slice / __main__.py
index 66f20db12e9bcab3556cbf4e8274a0224bc959cc..9f4e585825359be223223e1049fc04c0cc8a945d 100644 (file)
@@ -59,6 +59,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 = []