Do not apply out of bed detection for non printable volumes

This commit is contained in:
Enrico Turri 2019-08-30 10:33:21 +02:00
parent beed31ad58
commit bb65ad6f2c
2 changed files with 2 additions and 1 deletions

View file

@ -1483,6 +1483,7 @@ void Selection::toggle_instance_printable_state()
}
wxGetApp().obj_list()->update_printable_state(obj_idx, instance_idx);
wxGetApp().plater()->update();
}
}
}