From 0669bc600fe51185206bf11ac244477d794ca16e Mon Sep 17 00:00:00 2001 From: daid303 Date: Fri, 12 Apr 2013 19:13:55 +0200 Subject: [PATCH] Update the default profiles so they reflect better what an Ultimaker can do. --- Cura/gui/simpleMode.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cura/gui/simpleMode.py b/Cura/gui/simpleMode.py index 49dbd75a..a2d732d7 100644 --- a/Cura/gui/simpleMode.py +++ b/Cura/gui/simpleMode.py @@ -108,16 +108,16 @@ class simpleModePanel(wx.Panel): put('layer_height', '0.15') put('fill_density', '20') elif self.printTypeLow.GetValue(): - put('wall_thickness', nozzle_size * 1.4) - put('layer_height', '0.25') + put('wall_thickness', nozzle_size * 2.5) + put('layer_height', '0.20') put('fill_density', '10') - put('print_speed', '60') + put('print_speed', '50') put('cool_min_layer_time', '3') - put('bottom_layer_speed', '40') + put('bottom_layer_speed', '30') elif self.printTypeHigh.GetValue(): put('wall_thickness', nozzle_size * 2.0) - put('layer_height', '0.6') - put('fill_density', '25') + put('layer_height', '0.06') + put('fill_density', '20') put('bottom_layer_speed', '15') put('bottom_thickness', '0.25') elif self.printTypeJoris.GetValue(): -- 2.30.2