From bcb410a87c3f7f1b6202b360ae2554ec0c2223c4 Mon Sep 17 00:00:00 2001 From: nickthetait Date: Mon, 25 Jan 2016 10:07:32 -0700 Subject: [PATCH] Small refactor of version upgrade --- Cura/util/profile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cura/util/profile.py b/Cura/util/profile.py index c732900c..509a2a29 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -1411,7 +1411,8 @@ def performVersionUpgrade(): putMachineSetting('machine_name', machine_name.replace(" (0.5 nozzle)", ""), n) # Change TAZ print bed so prints are centered when scaled to the max - if machine_type.startswith('lulzbot_TAZ_') and \ + if (machine_type.startswith('lulzbot_TAZ_4') or \ + machine_type.startswith('lulzbot_TAZ_5')) and \ getMachineSetting('machine_width', n) == '298': putMachineSetting('machine_width', '290', n) -- 2.30.2