mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-26 10:04:25 +08:00
Bugfix: object steps were incorrectly invalidated. #2102
This commit is contained in:
parent
ba55592bdf
commit
3173e11e1f
@ -553,7 +553,7 @@ sub build {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title => 'Other',
|
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)],
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
@ -73,7 +73,7 @@ sub apply_config {
|
|||||||
$object->config->apply($new);
|
$object->config->apply($new);
|
||||||
|
|
||||||
$invalidated = 1
|
$invalidated = 1
|
||||||
if $self->invalidate_state_by_config_options($diff);
|
if $object->invalidate_state_by_config_options($diff);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user