Skip to content

jLynx/BBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BBS for RatOS

Belt Balance System RatOS. This gives you the exact measurement for each belt in grams so you can more easily fine tune your printer.

This is based off of @JupaCreations awesome Belt Balance System.

Due to the current limitations of Klipper/Mainsail, we have to show the two belts values as temprature values in the temperature section of Mainsail as there is currently no other way to display them. This is something I hope to solve in the near future.

image

ToDo:

  • Fix the Python script so its not utter dogshit.
  • Upload build guide.
  • Upload PCB files.
  • Upload photos.
  • Upload BOM.
  • Work out if the ESP8266/32 is needed for the current API, or if it can be done on a ATmega328P based micro via serial.

1. Install

SSH into your Raspberry PI and execute:

cd ~/
git clone https://github.com/jLynx/BBS.git
bash ~/BBS/install.sh

2. Activate

Add this to the overwrite section at the end of your printer.cfg file.

# BBS
[include bbs/bbs.cfg]

3. Update

If you want to receive updates for BBS put this at the end of the moonraker.conf file.

# BBS
[update_manager BBS]
type: git_repo
primary_branch: main
path: ~/BBS
origin: https://github.com/jLynx/BBS.git
is_system_service: False