From 980d3d40d21bb7a423724e78c01e422b2b324897 Mon Sep 17 00:00:00 2001 From: Steven Abadie Date: Mon, 9 Feb 2015 11:43:58 -0700 Subject: [PATCH] Further TAZ 5 quick print profile changes --- Cura/gui/simpleMode.py | 2 ++ 1 file changed, 2 insertions(+) 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') -- 2.30.2