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