mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
New --skirt-height option. #11
This commit is contained in:
parent
b123194522
commit
097b8d9acb
8 changed files with 41 additions and 15 deletions
|
@ -31,6 +31,9 @@ sub go {
|
|||
# this will add a set of bridges to each layer
|
||||
$print->process_bridges;
|
||||
|
||||
# make skirt
|
||||
$print->extrude_skirt;
|
||||
|
||||
# make perimeters
|
||||
# this will add a set of extrusion loops to each layer
|
||||
# as well as a set of surfaces to be filled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue