chiark / gitweb /
Fixed the default head height.
authordaid <daid303@gmail.com>
Mon, 4 Nov 2013 19:30:08 +0000 (20:30 +0100)
committerdaid <daid303@gmail.com>
Mon, 4 Nov 2013 19:30:08 +0000 (20:30 +0100)
Cura/gui/configWizard.py
changelog

index bde370f14478a67c34a2ad2f37635b09cea1f222..939b097a40569d5451c12ee000e5e4dfb3e19f6a 100644 (file)
@@ -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():
index f4085149e52a77051e861c8692a31bee055e735f..9b89c06357cf4365b24e521ffc0f47f576103583 100644 (file)
--- 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.