1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

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
+2
View File
@@ -299,6 +299,8 @@ public:
bool is_modifier;
// Wheter or not this volume has been generated from the wipe tower
bool is_wipe_tower;
// Wheter or not this volume has been generated from an extrusion path
bool is_extrusion_path;
// Interleaved triangles & normals with indexed triangles & quads.
GLIndexedVertexArray indexed_vertex_array;