
* Large images optimizations * Add image and update instructions for junction deviation Added a new image illustrating the printer jerk limitation setting and updated the calibration documentation to clarify steps for setting Maximum Junction Deviation. Improved formatting and corrected a typo in the instructions. * Update README links to Wiki * Fix Wiki image paths + Typos * Fixes, typos and Infill improvements * Update VFA calibration guide and add resonance avoidance Expanded the VFA calibration documentation with more detailed explanations of VFA causes, the VFA Speed Test, and how to use the Resonance Avoidance Speed Range. Added a new image illustrating the resonance avoidance configuration. * Add surface density setting to top/bottom shells docs * Ironing Wiki Wip * Wall and surfaces wiki wip * Fix top/bottom link * Better topbottom reddirect * bridging wiki wip * Fix TOP bottom * Wall wiki wip * strength advanced wiki wip * speed advance renaming * inital speed wiki wip * Other Layer Speed Wiki Wip... * Speed overhang Wiki WIP * Travel speed wiki wip * Speed acceleration wiki wip * Update speed_settings_initial_layer_speed.md * Jerk Wiki Wip * support wiki wip * Raft wiki wip * support filamnet wiki wip * Support ironing wiki wip * Support advanced Wiki Wip * Tree wiki wip * STL images optimizations * Prime tower wiki wip * Update PA line diagram images Were bigger than original used to crop this ones. * Ooze wiki wip * Flush wiki wip * Image optimizatios * Clarify TPMS-D infill description Updated the TPMS-D infill section to specify that it refers to the Schwarz Diamond surface, improving clarity for users. Also updated the infill calculator spreadsheet. Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com> * images+++ * Multimaterial advanced Wiki Wip * Skirt Wiki Wip * Brim wiki wip * Add Junction Deviation formula to documentation Included the mathematical formula for Junction Deviation in the cornering calibration documentation to clarify its calculation. Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com> * Others special mode Wiki Wip Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com> * Fix links * Fill Multiline infill Wiki Introduced a new section in the infill documentation describing the Fill Multiline setting, its differences from other slicers, and its use cases. Added a comparison table and illustrative GIF to clarify how OrcaSlicer maintains density and material usage when using multiple infill lines. * Multiline infill wiki update Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com> * Multiline Tab.cpp * Gcode output Wiki Wip * Others wiki wips * Home quality * Add process links in home * Quality Basic Missing descriptions * Update quality_settings_bridging.md * basic desc * basic advance strentgth * Basic speed * basic other speeds * Fix link * Update speed_settings_overhang_speed.md * Update speed_settings_travel.md * Update speed_settings_acceleration.md * Fix * Expand documentation for acceleration and jerk settings * Support wiki * Raft wiki * Support wiki desc * Prime tower wiki * Multimaterial wiki desc * Filament to features wiki * Ooze improve * Fix duplicate text * Fix typo in volumetric speed calibration guide Corrected 'promoted' to 'prompted' in the instructions for entering test settings in the volumetric speed calibration documentation. * centeres image * Overlapping gif * Others wiki basic desc * Clarify retraction calibration recommendation Expanded the explanation for calibrating retraction settings, specifying that it should be done after Flow and Pressure Advance calibration for optimal extrusion setup. Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com> * Links in Readme + minor change Refined links and formatting in README for better navigation. Expanded wall printing order section in quality settings documentation to clarify Inner/Outer, Inner/Outer/Inner, and Outer/Inner modes. Updated calibration guide images and formatting for improved clarity. * Add SVG icons to infill pattern comparison table * Delete doc/images/gui directory remplaced with GUI * Create process-preset-full.png --------- Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com>
3.5 KiB
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.}}
-
Pre-requisites:
- Check if your printer has Junction Deviation enabled. You can do this by sending the command
M503
to your printer and looking for the lineJunction deviation: 0.25
. - In OrcaSlicer, set:
- Acceleration high enough to trigger ringing (e.g., 2000 mm/s²).
- Speed high enough to trigger ringing (e.g., 100 mm/s).
- Use an opaque, high-gloss filament to make the ringing more visible.
- Check if your printer has Junction Deviation enabled. You can do this by sending the command
-
You need to print the Junction Deviation test.
- Measure the X and Y heights and read the frequency set at that point in Orca Slicer.
- It’s very likely that you’ll 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.
- Print the second Junction Deviation test with the new maximum value.
- Measure the X and Y heights and read the frequency set at that point in Orca Slicer.
-
Save the settings
- Set your Maximum Junction Deviation value in [Printer settings/Motion ability/Jerk limitation].
- Use the following G-code to set the mm:
M205 J#JunctionDeviationValue M500
Example
M205 J0.012 M500
-
Recompile your MarlinFW
- In Configuration.h uncomment and set:
#define JUNCTION_DEVIATION_MM 0.012 // (mm) Distance from real junction edge
- Check Classic Jerk is disabled (commented).
//#define CLASSIC_JERK