dw-0 / kiauh

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

feat: allow to install Mainsail/Fluidd without Moonraker #347

Closed marbocub closed 1 year ago

marbocub commented 1 year ago

This allows the user to install remote mode Mainsail / Fluidd without Moonraker installed in order to setup separated web server from klipper host.

(1) When selecting to install Mainsail or Fluidd without Moonraker installed on localhost , it shows a prompt to confirm installing them without Moonraker. image

(2) If installing a Mainsail, this setup remote-mode into the mainsail/config.json. image

This is a re-implemented version of feature request #258 and closed PR #247.

dw-0 commented 1 year ago

Thank you!