From 80b190c66dab551b75db790df86efaffe0f86671 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 29 Apr 2021 18:37:03 +0200 Subject: fixed Makefile and extended ascii parsing structure --- service/src/stlfile.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'service/src/stlfile.h') 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,13 +7,22 @@ #include 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 -- cgit v1.2.3-71-gd317