mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Bugfix: z_offset was not applied in spiral_vase. Includes regression test #1343
This commit is contained in:
parent
1210b89893
commit
b5907dc734
3 changed files with 13 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue