From 022634ada782cda8607644c02b91edb86e740cdb Mon Sep 17 00:00:00 2001 From: daid303 Date: Mon, 8 Apr 2013 16:03:03 +0200 Subject: [PATCH] Slightly adjust the default 3 profiles. --- Cura/gui/simpleMode.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cura/gui/simpleMode.py b/Cura/gui/simpleMode.py index 8506068a..08ed7421 100644 --- a/Cura/gui/simpleMode.py +++ b/Cura/gui/simpleMode.py @@ -111,15 +111,15 @@ class simpleModePanel(wx.Panel): put('wall_thickness', nozzle_size * 1.4) put('layer_height', '0.25') put('fill_density', '10') - put('print_speed', '80') + put('print_speed', '60') put('cool_min_layer_time', '3') put('bottom_layer_speed', '40') elif self.printTypeHigh.GetValue(): put('wall_thickness', nozzle_size * 2.0) put('layer_height', '0.1') - put('fill_density', '30') + put('fill_density', '25') put('bottom_layer_speed', '15') - put('bottom_thickness', '0.2') + put('bottom_thickness', '0.25') elif self.printTypeJoris.GetValue(): put('wall_thickness', nozzle_size * 1.5) put('layer_height', '0.3') -- 2.30.2