From 4666caeabaa16c044d018c47e923eba0d9b64c1b Mon Sep 17 00:00:00 2001 From: steeb Date: Fri, 2 Aug 2024 15:17:42 -0700 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93302ad..396e13b 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ network={ } +### Remote administration Credentials to SSH into the machine are as follows: - User: ender - Password: 1234 @@ -72,4 +73,19 @@ Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Fri Aug 2 14:05:21 2024 from 10.6.0.2 ender@ender3Pro:~ $ - \ No newline at end of file + + +### KIAUH (Klipper Installation and Update Helper) + +I have been managing additional package for the 3d printer-specific stuff using a utility called KIAUH. You can find the Git for them [here](https://github.com/dw-0/kiauh). + +You can run it using the following command: +
+./kiauh/kiauh.sh
+
+ +See the Git for documentation. You probably won't need to do much through this unless you're adding new features or want to try out Mainsail instead of Fluidd. Actual updating of things is handled through the Fluidd and/or Mainsail interface. + +### other + +This is running a Debian-based OS. Because of this, you can update using apt just like on any other system. Everything that is currently installed is actively maintained and should work great through updates. On my other 2 printers running Debian w/ Klipper, updates have gone off without a hitch. \ No newline at end of file