mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
TriangleSelector: draft of interface
This commit is contained in:
parent
0280a2a15b
commit
953d1417a0
3 changed files with 138 additions and 0 deletions
|
@ -394,6 +394,7 @@ enum class ModelVolumeType : int {
|
|||
};
|
||||
|
||||
enum class FacetSupportType : int8_t {
|
||||
// Maximum is 3. The value is serialized in TriangleSelector into 2 bits!
|
||||
NONE = 0,
|
||||
ENFORCER = 1,
|
||||
BLOCKER = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue