Rewrite avoid_crossing_perimeters() to fix a regression and get better performance by choosing regular points along contours. #1531

This commit is contained in:
Alessandro Ranellucci 2013-12-22 18:47:39 +01:00
parent ca16567ba9
commit e403dc16ae
3 changed files with 251 additions and 220 deletions

View file

@ -797,7 +797,7 @@ sub write_gcode {
}
$gcodegen->external_mp(Slic3r::GCode::MotionPlanner->new(
islands => union_ex([ map @$_, @islands ]),
no_internal => 1,
internal => 0,
));
}