Files
OrcaSlicer/doc/calibration/cornering-calib.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.7 KiB
Raw Blame History

Cornering

Cornering is a critical aspect of 3D printing that affects the quality and accuracy of prints. It refers to how the printer handles changes in direction during movement, particularly at corners and curves. Proper cornering settings can help reduce artifacts like ringing, ghosting, and overshooting, leading to cleaner and more precise prints.

Jerk

TODO: Jerk calibration not implemented yet.

Junction Deviation

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. The default value in Marlin is typically set to 0.08mm, which may be too high for some printers, potentially causing ringing. Consider lowering this value to reduce ringing, but avoid setting it too low, as this could lead to excessively slow cornering speeds.

JD = 0,4 \cdot \frac{\text{Jerk}^2}{\text{Accel.}}
  1. Pre-requisites:

    1. Check if your printer has Junction Deviation enabled. You can do this by sending the command M503 to your printer and looking for the line Junction deviation: 0.25.
    2. In OrcaSlicer, set:
      1. Acceleration high enough to trigger ringing (e.g., 2000 mm/s²).
      2. Speed high enough to trigger ringing (e.g., 100 mm/s).
    3. Use an opaque, high-gloss filament to make the ringing more visible.
  2. You need to print the Junction Deviation test.

    jd_first_menu

    1. Measure the X and Y heights and read the frequency set at that point in Orca Slicer.

    jd_first_print_measure jd_first_slicer_measure

    1. Its very likely that youll need to set values lower than 0.08 mm, as shown in the previous example. To determine a more accurate maximum JD value, you can print a new calibration tower with a maximum value set at the point where the corners start losing sharpness.
    2. Print the second Junction Deviation test with the new maximum value.

    jd_second_menu

    1. Measure the X and Y heights and read the frequency set at that point in Orca Slicer.

    jd_second_print_measure jd_second_slicer_measure

  3. Save the settings

    1. Set your Maximum Junction Deviation value in [Printer settings/Motion ability/Jerk limitation].

    jd_printer_jerk_limitation

    1. Use the following G-code to set the mm:
    M205 J#JunctionDeviationValue
    M500
    

    Example

    M205 J0.012
    M500
    
    1. Recompile your MarlinFW

      1. In Configuration.h uncomment and set:
      #define JUNCTION_DEVIATION_MM 0.012  // (mm) Distance from real junction edge
      
      1. Check Classic Jerk is disabled (commented).
      //#define CLASSIC_JERK
      

Credits

  • Junction Deviation Machine Limit @RF47
  • Junction Deviation Calibration @IanAlexis
  • Fast tower model @RF47