mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
Brim ear updates model object in real-time (#9625)
* ENH:Brim ear updates model object in real-time jira: studio-8687 8683 Change-Id: Ic730957bf8c1e96c0464791cce60cb097d1a4dc9 (cherry picked from commit af174cb8b64e870929f926d3957d3471d0b09e29) (cherry picked from commit a1037509aef57b2276bba3ddcab33a6bfeebf87a) * Fix build error --------- Co-authored-by: Mack <yongfang.bian@bambulab.com>
This commit is contained in:
@@ -1375,7 +1375,7 @@ bool GLGizmosManager::is_in_editing_mode(bool error_notification) const
|
||||
/*if (m_current == SlaSupports && dynamic_cast<GLGizmoSlaSupports*>(get_current())->is_in_editing_mode()) {
|
||||
return true;
|
||||
} else*/ if (m_current == BrimEars) {
|
||||
dynamic_cast<GLGizmoBrimEars*>(get_current())->save_model();
|
||||
dynamic_cast<GLGizmoBrimEars *>(get_current())->update_model_object();
|
||||
return false;
|
||||
} else {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user