2021-10-17 18:26:00 +02:00
|
|
|
|
---
|
2021-12-27 14:58:44 +01:00
|
|
|
|
title: Units in FreeSewing
|
2021-08-25 16:09:31 +02:00
|
|
|
|
order: 40
|
2021-10-17 18:26:00 +02:00
|
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
|
2021-12-27 14:58:44 +01:00
|
|
|
|
FreeSewing uses millimeter for all its internal units.
|
|
|
|
|
We do support both imperial and metrics units, which are displayed
|
|
|
|
|
as cm or inch, but under the hood everything is handled in millimeter.
|
|
|
|
|
|
|
|
|
|
So as a pattern designer, you will work with mm.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
When you write `1`, that’s one mm. When you write `7.8`, that’s 7.8mm.
|
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
|
While you can use cm or inch on the FreeSewing website, that is merely a layer of
|
2021-08-25 16:09:31 +02:00
|
|
|
|
abstration on top of the internal units, which are always mm.
|
|
|
|
|
|
2021-10-17 18:26:00 +02:00
|
|
|
|
|