mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
ENH: wipe_distance should not to be 0 or negative value
As title, fix github issue #220 Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: If63c839da1341ac2e16bbfa287c4e32564284d59
This commit is contained in:
parent
e6f0c5abec
commit
4e1caa428d
4 changed files with 9 additions and 8 deletions
|
@ -94,7 +94,6 @@ static constexpr bool RELATIVE_E_AXIS = 1;
|
|||
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;
|
||||
static constexpr float g_config_slice_closing_radius = 0.049;
|
||||
|
||||
// Write slices as SVG images into out directory during the 2D processing of the slices.
|
||||
// #define SLIC3R_DEBUG_SLICE_PROCESSING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue