chiark / gitweb /
Additional changes to Mini center offset.
authorreprappermc <sabadie31@gmail.com>
Thu, 18 Dec 2014 16:18:13 +0000 (09:18 -0700)
committerreprappermc <sabadie31@gmail.com>
Thu, 18 Dec 2014 16:18:13 +0000 (09:18 -0700)
Cura/util/profile.py

index e680e59cde68c41fdbdd5273e50e26e42b33ec74..24776b8e9b594d1eca975850b0920b1548607793 100644 (file)
@@ -1108,7 +1108,7 @@ def getMachineCenterCoords():
        if getMachineSetting('machine_center_is_zero') == 'True':
                return [0, 0]
        elif getMachineSetting('machine_type') == 'lulzbot_mini':
-               return [(getMachineSettingFloat('machine_width') / 2) + 2, (getMachineSettingFloat('machine_width') / 2) + 2]
+               return [(getMachineSettingFloat('machine_width') / 2) + 2.5, (getMachineSettingFloat('machine_width') / 2) + 0.5]
        return [getMachineSettingFloat('machine_width') / 2, getMachineSettingFloat('machine_depth') / 2]
 
 #Returns a list of convex polygons, first polygon is the allowed area of the machine,