mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Remove duplicate_mode from options list
This commit is contained in:
@@ -558,13 +558,6 @@ our $Options = {
|
||||
type => 'i',
|
||||
max => 359,
|
||||
},
|
||||
'duplicate_mode' => {
|
||||
label => 'Duplicate',
|
||||
gui_only => 1,
|
||||
type => 'select',
|
||||
values => [qw(no autoarrange grid)],
|
||||
labels => ['No', 'Autoarrange', 'Grid'],
|
||||
},
|
||||
'duplicate' => {
|
||||
label => 'Copies (autoarrange)',
|
||||
cli => 'duplicate=i',
|
||||
|
||||
Reference in New Issue
Block a user