mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Retire the 'important' flag for options now that we have a configuration wizard.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user