From: nickthetait Date: Mon, 29 Jun 2015 16:45:00 +0000 (-0600) Subject: Fix tiny formatting issue. X-Git-Tag: lulzbot-15.02.1-2.01~71 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=36a6e3c297518cd5f265902e4fffb1eb4295b51e;p=cura.git Fix tiny formatting issue. --- diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 4a3f0ea4..69360706 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -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')