项目作者: raveious
项目描述 :
Simple integrated filament scale for my 3D printer
高级语言: C
项目地址: git://github.com/raveious/filament-scale.git
Filament scale project
Building Software
$ virtualenv -p python3 venv
$ source ./venv/bin/activate
$ pip install -r requirements.txt
$ mkdir build
$ cd build
$ cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/project-toolchain-config.cmake= ..
Parts
- SSD1306 128x32px I2C OLED display [datasheet]
- HX711 breakout board [datasheet]
- 2x 5KG load cell [link]
- AtTiny85
- 3.3v voltage regulator with associated hardware
- I bought a few LM2937ET-3.3 linear regulators on DigiKey as they can take the 24v input from my 3D printer power supply.