mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
Satisfy test suite
This commit is contained in:
parent
2956c1a2e5
commit
1a690589a8
4 changed files with 8 additions and 1 deletions
|
|
@ -333,6 +333,7 @@ sub _fill_gaps {
|
|||
return unless @$gaps;
|
||||
|
||||
my $filler = Slic3r::Fill->new->filler('rectilinear');
|
||||
$filler->angle($self->config->fill_angle);
|
||||
$filler->layer_id($self->layer->id);
|
||||
|
||||
# we should probably use this code to handle thin walls and remove that logic from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue