Retire the 'important' flag for options now that we have a configuration wizard.

This commit is contained in:
Henrik Brix Andersen 2012-07-15 16:37:59 +02:00
parent 4a94c64f7d
commit e228b834e2
2 changed files with 0 additions and 10 deletions

View file

@ -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',