From f3b5f93cf103143bc1750a096f09b820e010c061 Mon Sep 17 00:00:00 2001 From: Steven Abadie Date: Sun, 2 Nov 2014 20:38:26 -0700 Subject: [PATCH] Fixed simpleMode for LulzBot Mini configs for ABS high and normal. Close #33 --- Cura/gui/simpleMode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.30.2