mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 05:54:03 -06:00
Wiki fix images and links (#9858)
* Fix Wiki Links Co-Authored-By: StdVectorBool <4926951+StdVectorBool@users.noreply.github.com> * Fix Wiki images * Chamber temp Wiki update --------- Co-authored-by: StdVectorBool <4926951+StdVectorBool@users.noreply.github.com>
This commit is contained in:
parent
15f0d2a514
commit
3b2fa4469a
35 changed files with 127 additions and 102 deletions
|
@ -6,7 +6,7 @@ It covers key aspects such as flow rate, pressure advance, temperature towers, r
|
|||
|
||||
To access the calibration features, you can find them in the **Calibration** section of the Orca Slicer interface.
|
||||
|
||||

|
||||

|
||||
|
||||
> [!IMPORTANT]
|
||||
> After completing the calibration process, remember to create a new project in order to exit the calibration mode.
|
||||
|
@ -29,23 +29,23 @@ The recommended order for calibration is as follows:
|
|||
|
||||
4. **[Retraction](retraction-calib.md)**: Calibrate the retraction settings to minimize stringing and improve print quality. Doing this after Flow and
|
||||
|
||||
<img src="../../images/retraction_test_print.jpg" alt="Retraction" height="200">
|
||||
<img src="https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/retraction_test_print.jpg?raw=true" alt="Retraction" height="200">
|
||||
|
||||
5. **[Tolerance](tolerance-calib.md)**: Calibrate the tolerances of your printer to ensure that it can accurately reproduce the dimensions of the model being printed. This is important for achieving a good fit between parts and for ensuring that the final print meets the desired specifications.
|
||||
|
||||
<img src="../../images/Tolerance/OrcaToleranceTes_m6.jpg" alt="Tolerance" height="200">
|
||||
<img src="https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/Tolerance/OrcaToleranceTes_m6.jpg?raw=true" alt="Tolerance" height="200">
|
||||
|
||||
6. **[Max Volumetric Speed](volumetric-speed-calib.md)**: Calibrate the maximum volumetric speed of the filament. This is important for ensuring that the printer can handle the flow rate of the filament without causing issues such as under-extrusion or over-extrusion.
|
||||
|
||||
<img src="../../images/vmf_measurement_point.jpg" alt="Max_Volumetric_Speed" height="200">
|
||||
<img src="https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/vmf_measurement_point.jpg?raw=true" alt="Max_Volumetric_Speed" height="200">
|
||||
|
||||
7. **[Cornering](cornering-calib.md)**: Calibrate the Jerk/Junction Deviation settings to improve print quality and reduce artifacts caused by sharp corners and changes in direction.
|
||||
|
||||
<img src="../../images/JunctionDeviation/jd_second_print_measure.jpg" alt="Cornering" height="200">
|
||||
<img src="https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/JunctionDeviation/jd_second_print_measure.jpg?raw=true" alt="Cornering" height="200">
|
||||
|
||||
8. **[Input Shaping](input-shaping-calib.md)**: This is an advanced calibration technique that can be used to reduce ringing and improve print quality by compensating for mechanical vibrations in the printer.
|
||||
|
||||
<img src="../../images/InputShaping/IS_damp_marlin_print_measure.jpg" alt="Input_Shaping" height="200">
|
||||
<img src="https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/InputShaping/IS_damp_marlin_print_measure.jpg?raw=true" alt="Input_Shaping" height="200">
|
||||
|
||||
### VFA
|
||||
|
||||
|
|
|
@ -138,11 +138,11 @@ It is recommended that the PA step is set to a small value, to allow you to make
|
|||
|
||||
PA pattern calibration configuration window have been changed to simplify test setup. Now all is needed is to fill list of accelerations and speeds into relevant fields of the calibration window:
|
||||
|
||||

|
||||

|
||||
|
||||
Test patterns generated for each acceleration-speed pair and all parameters are set accordingly. No additional actions needed from user side. Just slice and print all plates generated.
|
||||
|
||||
Refer to [Calibration Guide](./Calibration) for more details on batch mode calibration.
|
||||
Refer to [Calibration Guide](Calibration) for more details on batch mode calibration.
|
||||
|
||||
#### OrcaSlicer 2.2.0 and older
|
||||
|
||||
|
|
|
@ -20,22 +20,22 @@ The default value in Marlin is typically set to 0.08mm, which may be too high fo
|
|||
3. Use an opaque, high-gloss filament to make the ringing more visible.
|
||||
2. You need to print the Junction Deviation test.
|
||||
|
||||

|
||||

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

|
||||

|
||||

|
||||

|
||||
|
||||
2. 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.
|
||||
3. Print the second Junction Deviation test with the new maximum value.
|
||||
|
||||

|
||||

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

|
||||

|
||||

|
||||

|
||||
|
||||
3. Save the settings
|
||||
1. Set your Maximun Junction Deviation value in [Printer settings/Motion ability/Jerk limitation].
|
||||
|
|
|
@ -10,7 +10,7 @@ The Flow Ratio determines how much filament is extruded and plays a key role in
|
|||
> [!IMPORTANT]
|
||||
> PASS 1 and PASS 2 follow the older flow ratio formula `FlowRatio_old*(100 + modifier)/100`. YOLO (Recommended) and YOLO (perfectist version) use a new system that is very simple `FlowRatio_old±modifier`.
|
||||
|
||||

|
||||

|
||||
|
||||
Calibrating the flow rate involves a two-step process.
|
||||
|
||||
|
@ -27,7 +27,7 @@ Calibrating the flow rate involves a two-step process.
|
|||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
> [!TIP]
|
||||
> @ItsDeidara has made a html to help with the calculation. Check it out if those equations give you a headache [here](https://github.com/ItsDeidara/Orca-Slicer-Assistant).
|
|
@ -32,12 +32,12 @@ Ussualy the recommended values modes are `MZV` or `EI` for Delta printers.
|
|||
3. Use an opaque, high-gloss filament to make the ringing more visible.
|
||||
2. Print the Input Shaping Frequency test with a range of frequencies.
|
||||
|
||||

|
||||

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

|
||||

|
||||

|
||||

|
||||
|
||||
2. If not a clear result, you can measure a X and Y min and max acceptable heights and repeat the test with that min and max value.
|
||||
|
||||
|
@ -46,12 +46,12 @@ Ussualy the recommended values modes are `MZV` or `EI` for Delta printers.
|
|||
|
||||
3. Print the Damping test setting your X and Y frequency to the value you found in the previous step.
|
||||
|
||||

|
||||

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

|
||||

|
||||

|
||||

|
||||
|
||||
> [!Important]
|
||||
> Not all Resonance Compensation modes support damping.
|
||||
|
@ -78,12 +78,12 @@ ZV Input Shaping introduces an anti-vibration signal into the stepper motion for
|
|||
2. Use an opaque, high-gloss filament to make the ringing more visible.
|
||||
2. Print the Input Shaping Frequency test with a range of frequencies.
|
||||
|
||||

|
||||

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

|
||||

|
||||

|
||||

|
||||
|
||||
2. If not a clear result, you can measure a X and Y min and max acceptable heights and repeat the test with that min and max value.
|
||||
|
||||
|
@ -92,12 +92,12 @@ ZV Input Shaping introduces an anti-vibration signal into the stepper motion for
|
|||
|
||||
3. Print the Damping test setting your X and Y frequency to the value you found in the previous step.
|
||||
|
||||

|
||||

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

|
||||

|
||||

|
||||

|
||||
|
||||
4. Restore your 3D Printer settings to avoid keep using high acceleration and jerk values.
|
||||
1. Reboot your printer.
|
||||
|
@ -122,4 +122,4 @@ ZV Input Shaping introduces an anti-vibration signal into the stepper motion for
|
|||
|
||||
### Fixed-Time Motion
|
||||
|
||||
TODO This calibration test is currently under development. See the [Marlin documentation](https://marlinfw.org/docs/gcode/M493.html) for more information.
|
||||
TODO This calibration test is currently under development. See the [Marlin documentation](https://marlinfw.org/docs/gcode/M493.html) for more information.
|
|
@ -5,7 +5,7 @@ Pressure Advance is a feature that compensates for the lag in filament pressure
|
|||
Orca Slicer includes three approaches for calibrating the pressure advance value. Each method has its own advantages and disadvantages. It is important to note that each method has two versions: one for a direct drive extruder and one for a Bowden extruder. Make sure to select the appropriate version for your test.
|
||||
|
||||
> [!NOTE]
|
||||
> [Adaptive Pressure Advance Guide](print_settings/calibration/adaptive-pressure-advance-calib.md)
|
||||
> [Adaptive Pressure Advance Guide](adaptive-pressure-advance-calib)
|
||||
|
||||
> [!WARNING]
|
||||
> For Marlin: Linear advance must be enabled in firmware (M900). **Not all printers have it enabled by default.**
|
||||
|
@ -29,7 +29,7 @@ Steps:
|
|||
|
||||

|
||||
|
||||

|
||||

|
||||
## Pattern method
|
||||
|
||||
The pattern method is adapted from [Andrew Ellis' pattern method generator](https://ellis3dp.com/Pressure_Linear_Advance_Tool/), which was itself derived from the [Marlin pattern method](https://marlinfw.org/tools/lin_advance/k-factor.html) developed by [Sineos](https://github.com/Sineos/k-factorjs).
|
||||
|
@ -39,20 +39,20 @@ The pattern method is adapted from [Andrew Ellis' pattern method generator](http
|
|||
Test configuration window allow user to generate one or more tests in a single projects. Multiple tests will be placed on each plate with extra plates added if needed.
|
||||
|
||||
1. Single test \
|
||||

|
||||

|
||||
2. Batch mode testing (multiple tests on a sinle plate) \
|
||||

|
||||

|
||||
|
||||
Once test generated, one or more small rectangular prisms could be found on the plate, one for each test case. This object serves a few purposes:
|
||||
|
||||
1. The test pattern itself is added in as custom G-Code at each layer, same as you could do by hand actually. The rectangular prism gives us the layers in which to insert that G-Code. This also means that **you'll see the full test pattern when you move to the Preview pane**:
|
||||
|
||||

|
||||

|
||||
|
||||
1. The prism acts as a handle, enabling you to move the test pattern wherever you'd like on the plate by moving the prism
|
||||
2. Each test object is pre-configured with target parameters which are reflected in the objects name. However, test parameters may be adjusted for each prism individually by referring to the object list pane:
|
||||
|
||||

|
||||

|
||||
|
||||
Next, Ellis' generator provided the ability to adjust specific printer, filament, and print profile settings. You can make these same changes in Orca Slicer by adjusting the settings in the Prepare pane as you would with any other print. When you initiate the calibration test, Ellis' default settings are applied. A few things to note about these settings:
|
||||
|
||||
|
@ -69,9 +69,8 @@ The PA value for this test will be increased by 0.002 for every 1 mm increase in
|
|||
1. Select the printer, filament, and process you would like to use for the test.
|
||||
2. Examine each corner of the print and mark the height that yields the best overall result.
|
||||
3. I selected a height of 8 mm for this case, so the pressure advance value should be calculated as `PressureAdvanceStart+(PressureAdvanceStep x measured)` example: `0+(0.002 x 8) = 0.016`.
|
||||

|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
> [!TIP]
|
||||
> @ItsDeidara has made a html to help with the calculation. Check it out if those equations give you a headache [here](https://github.com/ItsDeidara/Orca-Slicer-Assistant).
|
|
@ -4,13 +4,13 @@ Retraction is the process of pulling the filament back into the nozzle to preven
|
|||
|
||||
This test generates a retraction tower automatically. The retraction tower is a vertical structure with multiple notches, each printed at a different retraction length. After the print is complete, we can examine each section of the tower to determine the optimal retraction length for the filament. The optimal retraction length is the shortest one that produces the cleanest tower.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
In the dialog, you can select the start and end retraction length, as well as the retraction length increment step. The default values are 0mm for the start retraction length, 2mm for the end retraction length, and 0.1mm for the step. These values are suitable for most direct drive extruders. However, for Bowden extruders, you may want to increase the start and end retraction lengths to 1mm and 6mm, respectively, and set the step to 0.2mm.
|
||||
|
||||

|
||||

|
||||
|
||||
> [!NOTE]
|
||||
> When testing filaments such as PLA or ABS that have minimal oozing, the retraction settings can be highly effective. You may find that the retraction tower appears clean right from the start. In such situations, setting the retraction length to 0.2mm - 0.4mm using Orca Slicer should suffice.
|
||||
|
|
|
@ -7,7 +7,7 @@ There is no other calibration that can have such a big impact on the print quali
|
|||
|
||||
Nozzle temperature is one of the most important settings to calibrate for a successful print. The temperature of the nozzle affects the viscosity of the filament, which in turn affects how well it flows through the nozzle and adheres to the print bed. If the temperature is too low, the filament may not flow properly, leading to under-extrusion, poor layer adhesion and stringing. If the temperature is too high, the filament may degrade, over-extrude and produce stringing.
|
||||
|
||||

|
||||

|
||||
|
||||
Temp tower is a straightforward test. The temp tower is a vertical tower with multiple blocks, each printed at a different temperature. Once the print is complete, we can examine each block of the tower and determine the optimal temperature for the filament. The optimal temperature is the one that produces the highest quality print with the least amount of issues, such as stringing, layer adhesion, warping (overhang), and bridging.
|
||||
|
||||
|
@ -23,7 +23,7 @@ This setting doesn't have a specific test, but it is recommended to start with t
|
|||
|
||||
Chamber temperature can affect the print quality, especially for high-temperature filaments. A heated chamber can help to maintain a consistent temperature throughout the print, reducing the risk of warping and improving layer adhesion. However, it is important to monitor the chamber temperature to ensure that it does not exceed the recommended temperature for the filament being used.
|
||||
|
||||
See: [Chamber temperature printer settings](../../Chamber-temperature.md)
|
||||
See: [Chamber temperature printer settings](Chamber-temperature)
|
||||
|
||||
> [!NOTE]
|
||||
> Low temperature Filaments like PLA can clog the nozzle if the chamber temperature is too high.
|
|
@ -7,7 +7,7 @@ To correct for these variations, Orca Slicer provides:
|
|||
|
||||
- Shrinkage (XY)
|
||||
|
||||

|
||||

|
||||
|
||||
- Process Compensation:
|
||||
|
||||
|
@ -16,16 +16,16 @@ To correct for these variations, Orca Slicer provides:
|
|||
- Precise wall
|
||||
- Precise Z height
|
||||
|
||||

|
||||

|
||||
|
||||
## Orca Tolerance Test
|
||||
|
||||
This calibration test is designed to evaluate the dimensional accuracy of your printer and filament. The model consists of a base with six hexagonal holes, each with a different tolerance: 0.0 mm, 0.05 mm, 0.1 mm, 0.2 mm, 0.3 mm, and 0.4 mm, as well as a hexagon-shaped tester.
|
||||
|
||||

|
||||

|
||||
|
||||
You can check the tolerance using either an M6 Allen key or the included printed hexagon tester.
|
||||
Use calipers to measure both the holes and the inner tester. Based on your results, you can fine-tune the X-Y hole compensation and X-Y contour compensation settings. Repeat the process until you achieve the desired precision.
|
||||
|
||||

|
||||

|
||||

|
||||

|
|
@ -6,15 +6,15 @@ You will be promted to enter the settings for the test: start volumetric speed,
|
|||
|
||||
Once printed, take note of where the layers begin to fail and where the quality begins to suffer. Pay attention to changes from matte to shiny as well.
|
||||
|
||||

|
||||

|
||||
|
||||
Using calipers or a ruler, measure the height of the print at that point. Use the following calculation to determine the correct max flow value: `start + (height-measured * step)` . For example in the photo below, and using the default setting values, the print quality began to suffer at 19mm measured, so the calculation would be: `5 + (19 * 0.5)` , or `13mm³/s` using the default values. Enter your number into the "Max volumetric speed" value in the filament settings.
|
||||
|
||||

|
||||

|
||||
|
||||
You can also return to OrcaSlicer in the "Preview" tab, make sure the color scheme "flow" is selected. Scroll down to the layer height that you measured, and click on the toolhead slider. This will indicate the max flow level for your filmanet.
|
||||
|
||||

|
||||

|
||||
|
||||
> [!NOTE]
|
||||
> You may also choose to conservatively reduce the flow by 5-10% to ensure print quality.
|
||||
|
|
|
@ -6,7 +6,7 @@ This happens by reducing the stresses put on the extrusion system as well as red
|
|||
|
||||
This feature is especially helpful when printing at high accelerations and large flow rates as the deviations are larger in these cases.
|
||||
|
||||

|
||||

|
||||
|
||||
## Theory
|
||||
|
||||
|
@ -17,7 +17,7 @@ This works by breaking down the printed line segments into smaller "chunks", pro
|
|||
In summary, **it takes the "edge" off rapid extrusion changes caused by acceleration/deceleration as these are now spread over a longer distance and time.** Therefore, it can reduce wall artefacts that show when the print speeds change suddenly. These artefacts are occuring because the extruder and firmware cannot perfectly adhere to the requested by the slicer flow rates, especially when the extrusion rate is changing rapidly.
|
||||
|
||||
**The example below shows the artefact that is mitigated by ERS.**
|
||||

|
||||

|
||||
|
||||
The bulging visible above is due to the extruder not being able to respond fast enough against the required speed change when printing with high accelerations and high speeds and requested to slow down for an overhang.
|
||||
|
||||
|
@ -43,17 +43,26 @@ When a speed change is requested, the firmware look ahead planner calculates the
|
|||
|
||||
This deceleration move would happen over approximately 9.6mm. This is derived from the following equation:
|
||||
|
||||

|
||||
Where:
|
||||
|
||||

|
||||
- vf = final speed.
|
||||
- vi = initial speed.
|
||||
- a = acceleration (in this case, it will be negative as it's a deceleration).
|
||||
- d = distance.
|
||||
|
||||
```math
|
||||
d = \frac{v_f^2 - v_i^2}{2a}
|
||||
```
|
||||
|
||||
The time taken to decelerate to this new speed would be approx. 0.08 seconds, derived from the following equation:
|
||||
|
||||

|
||||
```math
|
||||
t = \frac{v_f - v_i}{a}
|
||||
```
|
||||
|
||||
A printer printing at 200mm/sec with a 0.42 line width and 0.16 layer height would be extruding plastic at approx. 12.16mm3/sec, as can also be seen from the below visual.
|
||||
|
||||

|
||||

|
||||
|
||||
When the printer is extruding at 40mm/sec with the same line width and layer height as above, the flow rate is 2.43mm3/sec.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue