Tech ENABLE_ALLOW_NEGATIVE_Z -> Shading of sinking instances

This commit is contained in:
enricoturri1966 2021-04-22 13:18:36 +02:00
parent c8b83ae011
commit 8f385aac44
4 changed files with 67 additions and 12 deletions

View file

@ -453,6 +453,11 @@ public:
bool is_sla_support() const;
bool is_sla_pad() const;
#if ENABLE_ALLOW_NEGATIVE_Z
bool is_sinking() const;
bool is_below_printbed() const;
#endif // ENABLE_ALLOW_NEGATIVE_Z
// Return an estimate of the memory consumed by this class.
size_t cpu_memory_used() const {
//FIXME what to do wih m_convex_hull?