mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
New GUI with plating facilities
This commit is contained in:
parent
4bc49dcc5b
commit
d03925a18d
16 changed files with 1143 additions and 581 deletions
|
@ -16,8 +16,8 @@ our $Options = {
|
|||
cli => 'notes=s',
|
||||
type => 's',
|
||||
multiline => 1,
|
||||
width => 350,
|
||||
height => 300,
|
||||
width => 220,
|
||||
height => 130,
|
||||
serialize => sub { join '\n', split /\R/, $_[0] },
|
||||
deserialize => sub { join "\n", split /\\n/, $_[0] },
|
||||
},
|
||||
|
@ -408,7 +408,7 @@ our $Options = {
|
|||
type => 'i',
|
||||
},
|
||||
'bed_size' => {
|
||||
label => 'Bed size for autoarrange (mm)',
|
||||
label => 'Bed size (mm)',
|
||||
cli => 'bed-size=s',
|
||||
type => 'point',
|
||||
serialize => sub { join ',', @{$_[0]} },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue