From 86d6367ea05dd1e5b752d6540c84e5646016eb9d Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Mon, 10 Aug 2015 13:03:31 -0400 Subject: [PATCH] Fix version upgrade that changes the wrong machine's width --- Cura/util/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 8b525a2f..aa8a213d 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -1404,4 +1404,4 @@ def performVersionUpgrade(): # Change TAZ print bed so prints are centered when scaled to the max if machine_type.startswith('lulzbot_TAZ_') and \ getMachineSetting('machine_width', n) == '298': - putMachineSetting('machine_width', '290') + putMachineSetting('machine_width', '290', n) -- 2.30.2