mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
New --resolution option to simplify input models
This commit is contained in:
@@ -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)],
|
||||
},
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user