OrcaSlicer/doc/print_settings/calibration/cornering-calib.md
Ian Bassi 4e59b0abc6
Wiki + Readme: MD security and improvements (#9807)
* Wiki + Readme: MD, security and improvements

Standardized MD GitHub Wiki format
Removed outdated and malicious links
Modularized calibrations
Suggested calibration order added
Minor bug fixes
Image improvements and corrections
Added winget commands
Completed previous WIPs
Added new WIPs
Removed obsolete references
Visual Changes

Co-Authored-By: Noisyfox <timemanager.rick@gmail.com>
Co-Authored-By: dewi-ny-je <2866139+dewi-ny-je@users.noreply.github.com>
Co-Authored-By: Nico Domino <7415984+ndom91@users.noreply.github.com>
Co-Authored-By: Martin Ulmschneider <7497782+mulmschneider@users.noreply.github.com>
Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com>

* MD Indentation + images update

---------

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
Co-authored-by: dewi-ny-je <2866139+dewi-ny-je@users.noreply.github.com>
Co-authored-by: Nico Domino <7415984+ndom91@users.noreply.github.com>
Co-authored-by: Martin Ulmschneider <7497782+mulmschneider@users.noreply.github.com>
Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com>
2025-06-08 11:11:43 +08:00

2.9 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.

  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.

    image

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

    image image

    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.

    image

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

    image image

  3. Save the settings

    1. Set your Maximun Junction Deviation value in [Printer settings/Motion ability/Jerk limitation].
    2. 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