Fixed a mistake in Max volumetric flow Wiki (#10339)
Some checks failed
Build all / Build All (push) Waiting to run
Build all / Flatpak (push) Waiting to run
Publish docs to Wiki / Publish docs to Wiki (push) Has been cancelled

This commit is contained in:
Marek-Dvorny 2025-08-09 17:54:50 +02:00 committed by GitHub
parent 4cab501f14
commit 6f44ca576c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ Use calipers or a ruler to measure the **height** of the model just before the d
- Use the following formula
```math
Filament Max Volumetric Speed = start + (height-measured * step)
Filament Max Volumetric Speed = start + (HeightMeasured * step)
```
In this case (19mm), so the calculation would be: `5 + (19 * 0.5) = 14.5mm³/s`