项目作者: raveious

项目描述 :
Simple integrated filament scale for my 3D printer
高级语言: C
项目地址: git://github.com/raveious/filament-scale.git
创建时间: 2019-11-25T17:27:01Z
项目社区:https://github.com/raveious/filament-scale

开源协议:

下载


Filament scale project

Building Software

  1. $ virtualenv -p python3 venv
  2. $ source ./venv/bin/activate
  3. $ pip install -r requirements.txt
  4. $ mkdir build
  5. $ cd build
  6. $ 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.