mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
More integration of Slic3r::Point::XS
This commit is contained in:
parent
159a009f96
commit
c9749ca3b3
9 changed files with 80 additions and 17 deletions
|
@ -270,7 +270,7 @@ sub extrude_path {
|
|||
# go to first point of extrusion path
|
||||
my $gcode = "";
|
||||
$gcode .= $self->travel_to($path->points->[0], $path->role, "move to first $description point")
|
||||
if !$self->last_pos || !$self->last_pos->coincides_with($path->points->[0]);
|
||||
if !defined $self->last_pos || !$self->last_pos->coincides_with($path->points->[0]);
|
||||
|
||||
# compensate retraction
|
||||
$gcode .= $self->unretract;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue