mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Bugfix: z_offset was not applied in spiral_vase. Includes regression test #1343
This commit is contained in:
@@ -18,7 +18,7 @@ sub _build_spiralvase {
|
||||
my $self = shift;
|
||||
|
||||
return $Slic3r::Config->spiral_vase
|
||||
? Slic3r::GCode::SpiralVase->new
|
||||
? Slic3r::GCode::SpiralVase->new(config => $self->gcodegen->config)
|
||||
: undef;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user