mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
filter out tiny gaps
This commit is contained in:
parent
1a371a9417
commit
78b9fcb71b
13 changed files with 46 additions and 7 deletions
|
@ -74,6 +74,8 @@ struct FillParams
|
|||
bool using_internal_flow{ false };
|
||||
//BBS: only used for new top surface pattern
|
||||
float no_extrusion_overlap{ 0.0 };
|
||||
const PrintRegionConfig* config{ nullptr };
|
||||
|
||||
};
|
||||
static_assert(IsTriviallyCopyable<FillParams>::value, "FillParams class is not POD (and it should be - see constructor).");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue