From 36a6e3c297518cd5f265902e4fffb1eb4295b51e Mon Sep 17 00:00:00 2001 From: nickthetait Date: Mon, 29 Jun 2015 10:45:00 -0600 Subject: [PATCH] Fix tiny formatting issue. --- Cura/util/profile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') -- 2.30.2