chiark / gitweb /
Fix an issue in version upgrade for TAZ bed size. profile module can't be called...
[cura.git] / 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')