mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-26 18:21:18 -06:00
Added an option to limit painting to triangles only highlighted by "Highlight by angle" in the support painting gizmo.
This commit is contained in:
parent
bec140b4bc
commit
6f6f6de506
7 changed files with 93 additions and 46 deletions
|
|
@ -159,6 +159,9 @@ protected:
|
|||
ToolType m_tool_type = ToolType::BRUSH;
|
||||
float m_smart_fill_angle = 30.f;
|
||||
|
||||
bool m_paint_on_overhangs_only = false;
|
||||
float m_highlight_by_angle_threshold_deg = 0.f;
|
||||
|
||||
static constexpr float SmartFillAngleMin = 0.0f;
|
||||
static constexpr float SmartFillAngleMax = 90.f;
|
||||
static constexpr float SmartFillAngleStep = 1.f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue