Out of print volume detection for extrusion toolpaths only

This commit is contained in:
Enrico Turri 2018-07-27 08:49:58 +02:00
parent b5b7894a6f
commit c2ab8c2ae3
3 changed files with 14 additions and 2 deletions

View file

@ -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))
{