mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-26 16:12:02 +08:00
Remove duplicate_mode from options list
This commit is contained in:
parent
23fd8de1f5
commit
1c6789e042
@ -558,13 +558,6 @@ our $Options = {
|
|||||||
type => 'i',
|
type => 'i',
|
||||||
max => 359,
|
max => 359,
|
||||||
},
|
},
|
||||||
'duplicate_mode' => {
|
|
||||||
label => 'Duplicate',
|
|
||||||
gui_only => 1,
|
|
||||||
type => 'select',
|
|
||||||
values => [qw(no autoarrange grid)],
|
|
||||||
labels => ['No', 'Autoarrange', 'Grid'],
|
|
||||||
},
|
|
||||||
'duplicate' => {
|
'duplicate' => {
|
||||||
label => 'Copies (autoarrange)',
|
label => 'Copies (autoarrange)',
|
||||||
cli => 'duplicate=i',
|
cli => 'duplicate=i',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user