Jerk XY¶
Jerk is the rate of change of acceleration and how quickly your printer can change between different accelerations. It controls direction changes and velocity transitions during movement.
Key Effects¶
- Corner Control:
- Lower values = smoother corners, better quality.
- Higher values = faster cornering, potential artifacts.
- Print Speed: Higher jerk reduces deceleration at direction changes, increasing overall speed.
- Surface Quality: Lower jerk minimizes vibrations and ringing, especially important for outer walls.
This setting overrides firmware jerk values when different motion types need specific settings. Orca limits jerk to not exceed the Printer's Motion Ability settings.
Tip
Jerk can work in conjunction with Pressure Advance, Adaptive Pressure Advance, and Input Shaping to optimize print quality and speed.
It's recommended to follow the calibration guide order for best results.
Cornering Control Types¶
- Jerk: Traditional method, sets a maximum speed for direction changes.
- Klipper: Square corner velocity
- RepRapFirmware: Maximum instantaneous speed changes
- Marlin 2: Classic Jerk (deprecated in favor of Junction Deviation) but can still be used.
- Marlin Legacy: Classic Jerk.
- Junction Deviation: Modern method, calculates cornering speed based on acceleration.
Tip
Calibrate your Cornering Values using the Cornering Calibration guide.
Junction Deviation¶
Mode: Advanced.
Variable: default_junction_deviation.
Alternative to Jerk, Junction Deviation is the default method for controlling cornering speed in Marlin 2 printers.
Instead of setting a cornering speed for each line type, it calculates the cornering speed based on the each line's acceleration and speed using the formula:
Higher values result in faster and more aggressive cornering speeds, while lower values produce smoother, more controlled cornering.
Note
Classic Jerk can still be used in Marlin 2, but it is deprecated in favor of Junction Deviation.
If your printer uses Classic Jerk, you need to set your Junction Deviation to 0 to enable the use of Classic Jerk.
This value is limited by Printer settings > Motion ability > Maximum Junction Deviation.
Default¶
Mode: Advanced.
Variable: default_jerk.
Default Jerk value.
Note
If this value is set to 0, the jerk will be set to the printer's default jerk.
Outer wall¶
Mode: Advanced.
Variable: outer_wall_jerk.
Jerk for outer wall printing. This is usually set to a lower value than normal printing to ensure better quality.
Inner wall¶
Mode: Advanced.
Variable: inner_wall_jerk.
Jerk for inner wall printing. This is usually set to a higher but still reasonable value than outer wall printing to improve speed.
Infill¶
Mode: Advanced.
Variable: infill_jerk.
Jerk for infill printing. This is usually set to a value higher than inner wall printing to improve speed.
Top surface¶
Mode: Advanced.
Variable: top_surface_jerk.
Jerk for top surface printing. This is usually set to a lower value than infill to ensure better quality.
Initial layer¶
Mode: Advanced.
Variable: initial_layer_jerk.
Jerk for initial layer printing. This is usually set to a lower value than top surface to improve adhesion.
Initial layer travel¶
Mode: Advanced.
Variable: initial_layer_travel_jerk.
Jerk for initial layer travel.
Using a lower value can improve build plate adhesion. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the Travel Jerk.
Travel¶
Mode: Advanced.
Variable: travel_jerk.
Jerk for travel printing. This is usually set to a higher value than infill to reduce travel time.