mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
New --resolution option to simplify input models
This commit is contained in:
parent
10b6bc9d15
commit
cf5adca928
5 changed files with 30 additions and 7 deletions
|
@ -517,10 +517,10 @@ sub build {
|
|||
title => 'Flow',
|
||||
options => [qw(bridge_flow_ratio)],
|
||||
},
|
||||
$Slic3r::have_threads ? {
|
||||
{
|
||||
title => 'Other',
|
||||
options => [qw(threads)],
|
||||
} : (),
|
||||
options => [($Slic3r::have_threads ? qw(threads) : ()), qw(resolution)],
|
||||
},
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue