mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Customizable overlap ratio (it defaults to 0.15 now)
This commit is contained in:
@@ -182,7 +182,7 @@ sub prepare_fill_surfaces {
|
||||
sub remove_small_surfaces {
|
||||
my $self = shift;
|
||||
|
||||
my $distance = scale $Slic3r::flow_width / 2;
|
||||
my $distance = scale $Slic3r::flow_spacing / 2;
|
||||
|
||||
my @surfaces = @{$self->fill_surfaces};
|
||||
@{$self->fill_surfaces} = ();
|
||||
|
||||
Reference in New Issue
Block a user