Files
OrcaSlicer/doc/print_settings/speed/speed_settings_jerk_xy.md
Ian Bassi 9ae20024aa Wiki Update 10 - Quality (#10301)
* Update quality_settings_wall_generator.md

* Expand layer height wiki

* Rework height

* Update quality_settings_line_width.md

* Update quality_settings_precision.md

* Update quality_settings_seam.md

* Minor linking

* Update quality_settings_wall_and_surfaces.md

* Reverse on odd improved

* Extra perimeter on overhangs

* Images fixes

* Update speed_settings_jerk_xy.md

* quality_settings_ironing

* Update quality_settings_seam.md

* Update quality_settings_bridging.md

* Remove precision sub-section links

* Add icons to settings links in Home documentation

* Moved fuzzy skin

Remove Fuzzy Skin section from special mode settings to it's own place.

* Fix image adaptive-pressure-advance-calib.md

* Update image references

Standardized image alt text and filenames for consistency and clarity.

* Update image alt text and file references in docs

Standardized and clarified image alt text in Calibration.md for easy md to html conversion.

* Update seam

* Base scarf joint seam

* Update quality_settings_seam.md

* Update quality_settings_wall_generator.md

* Update quality_settings_overhangs.md

* Fuzzy Skin Generator Mode Wiki

Co-Authored-By: π² <189209038+pi-squared-studio@users.noreply.github.com>

* Infill Templates Wiki

Co-Authored-By: π² <189209038+pi-squared-studio@users.noreply.github.com>

* basic md formating

* Update infill and advanced strength settings docs

* Moved + Linked Metalanguage

* image preview (change befor ready)

* Update strength_settings_infill_rotation_template_metalanguage.md

* reorder image description

* Some credits

* Spelling infill rotation metalanguage docs

* Crop metalanguage fills

* fix image reference

* Update strength_settings_infill_rotation_template_metalanguage.md

* Update strength_settings_infill_rotation_template_metalanguage.md

* standard characters images

* flow rate update division

* Update Tab.cpp

* Reworking flow rate calibration guide

* Update strength_settings_top_bottom_shells.md

* Flow Calib WIP

---------

Co-authored-by: π² <189209038+pi-squared-studio@users.noreply.github.com>
Co-authored-by: pi-squared-studio <pi.squared.studio@gmail.com>
2025-08-11 09:51:49 +08:00

3.8 KiB

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.

Cornering Control Types

  • Jerk: Traditional method, sets a maximum speed for direction changes.
  • Junction Deviation: Modern method, calculates cornering speed based on acceleration and speed.

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.

Default

Default Jerk value.

Note

If this value is set to 0, the jerk will be set to the printer's default jerk.

Outer wall

Jerk for outer wall printing. This is usually set to a lower value than normal printing to ensure better quality.

Inner wall

Jerk for inner wall printing. This is usually set to a higher but still reasonable value than outer wall printing to improve speed.

Infill

Jerk for infill printing. This is usually set to a value higher than inner wall printing to improve speed.

Top surface

Jerk for top surface printing. This is usually set to a lower value than infill to ensure better quality.

Initial layer

Jerk for initial layer printing. This is usually set to a lower value than top surface to improve adhesion.

Travel

Jerk for travel printing. This is usually set to a higher value than infill to reduce travel time.

Junction Deviation

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.

JD = 0,4 \cdot \frac{\text{Jerk}^2}{\text{Accel.}}