1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

Ported CoolingBuffer to C++/XS

This commit is contained in:
Alessandro Ranellucci
2016-12-21 23:09:58 +01:00
committed by bubnikv
parent c517b0d8f1
commit a65c9ba083
10 changed files with 227 additions and 17 deletions
+1 -4
View File
@@ -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;