chiark / gitweb /
Fixed simpleMode for LulzBot Mini configs for ABS high and normal.
authorSteven Abadie <steven@alephobjects.com>
Mon, 3 Nov 2014 03:38:26 +0000 (20:38 -0700)
committerSteven Abadie <steven@alephobjects.com>
Mon, 3 Nov 2014 03:38:26 +0000 (20:38 -0700)
Close #33

Cura/gui/simpleMode.py

index dcfaf62f78c68e5def3b71cea0186d36d832fad8..d21d3a3ec713e3e71c29b79ca796d1b2ef8f439a 100644 (file)
@@ -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')