chiark / gitweb /
Fix an issue in version upgrade for TAZ bed size. profile module can't be called...
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 7 Aug 2015 21:03:51 +0000 (17:03 -0400)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Fri, 7 Aug 2015 21:05:34 +0000 (17:05 -0400)
Cura/util/profile.py

index 414c987552c8e336ebaed29c841baa83be18a4f6..06c466a3397e3583038b4812740eb1d3c7199499 100644 (file)
@@ -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')