From: Steven Abadie Date: Mon, 9 Feb 2015 18:43:58 +0000 (-0700) Subject: Further TAZ 5 quick print profile changes X-Git-Tag: lulzbot-15.02.1-1.01~64 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=980d3d40d21bb7a423724e78c01e422b2b324897;p=cura.git Further TAZ 5 quick print profile changes --- diff --git a/Cura/gui/simpleMode.py b/Cura/gui/simpleMode.py index f98ed3d2..df17cfa4 100644 --- a/Cura/gui/simpleMode.py +++ b/Cura/gui/simpleMode.py @@ -371,6 +371,7 @@ G90 ; absolute positioning put('insetx_speed', '27') ### LulzBot TAZ 5 slice settings for use with the simple slice selection. if profile.getMachineSetting('machine_type') == 'lulzbot_TAZ_5': + put('nozzle_size', '0.35') put('wall_thickness', '1.05') put('retraction_speed', '10') put('retraction_hop', '0.1') @@ -382,6 +383,7 @@ G90 ; absolute positioning put('brim_line_count', '10') put('print_temperature', '0') put('print_bed_temperature', '0') + put('retraction_minimal_extrusion', '0.005') if self.printSupport.GetValue(): put('support', _("Everywhere")) put('support_type', 'Lines')