mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Implemented avoid_crossing_perimeters with VisiLibity
This commit is contained in:
@@ -909,10 +909,7 @@ sub write_gcode {
|
||||
}
|
||||
}
|
||||
}
|
||||
$gcodegen->external_mp(Slic3r::GCode::MotionPlanner->new(
|
||||
islands => union_ex([ map @$_, @islands ]),
|
||||
internal => 0,
|
||||
));
|
||||
$gcodegen->external_mp(Slic3r::MotionPlanner->new(union_ex([ map @$_, @islands ])));
|
||||
}
|
||||
|
||||
# calculate wiping points if needed
|
||||
|
||||
Reference in New Issue
Block a user