From 41236140caf2fe805d8fbcd3dab17627201a6842 Mon Sep 17 00:00:00 2001 From: Andres Gongora Date: Sun, 2 Feb 2025 13:58:12 +0100 Subject: [PATCH] Fix bold text in Calibration.md (#8239) * Fix bold text in Calibration.md * Update doc/Calibration.md Co-authored-by: discip <53649486+discip@users.noreply.github.com> --------- Co-authored-by: discip <53649486+discip@users.noreply.github.com> --- doc/Calibration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Calibration.md b/doc/Calibration.md index ac1d6411a..c072852bf 100644 --- a/doc/Calibration.md +++ b/doc/Calibration.md @@ -35,7 +35,8 @@ Steps 5. Update the flow ratio in the filament settings using the following equation: `FlowRatio_old*(100 + modifier)/100`. If your previous flow ratio was `0.98` and you selected the block with a flow rate modifier of `+5`, the new value should be calculated as follows: `0.98x(100+5)/100 = 1.029`.** Remember** to save the filament profile. 6. Perform the `Pass 2` calibration. This process is similar to `Pass 1`, but a new project with ten blocks will be generated. The flow rate modifiers for this project will range from `-9 to 0`. -7. Repeat steps 4 and 5. In this case, if your previous flow ratio was 1.029 and you selected the block with a flow rate modifier of -6, the new value should be calculated as follows: `1.029x(100-6)/100 = 0.96726`. ** Remember ** to save the filament profile. +7. Repeat steps 4. and 5. In this case, if your previous flow ratio was 1.029 and you selected the block with a flow rate modifier of -6, the new value should be calculated as follows: `1.029x(100-6)/100 = 0.96726`. **Remember** to save the filament profile. + ![pass2](https://user-images.githubusercontent.com/103989404/210139072-f2fa91a6-4e3b-4d2a-81f2-c50155e1ff6d.jpg) ![-6](https://user-images.githubusercontent.com/103989404/210139131-ee224146-b242-4c1c-ac96-35ef0ca591f1.jpg) ![image](./images/flowcalibration_update_flowrate.jpg)