mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 12:52:01 +08:00
Do not generate support tree when edit support points
This commit is contained in:
parent
452473c370
commit
a3febc3b3d
@ -1148,7 +1148,7 @@ void GLGizmoSlaSupports::auto_generate()
|
||||
|
||||
if (mo->sla_points_status != sla::PointsStatus::UserModified || m_normal_cache.empty() || dlg.ShowModal() == wxID_YES) {
|
||||
Plater::TakeSnapshot snapshot(wxGetApp().plater(), _L("Autogenerate support points"));
|
||||
wxGetApp().CallAfter([this]() { reslice_until_step(slaposPad); });
|
||||
wxGetApp().CallAfter([this]() { reslice_until_step(slaposSupportPoints); });
|
||||
mo->sla_points_status = sla::PointsStatus::Generating;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user