mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
Releasing 0.7.2
This commit is contained in:
parent
285caffa9c
commit
07edf83990
7 changed files with 4 additions and 3 deletions
|
@ -113,6 +113,7 @@ sub update_duplicate_controls {
|
|||
$_->Enable($value ne 'no') for @{$fields{duplicate_distance}};
|
||||
Slic3r::Config->set('duplicate', 1) if $value ne 'autoarrange';
|
||||
Slic3r::Config->set('duplicate_grid', [1,1]) if $value ne 'grid';
|
||||
$fields{duplicate}[0]->GetParent->Refresh;
|
||||
$_->() for @reload_callbacks; # apply new values
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue