chiark / gitweb /
Fix tiny formatting issue.
authornickthetait <tait@alephobjects.com>
Mon, 29 Jun 2015 16:45:00 +0000 (10:45 -0600)
committernickthetait <tait@alephobjects.com>
Mon, 29 Jun 2015 16:45:00 +0000 (10:45 -0600)
Cura/util/profile.py

index 4a3f0ea4d3dc29c6d403aed8620186051fe313d6..693607068c41bf3f2c496a99ed31c26b4c771cf4 100644 (file)
@@ -1367,6 +1367,6 @@ def performVersionUpgrade():
                        putMachineSetting('machine_type', 'lulzbot_TAZ_4', n)
 
                # Change TAZ print bed so prints are centered when scaled to the max
-               if getMachineSetting('machine_type', n).startswith('lulzbot_TAZ_') and
-                  getMachineSetting('machine_width', n) == '298':
+               if getMachineSetting('machine_type', n).startswith('lulzbot_TAZ_') and \
+                       getMachineSetting('machine_width', n) == '298':
                        profile.putMachineSetting('machine_width', '290')