mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
New option for support material pattern spacing; also, fixes and speedups to the overhang detection
This commit is contained in:
parent
36753d85b7
commit
a6dca1d82a
6 changed files with 27 additions and 30 deletions
|
@ -125,6 +125,7 @@ our $randomize_start = 1;
|
|||
our $support_material = 0;
|
||||
our $support_material_threshold = 45;
|
||||
our $support_material_pattern = 'rectilinear';
|
||||
our $support_material_spacing = 2.5;
|
||||
our $support_material_angle = 0;
|
||||
our $support_material_tool = 0;
|
||||
our $start_gcode = "G28 ; home all axes";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue