mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 22:14:00 -06:00
Reworked connection of infill lines to perimeter lines.
Added a new "infill_anchor" parameter.
This commit is contained in:
parent
84693a5810
commit
4280fdb5f2
12 changed files with 383 additions and 470 deletions
|
@ -145,7 +145,6 @@ package Slic3r::Filler;
|
|||
sub fill_surface {
|
||||
my ($self, $surface, %args) = @_;
|
||||
$self->set_density($args{density}) if defined($args{density});
|
||||
$self->set_dont_connect($args{dont_connect}) if defined($args{dont_connect});
|
||||
$self->set_dont_adjust($args{dont_adjust}) if defined($args{dont_adjust});
|
||||
$self->set_complete($args{complete}) if defined($args{complete});
|
||||
return $self->_fill_surface($surface);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue