1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

Raise the thickness threshold used for generating thin walls. TODO: don't enforce this at the segment level but consider the average thickness of an entire polyline and compare it to the total length. #2910

This commit is contained in:
Alessandro Ranellucci
2015-06-15 17:00:10 +02:00
parent bc69d6da81
commit 539cde8d7a
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ MedialAxis::is_valid_edge(const VD::edge_type& edge) const
//printf(" => too thin, skipping\n");
return false;
}
return true;
}