mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Fixed z-fighting between contour around the area selected by smart fill and painted triangles inside the FDM support painting gizmo.
This commit is contained in:
parent
b45675b4e1
commit
0c2d9f01a6
5 changed files with 15 additions and 16 deletions
|
@ -89,7 +89,7 @@ public:
|
|||
|
||||
void set_painter_gizmo_data(const Selection& selection) override;
|
||||
|
||||
void render_triangles(const Selection& selection, bool use_polygon_offset_fill) const override;
|
||||
void render_triangles(const Selection& selection) const override;
|
||||
|
||||
// TriangleSelector::serialization/deserialization has a limit to store 19 different states.
|
||||
// EXTRUDER_LIMIT + 1 states are used to storing the painting because also uncolored triangles are stored.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue