mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
New algorithm for GLVolumes generation and reuse of already generated geometry
This commit is contained in:
parent
bbc9a0abe6
commit
a8a4c11b5b
5 changed files with 426 additions and 199 deletions
|
@ -330,6 +330,8 @@ public:
|
|||
|
||||
void set_default();
|
||||
bool is_role_flag_set(ExtrusionRole role) const;
|
||||
|
||||
static bool is_role_flag_set(unsigned int flags, ExtrusionRole role);
|
||||
};
|
||||
|
||||
struct Travel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue