mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Re-enable the threads config option. #1882
This commit is contained in:
parent
d6d6a51e0d
commit
fc4ac5ded4
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ our @Ignore = qw(duplicate_x duplicate_y multiply_x multiply_y support_material_
|
||||||
|
|
||||||
our $Options = print_config_def();
|
our $Options = print_config_def();
|
||||||
|
|
||||||
|
# overwrite the hard-coded readonly value (this information is not available in XS)
|
||||||
|
$Options->{threads}{readonly} = !$Slic3r::have_threads;
|
||||||
|
|
||||||
# generate accessors
|
# generate accessors
|
||||||
{
|
{
|
||||||
no strict 'refs';
|
no strict 'refs';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue