Limiting Speed of the printer
At Your Own Risk
The following tweaks require editing the printer configuration files on the Nebula Pad. As these configuration files adjust how the printer hardware works, bad edits may break your hardware or cause other safety issues. Make sure to read the full process before starting and follow each step closely.
- Open Fluid in your browser or Ocra slicer, for this tutorial will use the browser, but if you have Ocra slicer set up, skip to step 4.
- Open your browser.
- Type
YOUR_PRINTER_IP:4408
for example192.168.0.100:4408
and click enter. - Click on icon that look like
{...}
. - Find file named
printer.cfg
and open it. - When you see a lot of text in there,
CTRL + F
to open search function. - In search bar type
[printer]
and you should see something like this: - Change the lines:
-
max_accel: 5000
tomax_accel: 2600
-max_accel_to_decel: 5000
tomax_accel_to_decel: 2600
- After changing them, they should look like this:
[printer] kinematics: cartesian max_velocity: 500 max_accel: 2600 max_accel_to_decel: 2600 max_z_velocity: 100 square_corner_velocity: 5.0 max_z_accel: 500
- Click
Save & Restart