mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
ENH: add option "remove_small_overhang"
Let the user choose remove or not. Github issue: #1810 Jira: STUDIO-2992 Change-Id: I9c5e087d171d16d8d7318b36efe825a6cbc29c33
This commit is contained in:
parent
5ae0adde16
commit
0ce835dcd4
11 changed files with 27 additions and 7 deletions
|
@ -90,7 +90,6 @@ static constexpr bool RELATIVE_E_AXIS = 1;
|
|||
|
||||
//BBS: some global const config which user can not change, but developer can
|
||||
static constexpr bool g_config_support_sharp_tails = true;
|
||||
static constexpr bool g_config_remove_small_overhangs = true;
|
||||
static constexpr float g_config_tree_support_collision_resolution = 0.2;
|
||||
|
||||
// Write slices as SVG images into out directory during the 2D processing of the slices.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue