1
0
Fork 0

chore(markdown): Updated links for v3

This commit is contained in:
Joost De Cock 2022-10-12 19:09:04 +02:00
parent df02504ef7
commit 7cc37ea150
25 changed files with 44 additions and 44 deletions

View file

@ -4,7 +4,7 @@ order: 40
---
Apart from the pattern options that you configure for your pattern,
all FreeSewing patterns have a set of [draft settings](/reference/api/settings) that can be tweaked
all FreeSewing patterns have a set of [draft settings](/reference/settings) that can be tweaked
by the user.
While many of these will automatically be handled by FreeSewing, there are some
@ -12,19 +12,19 @@ that you should take into account while developing your pattern. They are:
## Complete
The [complete](/reference/api/settings/complete) setting is a boolean that is either true or false.
The [complete](/reference/settings/complete) setting is a boolean that is either true or false.
Its goal is to determine whether we should draft a _complete_ pattern, or merely the outline.
## Paperless
The [paperless](/reference/api/settings/paperless) setting is a boolean that is either true or false.
The [paperless](/reference/settings/paperless) setting is a boolean that is either true or false.
A _paperless_ pattern is a pattern that has extra dimensions so users can trace the
paper on fabric or paper without having the need to print it.
## Seam allowance
The [sa](/reference/api/settings/sa) setting is a number that controls the seam allowance.
The [sa](/reference/settings/sa) setting is a number that controls the seam allowance.
Unless `sa` is zero, you should add the requested seam allowance to your pattern.