Increase inset overlap tolerance
This commit is contained in:
parent
632e3d3067
commit
79ac29b435
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ use constant SMALL_PERIMETER_LENGTH => (6.5 / SCALING_FACTOR) * 2 * PI;
|
||||||
use constant LOOP_CLIPPING_LENGTH_OVER_NOZZLE_DIAMETER => 0.15;
|
use constant LOOP_CLIPPING_LENGTH_OVER_NOZZLE_DIAMETER => 0.15;
|
||||||
use constant INFILL_OVERLAP_OVER_SPACING => 0.45;
|
use constant INFILL_OVERLAP_OVER_SPACING => 0.45;
|
||||||
use constant EXTERNAL_INFILL_MARGIN => 3;
|
use constant EXTERNAL_INFILL_MARGIN => 3;
|
||||||
use constant INSET_OVERLAP_TOLERANCE => 0.2;
|
use constant INSET_OVERLAP_TOLERANCE => 0.4;
|
||||||
|
|
||||||
# keep track of threads we created
|
# keep track of threads we created
|
||||||
my @my_threads = ();
|
my @my_threads = ();
|
||||||
|
|
Loading…
Add table
Reference in a new issue