chiark / gitweb /
Add default head offsets for UM2 in dual-extrusion.
authordaid <daid303@gmail.com>
Wed, 6 Nov 2013 12:34:30 +0000 (13:34 +0100)
committerdaid <daid303@gmail.com>
Wed, 6 Nov 2013 12:34:30 +0000 (13:34 +0100)
Cura/gui/configWizard.py

index 939b097a40569d5451c12ee000e5e4dfb3e19f6a..00d41dedb308a7546f96d2629d7725e35108dbde 100644 (file)
@@ -353,6 +353,8 @@ class MachineSelectPage(InfoPage):
                        profile.putMachineSetting('extruder_head_size_height', '55.0')
                        profile.putProfileSetting('nozzle_size', '0.4')
                        profile.putProfileSetting('fan_full_height', '5.0')
+                       profile.putMachineSetting('extruder_offset_x1', '18.0')
+                       profile.putMachineSetting('extruder_offset_y1', '0.0')
                elif self.UltimakerRadio.GetValue():
                        profile.putMachineSetting('machine_width', '205')
                        profile.putMachineSetting('machine_depth', '205')