mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
Temporarily disable small gap filling as it requires a fix not to slow down everything
This commit is contained in:
@@ -64,7 +64,7 @@ sub make_perimeter {
|
||||
push @{ $layer->thin_fills },
|
||||
grep $_,
|
||||
map $_->medial_axis(scale $Slic3r::flow_width),
|
||||
@$small_gaps;
|
||||
@$small_gaps if 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user