mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-31 11:50:33 -07:00
Fixed a mistake in Max volumetric flow Wiki (#10339)
This commit is contained in:
parent
4cab501f14
commit
6f44ca576c
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue