From d046034cdab39b83cec2d5fa45a1cd4c7d2d7f1a Mon Sep 17 00:00:00 2001 From: daid Date: Mon, 4 Nov 2013 20:30:08 +0100 Subject: [PATCH] Fixed the default head height. --- Cura/gui/configWizard.py | 2 +- changelog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cura/gui/configWizard.py b/Cura/gui/configWizard.py index bde370f1..939b097a 100644 --- a/Cura/gui/configWizard.py +++ b/Cura/gui/configWizard.py @@ -350,7 +350,7 @@ class MachineSelectPage(InfoPage): profile.putMachineSetting('extruder_head_size_min_y', '10.0') profile.putMachineSetting('extruder_head_size_max_x', '60.0') profile.putMachineSetting('extruder_head_size_max_y', '30.0') - profile.putMachineSetting('extruder_head_size_height', '60.0') + profile.putMachineSetting('extruder_head_size_height', '55.0') profile.putProfileSetting('nozzle_size', '0.4') profile.putProfileSetting('fan_full_height', '5.0') elif self.UltimakerRadio.GetValue(): diff --git a/changelog b/changelog index f4085149..9b89c063 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,8 @@ Development +* Adjusted the gantry height to 55mm for the Ultimaker, as 60mm was 3mm to high for the default setup with an V2 hotend. + + +13.11 * Added imageToMesh tool to load images as 3D height maps * Fixed Z support distance when using "everywhere" support. * Updated to new version of clipper to fix rare slicing bugs that resulted in odd paths. -- 2.30.2