mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-31 18:09:33 -07:00
SLA gizmo improvements
- point can be selected - selection can be deleted, head diameter changed - dragging of objects is not allowed with the gizmo being on - added a modal dialog when automatic support generator is triggered
This commit is contained in:
@@ -253,7 +253,7 @@ void SLAAutoSupports::uniformly_cover(const ExPolygon& island, Structure& struct
|
||||
}
|
||||
|
||||
for (const Vec3d& p : island_new_points) {
|
||||
m_output.emplace_back(float(p(0)), float(p(1)), structure.height, 0.4f, is_new_island);
|
||||
m_output.emplace_back(float(p(0)), float(p(1)), structure.height, 0.2f, is_new_island);
|
||||
structure.supports_force += m_config.support_force;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user