mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Ported CoolingBuffer to C++/XS
This commit is contained in:
committed by
bubnikv
parent
c517b0d8f1
commit
a65c9ba083
@@ -100,10 +100,7 @@ sub BUILD {
|
||||
}
|
||||
}
|
||||
|
||||
$self->_cooling_buffer(Slic3r::GCode::CoolingBuffer->new(
|
||||
config => $self->config,
|
||||
gcodegen => $self->_gcodegen,
|
||||
));
|
||||
$self->_cooling_buffer(Slic3r::GCode::CoolingBuffer->new($self->_gcodegen));
|
||||
|
||||
$self->_spiral_vase(Slic3r::GCode::SpiralVase->new(config => $self->config))
|
||||
if $self->config->spiral_vase;
|
||||
|
||||
Reference in New Issue
Block a user