Setting up SimplyPrint on Creality Hi

Easy steps to connect your Creality Hi 3D printer to SimplyPrint.

Creality Hi image

Set up SimplyPrint on the Creality HI

In this guide we will go through:

  1. Find your HI's IP address
  2. Enable root access and get the password
  3. Enable SimplyPrint in Fluidd (via SSH)
  4. Access your web interface

1. Find your HI's IP address

  1. On the touchscreen navigate to "Settings""Network".
HI homescreen with Settings button HI Settings → Network button
  1. Note down the HI's IP address shown under your network name/SSID.
HI Network page with IP address

2. Enable root access

  1. On the touchscreen navigate to "Settings" and scroll down to select "Root account information".
HI homescreen with Settings button HI Settings → Root account information
  1. Read the disclaimer and wait 30 seconds before checking "I have read and understood the risks of root login" and then pressing "Ok".
HI root access disclaimer
  1. Note down the generated root password.
HI root account information (password)

3. Enable SimplyPrint in Fluidd (via SSH)

  1. Open a terminal or SSH client on your computer.
  2. Connect to the HI using the IP address and root password you noted:
ssh root@[IP_ADDRESS]

For example; ssh [email protected]

  1. When prompted for a password, enter the password you noted.
  2. Once connected, run the command below to enable SimplyPrint and restart Moonraker:
echo '[simplyprint]' >> /usr/share/moonraker/moonraker.conf && /etc/init.d/moonraker restart

4. Access your web interface

  1. Open a web browser on your computer.
  2. Using the IP address you noted, navigate to http://[IP_ADDRESS]:4408 to access the Fluidd panel hosted by your HI.

And that's it! Your Creality HI is now running Klipper with SimplyPrint enabled.

That's it! You're all set

You're now ready to connect your printer and start using SimplyPrint.

Create your free account
Back