mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02: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