mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 12:46:06 +08:00
Fix of a spiral vase with realtive extruder distances enabled.
The clone function is used by the SpiralVase.pm only, so the change is safe.
This commit is contained in:
parent
c353eef626
commit
a0da2c4990
@ -22,7 +22,7 @@ sub apply_print_config {
|
|||||||
sub clone {
|
sub clone {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
return (ref $self)->new(
|
return (ref $self)->new(
|
||||||
map { $_ => $self->$_ } (@AXES, 'F', '_extrusion_axis'),
|
map { $_ => $self->$_ } (@AXES, 'F', '_extrusion_axis', 'config'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user