chiark / gitweb /
Add spialize mode which makes printing of cups and vases easy.
[cura.git] / Cura / util / sliceEngine.py
index e4532f3c44f0528a3d7c5de542b1e8fe6a81854f..beb4abfc744f68b40b8865a965163d4b6f0d9242 100644 (file)
@@ -326,6 +326,8 @@ class Slicer(object):
                        settings['layerThickness'] = 1000
                if profile.getMachineSetting('gcode_flavor') == 'UltiGCode':
                        settings['gcodeFlavor'] = 1
+               if profile.getProfileSetting('spiralize') == 'True':
+                       settings['spiralizeMode'] = 1
                return settings
 
        def _runSliceProcess(self, cmdList):