Rooting the Nebula Pad
Once you have installed the Nebula Pad on your printer, you can "root" it. This lets you make tweaks and enable extra features that are not available in the default firmware.
At Your Own Risk
3D FDM printers involve high temperatures, molten plastic, and electricity. Improperly done modifications may not only break your printer but may cause damage, personal harm, or death. Any modifications you make are at your own risk. Please make sure to follow all safety notes and your own common sense when working on your printer.
Downgrading to Version 1.1.0.23
This document covers installing a "rooted" version of the Nebula Pad firmware version 1.1.0.23. If your pad is running a newer version, you will need to downgrade first or the process could cause problems with your printer.
- Open creality website,
- Under "Download Product Firmware" section find
NEBULA_ota_img_V1.1.0.23.img
and click download. - Now find your usb drive that came with nebula pad.
- Make sure there is no firmware file already on it that ends with
.img
. If you have remove the file. - (Optional) clear the flash drive from other files.
- Put the downloaded file onto USB drive.
- Use eject function on your pc and unplug the usb drive.
- Make sure you are not connected to the internet and then plug the usb drive into nebula pad.
- Nebula pad should pick up the update file and will prompt you for update.
- Click update.
Installing Rooted Firmware
Important
Before following the below steps, make sure your Nebula Pad is running the official firmware version 1.1.0.23. If it is not, follow the steps in the previous section before proceeding.
- Download firmware from here.
- Grab usb drive that came with nebula pad.
- Make sure there is no firmware file already on it that ends with
.img
. If you have remove the file. - (optional) remove any other file that is on the usb drive, to reduce likely chance of failure.
- Copy the downloaded file to usb drive.
- Unmount the drive from your pc.
- Unplug the USB drive.
- Plug it into the nebula pad.
- Give it a moment and you should see an update with version number
V5.1.0.23
- Click update.
- Wait for it to finish and after restart, unplug the drive.
- If the root was successfully, you can try SSH'ing into the nebula pad.
- When you open ssh session type:
- In the installer, type
5
and click enter - Make sure the first 3 is installed (
Moonraker
,Fluidd
andMainsail
). - If one of them is not installed, follow updating the helper script [TODO Link] and fixing core programs install [TODO Link] else continue onward.
- Open your browser and type
YOUR_PRINTER_IP:4408
. If you don't know how to get the ip of nebula pad follow this. - If you can't get the page to open, it can be one of many things:
- Your router does not allow local communication with the printer. [TODO How to fix]
- You are not on the same network as your printer. [TODO How to fix]
- Corrupted
Moonraker
/Fluid
install [TODO How to fix]