mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Use 50% density for support base flange
This commit is contained in:
@@ -719,7 +719,7 @@ sub generate_support_material {
|
||||
foreach my $expolygon (@$islands) {
|
||||
my @paths = $filler->fill_surface(
|
||||
Slic3r::Surface->new(expolygon => $expolygon),
|
||||
density => 1,
|
||||
density => 0.5,
|
||||
flow_spacing => $self->print->first_layer_support_material_flow->spacing,
|
||||
);
|
||||
my $params = shift @paths;
|
||||
|
||||
Reference in New Issue
Block a user