mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
Fixed wrong implementation of concave_points() and convex_points() in C++. #2384
This commit is contained in:
parent
95f7bcb9fe
commit
6ce651eb4a
7 changed files with 53 additions and 18 deletions
|
@ -266,7 +266,7 @@ use Slic3r::Test;
|
|||
my $was_extruding = 0;
|
||||
my @seam_points = ();
|
||||
my $print = Slic3r::Test::init_print($model_name, config => $config);
|
||||
Slic3r::GCode::Reader->new->parse(Slic3r::Test::gcode($print), sub {
|
||||
Slic3r::GCode::Reader->new->parse(my $gcode = Slic3r::Test::gcode($print), sub {
|
||||
my ($self, $cmd, $args, $info) = @_;
|
||||
|
||||
if ($info->{extruding}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue