mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Improved the FDM supports gizmo dialog
Removed unused code Fixed a clipping-plane related crash Fixed a crash in hollowing gizmo when no hollowed mesh was provided Forbid opening the gizmo when a part of an object is selected
This commit is contained in:
parent
17811598ac
commit
fe57826695
5 changed files with 53 additions and 53 deletions
|
@ -306,6 +306,7 @@ void ObjectClipper::on_release()
|
|||
m_clipper.reset();
|
||||
m_old_mesh = nullptr;
|
||||
m_clp.reset();
|
||||
m_clp_ratio = 0.;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue