How to Uninstall SimplyPrint from a Makerbase-powered printer
1. Find your printer's IP address
There's several different ways to find you printer's IP address:
- The IP address usually shows on your printer's screen or in its network settings
- Can't find it? Check your router settings for connected devices
- Or use a network scanner tool like Angry IP Scanner
2. Connect to your Printer via SSH
- Open a terminal or SSH client on your computer.
- Connect to your K2 using the IP address you noted:
ssh mks@[IP_ADDRESS]
ssh mks@192.168.0.42- When prompted for a password, type
makerbaseand press Enter.
3. Run the Uninstall Script
- Once connected, run the command below to uninstall SimplyPrint from the printer:
./moonraker-sp.sh --uninstall
moonraker-sp.sh after the installation process, then you can install it again using the command below:wget -O moonraker-sp.sh https://download.simplyprint.io/klipper/moonraker-sp.sh && chmod +x moonraker-sp.sh
[INFO] Uninstall complete., if the uninstall was successful.- If you also want to remove the installation script, then run the command below:
rm moonraker-sp.sh
That's it! SimplyPrint has now been removed from your printer.
Updated on: 25/05/2026
Thank you!