NEW:add "slice error" for double extruder

jira: none
Change-Id: I58e86c33bc91456d42efcc1a0cad003432bb13df
(cherry picked from commit 166a46caa8157e246adfeec591dc13383a47b252)
This commit is contained in:
zhimin.zeng
2024-10-16 10:38:52 +08:00
committed by Noisyfox
parent 78229089bf
commit a1586b348f
4 changed files with 37 additions and 14 deletions

View File

@@ -216,6 +216,8 @@ public:
bool force_sinking_contours : 1;
// Is render for picking
bool picking : 1;
// slice error
bool slice_error : 1;
};
// Is mouse or rectangle selection over this object to select/deselect it ?