1
0
Fork 0
freesewing/markdown/org/docs/faq/measurement-estimates/en.md

37 lines
1.5 KiB
Markdown
Raw Normal View History

---
title: What are those symbols next to my measurements?
---
You might have noticed these kind of icons next to your measurements: <Gauge val={0} theme='light' />
The value they represent shows how far the measurement deviates from the proportions we test our designs with:
| Icon | Description |
| ---- | ----------- |
| <Gauge val={-6} theme='light' /> | The value is **significantly lower** |
| <Gauge val={-4} theme='light' /> | The value is **a good bit lower** |
| <Gauge val={-2} theme='light' /> | The value is **a bit lower** |
| <Gauge val={-1} theme='light' /> | The value is **very close** |
| <Gauge val={1} theme='light' /> | The value is **very close** |
| <Gauge val={2} theme='light' /> | The value is **a bit higher** |
| <Gauge val={4} theme='light' /> | The value is **a good bit higher** |
| <Gauge val={6} theme='light' /> | The value is **significantly higher** |
These indicators serve a dual purpose:
- Help you spot mistakes in your measurements (you know best where your outliers are)
- Help you anticipate where our software might struggle to come up with good results
<Note>
##### There are no good or bad measurements
Designing patterns for a variety of shapes is hard work.
Unlike other pattern companies, we don't limit ourselves to a particular size range.
All people and all bodies are welcome here.
If it turns out it doesn't work for you, please [let us know](https://discord.freesewing.org/) and we'll try to do better.
</Note>