From 25a3856e73e41d6896434fac8f7bd3394743903f Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 7 Aug 2015 17:03:51 -0400 Subject: [PATCH] Fix an issue in version upgrade for TAZ bed size. profile module can't be called from within the module --- 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 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') -- 2.30.2