mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
New option to define the overhang threshold angle for support material generation
This commit is contained in:
parent
07daefeddb
commit
36753d85b7
6 changed files with 21 additions and 9 deletions
|
@ -123,6 +123,7 @@ our $fill_angle = 45;
|
|||
our $extra_perimeters = 1;
|
||||
our $randomize_start = 1;
|
||||
our $support_material = 0;
|
||||
our $support_material_threshold = 45;
|
||||
our $support_material_pattern = 'rectilinear';
|
||||
our $support_material_angle = 0;
|
||||
our $support_material_tool = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue