Cura/plugins/PerObjectSettingsTool
Ghostkeeper 021a33d6bd
Always set value of added setting instance
The value property was sometimes not set. In the default case, this just added an empty setting instance (for a particular key), which appeared to do nothing until you've changed it. This appears correct because if it's not changed then it should be the same as the extruder's value, but if you then change the extruder's value it doesn't update its visible value but still has no value in the setting instance, so the value still falls back to the extruder and the setting ends up different from what is being displayed.

Contributes to issue CURA-1988.
2016-08-05 17:30:22 +02:00
..
__init__.py Initial changes for perobject stuff 2016-05-27 11:26:41 +02:00
PerObjectCategory.qml Added rudimentary display of settings again 2016-05-20 15:08:17 +02:00
PerObjectItem.qml Per object settings can now be added & changed 2016-05-27 15:28:54 +02:00
PerObjectSettingsPanel.qml Remove forced setting of extruder 0 on component complete 2016-08-02 11:42:04 +02:00
PerObjectSettingsTool.py Remove the extruder id from settingoverride decorator if the machine does not have multi extrusion 2016-07-12 10:34:58 +02:00
PerObjectSettingVisibilityHandler.py Always set value of added setting instance 2016-08-05 17:30:22 +02:00