diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-05-03 23:44:36 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-05-03 23:44:36 +0200 |
| commit | 93107ebd417e75efed4e2173feeea1030ce6cd02 (patch) | |
| tree | 5385d62e06f751674878d532144e0add67a45ad9 /service/src/printdoc.c | |
| parent | 80b190c66dab551b75db790df86efaffe0f86671 (diff) | |
| download | enowars5-service-stldoctor-93107ebd417e75efed4e2173feeea1030ce6cd02.tar.gz enowars5-service-stldoctor-93107ebd417e75efed4e2173feeea1030ce6cd02.zip | |
improved parsing for ascii stl and added sample file for testing
Diffstat (limited to 'service/src/printdoc.c')
| -rw-r--r-- | service/src/printdoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/src/printdoc.c b/service/src/printdoc.c index 451692d..e8377b2 100644 --- a/service/src/printdoc.c +++ b/service/src/printdoc.c @@ -138,7 +138,7 @@ submit_cmd(char *arg) lastrun.valid = parse_file(&lastrun, contents, len); - if (lastrun.valid) dump(lastrun.infopath); + // if (lastrun.valid) dump(lastrun.infopath); free(contents); } |
