An open API service indexing awesome lists of open source software.

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.

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
```