Erwan MATHIEU
c71148321a
Translate settings values in recommended screen
...
CURA-11911
For settings inside the screen, they are translated through the SettingDefinitionModel, but we don't use one here, so we have to translate it explicitely
2025-03-21 15:26:43 +01:00
Remco Burema
bc64d8fa4e
Fetch support extruder instead of the default.
...
The (main) problem here was that the 'active extruder' was queried for the value, which isn't the same as the support-extruder.
CURA-11725
2024-03-20 13:51:09 +01:00
saumya.jain
ebf58aa972
propertyvalue update was not successful because of _remove_unused_value in propertyProvider
...
CURA-10967
2023-10-05 11:42:28 +02:00
saumya.jain
35528202b6
Fixes to improve update all extruder setting
...
CURA-10967
2023-09-29 14:44:34 +02:00
saumya.jain
a8f7e8636c
CURA-10967
...
set property value updated to take into account if resolve is present or not.
2023-09-28 16:43:24 +02:00
Jaime van Kessel
99bf6883d7
Set defaultExtruderIndex to activeExtruderIndex
...
This doesn't fix the problem in it's entirety, but it does make the behavior
to be the same as it was in the previous releases
CURA-10342
2023-02-28 11:50:54 +01:00
Joey de l'Arago
1e6184448c
Apply suggestions from code review
...
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
2022-12-12 11:44:21 +01:00
Joey de l'Arago
e6f4055df5
Remove part of hack for fixing extrudersCHanged signal at the wrong time.
...
Other things rely on the extruders changed signal so it is better to just emit it again at the correct time.
CURA-9793
2022-12-08 13:11:14 +01:00
Jelle Spijker
91170e0aef
Apply suggestions from code review
2022-12-08 07:43:57 +01:00
Joey de l'Arago
ca0cd5069b
Remove leftover print statements
...
CURA-9793
2022-12-07 17:30:12 +01:00
Joey de l'Arago
8012cb5360
Signal are being emmitted before settings are updated. This is causing the combobox to update with the previous value. Only when using infill_pattern setting though. No idea what is causing this. This is a workaround for now.
...
CURA-9793
2022-12-07 17:16:26 +01:00
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 🙏
...
CURA-9793
2022-12-07 16:57:35 +01:00
Joey de l'Arago
ce5691c12d
Apply suggestions from code review
...
Co-authored-by: Jelle Spijker <j.spijker@ultimaker.com>
2022-12-05 14:42:35 +01:00
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.
...
This forces all extruders to have their settings updated but only displays the value from a single extruder.
CURA-9793
2022-12-05 11:32:24 +01:00
Joey de l'Arago
df8d0e9b46
Make it easier to override how the settingComboBox updates a setting.
...
CURA-9793
2022-12-02 18:01:12 +01:00
Joey de l'Arago
01ebee4aea
Cleanup
...
CURA-9793
2022-12-01 15:27:54 +01:00
Joey de l'Arago
f99f1a4528
Stop logging spam by checking before setting property.
...
CURA-9793
2022-11-29 17:49:26 +01:00
Joey de l'Arago
c356b9d46f
Rename ExtruderSelectorBar -> SingleSettingExtruderSelectorBar to be inline with new single setting widgets.
...
Move common functionality into SingleSettingExtruderSelectorBar
Add adhesion settings
CURA-9793
2022-11-29 17:00:55 +01:00
Joey de l'Arago
b53c8aac54
Add single setting update ComboBox
...
CURA-9793
2022-11-29 16:16:50 +01:00