mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
Test of update_extruder_in_config()
This commit is contained in:
parent
817fb5adb3
commit
92b578779e
2 changed files with 4 additions and 4 deletions
|
@ -1986,7 +1986,6 @@ sub on_config_change {
|
|||
|
||||
sub item_changed_selection{
|
||||
my ($self, $obj_idx) = @_;
|
||||
printf "BEGIN item_changed_selection : obj_idx = $obj_idx\n";
|
||||
|
||||
$self->{canvas}->Refresh;
|
||||
if ($self->{canvas3D}) {
|
||||
|
@ -1997,7 +1996,6 @@ sub item_changed_selection{
|
|||
}
|
||||
Slic3r::GUI::_3DScene::render($self->{canvas3D});
|
||||
}
|
||||
printf "END item_changed_selection";
|
||||
}
|
||||
|
||||
sub collect_selections {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue