mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Raise max temperatures (in GUI) to 400°C
This commit is contained in:
@@ -158,7 +158,7 @@ our $Options = {
|
|||||||
sidetext => '°C',
|
sidetext => '°C',
|
||||||
cli => 'temperature=i@',
|
cli => 'temperature=i@',
|
||||||
type => 'i',
|
type => 'i',
|
||||||
max => 300,
|
max => 400,
|
||||||
serialize => $serialize_comma,
|
serialize => $serialize_comma,
|
||||||
deserialize => sub { $_[0] ? [ split /,/, $_[0] ] : [0] },
|
deserialize => sub { $_[0] ? [ split /,/, $_[0] ] : [0] },
|
||||||
default => [200],
|
default => [200],
|
||||||
@@ -171,7 +171,7 @@ our $Options = {
|
|||||||
type => 'i',
|
type => 'i',
|
||||||
serialize => $serialize_comma,
|
serialize => $serialize_comma,
|
||||||
deserialize => sub { $_[0] ? [ split /,/, $_[0] ] : [0] },
|
deserialize => sub { $_[0] ? [ split /,/, $_[0] ] : [0] },
|
||||||
max => 300,
|
max => 400,
|
||||||
default => [200],
|
default => [200],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user