chiark / gitweb /
Fix removal of the Z-Offset setting in a previous merge
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 12 Feb 2015 19:56:00 +0000 (14:56 -0500)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 12 Feb 2015 19:56:00 +0000 (14:56 -0500)
Cura/util/sliceEngine.py

index 7ec4810388dfb2d0a09833f55654eb816187e1b7..01b7ad6b4c33b1542eea285beb43a9e52d1fd833 100644 (file)
@@ -504,6 +504,7 @@ class Engine(object):
                        'extruderOffset[2].Y': int(profile.getMachineSettingFloat('extruder_offset_y2') * 1000),
                        'extruderOffset[3].X': int(profile.getMachineSettingFloat('extruder_offset_x3') * 1000),
                        'extruderOffset[3].Y': int(profile.getMachineSettingFloat('extruder_offset_y3') * 1000),
+                       'zOffset': int(profile.getMachineSettingFloat('extruder_z_offset') * 1000),
                        'fixHorrible': 0,
                }
                fanFullHeight = int(profile.getProfileSettingFloat('fan_full_height') * 1000)