Set up SimplyPrint for Moonraker via CLI
NOTE; This section is advanced and requires you to already have Moonraker installed on your device. The guide
requires basic Linux & SSH knowledge. If you're using Mainsail or Fluidd, go back to the previous step.
To set up SimplyPrint for Moonraker without going through a UI like Mainsail or Fluidd, you've got to edit the Moonraker configuration file and add the [simplyprint] component.
The SimplyPrint component comes pre-installed with all newer versions of Moonraker, so you simply have to add the component to the config file like this:
- SSH into your Pi (or whichever device is running Moonraker)
You can also simply connect a monitor and a keyboard to the device and interact with it directly.
- Update Moonraker
First go to the Moonraker directory - often located in your user's home directory, so after logging in simply execute the following commands:
cd ~/moonraker
git pull
./scripts/install-moonraker.sh
- Go to the
moonraker.conf file
The Moonraker config file is usually located at ~/klipper_config/moonraker.conf
- Add
[simplyprint] to the bottom of the file
- Save and restart Moonraker:
sudo service moonraker restart