
This is a flat (without history) import of (some of) the content from our markdown module. We've imported this without history because the repo contains our blog posts and showcases posts content prior to porting them to strapi. Since this contains many images, it would balloon the size of this repo to import the full history. Instead, please refer to the history of the (archived) markdown repo at: https://github.com/freesewing/markdown
1 KiB
1 KiB
title |
---|
cutonfold |
The cutonfold
macro adds a cut on fold indicator to your pattern.
It is provided by the cutonfold plugin.
macro('cutonfold', {
from: points.cofLeft,
to: points.cofRight,
grainline: true
}
Property | Default | Type | Description |
---|---|---|---|
from |
Point | The startpoint of the cut on fold indicator | |
to |
Point | The endpoint of the cut on fold indicator | |
margin |
5 | Point | The distance in % to keep from the start/end edge |
offset |
50 | Number | The distance in mm to offset from the line from start to end |
grainline |
false |
Boolean | Whether this cutonfold indicator is also the grainline |