New --resolution option to simplify input models

This commit is contained in:
Alessandro Ranellucci 2013-03-16 19:58:34 +01:00
parent 10b6bc9d15
commit cf5adca928
5 changed files with 30 additions and 7 deletions

View file

@ -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)],
},
]);
}