Files
OrcaSlicer_WIKI/printer_settings/motion ability/printer_motion_ability.md
2026-05-04 11:35:20 -03:00

2.6 KiB

Motion Ability

Settings related to the motion capabilities of the printer.

Emit limits to G-code

Mode: Advanced.
Variable: emit_machine_limits_to_gcode.
If enabled, the machine limits will be emitted to G-code file. This option will be ignored if the G-code flavor is set to Klipper.

Resonance Avoidance

Mode: Advanced.
Variable: resonance_avoidance.

Resonance Avoidance Speed

Mode: Advanced.
Variables: min_resonance_avoidance_speed, max_resonance_avoidance_speed.
By reducing the speed of the outer wall to avoid the resonance zone of the printer, ringing on the surface of the model are avoided.

Tip

Check the VFA Calibration.

Speed limitation

Safeguard maximum speeds for all axes. This will cap the speed set by the process if it exceeds these values.

Acceleration limitation

Modes: Simple, Advanced.
Variables: machine_max_acceleration_x, machine_max_acceleration_y, machine_max_acceleration_e, machine_max_acceleration_z, machine_max_acceleration_extruding, machine_max_acceleration_retracting, machine_max_acceleration_travel.
Safeguard maximum accelerations for all axes. This will cap the acceleration set by the process if it exceeds these values.

Jerk limitation

Safeguard maximum jerks for all axes.

Tip

Check the Cornering Calibration.

Maximum Jerk

Variables: machine_max_jerk_y, machine_max_jerk_x, machine_max_jerk_z, machine_max_jerk_e.
Maximum jerk for each axis (M205 X, Y, Z, E, only apply if JD = 0 for Marlin 2 Firmware)

Maximum Junction Deviation

Mode: Advanced.
Variable: machine_max_junction_deviation.
Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware. If your Marlin 2 printer uses Classic Jerk set this value to 0.)