mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 19:53:44 -06:00
New --extrusion-axis option; removed --no-extrusion
This commit is contained in:
parent
830965fc0b
commit
52c9897eda
7 changed files with 14 additions and 12 deletions
|
|
@ -25,10 +25,10 @@ our $Options = {
|
|||
cli => 'use-relative-e-distances',
|
||||
type => 'bool',
|
||||
},
|
||||
'no_extrusion' => {
|
||||
label => 'No extrusion',
|
||||
cli => 'no-extrusion',
|
||||
type => 'bool',
|
||||
'extrusion_axis' => {
|
||||
label => 'Extrusion axis',
|
||||
cli => 'extrusion_axis',
|
||||
type => 's',
|
||||
},
|
||||
'z_offset' => {
|
||||
label => 'Z offset',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue