mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-30 16:42:43 +00:00
Use Douglas-Peucker simplification always and remove the inefficient parallel lines merging algorithm. #277
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user