Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 268 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 268 Bytes

Mirobot Web UI

  • Required package: 'assimp' for STL model conversion
git clone [email protected]:wlkata/Mirobot-STL.git
for x in Mirobot-STL/*.STL; do assimp export $x ${x/.STL/.glb}; done
python3 cors_server.py

View local server at http://localhost:8000