diff --git a/README.md b/README.md index b25e829..7a5f784 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ I organized my thoughts into a blog: [STEP and IGES models are converted to the **Project status:** stable -## Mission +## Features - [x] Basic project structure planning and interface design - [x] Conversion and compression code implementation @@ -38,7 +38,15 @@ I organized my thoughts into a blog: [STEP and IGES models are converted to the - [ ] [bug] stp convert to gltf is too large - [x] grpc support - [ ] rpc should response error detail -- [ ] rpc docker server logs output problems +- [ ] rpc api should support no draco +- [ ] [bug] rpc docker server logs output problems + + +## Using this project + +- Lexcent 3D Printing + > You can scan this following qrcode by Wechat, it's helpful for 3d printing and preview everywhere. + ![img](./assets/using/lixian.jpg) ## Version update diff --git a/README_ZH.md b/README_ZH.md index 32c97b9..8b90dcb 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -37,6 +37,13 @@ - [ ] rpc 接口优化,返回具体的错误信息 - [ ] rpc server 日志问题 + +## 项目用户 + +- 立现超级制造 + > 请用微信扫码,该小程序可用于预览微信聊天中的模型文件以及模型转换 + ![img](./assets/using/lixian.jpg) + ## 版本说明 ##### v1.4 2021-06-11 17:20 diff --git a/assets/using/lixian.jpg b/assets/using/lixian.jpg new file mode 100644 index 0000000..8265312 Binary files /dev/null and b/assets/using/lixian.jpg differ