mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
New icon for the hollowing gizmo
This commit is contained in:
parent
b6edd5ddb9
commit
73ae733484
2 changed files with 71 additions and 40 deletions
|
@ -748,13 +748,6 @@ RENDER_AGAIN:
|
|||
if (ImGui::SliderFloat(" ", &m_clipping_plane_distance, 0.f, 1.f, "%.2f"))
|
||||
update_clipping_plane(true);
|
||||
|
||||
if (m_imgui->button("?")) {
|
||||
wxGetApp().CallAfter([]() {
|
||||
SlaGizmoHelpDialog help_dlg;
|
||||
help_dlg.ShowModal();
|
||||
});
|
||||
}
|
||||
|
||||
if (m_imgui->checkbox(m_desc["show_supports"], m_show_supports)) {
|
||||
m_parent.toggle_sla_auxiliaries_visibility(m_show_supports, m_model_object, m_active_instance);
|
||||
force_refresh = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue