mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Never enable the per-object tool when in simple mode
Contributes to CURA-3577
This commit is contained in:
parent
7822173881
commit
0fad973181
1 changed files with 1 additions and 1 deletions
|
@ -112,4 +112,4 @@ class PerObjectSettingsTool(Tool):
|
||||||
self._single_model_selected = False # Group is selected, so tool needs to be disabled
|
self._single_model_selected = False # Group is selected, so tool needs to be disabled
|
||||||
else:
|
else:
|
||||||
self._single_model_selected = True
|
self._single_model_selected = True
|
||||||
Application.getInstance().getController().toolEnabledChanged.emit(self._plugin_id, (self._advanced_mode or self._multi_extrusion) and self._single_model_selected)
|
Application.getInstance().getController().toolEnabledChanged.emit(self._plugin_id, self._advanced_mode and self._single_model_selected)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue