mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-09-02 06:51:50 -06:00
FIX: several support bugs
1. interlaced rectilinear interface pattern not working with tree supports 2. infill overlaps with walls when wall count>1 3. support blockers can't block sharp tail detection in normal support jira: STUDIO-5663 4. bottom z distance=0 not working for normal support. jira: STUDIO-5676 github: #3203 Change-Id: I025eff2aaad90ad565661aa656c59c82ff969bbf (cherry picked from commit 5aaf7ead0fd697043f673161e0ede0145ec49f4d) (cherry picked from commit f3bd5ff87021b5c26794751a1f1da4349b603102)
This commit is contained in:
parent
8c51f3e693
commit
1c498664a5
3 changed files with 25 additions and 15 deletions
|
@ -311,6 +311,7 @@ protected:
|
|||
{
|
||||
ExPolygon *area;
|
||||
int type;
|
||||
int interface_id = 0;
|
||||
coordf_t dist_to_top; // mm dist to top
|
||||
bool need_infill = false;
|
||||
bool need_extra_wall = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue