From: Youness Alaoui Date: Mon, 10 Aug 2015 17:03:31 +0000 (-0400) Subject: Fix version upgrade that changes the wrong machine's width X-Git-Tag: lulzbot-15.02.1-2.01~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=86d6367ea05dd1e5b752d6540c84e5646016eb9d;p=cura.git Fix version upgrade that changes the wrong machine's width --- 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)