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:
c6b8535
)
Fix multiple start/end code bug.
author
daid
<daid303@gmail.com>
Mon, 17 Mar 2014 08:48:25 +0000
(09:48 +0100)
committer
daid
<daid303@gmail.com>
Mon, 17 Mar 2014 08:48:25 +0000
(09:48 +0100)
Cura/util/profile.py
patch
|
blob
|
history
diff --git
a/Cura/util/profile.py
b/Cura/util/profile.py
index d896afd4c5b9db46f7314c01b3a8793304d5d999..c73af26cef1973d72ad85b4a1e7deeaf52f15d35 100644
(file)
--- a/
Cura/util/profile.py
+++ b/
Cura/util/profile.py
@@
-132,7
+132,7
@@
class setting(object):
self._values[index] = unicode(value)
def getValueIndex(self):
- if self.isMachineSetting() or self.isProfile():
+ if self.isMachineSetting() or self.isProfile()
or self.isAlteration()
:
global _selectedMachineIndex
return _selectedMachineIndex
return 0