Do not allow objects to be placed fully below bed

This commit is contained in:
enricoturri1966 2021-08-24 07:46:59 +02:00
parent 0be2e3bc71
commit b3010a817b
5 changed files with 34 additions and 5 deletions

View file

@ -385,6 +385,7 @@ public:
private:
void ensure_on_bed();
void ensure_not_below_bed();
bool is_from_fully_selected_instance(unsigned int volume_idx) const;
void paste_volumes_from_clipboard();