mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Use Douglas-Peucker simplification always and remove the inefficient parallel lines merging algorithm. #277
This commit is contained in:
parent
08efb15f4d
commit
ee33d570d7
3 changed files with 3 additions and 2 deletions
|
@ -81,6 +81,7 @@ our $infill_acceleration = 50; # mm/s^2
|
|||
|
||||
# accuracy options
|
||||
our $scaling_factor = 0.00000001;
|
||||
our $resolution = 0.01;
|
||||
our $small_perimeter_area = ((6.5 / $scaling_factor)**2)*PI;
|
||||
our $layer_height = 0.4;
|
||||
our $first_layer_height_ratio = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue