chiark / gitweb /
Actually send simple mode to the engine.
authordaid <daid303@gmail.com>
Wed, 21 May 2014 06:55:44 +0000 (08:55 +0200)
committerdaid <daid303@gmail.com>
Wed, 21 May 2014 06:55:44 +0000 (08:55 +0200)
Cura/util/sliceEngine.py

index baa4fd478a79e08c8122666c76368f686ffcd30a..ee15745d73bae16ec13c65d5c0b625dae883b556 100644 (file)
@@ -558,6 +558,8 @@ class Engine(object):
                        settings['gcodeFlavor'] = 5
                if profile.getProfileSetting('spiralize') == 'True':
                        settings['spiralizeMode'] = 1
+               if profile.getProfileSetting('simple_mode') == 'True':
+                       settings['simpleMode'] = 1
                if profile.getProfileSetting('wipe_tower') == 'True' and extruderCount > 1:
                        settings['wipeTowerSize'] = int(math.sqrt(profile.getProfileSettingFloat('wipe_tower_volume') * 1000 * 1000 * 1000 / settings['layerThickness']))
                if profile.getProfileSetting('ooze_shield') == 'True':