From: daid Date: Fri, 14 Feb 2014 14:05:10 +0000 (+0100) Subject: Fix makerbot flavor X-Git-Tag: 14.02-RC2~12 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=65caacd78f23064627d7557fc8598f8bd777d973;p=cura.git Fix makerbot flavor --- diff --git a/Cura/util/sliceEngine.py b/Cura/util/sliceEngine.py index 87b3e4e2..9f432f4d 100644 --- a/Cura/util/sliceEngine.py +++ b/Cura/util/sliceEngine.py @@ -521,6 +521,8 @@ class Engine(object): settings['layerThickness'] = 1000 if profile.getMachineSetting('gcode_flavor') == 'UltiGCode': settings['gcodeFlavor'] = 1 + elif profile.getMachineSetting('gcode_flavor') == 'MakerBot': + settings['gcodeFlavor'] = 2 if profile.getProfileSetting('spiralize') == 'True': settings['spiralizeMode'] = 1 if profile.getProfileSetting('wipe_tower') == 'True' and extruderCount > 1: