From: Steven Abadie Date: Mon, 3 Nov 2014 03:38:26 +0000 (-0700) Subject: Fixed simpleMode for LulzBot Mini configs for ABS high and normal. X-Git-Tag: 14.09-1.18~74 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f3b5f93cf103143bc1750a096f09b820e010c061;p=cura.git Fixed simpleMode for LulzBot Mini configs for ABS high and normal. Close #33 --- diff --git a/Cura/gui/simpleMode.py b/Cura/gui/simpleMode.py index dcfaf62f..d21d3a3e 100644 --- a/Cura/gui/simpleMode.py +++ b/Cura/gui/simpleMode.py @@ -566,7 +566,7 @@ end.gcode = M104 S0 put('brim_line_count', '3') put('skirt_line_count', '2') put('fill_overlap', '10') - else: + elif not profile.getMachineSetting('machine_type') == 'lulzbot_mini' and not profile.getMachineSetting('machine_type') == 'lulzbot_TAZ': nozzle_size = float(get('nozzle_size')) if self.printTypeNormal.GetValue(): put('layer_height', '0.2')