https://github.com/eat-sleep-code/pico-printer
A completely ridiculous project to build a small mostly-printed 3D printer that uses very cheap components.
https://github.com/eat-sleep-code/pico-printer
Last synced: about 2 months ago
JSON representation
A completely ridiculous project to build a small mostly-printed 3D printer that uses very cheap components.
- Host: GitHub
- URL: https://github.com/eat-sleep-code/pico-printer
- Owner: eat-sleep-code
- Created: 2023-05-08T01:45:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T01:57:09.000Z (about 3 years ago)
- Last Synced: 2025-01-19T12:48:35.721Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pico-printer
A completely ridiculous project to build a small mostly-printed 3D printer that uses very cheap components.
The bill of materials (BOM) STL files and STEP files will be added when (and if) a working prototype is completed.
## Prerequisites
### Hardware
- TBD
### Software
Execute the following to install the required non-standard Python libraries
```
pip install adafruit-circuitpython-sdcard
pip install adafruit-circuitpython-ssd1306
```