[org] fix: Add links to design options and instructions
Also closes #206
This commit is contained in:
parent
0360339ed3
commit
bd44ca1cd2
61 changed files with 617 additions and 31 deletions
|
@ -13,9 +13,24 @@ Unreleased:
|
|||
bee:
|
||||
- Neck ties no longer shown to be cut on fold
|
||||
- Band tie locks in duo colours when `options.crossBackTies` is true (fixes incorrect notch placements)
|
||||
dev:
|
||||
- Ensure `path._curve` is included in docs
|
||||
plugin-annotations:
|
||||
- Fixed incorrect anchor point of the logo due to share pathstring (#202)
|
||||
react:
|
||||
- Fixed issues with the pattern export feature in the Editor (#218)
|
||||
- Added Jane to the Linedrawing component (#211)
|
||||
org:
|
||||
- Update pattern button leads to 404
|
||||
- New measurement set leads to 404 when users have no sets yet
|
||||
- Removed the link to the Simon sew along which is no longer online
|
||||
- Added various showcase authors
|
||||
- Fixed broken link to new measurements set for users who no sets (yet)
|
||||
- Added the curated sets pages to the site
|
||||
- Fixed various links
|
||||
- Fixed the _update pattern_ links
|
||||
- Fixed the newsletter unsubscribe handling
|
||||
|
||||
|
||||
Changed:
|
||||
bee:
|
||||
|
|
|
@ -538,6 +538,16 @@ export const DesignInfo = ({ Link = false, design = false, noDocsLink = false })
|
|||
href={`https://www.instagram.com/explore/search/keyword/?q=%23FreeSewing${capitalize(design)}`}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="tw-mt-2 tw-text-sm tw-opacity-70 tw-font-medium">Documentation</div>
|
||||
<div className="tw-flex tw-flex-row tw-flex-wrap tw-gap-1 items-center">
|
||||
<Link href={`/docs/designs/${design}/#notes`}>Designer Notes</Link>,
|
||||
<Link href={`/docs/designs/${design}/#needs`}>What You Need</Link>,
|
||||
<Link href={`/docs/designs/${design}/#fabric`}>Fabric Options</Link>,
|
||||
<Link href={`/docs/designs/${design}/#cutting`}>Cutting Instructions</Link>,
|
||||
<Link href={`/docs/designs/${design}/options/`}>Design Options</Link>,
|
||||
<Link href={`/docs/designs/${design}/instructions/`}>Sewing Instructions</Link>
|
||||
</div>
|
||||
<div className="tw-my-4">{buttons}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,44 +1,14 @@
|
|||
// Dependencies
|
||||
import { collection } from '@freesewing/collection'
|
||||
|
||||
//import { urls } from '@freesewing/config'
|
||||
//import { measurements as measurementTranslations } from '@freesewing/i18n'
|
||||
//import { measurements as designMeasurements } from '@freesewing/collection'
|
||||
import { capitalize } from '@freesewing/utils'
|
||||
|
||||
// Context
|
||||
//import { LoadingStatusContext } from '@freesewing/react/context/LoadingStatus'
|
||||
//import { ModalContext } from '@freesewing/react/context/Modal'
|
||||
|
||||
// Hooks
|
||||
import React, { useState } from 'react'
|
||||
//import { useAccount } from '@freesewing/react/hooks/useAccount'
|
||||
//import { useBackend } from '@freesewing/react/hooks/useBackend'
|
||||
|
||||
// Components
|
||||
import { Link as WebLink, AnchorLink } from '@freesewing/react/components/Link'
|
||||
import { ShowcaseIcon } from '@freesewing/react/components/Icon'
|
||||
|
||||
/*
|
||||
// Dependencies
|
||||
import { capitalize } from 'shared/utils.mjs'
|
||||
import { linkClasses } from 'shared/components/link.mjs'
|
||||
import { designImages } from 'shared/components/designs/examples.mjs'
|
||||
import { designs } from 'shared/config/designs.mjs'
|
||||
// Context
|
||||
import { ModalContext } from 'shared/context/modal-context.mjs'
|
||||
// Hooks
|
||||
import { useTranslation } from 'next-i18next'
|
||||
import { useContext } from 'react'
|
||||
// Components
|
||||
import { ModalWrapper } from 'shared/components/wrappers/modal.mjs'
|
||||
import Link from 'next/link'
|
||||
import { Difficulty } from 'shared/components/designs/difficulty.mjs'
|
||||
import { lineDrawings } from 'shared/components/designs/linedrawings/index.mjs'
|
||||
import { DocsIcon, NewPatternIcon } from 'shared/components/icons.mjs'
|
||||
import { DesignInfo } from 'shared/components/designs/info.mjs'
|
||||
*/
|
||||
|
||||
const linkBuilders = {
|
||||
new: (design) => `/-/?d=${design.toLowerCase()}`,
|
||||
docs: (design) => `/docs/designs/${design.toLowerCase()}`,
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Aaron A-Shirt
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/aaron/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -63,3 +64,11 @@ fit.
|
|||
- There is no seam allowance on the neck opening
|
||||
- There is extra hem allowance at the hem
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/aaron/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/aaron/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Albert Apron
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/albert/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -37,3 +38,11 @@ When in doubt, go for raw denim (pure cotton, if it stretches it's no good).
|
|||
- Cut **1 front** on the fold
|
||||
- Cut **1 pocket** on the fold
|
||||
- Cut **2 straps**
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/albert/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/albert/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Bee Bikini Top
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/bee/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -67,3 +68,11 @@ However if you are using the Cross Back Tie variation the band is designed to **
|
|||
|
||||
When following the instructions use your contrasting pieces as the lining peices.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/bee/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/bee/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Bella Body Block
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/bella/_notes.mdx'
|
||||
|
||||
:::tip Bella is a block, not a pattern
|
||||
|
@ -69,3 +70,11 @@ These cutting instructions are just for the default Bella block. Adjust your cut
|
|||
If you do not have someone to help pin you into Bella then you may find it easier to Cut 2 Front parts with seam allowance and sew the backs up when constructing so you can pin in the front.
|
||||
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/bella/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/bella/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Benjamin Bow Tie
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/benjamin/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -92,3 +93,11 @@ needs to be cut out. Below are two typical layouts.
|
|||
- Cut **1 Short Bow** part
|
||||
- Cut **2 Medium Bow** parts
|
||||
- Cut **1 Long Bow** part
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/benjamin/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/benjamin/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Bent Body Block
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/bent/_notes.mdx'
|
||||
|
||||
:::tip Bent is a block, not a pattern
|
||||
|
@ -64,3 +65,11 @@ These cutting instructions are just for the default Bent block. Adjust your cutt
|
|||
:::warning
|
||||
As Bent is a block it does not have any closures. If you are making a test Bent you will want to Cut 2 Front parts with seam allowances so you can pin yourself into it.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/bent/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/bent/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: 'Bibi Body Block'
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/bibi/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -90,3 +91,11 @@ smaller pieces of fabric or if you want to add buttons or zippers to your
|
|||
design. In this case, make sure to add sufficient seam allowance on the center
|
||||
fold.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/bibi/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/bibi/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Bob the Bib
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/bob/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -39,3 +40,11 @@ something like terrycloth (aka towel fabric) or a similar bamboo-based fabric.
|
|||
:::warning
|
||||
There is no seam allowance on the bib, it will be finished with bias tape
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/bob/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/bob/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Breanna Body Block
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/breanna/_notes.mdx'
|
||||
|
||||
:::tip Breanna is a block, not a pattern
|
||||
|
@ -60,3 +61,11 @@ If you do not have someone to help pin you into Breanna then you may find it
|
|||
easier to Cut 2 Front parts with seam allowance and sew the backs up when
|
||||
constructing so you can pin in the front.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/breanna/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/breanna/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Brian Body Block
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/brian/_notes.mdx'
|
||||
|
||||
:::tip Brian is a block, not a pattern
|
||||
|
@ -74,6 +75,14 @@ easier to Cut 2 Front parts with seam allowance and sew the backs up when
|
|||
constructing so you can pin in the front.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/brian/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/brian/instructions/) subpage.</MiniTip>
|
||||
|
||||
## Understanding the sleevecap
|
||||
|
||||
In version 2 of FreeSewing, the sleevecap of Brian was redesigned to be more
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Bruce Boxer Briefs
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/bruce/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -51,3 +52,11 @@ Bruce consists of a back, and two sides, insets and fronts.
|
|||
- **front**: Cut this **twice**
|
||||
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/bruce/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/bruce/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Carlita Coat
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/carlita/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -155,3 +156,11 @@ our instructions are instead written with the nett canvas method.
|
|||
Benjamin F.
|
||||
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/carlita/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/carlita/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Carlton Coat
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/carlton/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -184,3 +185,11 @@ our instructions are instead written with the nett canvas method.
|
|||
Benjamin F.
|
||||
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/carlton/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/carlton/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Cathrin Corset
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/cathrin/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -77,3 +78,11 @@ For example, for the 11-panel version of Cathrin:
|
|||
- Panel 4 - Cut 2 core and 2 outer
|
||||
- Panel 5 - Cut 2 core and 2 outer
|
||||
- Panel 6 - Cut 2 core and 2 outer
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/cathrin/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/cathrin/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Charlie Chinos
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/charlie/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -79,3 +80,11 @@ messy when made in linen. What I'm saying is, maybe not for your first pair.
|
|||
You can cut part 4 from a different color for a little contrasting detail at
|
||||
the back pockets
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/charlie/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/charlie/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Cornelius cycling breeches
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/cornelius/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -116,3 +117,11 @@ the leg bands with a light interfacing.
|
|||
If your main fabric is quite lightweight and flimsy you may need to interface
|
||||
the leg bands with a light interfacing.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/cornelius/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/cornelius/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Diana Draped Top
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/diana/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -46,3 +47,11 @@ This top works best in one of these two scenarios:
|
|||
- Cut **1 back** on the fold
|
||||
- Cut **1 front** on the fold
|
||||
- Cut **2 sleeves** with _good sides together_
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/diana/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/diana/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Florence Face Mask
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/florence/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -56,3 +57,11 @@ we'll need four in total:
|
|||
|
||||
If you're using the same fabric in and out (which is fine) then simply cut **4
|
||||
mask** parts.
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/florence/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/florence/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Florent Flat Cap
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/florent/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -69,3 +70,11 @@ the horizontal stretch of the top part, and you'd only have a seam at the right
|
|||
side where it tapers downwards.
|
||||
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/florent/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/florent/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Gozer the ghost
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/gozer/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -34,3 +35,11 @@ Traditionally, white sheets are used.
|
|||
|
||||
- **Color 1; Traditionally white**
|
||||
- Cut **1 Body**
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/gozer/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/gozer/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Hi the shark
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/hi/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -83,3 +84,11 @@ stuffing options are washable.
|
|||
- **Color 4 (Teeth; Traditionally white)**
|
||||
- Cut **1 Upper Teeth**
|
||||
- Cut **1 Lower Teeth**
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/hi/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/hi/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Holmes Deerstalker Hat
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/holmes/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -145,3 +146,11 @@ If the peak is too high you may want to re-draft the pattern with the crown
|
|||
length reduced. Once re-drafted make another mock-up to check whether you are
|
||||
satisfied with the changes or not. Repeat again if you are not satisfied.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/holmes/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/holmes/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Hortensia handbag
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/hortensia/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -93,3 +94,11 @@ in the final product and only you will know/see.
|
|||
- Cut **2 FrontBackPanel** parts
|
||||
- Cut **1 BottomPanel**
|
||||
- Cut **2 ZipperPanel** parts
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/hortensia/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/hortensia/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Huey Hoodie
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/huey/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -61,3 +62,11 @@ Or if you have given up on class, you could go for fleece.
|
|||
|
||||
- Cut **2 cuff** parts
|
||||
- Cut **1 waistband**
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/huey/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/huey/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Hugo Hoodie
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/hugo/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -69,3 +70,11 @@ Or if you have given up on class, you could go for fleece.
|
|||
Because Hugo's raglan sleeve also covers a portion of the back and front, the
|
||||
sleeve is the dominant feature of your draft.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/hugo/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/hugo/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Jaeger Jacket
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/jaeger/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -146,3 +147,11 @@ our instructions are instead written with the nett canvas method.
|
|||
Benjamin F.
|
||||
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/jaeger/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/jaeger/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: "Jane 1790's Shift"
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/jane/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -124,3 +125,11 @@ the edge now. To cut the gore you now cut the line you just drew through all
|
|||
four layers.
|
||||
|
||||
Now cut the neckline, the sleeves and the sleeve gussets.
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/jane/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/jane/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Lily Leggings
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/lily/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -41,3 +42,11 @@ in mind these may have less stretch than the default settings for Lily.
|
|||
- Cut **2 front** parts
|
||||
- Cut **2 back** parts
|
||||
- Cut **1 waistband** part
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/lily/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/lily/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Lucy Tie-On Pocket
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/lucy/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -69,3 +70,11 @@ modern is entirely up to you!
|
|||
|
||||
- Cut **2 pocket** parts
|
||||
- Cut pocket slit into **1 pocket** part
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/lucy/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/lucy/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Lumina leggings
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/lumina/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -69,3 +70,11 @@ Optionally
|
|||
|
||||
- Cut **2 waistband** parts on the fold
|
||||
- Cut **2 pocket** parts
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/lumina/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/lumina/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Lumira leggings
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/lumira/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -69,3 +70,11 @@ Optionally
|
|||
|
||||
- Cut **2 waistband** parts on the fold
|
||||
- Cut **2 pocket** parts
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/lumira/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/lumira/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Lunetius Lacerna
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/lunetius/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -17,6 +18,83 @@ import Notes from '@site/docs/docs/designs/lunetius/_notes.mdx'
|
|||
|
||||
## What You Need {#needs}
|
||||
|
||||
To make Lunetius, you will need the following:
|
||||
|
||||
- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies)
|
||||
- About 2 meters (2.2 yards) of a suitable fabric (see [Fabric options](/docs/designs/lunetius/#fabric))
|
||||
- (a _fibula_ (brooch, pin, clasp) to wear and close it)
|
||||
|
||||
## Fabric Options {#fabric}
|
||||
|
||||
In the Roman era both linen and wool were widely available so both would be
|
||||
appropriate for this project. Silk was also available but it was very much a
|
||||
‘fancy’ fabric used to show off wealth and status as it had to come from
|
||||
abroad.
|
||||
|
||||
A lot of the fabrics found in military contexts like excavated forts are
|
||||
tightly woven twills that would be good at keeping the weather out. If you want
|
||||
to have a historically appropriate fabric then a wool twill would be a great
|
||||
choice.
|
||||
|
||||
Otherwise, any wool or linen in both plain and other weaves would be a good
|
||||
choice. The fabric weight depends on your local climate and what you intend to
|
||||
use the cloak for. However if you want to hand sew the Lunetius it can help to
|
||||
choose a slightly lighter weight fabric to make sewing easier on your hands.
|
||||
|
||||
If you are not working with any historicalness in mind Lunetius can be made out
|
||||
of a variety of fabrics. A woven fabric would drape in a different way compared
|
||||
to a stretch or knitted fabric but you are only limited by your imagination.
|
||||
|
||||
:::note
|
||||
More information on Roman cloak fabrics can be found in:
|
||||
|
||||
- Jorgensen, L. B. (2004) _A Matter of Material: Changes in Textiles from
|
||||
Roman Sites in Egypt’s Eastern Desert_, in An Tard 11, pp 87-99
|
||||
:::
|
||||
|
||||
## Cutting Instructions {#cutting}
|
||||
|
||||
- Cut **1 lacerna** part on the fold
|
||||
- or Cut **2 lacerna** parts
|
||||
|
||||
The way to cut Lunetius is going to depend on what fabric you have chosen to
|
||||
use. If you have enough fabric width you can cut it _on the fold_. If you
|
||||
don’t, you can cut two halves and later sew them together. To not have to later
|
||||
finish the centre back edge you can cut with the centre back edge on the
|
||||
selvage.
|
||||
|
||||
A lot of garments were woven to shape in the Roman era, so this is one aspect
|
||||
where you don’t need to worry about historical accuracy at all, unless you
|
||||
would like to weave your Lunetius to shape.
|
||||
|
||||
:::note
|
||||
If you want to learn more about this you can read about it in:
|
||||
|
||||
- Granger-Taylor, H. (1982) _Weaving Clothes To Shape in the Ancient World: The
|
||||
Tunic and Toga of the Arringatore_ in Textile History 13 (1), pp 3-25
|
||||
:::
|
||||
|
||||
### On Historical Accuracy
|
||||
|
||||
The further we go back in time, the less extant garments we have to base
|
||||
research on. Often there may be scraps of fabric left behind by stroke of luck
|
||||
but most of our information starts to come from (in archaeology) secondary
|
||||
sources like written texts from contemporaries.
|
||||
|
||||
This is especially true for the Roman and Mediaeval eras, not to mention that a
|
||||
lot of the available research is behind a paywall.
|
||||
|
||||
We can’t be 100 percent historically accurate, because we’re living in a
|
||||
different time, and everything we use to sew is different now from before. Even
|
||||
fabric is woven in a different way.
|
||||
|
||||
How ‘accurate’ you want to be is up to you, there is no wrong way to do this
|
||||
and research is not required -- though it can be fun!
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/lunetius/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/lunetius/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Noble body block
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/noble/_notes.mdx'
|
||||
|
||||
:::warning Noble is a block, not a pattern
|
||||
|
@ -67,3 +68,11 @@ If you do not have someone to help pin you into Noble then you may find it
|
|||
easier to Cut 2 Front Inside parts with seam allowance and sew the backs up
|
||||
when constructing so you can pin in the front.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/noble/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/noble/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Octoplushy the plushy octopus
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/octoplushy/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -94,3 +95,11 @@ not all stuffing options are washable.
|
|||
- **Octopus & Squid**
|
||||
- Cut **2 eye (white)** parts
|
||||
- Cut **2 pupil (black)** parts
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/octoplushy/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/octoplushy/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Onyx One-piece
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/onyx/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -69,3 +70,11 @@ jersey knit, ribbing is recommended.
|
|||
- Cut **2 hood** parts (optional)
|
||||
- Cut **1 hood front** part _on the fold_ (optional)
|
||||
- Cut **1 skirt** part _on the fold_ (optional)
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/onyx/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/onyx/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Opal Overalls
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/opal/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -64,3 +65,11 @@ When you cut them individually, remember that they need to be mirror images of
|
|||
each other. So flip either your pattern or your fabric over when cutting the
|
||||
second one.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/opal/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/opal/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Otis romper
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/otis/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -57,3 +58,11 @@ iron-on interfacing on the snap placket.
|
|||
:::tip
|
||||
Depending on your fabric, it may be useful to add interfacing to the snap placket.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/otis/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/otis/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Paco Pants
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/paco/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -82,3 +83,11 @@ If a pattern part is not printed, it means you don't need it.
|
|||
- There is no seam allowance on the interfacing
|
||||
- There is extra seam allowance on the waist band and hem
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/paco/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/paco/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Penelope pencil skirt
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/penelope/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -83,3 +84,11 @@ When you cut out a piece on the fold, remember that the fold does not need to
|
|||
be in the middle of the fabric. Choosing the placement of your pieces wisely
|
||||
can greatly reduce the amount of fabric you need for your skirt.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/penelope/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/penelope/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Sandy Circle Skirt
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/sandy/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -103,3 +104,11 @@ seamless list.
|
|||
**Interfacing**
|
||||
|
||||
- Cut **1 waistband** part.
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/sandy/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/sandy/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Shelly Shirt
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/shelly/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -58,3 +59,11 @@ jersey knit, ribbing is recommended.
|
|||
- Cut **1 back** part on the fold
|
||||
- Cut **2 sleeve** parts
|
||||
- Cut **1 neckband** part on the fold
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/shelly/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/shelly/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Shin Swim Trunks
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/shin/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -61,3 +62,11 @@ Typically, this falls apart in a few categories:
|
|||
rectangle of that size.
|
||||
- The hem allowance is double the standard seam allowance.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/shin/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/shin/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Simon Shirt
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/simon/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -139,3 +140,11 @@ When you cut them individually, remember that they need to be mirror images of e
|
|||
- Do not cut out the darts in the **back** piece. You should mark them, but not cut them out.
|
||||
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/simon/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/simon/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Simone Shirt
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/simone/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -44,3 +45,11 @@ Simone is our [Simon pattern](https://freesewing.org/designs/simon/) adapted for
|
|||
Please refer to [the Simon documentation](/docs/designs/simon/).
|
||||
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/simone/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/simone/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Skully
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/skully/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -78,3 +79,11 @@ the end of the construction.
|
|||
- Cut **2 Eye **
|
||||
- Cut **1 Lower Mouth **
|
||||
- Cut **2 Lower Jaw **
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/skully/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/skully/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Sven Sweatshirt
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/sven/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -58,3 +59,11 @@ for the neck and armhole binding.
|
|||
The ribbing parts are not included on the pattern because they're just
|
||||
rectangular.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/sven/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/sven/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Tamiko Top
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/tamiko/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -43,4 +44,12 @@ it at the **Tamiko top**. It needs to be cut on the fold along the bottom.
|
|||
:::warning Caveats
|
||||
|
||||
- Cut out the armhole, but leave seam allowance
|
||||
:::
|
||||
::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/tamiko/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/tamiko/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Teagan T-Shirt
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/teagan/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -62,3 +63,11 @@ be about right.
|
|||
- There is no seam allowance on the neck opening.
|
||||
- There is extra hem allowance at the hem and armholes.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/teagan/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/teagan/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Tiberius Tunica
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/tiberius/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -58,3 +59,11 @@ time period or location you're aiming for can make a difference (ancient Rome
|
|||
vs. ancient Greece, for example). If you care about authenticity, I suggest
|
||||
researching this a bit.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/tiberius/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/tiberius/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Titan Trouser Block
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/titan/_notes.mdx'
|
||||
|
||||
:::Warning Titan is a block, not a pattern
|
||||
|
@ -67,3 +68,11 @@ fabric specifically for Titan.
|
|||
|
||||
These cutting instructions are just for the default Titan block. Adjust your
|
||||
cutting accordingly if you have/are making changes to the block.
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/titan/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/titan/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Trayvon Tie
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/shin/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -121,3 +122,11 @@ drape. If you are unsure what to do, consider cutting your tie on bias.
|
|||
If this all sounds very confusing, might I suggest reading the help page on
|
||||
[Fabric grain](/docs/sewing/fabric-grain).
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/trayvon/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/trayvon/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Tristan Top
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/tristan/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -88,3 +89,11 @@ If you choose to add a peplum:
|
|||
|
||||
In **all versions**, if you want to line your top, cut the same parts out of
|
||||
your lining fabric.
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/tristan/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/tristan/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Uma Undies
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/uma/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -78,3 +79,11 @@ part. In this case, the cutlist looks like this:
|
|||
If you want to do that, cut **1 gusset** from your main fabric and **1
|
||||
gusset** from your lining fabric.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/uma/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/uma/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: 'Umbra Underwear'
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/umbra/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -99,3 +100,11 @@ If you want to finish the leg openings with fold over elastics, you may want to
|
|||
lining. Some people prefer using softer fabrics or different materials for
|
||||
the lining.
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/umbra/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/umbra/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Wahid Waistcoat
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/wahid/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -60,3 +61,11 @@ You do need a bit of weight though. Denim is fine, some light cotton is not.
|
|||
- Do not cut out the **back** dart
|
||||
- Watch out for the grainline on the **pocket welt** and **pocket facing**
|
||||
:::
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/wahid/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/wahid/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Walburga Wappenrock
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/walburga/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -49,3 +50,11 @@ therefore enough to print only the front part.
|
|||
|
||||
- cut _1 front_, _on the fold_
|
||||
- cut _1 back_, _on the fold_
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/walburga/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/walburga/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Waralee Wrap Pants
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/waralee/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -91,3 +92,11 @@ before you start cutting.
|
|||
|
||||
Of course, you'll need to cut out the straps too. They're just simple long
|
||||
rectangles.
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/waralee/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/waralee/instructions/) subpage.</MiniTip>
|
||||
|
|
|
@ -5,6 +5,7 @@ sidebar_label: Yuri Sweater
|
|||
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { DesignInfo } from '@freesewing/react/components/Collection'
|
||||
import { MiniTip } from '@freesewing/react/components/Mini'
|
||||
import Notes from '@site/docs/docs/designs/yuri/_notes.mdx'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
@ -63,3 +64,11 @@ Or if you have given up on class, you could go for fleece.
|
|||
- Cut **2 gussets** _on the fold_ with _good sides together_
|
||||
- Cut **4 hood sides** 2 x 2 with _good sides together_ for the outer hood and inner hood
|
||||
- Cut **2 hood centers** with _good sides together_
|
||||
|
||||
## Design Options {#options}
|
||||
|
||||
<MiniTip>See the [Design Options](/docs/designs/yuri/options/) subpage.</MiniTip>
|
||||
|
||||
## Sewing Instructions {#instructions}
|
||||
|
||||
<MiniTip>See the [Sewing Instructions](/docs/designs/yuri/instructions/) subpage.</MiniTip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue