Jaime van Kessel
|
99bf6883d7
Set defaultExtruderIndex to activeExtruderIndex
|
1 year ago |
c.lamboo
|
e03b4e07f9
Simplify rounding
|
1 year ago |
c.lamboo
|
aaab633912
Move labels into `Slider` component
|
1 year ago |
Joey de l'Arago
|
e6f4055df5
Remove part of hack for fixing extrudersCHanged signal at the wrong time.
|
1 year ago |
Joey de l'Arago
|
435c67f97a
revert changes to functions
|
1 year ago |
Jelle Spijker
|
91170e0aef
Apply suggestions from code review
|
1 year ago |
Joey de l'Arago
|
443252ae10
Use globalStackExtruderIds instead of extruderIds. extruderIds notifys change before the extruders change when doing a machine swap. Fixing this will take a long time so this is a workaround. If you are reading this 🙏 good luck fixing it 🙏
|
1 year ago |
Joey de l'Arago
|
3ddebe7a84
The extrudersCHanged signal was incorrectly being emitted before the global stack had updated. This was causing the extruderIds to always return the old extruderIds to connected qml components.
|
1 year ago |
Joey de l'Arago
|
ce5691c12d
Apply suggestions from code review
|
1 year ago |
Joey de l'Arago
|
d7e1aa08ac
Update the single setting components to optionally update all extruders when a setting is settable per extruder or limited to extruder.
|
1 year ago |
Joey de l'Arago
|
540d810293
The slider was not forcing its setting value to stay the same when changes were made in the "Advanced" menu. This is because the slider updating and setting updating functions were intertwined. I've seperated them so that the slider no longer interferes with changes to the setting.
|
1 year ago |
Joey de l'Arago
|
01ebee4aea
Cleanup
|
1 year ago |
Joey de l'Arago
|
4f8943412f
Remove unused anchors
|
1 year ago |
Joey de l'Arago
|
69af593d8c
Make Slider generic component in UM. Make Infill slider into generic SingleSettinSlider which will work for any setting now.
|
1 year ago |