mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Tech ENABLE_ALLOW_NEGATIVE_Z -> Shading of sinking instances
This commit is contained in:
parent
c8b83ae011
commit
8f385aac44
4 changed files with 67 additions and 12 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue