From: daid Date: Mon, 4 Nov 2013 19:30:08 +0000 (+0100) Subject: Fixed the default head height. X-Git-Tag: 13.11.2~25 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=cura.git;a=commitdiff_plain;h=d046034cdab39b83cec2d5fa45a1cd4c7d2d7f1a Fixed the default head height. --- 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.