mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Bugfix: object steps were incorrectly invalidated. #2102
This commit is contained in:
parent
ba55592bdf
commit
3173e11e1f
2 changed files with 2 additions and 2 deletions
|
@ -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)],
|
||||
},
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue