Project work for Bits Wilp 2021 Digital Manufacturing Course
- 3d-printer-web-frontend has source code for webapplication written in React
- 3d-printer-web-backend has source code for nodejs backend service
- 3d-printer-web-microservices contains list of microservices
- slicing-serevice is to slice the stl file, written in python runs on flask web server
- iiot-server to connect to 3D printer, written in python runs on flask web server
Read README.md inside 3d-printer-web-frontend
node app.js
iiot-server -> requires printcore libraries slicing-service -> requires sic3r-python bindings
For above both run
python3 client.py
pip install virtualenv -> install venv virtualenv /path/to/folder -> create venv source /path/to/folder/bin/activate -> use venv
to exit venv -> exit venv