mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Retire the 'important' flag for options now that we have a configuration wizard.
This commit is contained in:
parent
4a94c64f7d
commit
e228b834e2
2 changed files with 0 additions and 10 deletions
|
@ -54,7 +54,6 @@ our $Options = {
|
|||
sidetext => 'mm',
|
||||
cli => 'nozzle-diameter=f',
|
||||
type => 'f',
|
||||
important => 1,
|
||||
},
|
||||
'print_center' => {
|
||||
label => 'Print center',
|
||||
|
@ -118,7 +117,6 @@ our $Options = {
|
|||
sidetext => 'mm',
|
||||
cli => 'filament-diameter=f',
|
||||
type => 'f',
|
||||
important => 1,
|
||||
},
|
||||
'extrusion_multiplier' => {
|
||||
label => 'Extrusion multiplier',
|
||||
|
@ -150,7 +148,6 @@ our $Options = {
|
|||
cli => 'temperature=i',
|
||||
type => 'i',
|
||||
max => 300,
|
||||
important => 1,
|
||||
},
|
||||
'bed_temperature' => {
|
||||
label => 'Bed Temperature',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue