mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 21:27:52 -06:00
Out of print volume detection for extrusion toolpaths only
This commit is contained in:
parent
b5b7894a6f
commit
c2ab8c2ae3
3 changed files with 14 additions and 2 deletions
|
@ -215,6 +215,7 @@ GLVolume::GLVolume(float r, float g, float b, float a)
|
|||
, hover(false)
|
||||
, is_modifier(false)
|
||||
, is_wipe_tower(false)
|
||||
, is_extrusion_path(false)
|
||||
, tverts_range(0, size_t(-1))
|
||||
, qverts_range(0, size_t(-1))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue