mirror of
https://github.com/OrcaSlicer/OrcaSlicer_WIKI.git
synced 2026-05-17 08:35:46 +03:00
Correct filament_diameter formula (#221)
Co-authored-by: Silvio Tisato <4465268+stisa@users.noreply.github.com>
This commit is contained in:
@@ -41,7 +41,7 @@ Shape, material and density of an individual pellet will determine the packing d
|
||||
We are translating the pellet_flow_coefficient into filament_diameter so that everything works just like it does already with very minor adjustments.
|
||||
|
||||
$$
|
||||
\text{filament\_diameter} = \sqrt{\frac{4 \times \text{pellet\_flow\_coefficient}}{\pi}}
|
||||
\text{filament\_diameter} = \sqrt{\frac{4}{\text{pellet\_flow\_coefficient} \cdot \pi}}
|
||||
$$
|
||||
|
||||
sqrt just makes the relationship between flow_coefficient and volume linear.
|
||||
|
||||
Reference in New Issue
Block a user