mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Merge branch 'acp-voronoi'
Conflicts: xs/xsp/my.map
This commit is contained in:
@@ -883,10 +883,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