Raise overlap factor to 1 >:-)

This commit is contained in:
Alessandro Ranellucci 2012-11-16 18:11:06 +01:00
parent 86f5cb8654
commit e13fe1d636

View File

@ -58,7 +58,7 @@ eval "use Slic3r::Build";
use constant SCALING_FACTOR => 0.000001;
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 LOOP_CLIPPING_LENGTH_OVER_SPACING => 0.15;
use constant PERIMETER_INFILL_OVERLAP_OVER_SPACING => 0.45;