mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Refresh plater canvas when switching presets
This commit is contained in:
@@ -912,6 +912,8 @@ sub update {
|
|||||||
$print_object->delete_all_copies;
|
$print_object->delete_all_copies;
|
||||||
$print_object->add_copy(@{$_->offset}) for @{$model_object->instances};
|
$print_object->add_copy(@{$_->offset}) for @{$model_object->instances};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$self->{canvas}->Refresh;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub on_config_change {
|
sub on_config_change {
|
||||||
|
|||||||
Reference in New Issue
Block a user