mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 12:17:54 -06:00
Increase small holes threshold to holes having a 6.5mm radius
This commit is contained in:
parent
eba7c10018
commit
2d130061ed
2 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue