mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
New option to customize infill angle
This commit is contained in:
parent
742f646372
commit
b0433097d4
6 changed files with 48 additions and 14 deletions
|
@ -48,6 +48,7 @@ our $flow_width;
|
|||
our $perimeter_offsets = 3;
|
||||
our $solid_layers = 3;
|
||||
our $fill_density = 0.4; # 1 = 100%
|
||||
our $fill_angle = 0;
|
||||
our $temperature = 195;
|
||||
|
||||
# retraction options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue