From: Youness Alaoui Date: Fri, 7 Aug 2015 21:03:51 +0000 (-0400) Subject: Fix an issue in version upgrade for TAZ bed size. profile module can't be called... X-Git-Tag: lulzbot-15.02.1-2.01~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=25a3856e73e41d6896434fac8f7bd3394743903f;p=cura.git Fix an issue in version upgrade for TAZ bed size. profile module can't be called from within the module --- diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 414c9875..06c466a3 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -1379,4 +1379,4 @@ def performVersionUpgrade(): # 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': - profile.putMachineSetting('machine_width', '290') + putMachineSetting('machine_width', '290')