mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Refuse to drill a broken mesh
Hole parameters defaults and limits changed a bit
This commit is contained in:
parent
3f73261fdb
commit
b41c6d7d64
3 changed files with 11 additions and 4 deletions
|
@ -794,7 +794,7 @@ RENDER_AGAIN:
|
|||
// m_imgui->text(" "); // vertical gap
|
||||
ImGui::Separator();
|
||||
|
||||
float diameter_upper_cap = 5.f;
|
||||
float diameter_upper_cap = 15.;
|
||||
if (m_new_hole_radius > diameter_upper_cap)
|
||||
m_new_hole_radius = diameter_upper_cap;
|
||||
m_imgui->text(m_desc.at("hole_diameter"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue