mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-27 00:24:00 -06:00
Do not allow objects to be placed fully below bed
This commit is contained in:
parent
0be2e3bc71
commit
b3010a817b
5 changed files with 34 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue