added missing units in GUI
This commit is contained in:
parent
74c71b4ef2
commit
2b979fb14c
@ -28,13 +28,13 @@ our $Options = {
|
|||||||
|
|
||||||
# printer options
|
# printer options
|
||||||
'nozzle_diameter' => {
|
'nozzle_diameter' => {
|
||||||
label => 'Nozzle diameter',
|
label => 'Nozzle diameter (mm)',
|
||||||
cli => 'nozzle-diameter=f',
|
cli => 'nozzle-diameter=f',
|
||||||
type => 'f',
|
type => 'f',
|
||||||
important => 1,
|
important => 1,
|
||||||
},
|
},
|
||||||
'print_center' => {
|
'print_center' => {
|
||||||
label => 'Print center',
|
label => 'Print center (mm)',
|
||||||
cli => 'print-center=s',
|
cli => 'print-center=s',
|
||||||
type => 'point',
|
type => 'point',
|
||||||
serialize => sub { join ',', @{$_[0]} },
|
serialize => sub { join ',', @{$_[0]} },
|
||||||
@ -51,7 +51,7 @@ our $Options = {
|
|||||||
type => 's',
|
type => 's',
|
||||||
},
|
},
|
||||||
'z_offset' => {
|
'z_offset' => {
|
||||||
label => 'Z offset',
|
label => 'Z offset (mm)',
|
||||||
cli => 'z-offset=f',
|
cli => 'z-offset=f',
|
||||||
type => 'f',
|
type => 'f',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user