mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 04:31:17 -07:00
Faster algorithm for rectilinear fill
This commit is contained in:
parent
33d7b8c7cf
commit
1978a99416
10 changed files with 242 additions and 159 deletions
|
|
@ -44,6 +44,7 @@ GetOptions(
|
|||
# print options
|
||||
'perimeters=i' => \$Slic3r::perimeter_offsets,
|
||||
'solid-layers=i' => \$Slic3r::solid_layers,
|
||||
'fill-type=s' => \$Slic3r::fill_type,
|
||||
'fill-density=f' => \$Slic3r::fill_density,
|
||||
'fill-angle=i' => \$Slic3r::fill_angle,
|
||||
'temperature=i' => \$Slic3r::temperature,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue