Update README.md

This commit is contained in:
steeb 2024-08-02 15:17:42 -07:00
parent 1747085656
commit 4666caeaba

View File

@ -54,6 +54,7 @@ network={
}
</pre>
### Remote administration
Credentials to SSH into the machine are as follows:
- User: <code>ender</code>
- Password: <code>1234</code>
@ -73,3 +74,18 @@ permitted by applicable law.
Last login: Fri Aug 2 14:05:21 2024 from 10.6.0.2
<span style="color:lightgreen"><b>ender@ender3Pro:~ $</b></span>
</pre>
### 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:
<pre>
./kiauh/kiauh.sh
</pre>
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 <code>apt</code> 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.