Recently Updated Pages
Building basics, checks, maintenance
This guide only fits for Trikarus or Hangprinters which make use of RepRapFirmware and closed loo...
Gallery of printed objects
13.05.2023 - Maker Bottle (450mm) 16.04.2023 - Watering can 620g white PLA filament, ...
Raspberry Pi 3 B - GPIO config
GPIO (General Purpose Input/Output) pins on the Raspberry Pi https://www.raspberrypi.org/documen...
Smart Stepper - calibration and control modes (sPID mode, pPID mode and torque mode)
Smart Stepper command line interface Docs from https://github.com/Misfittech/nano_stepper The s...
Smart Stepper - flashing the firmware
How to change Vendor / Product ID? For a better control of the dev rules for Smart Stepper the V...
Smart Stepper - USB, Soft and hard reset
USB Reset way #1 - bind/unbind The following unbind command will kill complete USB chip for sess...
Monitoring and alerting | Grafana
Setup apt-get install -y adduser libfontconfig1 wget https://dl.grafana.com/oss/release/grafana...
Monitoring and alerting | Repetier Server Monitor Desktop App
This application is perfect for multiple servers or just for displaying some stats remotely or do...
Monitoring and alerting | Repetier Server integrated monitoring
Repetier Server offers a new quick status monitoring of the system since version 0.94.0
Monitoring and alertings | Raspberry Pi Power States
This is based on https://harlemsquirrel.github.io/shell/2019/01/05/monitoring-raspberry-pi-power-...
Monitoring and alerting | Filament sensing with KY-040 Rotary Encoder
The encoder is not mounted at the moment because hardware failed (but software works well) Targe...
Monitoring and alerting | Longterm monitoring of Duet 2 and automatic Hotend PowerOff/Movement Stop
To monitor some important values from Duet Trikarus project is going to monitor different values ...
Monitoring and alerting | Monitoring systemctl units
vim /opt/monitorSystemctl.sh #!/bin/bash MAIL="/opt/monitorSystemctl.mail" FAILED=$(systemctl ...
Monitoring and alerting | MPU 6050 (GY-521) Gyro + Accelerometer monitoring
Hardware → Gyroscope and acceleration sensor GY-521 (MPU6050) and basic configuration for Raspber...
Monitoring and alerting | Raspberry Pi CPU temperature
This is a bare copy of https://github.com/dbrgn/collectd-python-plugins/blob/master/cpu_temp.py ...
Monitoring and alerting | Monitoring iostat
A simple script is checking if the Smart Steppers are connected by USB. vim /opt/iostat.sh #!/b...
Monitoring and alerting | Monitoring USB device availability
A simple script is checking if the Smart Steppers are connected by USB. vim /opt/monitorUSBdevic...
Monitoring and alerting | InfluxDB
Install InfluxDB instance local database on Raspberry Pi A remote database, which is used a...
Monitoring and alerting | Smart Stepper value monitoring
For debugging purposes we monitor Smart Stepper values by the provided Python control service. Se...
Monitoring and alerting | GPIO Status of Relays
Relay for the LED lighting Relay for the power supply unit collectd Python plugin scrip...