Raise max temperatures (in GUI) to 400°C

obj-materials
Alessandro Ranellucci 2013-01-23 11:03:01 +01:00
parent 65ef3b35d9
commit 94bb1e54bb
1 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ our $Options = {
sidetext => '°C',
cli => 'temperature=i@',
type => 'i',
max => 300,
max => 400,
serialize => $serialize_comma,
deserialize => sub { $_[0] ? [ split /,/, $_[0] ] : [0] },
default => [200],
@ -171,7 +171,7 @@ our $Options = {
type => 'i',
serialize => $serialize_comma,
deserialize => sub { $_[0] ? [ split /,/, $_[0] ] : [0] },
max => 300,
max => 400,
default => [200],
},