mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Bugfix: object steps were incorrectly invalidated. #2102
This commit is contained in:
@@ -553,7 +553,7 @@ sub build {
|
||||
},
|
||||
{
|
||||
title => 'Other',
|
||||
options => [($Slic3r::have_threads ? qw(threads) : ()), qw(resolution xy_size_compensation)],
|
||||
options => [qw(xy_size_compensation), ($Slic3r::have_threads ? qw(threads) : ()), qw(resolution)],
|
||||
},
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user