From: Steven Abadie Date: Tue, 2 Dec 2014 06:06:38 +0000 (-0700) Subject: Updated TAZ quick print settings. X-Git-Tag: 14.09-1.18~36 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c33da7fa151c017b71144b6237ae595e3372463a;p=cura.git Updated TAZ quick print settings. --- diff --git a/Cura/gui/simpleMode.py b/Cura/gui/simpleMode.py index 409d2e7d..3028def8 100644 --- a/Cura/gui/simpleMode.py +++ b/Cura/gui/simpleMode.py @@ -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')