diff --git a/doc/Calibration.md b/doc/Calibration.md index ecadaef96..58baa6722 100644 --- a/doc/Calibration.md +++ b/doc/Calibration.md @@ -5,8 +5,8 @@ - [Temp tower](#Temp-tower) - [Retraction test](#Retraction-test) - [Orca Tolerance Test](#Orca-Tolerance-Test) -- [Advanced calibration] - 1. [Max Volumetric speed] +- [Advanced calibration](#Advanced-Calibration) + 1. [Max Volumetric speed](#Max-Volumetric-speed) 2. [VFA] **NOTE**: After completing the calibration process, remember to create a new project in order to exit the calibration mode. @@ -82,6 +82,27 @@ You can assess the tolerance using either an M6 Allen key or the printed hexagon ![image](./images/OrcaToleranceTes_m6.jpg) ![image](./images/OrcaToleranceTest_print.jpg) +# Advanced Calibration + +## Max Volumetric speed +This is a test designed to calibrate the maximum volumetric speed of the specific filament. The generic or 3rd party filament types may not have the correct volumetric flow rate set in the filament. This test will help you to find the maximum volumetric speed of the filament. + +You will be promted to enter the settings for the test: start volumetric speed, end volumentric speed, and step. It is recommended to use the default values (5mm³/s start, 20mm³/s end, with a step of 0.5), unless you already have an idea of the lower or upper limit for your filament. Select "OK", slice the plate, and send it to the printer. + +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. + +![image](./images/vmf_measurement_point.jpg) + +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. + +![image](./images/caliper_sample_mvf.jpg) + +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. + +![image](./images/max_volumetric_flow.jpg) + + #### *NOTE You may also choose to conservatively reduce the flow by 5-10% to ensure print quality.* + *** *Credits:* - *The Flowrate test and retraction test is inspired by [SuperSlicer](https://github.com/supermerill/SuperSlicer)* diff --git a/doc/images/caliper_sample_mvf.jpg b/doc/images/caliper_sample_mvf.jpg new file mode 100644 index 000000000..718a12407 Binary files /dev/null and b/doc/images/caliper_sample_mvf.jpg differ diff --git a/doc/images/max_volumetric_flow.jpg b/doc/images/max_volumetric_flow.jpg new file mode 100644 index 000000000..54d850cd9 Binary files /dev/null and b/doc/images/max_volumetric_flow.jpg differ diff --git a/doc/images/vmf_measurement_point.jpg b/doc/images/vmf_measurement_point.jpg new file mode 100644 index 000000000..c9af518e5 Binary files /dev/null and b/doc/images/vmf_measurement_point.jpg differ