dw-0 / kiauh

Klipper Installation And Update Helper
GNU General Public License v3.0
3.34k stars 484 forks source link

Adding PrettyGCode to the installer #99

Closed Kragrathea closed 3 years ago

Kragrathea commented 3 years ago

Hi! I am getting ready to release a new GCode visualizer called PrettyGCode (see below). It used to be an OctoPrint plugin but now I am porting it to a stand alone web app that uses the moonraker API to get print status. It needs to be installed on the Raspberry Pi similar to how Fluidd is installed. It is a single Nginx website with no other dependencies other than Moonraker.

Using Kiauh for distribution and updating would be ideal, since I plan to eventually support all the different UIs (Fluidd,OctoPrint, Duet, Mainsail). Would you be interested in collaborating on adding PrettyGCode into Kiauh? PrettyGCode for Klipper PrettyGCode for OctoPrint

dw-0 commented 3 years ago

Hey. I just added an installer for PrettyGCode with https://github.com/th33xitus/kiauh/commit/05842f8e1d2bcb4d03bf7d62467037a3a48602f9 😃

I made the port it runs on customizable for the user (it will default to 7136 though). I think that can be usefull to some people.

Kragrathea commented 3 years ago

Wow! That was amazingly fast. :-) I'll test it as soon as I get home.

Kragrathea commented 3 years ago

Works Great! I even tested an update. Thanks so much th33xitus. Feel free to close this, if any problems come up I will create a new issue.