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

@ -1177,6 +1177,7 @@ void check_model_ids_equal(const Model &model1, const Model &model2);
#endif /* NDEBUG */
static const float SINKING_Z_THRESHOLD = -0.001f;
static const double SINKING_MIN_Z_THRESHOLD = 0.05;
} // namespace Slic3r