2021-10-17 18:26:00 +02:00
|
|
|
---
|
2023-09-29 19:41:24 +02:00
|
|
|
title: "Part 2: Parametric design"
|
2021-10-17 18:26:00 +02:00
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|
Welcome to part 2 of this FreeSewing pattern design tutorial.
|
2023-10-21 11:46:17 +02:00
|
|
|
In this part I will show you how to design a bespoke
|
2023-09-30 14:04:18 +02:00
|
|
|
sewing pattern, start to finish.
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2023-09-29 19:41:24 +02:00
|
|
|
<Tip>
|
|
|
|
##### Before you start
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|
This tutorial assumes you are familiar with the following:
|
2023-01-06 19:29:29 -08:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|
- Scalable Vector Graphics
|
|
|
|
- The coordinate system
|
|
|
|
- Units in FreeSewing
|
|
|
|
- Cubic Bézier curves
|
2023-01-06 19:29:29 -08:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|
Which is a lot to assume. So if you'd like you can take a quick detour
|
|
|
|
via our [Before you start guide](/guides/prerequisites). \
|
|
|
|
It's very short, but covers some basic
|
|
|
|
terminology and concepts that we'll use throughout this guide.
|
|
|
|
</Tip>
|
2023-09-29 19:41:24 +02:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|
## Pick a template
|
2023-09-29 19:41:24 +02:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|
The FreeSewing development environment ships with several templates you
|
|
|
|
can start from. I recommend you start **From scratch** as you'll learn the most
|
|
|
|
that way. But you can also start from the **Tutorial** template in which case
|
|
|
|
you will already have the end result we are aiming for today:
|
2023-09-29 19:41:24 +02:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|
<div class="grid grid-cols-2 gap-2">
|
2023-09-29 19:41:24 +02:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|

|
2023-09-29 19:41:24 +02:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|

|
2023-09-29 19:41:24 +02:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|
</div>
|
2023-09-29 19:41:24 +02:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|
Depending on the choice you made, you will need to edit files in a different folder.
|
2023-09-29 19:41:24 +02:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|
- Edit files in `design/from-scratch` if you are using the **From scratch** template
|
|
|
|
- Edit files in `design/tutorial` if you are using the **Tutorial** template
|
2023-09-29 19:41:24 +02:00
|
|
|
|
2023-09-30 14:04:18 +02:00
|
|
|
You can choose either, or even switch back and forth between both.
|