mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
seam gap parameter
This commit is contained in:
parent
dd1efb3969
commit
594819ef9c
9 changed files with 34 additions and 12 deletions
|
@ -57,7 +57,8 @@ static constexpr double EPSILON = 1e-4;
|
|||
static constexpr double SCALING_FACTOR = 0.000001;
|
||||
static constexpr double PI = 3.141592653589793238;
|
||||
// When extruding a closed loop, the loop is interrupted and shortened a bit to reduce the seam.
|
||||
static constexpr double LOOP_CLIPPING_LENGTH_OVER_NOZZLE_DIAMETER = 0.15;
|
||||
// SoftFever: replaced by seam_gap now
|
||||
// static constexpr double LOOP_CLIPPING_LENGTH_OVER_NOZZLE_DIAMETER = 0.15;
|
||||
static constexpr double RESOLUTION = 0.0125;
|
||||
#define SCALED_RESOLUTION (RESOLUTION / SCALING_FACTOR)
|
||||
static constexpr double SPARSE_INFILL_RESOLUTION = 0.04;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue