Cura/plugins/PerObjectSettingsTool
Remco Burema 24f9804f03 Disable per-meshgroup settings in the per-mesh settings when in one-at-a-time mode.
[CURA-5767]

The backend can't handle per mesh-group settings (as opposed to per mesh settings)
when sequence was in one-at-a-time mode. The problem is that the extruder train is
in between the per-meshgroup-settings (child-of) and per-mesh-settings (parent-of).
For any per-mesh-group settings, the possibility exists that they'll be overridden
by settings we always set (and that need to be set) per extruder. Changing this
would require the engine-architecture to change, and _all_ settings would need to
be thouroughly retested. As this was a too extensive change, it was decied just to
disable the per-meshgroup settings when printing one-at-a-time (too).

The issue was originally reported as:
'"Printing Temperature Initial layer" setting per mode does not work'
2018-10-26 11:01:46 +02:00
..
__init__.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
PerObjectCategory.qml Rename expandAll to expandRecursive 2018-03-30 15:07:42 +02:00
PerObjectItem.qml Removed related commits to Settins per Object validation and 2018-03-06 15:40:26 +01:00
PerObjectSettingsPanel.qml Disable per-meshgroup settings in the per-mesh settings when in one-at-a-time mode. 2018-10-26 11:01:46 +02:00
PerObjectSettingsTool.py CURA-5164 The Preferences is not a singleton class anymore since in some point 2018-05-11 08:50:42 +02:00
PerObjectSettingVisibilityHandler.py Refactor skip reset setting 2018-01-09 17:35:10 +01:00
plugin.json Increase plugin API version to 5 2018-08-27 13:59:00 +02:00
tool_icon.svg CURA-4354 fixed plugin injected tool icon path finding, example in PerObjectSettingsTool 2017-09-22 16:15:38 +02:00