What is the proper procedure to tune the speed and acceleration after Input Shaping?

Basic Information:

Printer Model: Prusa i3MK3S+
MCU / Printerboard: Einsy
Host / SBC: RPi 5

Describe your issue:

Hello, after performing Input Shaping and Klipper automatically saved some values to printer.cfg, what is the proper procedure to tune the slicer so that the resulting prints can be completed faster yet the print quality and strength are excellent? I am using Orca Slicer.

Hi @printeruser ,

Generally you set your inner wall, solid infill, and sparse infill speeds to the max speed your hotend can handle. The E3D v6 on the Prusa can do 12mm3/s, so with a 0.4mm nozzle and 0.2mm layer height that’s 150mm/s. I’d recommend 60-80mm/s for your outer walls and top soild infill. First layer should stay slow.

For accelerations, I set my outer wall and top soild infill to the max acceleration recommended by input shaping. First layer should be half that, and everything else should be as fast as you can reliably go without getting layer shifts.

1 Like

Thank you. How to find out what is the max speed that my hotend can handle? By “handle”, what do you mean?

In case of using E3D Revo Standard or High Flow 0.4mm nozzle with 0.15mm layer, what speeds do you recommend?

How to find the max acceleration recommended by input shaping?

Carefully work through the entire Welcome! | Ellis’ Print Tuning Guide. This should get you started. Note that some sections are strongly focused on Voron printers, but 99% of the content is generally applicable.

3 Likes

E3D Revo with a standard nozzle is about the same as the v6. Revo HF is 16mm3/s, so that’s 200mm/s for inner walls, sparse infill, and solid infill.

At the upper-right corner of your input shaper graph, there’s a few lines in the form of

SHAPER (xx Hz, vibr=x.x%, sm~=x.xx, accel<=xxxx)

The xxxx after accel<= is the recommended shaper acceleration for your outer walls and top solid infill.

Thank you. I used the automatic method:

SHAPER_CALIBRATE AXIS=X
SHAPER_CALIBRATE AXIS=Y

For X, EI was chosen by Klipper. accel <= 3100.
For Y, MZV was chosen. accel <= 3700

  1. Shall I use 3100 or 3700 as the max acceleration? In OrcaSlicer, it does not distinguish X and Y in the Speed and Acceleration sections.

  2. By default, OrcaSlicer set the Inner wall and Travel accelerations to 10000. Does that mean if I don’t lower the value to 3100 or 3700, I get ringing?

  3. In OrcaSlicer, there are many speeds besides inner walls, sparse infill and solid infill. What should values I set them to?

  4. I read that increasing the printing speeds reduce the strength of the printed objects. If doing functional prints that require the parts to be able to handle heavy weights or large forces, what suggestions do you have in regard to acceleration and speed settings?

  1. Use the lower of the two.
  2. You can leave those high. It’s really only the external speeds that matter.
  3. Small perimeters doesn’t really matter. Gap infill also doesn’t matter thanks to Arachne perimeter generation. Support settings should stay slow.
  4. I don’t really touch my speeds and accels for strong prints. I just increase the number of perimeters and sparse infill density. You can also increase temperature a bit.
1 Like

Thank you for your guideline.

1 Like

Thank you. I will have a look.

Note that these acceleration values are not recommended for your specific printer. They represent the maximum values beyond which the given input shaper causes significant smoothing.

For more in-depth explanations, refer to: Interpreting the Input Shaper Graphs

Without any offense meant or implied: You seem relatively new to 3D printing. It is a complex process involving firmware, materials, models, and slicers and a lot of experience. Therefore, I strongly recommend reading through applicable guides to gain a basic understanding. The link provided above is an excellent resource.

2 Likes

Thanks for the link.