mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 04:54:08 -06:00
Rename brim_thickness to brim_width
This commit is contained in:
parent
a9d480f7bf
commit
e72bd56b9d
6 changed files with 11 additions and 11 deletions
|
@ -422,9 +422,9 @@ our $Options = {
|
|||
cli => 'skirt-height=i',
|
||||
type => 'i',
|
||||
},
|
||||
'brim_thickness' => {
|
||||
label => 'Brim thickness (mm)',
|
||||
cli => 'brim-thickness=f',
|
||||
'brim_width' => {
|
||||
label => 'Brim width (mm)',
|
||||
cli => 'brim-width=f',
|
||||
type => 'f',
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue