protoloft / klipper_z_calibration

Klipper plugin for self-calibrating z-offset
GNU General Public License v3.0
1.06k stars 152 forks source link

Changes ./install.sh to allow for multiple klipper instances via kiauh #85

Closed stucamp closed 1 year ago

stucamp commented 1 year ago

The klipper service isn't named klipper.service when using kiauh and multiple printers on the same host. This adds a -n flag to the install script to avoid issues with "klipper.service not found" and automates the restarting of the multiple instances.

TitusLabs commented 1 year ago

A great improvement - thanks :+1: