chiark / gitweb /
Updated TAZ quick print settings.
authorSteven Abadie <steven@alephobjects.com>
Tue, 2 Dec 2014 06:06:38 +0000 (23:06 -0700)
committerSteven Abadie <steven@alephobjects.com>
Tue, 2 Dec 2014 06:06:38 +0000 (23:06 -0700)
Cura/gui/simpleMode.py

index 409d2e7d22177fedbe87e13f4c9871c98c5139d3..3028def8a3cf9f15666b33c110213870eedd6504 100644 (file)
@@ -373,8 +373,16 @@ G90                                          ; absolute positioning
 ### LulzBot TAZ slice settings for use with the simple slice selection.
                if profile.getMachineSetting('machine_type') == 'lulzbot_TAZ':
                        put('nozzle_size', '0.35')
+                       put('wall_thickness', '1.05')
+                       put('solid_layer_thickness', '0.84')
+                       put('retraction_amount', '1.5')
+                       put('layer0_width_factor', '125')
                        put('print_temperature', '0')
                        put('print_bed_temperature', '0')
+                       put('bottom_layer_speed', '30')
+                       put('travel_speed', '175')
+                       put('cool_min_layer_time', '15')
+                       put('retraction_speed', '25')
                        put('start.gcode', """;This Gcode has been generated specifically for the LulzBot TAZ
        ;Sliced at: {day} {date} {time}
        ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
@@ -413,82 +421,56 @@ G90                                          ; absolute positioning
                        if self.printBrim.GetValue():
                                put('platform_adhesion', 'Brim')
                        if self.printMaterialHIPS.GetValue() or self.printMaterialABS.GetValue():
-                               put('retraction_speed', '25')
-                               put('retraction_amount', '1.5')
-                               put('layer0_width_factor', '125')
-                               put('travel_speed', '175')
                                if self.printMaterialHIPS.GetValue():
-                                       put('bottom_layer_speed', '30')
                                        if self.printTypeLow.GetValue():
                                                put('layer_height', '0.28')
-                                               put('solid_layer_thickness', '0.8')
-                                               put('print_speed', '130')
+                                               put('print_speed', '120')
                                                put('retraction_hop', '0.1')
-                                               put('inset0_speed', '70')
+                                               put('inset0_speed', '80')
                                                put('insetx_speed', '100')
-                                               put('cool_min_layer_time', '15')
                                                put('fan_full_height', '1')
                                                put('fan_speed', '25')
                                                put('fan_speed_max', '30')
                                        if self.printTypeNormal.GetValue():
                                                put('layer_height', '0.21')
-                                               put('wall_thickness', '1.05')
-                                               put('solid_layer_thickness', '0.63')
-                                               put('print_speed', '65')
-                                               put('infill_speed', '85')
-                                               put('inset0_speed', '45')
-                                               put('insetx_speed', '50')
+                                               put('print_speed', '100')
+                                               put('inset0_speed', '60')
+                                               put('insetx_speed', '80')
                                                put('skirt_minimal_length', '250')
                                                put('fan_full_height', '0.35')
                                                put('fan_speed', '50')
                                                put('fan_speed_max', '50')
                                        if self.printTypeHigh.GetValue():
                                                put('layer_height', '0.14')
-                                               put('wall_thickness', '0.56')
-                                               put('solid_layer_thickness', '0.98')
-                                               put('fill_density', '40')
-                                               put('print_speed', '40')
-                                               put('infill_speed', '65')
-                                               put('inset0_speed', '25')
-                                               put('insetx_speed', '45')
-                                               put('cool_min_layer_time', '10')
+                                               put('print_speed', '60')
+                                               put('inset0_speed', '40')
+                                               put('insetx_speed', '50')
                                                put('fan_full_height', '0.56')
                                                put('fan_speed', '50')
                                                put('fan_speed_max', '60')
                                                put('cool_min_feedrate', '8')
                                if self.printMaterialABS.GetValue():
-                                       put('cool_min_layer_time', '15')
                                        if self.printTypeLow.GetValue():
                                                put('layer_height', '0.28')
-                                               put('solid_layer_thickness', '0.8')
-                                               put('print_speed', '85')
+                                               put('print_speed', '120')
                                                put('retraction_hop', '0.1')
-                                               put('bottom_layer_speed', '30')
-                                               put('infill_speed', '110')
-                                               put('inset0_speed', '70')
-                                               put('insetx_speed', '80')
+                                               put('inset0_speed', '80')
+                                               put('insetx_speed', '100')
                                                put('fan_full_height', '5')
                                                put('fan_speed', '25')
                                                put('fan_speed_max', '30')
                                        if self.printTypeNormal.GetValue():
                                                put('layer_height', '0.21')
-                                               put('wall_thickness', '1.05')
-                                               put('solid_layer_thickness', '0.63')
-                                               put('print_speed', '110')
-                                               put('bottom_layer_speed', '25')
+                                               put('print_speed', '100')
                                                put('inset0_speed', '60')
-                                               put('insetx_speed', '90')
+                                               put('insetx_speed', '80')
                                                put('fan_speed', '25')
                                                put('fan_speed_max', '25')
                                                put('fill_overlap', '5')
                                        if self.printTypeHigh.GetValue():
                                                put('layer_height', '0.14')
-                                               put('solid_layer_thickness', '0.8')
-                                               put('fill_density', '30')
                                                put('print_speed', '60')
                                                put('retraction_hop', '0.1')
-                                               put('bottom_layer_speed', '25')
-                                               put('infill_speed', '60')
                                                put('inset0_speed', '40')
                                                put('insetx_speed', '50')
                                                put('fan_full_height', '5')
@@ -497,18 +479,10 @@ G90                                          ; absolute positioning
                        elif self.printMaterialPLA.GetValue():
                                if self.printTypeLow.GetValue():
                                        put('layer_height', '0.28')
-                                       put('wall_thickness', '1.05')
-                                       put('solid_layer_thickness', '0.84')
-                                       put('print_speed', '140')
-                                       put('retraction_speed', '25')
-                                       put('retraction_amount', '3')
+                                       put('print_speed', '120')
                                        put('retraction_hop', '0.1')
-                                       put('layer0_width_factor', '125')
-                                       put('travel_speed', '180')
-                                       put('bottom_layer_speed', '40')
-                                       put('inset0_speed', '60')
+                                       put('inset0_speed', '80')
                                        put('insetx_speed', '100')
-                                       put('cool_min_layer_time', '15')
                                        put('skirt_minimal_length', '250')
                                        put('fan_full_height', '1')
                                        put('fan_speed', '75')
@@ -516,37 +490,19 @@ G90                                          ; absolute positioning
                                        put('fill_overlap', '0')
                                if self.printTypeNormal.GetValue():
                                        put('layer_height', '0.21')
-                                       put('solid_layer_thickness', '1')
-                                       put('fill_density', '30')
-                                       put('print_speed', '30')
-                                       put('retraction_speed', '25')
-                                       put('retraction_amount', '3')
+                                       put('print_speed', '100')
                                        put('retraction_hop', '0.1')
-                                       put('layer0_width_factor', '125')
-                                       put('bottom_layer_speed', '30')
-                                       put('infill_speed', '95')
-                                       put('inset0_speed', '65')
-                                       put('insetx_speed', '75')
-                                       put('cool_min_layer_time', '15')
+                                       put('inset0_speed', '60')
+                                       put('insetx_speed', '80')
                                        put('skirt_minimal_length', '250')
                                        put('fan_full_height', '1')
                                        put('fan_speed', '75')
                                        put('cool_min_feedrate', '15')
                                if self.printTypeHigh.GetValue():
                                        put('layer_height', '0.14')
-                                       put('wall_thickness', '1.05')
-                                       put('solid_layer_thickness', '0.56')
-                                       put('fill_density', '30')
-                                       put('print_speed', '100')
-                                       put('retraction_speed', '30')
-                                       put('retraction_amount', '2')
-                                       put('bottom_thickness', '0.25')
-                                       put('layer0_width_factor', '200')
-                                       put('travel_speed', '170')
-                                       put('infill_speed', '75')
-                                       put('inset0_speed', '25')
+                                       put('print_speed', '60')
+                                       put('inset0_speed', '40')
                                        put('insetx_speed', '50')
-                                       put('cool_min_layer_time', '20')
                                        put('skirt_minimal_length', '0')
                                        put('fan_full_height', '0.28')
                                        put('fill_overlap', '10')