mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
seam gap parameter
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user