mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
New --bed-size option
This commit is contained in:
@@ -396,10 +396,17 @@ our $Options = {
|
||||
type => 'i',
|
||||
},
|
||||
'duplicate' => {
|
||||
label => 'Copies (auto arrange)',
|
||||
label => 'Copies (autoarrange)',
|
||||
cli => 'duplicate=i',
|
||||
type => 'i',
|
||||
},
|
||||
'bed_size' => {
|
||||
label => 'Bed size for autoarrange (mm)',
|
||||
cli => 'bed-size=s',
|
||||
type => 'point',
|
||||
serialize => sub { join ',', @{$_[0]} },
|
||||
deserialize => sub { [ split /,/, $_[0] ] },
|
||||
},
|
||||
'duplicate_grid' => {
|
||||
label => 'Copies (grid)',
|
||||
cli => 'duplicate-grid=s',
|
||||
|
||||
Reference in New Issue
Block a user