chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b0c04
)
Fix tiny formatting issue.
author
nickthetait
<tait@alephobjects.com>
Mon, 29 Jun 2015 16:45:00 +0000
(10:45 -0600)
committer
nickthetait
<tait@alephobjects.com>
Mon, 29 Jun 2015 16:45:00 +0000
(10:45 -0600)
Cura/util/profile.py
patch
|
blob
|
history
diff --git
a/Cura/util/profile.py
b/Cura/util/profile.py
index 4a3f0ea4d3dc29c6d403aed8620186051fe313d6..693607068c41bf3f2c496a99ed31c26b4c771cf4 100644
(file)
--- a/
Cura/util/profile.py
+++ b/
Cura/util/profile.py
@@
-1367,6
+1367,6
@@
def performVersionUpgrade():
putMachineSetting('machine_type', 'lulzbot_TAZ_4', n)
# 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':
+ if getMachineSetting('machine_type', n).startswith('lulzbot_TAZ_') and
\
+
getMachineSetting('machine_width', n) == '298':
profile.putMachineSetting('machine_width', '290')