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
6e97b9bb73
commit
565146d9d1
@ -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…
Reference in New Issue
Block a user