aboutsummaryrefslogtreecommitdiffstats
path: root/service/src/stlfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'service/src/stlfile.h')
-rw-r--r--service/src/stlfile.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/service/src/stlfile.h b/service/src/stlfile.h
index 00cf28d..25f2211 100644
--- a/service/src/stlfile.h
+++ b/service/src/stlfile.h
@@ -7,14 +7,23 @@
#include <endian.h>
enum {
+ KW_UNKNOWN,
KW_SOLID_BEGIN,
KW_SOLID_END,
- KW_FACET,
- KW_OUTER,
+ KW_FACET_BEGIN,
+ KW_FACET_END,
+ KW_LOOP_BEGIN,
+ KW_LOOP_END,
KW_VERTEX
};
enum {
+ STATE_SOLID,
+ STATE_FACET,
+ STATE_LOOP
+};
+
+enum {
TYPE_ASCII,
TYPE_BIN
};