From 452885a387b3a1613defa378cee79eb97e7b4fc8 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Tue, 18 May 2021 14:45:50 +0200 Subject: seperated modelname and solidname handling --- service/src/stlfile.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'service/src/stlfile.h') diff --git a/service/src/stlfile.h b/service/src/stlfile.h index 588875b..d321282 100644 --- a/service/src/stlfile.h +++ b/service/src/stlfile.h @@ -38,8 +38,9 @@ struct stack { }; struct parseinfo { - char header[80], *hash, *modelname; - unsigned int loopcount; + char header[80], *hash, *modelname, *solidname; + uint32_t loopcount; + unsigned filesize; float bbmin[3], bbmax[3]; int type, valid; }; -- cgit v1.2.3-71-gd317