Install Debian 11 and update
apt update && apt dist-upgrade -y && apt install libglib2.0-0 curl ufw -yIf the only account is root, create a new account
adduser pia-gateway
usermod -aG sudo pia-gateway
su pia-gatewayInstall Debian 11 and update
apt update && apt dist-upgrade -y && apt install libglib2.0-0 curl ufw -yIf the only account is root, create a new account
adduser pia-gateway
usermod -aG sudo pia-gateway
su pia-gatewayAdaptive bed mesh is merged into klipper master branch. You can use this feature without this custom macro. Official klipper adaptive bed mesh
| /// ***** © ShopVacSwitch ***** /// | |
| /// Automated Vacuum Cleaner Switch /// | |
| /// Current sensor type: ACS 712-30 /// | |
| /// /// | |
| /// Last updated on 1/20/21 /// | |
| /// /// | |
| /// ***** Code by Jacob. ***** /// | |
| #define SAMPLES 300 |
| # This file contains pin mappings for the Anycubic i3 Mega with | |
| # Ultrabase from 2017. (This config may work on an Anycubic i3 Mega v1 | |
| # prior to the Ultrabase if you comment out the definition of the | |
| # endstop_pin in the stepper_z1 section.) To use this config, the | |
| # firmware should be compiled for the AVR atmega2560. | |
| # See the example.cfg file for a description of available parameters. | |
| [stepper_x] | |
| step_pin: ar54 |