speed_settings_jerk_xy - MaxShih147/OrcaSlicer GitHub Wiki
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.
- Jerk: Traditional method, sets a maximum speed for direction changes.
- Junction Deviation: Modern method, calculates cornering speed based on acceleration and speed.
- 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. PhrozenOrca 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.
Default Jerk value.
Note
If this value is set to 0, the jerk will be set to the printer's default jerk.
Jerk for outer wall printing. This is usually set to a lower value than normal printing to ensure better quality.
Jerk for inner wall printing. This is usually set to a higher but still reasonable value than outer wall printing to improve speed.
Jerk for infill printing. This is usually set to a value higher than inner wall printing to improve speed.
Jerk for top surface printing. This is usually set to a lower value than infill to ensure better quality.
Jerk for initial layer printing. This is usually set to a lower value than top surface to improve adhesion.
Jerk for travel printing. This is usually set to a higher value than infill to reduce travel time.
Alternative to Jerk, Junction Deviation is the default method for controlling cornering speed in MarlinFW (Marlin2) printers.
Higher values result in more aggressive cornering speeds, while lower values produce smoother, more controlled cornering.
This value will only be overwritten if it is lower than the Junction Deviation value set in Printer settings > Motion ability. If it is higher, the value configured in Motion ability will be used.
To Calculate your Junction Deviation value, please refer to the Junction Deviation Calibration guide.