mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Raise overlap factor to 1 >:-)
This commit is contained in:
parent
86f5cb8654
commit
e13fe1d636
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ eval "use Slic3r::Build";
|
||||||
|
|
||||||
use constant SCALING_FACTOR => 0.000001;
|
use constant SCALING_FACTOR => 0.000001;
|
||||||
use constant RESOLUTION => 0.01;
|
use constant RESOLUTION => 0.01;
|
||||||
use constant OVERLAP_FACTOR => 0.5;
|
use constant OVERLAP_FACTOR => 1;
|
||||||
use constant SMALL_PERIMETER_LENGTH => (6.5 / SCALING_FACTOR) * 2 * PI;
|
use constant SMALL_PERIMETER_LENGTH => (6.5 / SCALING_FACTOR) * 2 * PI;
|
||||||
use constant LOOP_CLIPPING_LENGTH_OVER_SPACING => 0.15;
|
use constant LOOP_CLIPPING_LENGTH_OVER_SPACING => 0.15;
|
||||||
use constant PERIMETER_INFILL_OVERLAP_OVER_SPACING => 0.45;
|
use constant PERIMETER_INFILL_OVERLAP_OVER_SPACING => 0.45;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue