1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

Increase small holes threshold to holes having a 6.5mm radius

This commit is contained in:
Alessandro Ranellucci
2012-02-25 16:14:28 +01:00
parent eba7c10018
commit 2d130061ed
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ our $infill_acceleration = 50; # mm/s^2
# accuracy options
our $resolution = 0.00000001;
our $small_perimeter_area = (5 / $resolution) ** 2;
our $small_perimeter_area = ((6.5 / $resolution)**2)*PI;
our $layer_height = 0.4;
our $first_layer_height_ratio = 1;
our $infill_every_layers = 1;