diff --git a/sites/orgdocs/docs/designs/aaron/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/aaron/options/armholedepth/readme.mdx index 86508b4a255..b2072092440 100644 --- a/sites/orgdocs/docs/designs/aaron/options/armholedepth/readme.mdx +++ b/sites/orgdocs/docs/designs/aaron/options/armholedepth/readme.mdx @@ -1,11 +1,18 @@ --- -title: "Armhole depth" +title: 'Armhole depth' +sidebar_class_name: hidden --- -This option controls the depth of the armhole in the Brian block Aaron is based on. +This option controls the depth of the armhole in the Brian block Aaron is based +on. -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/brian/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/brian/options/armholedepthfactor) will. +This option applies to the new v3 way of calculating the armhole depth. If you +enable the [legacy armhole +depth](/docs/designs/brian/options/legacyarmholedepth) option, this option will +not apply, but instead it's legacy version [armhole depth +factor](/docs/designs/brian/options/armholedepthfactor) will. -In any case, Aaron allows the armhole to drop much further using the [armhole drop](/docs/designs/aaron/options/armholedrop) option. -So you probably don't need this option from the underlying block, but it's there if you'd like to tweak it. +In any case, Aaron allows the armhole to drop much further using the [armhole +drop](/docs/designs/aaron/options/armholedrop) option. So you probably don't +need this option from the underlying block, but it's there if you'd like to +tweak it. diff --git a/sites/orgdocs/docs/designs/aaron/options/bindingwidth/readme.mdx b/sites/orgdocs/docs/designs/aaron/options/bindingwidth/readme.mdx deleted file mode 100644 index cad944e4b69..00000000000 --- a/sites/orgdocs/docs/designs/aaron/options/bindingwidth/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: Binding width ---- - -Controls the width of the knit binding on Aaron. - -The default knit binding width is 6 x the seam allowance. -For metric users with the default 1cm seam allowance, this results in a 1.5cm wide knit binding which is a good value. - -For imperial users (who have a default seam allowance of 0.5") or users who choose to use a larger seam allowance, the value of 6 time the seam allowance will probable result in a knit binding that it too wide, so this option allows you to control that. - -:::note - - -This option is expressed in percentage of the seam allowance. So the default is 600%, or 6 time the seam allowance. -::: diff --git a/sites/orgdocs/docs/designs/aaron/options/knitbindingwidth/readme.mdx b/sites/orgdocs/docs/designs/aaron/options/knitbindingwidth/readme.mdx index c9487e37ccb..ca79715d88f 100644 --- a/sites/orgdocs/docs/designs/aaron/options/knitbindingwidth/readme.mdx +++ b/sites/orgdocs/docs/designs/aaron/options/knitbindingwidth/readme.mdx @@ -1,5 +1,19 @@ --- -title: "Knit Binding Width" +title: Knit binding width --- -This option controls the width of the knit binding. +Controls the width of the knit binding on Aaron. + +The default knit binding width is 6 x the seam allowance. For metric users +with the default 1cm seam allowance, this results in a 1.5cm wide knit binding +which is a good value. + +For imperial users (who have a default seam allowance of 0.5") or users who +choose to use a larger seam allowance, the value of 6 time the seam allowance +will probable result in a knit binding that it too wide, so this option allows +you to control that. + +:::note +This option is expressed in percentage of the seam allowance. So the default is +600%, or 6 time the seam allowance. +::: diff --git a/sites/orgdocs/docs/designs/aaron/options/readme.mdx b/sites/orgdocs/docs/designs/aaron/options/readme.mdx index e585cf56a5e..0d914f4c9ab 100644 --- a/sites/orgdocs/docs/designs/aaron/options/readme.mdx +++ b/sites/orgdocs/docs/designs/aaron/options/readme.mdx @@ -4,4 +4,77 @@ sidebar_label: Design Options sidebar_position: 10 --- - +import Armholedepth from '@site/docs/designs/aaron/options/armholedepth/readme.mdx' +import Armholedrop from '@site/docs/designs/aaron/options/armholedrop/readme.mdx' +import Backlinebend from '@site/docs/designs/aaron/options/backlinebend/readme.mdx' +import Chestease from '@site/docs/designs/aaron/options/chestease/readme.mdx' +import Draftforhighbust from '@site/docs/designs/aaron/options/draftforhighbust/readme.mdx' +import Hipsease from '@site/docs/designs/aaron/options/hipsease/readme.mdx' +import Knitbindingwidth from '@site/docs/designs/aaron/options/knitbindingwidth/readme.mdx' +import Legacyarmholedepth from '@site/docs/designs/aaron/options/legacyarmholedepth/readme.mdx' +import Lengthbonus from '@site/docs/designs/aaron/options/lengthbonus/readme.mdx' +import Necklinebend from '@site/docs/designs/aaron/options/necklinebend/readme.mdx' +import Necklinedrop from '@site/docs/designs/aaron/options/necklinedrop/readme.mdx' +import Shoulderstrapplacement from '@site/docs/designs/aaron/options/shoulderstrapplacement/readme.mdx' +import Shoulderstrapwidth from '@site/docs/designs/aaron/options/shoulderstrapwidth/readme.mdx' +import Stretchfactor from '@site/docs/designs/aaron/options/stretchfactor/readme.mdx' + +## Fit + +### Armhole depth {#armholedepth} + + + +### Chest ease {#chestease} + + + +### Draft for high bust {#draftforhighbust} + + + +### Hips ease {#hipsease} + + + +### Stretch {#stretchfactor} + + + +## Style + +### Armhole drop {#armholedrop} + + + +### Back armhole shape {#backlinebend} + + + +### Knit binding width {#knitbindingwidth} + + + +### Legacy armhole depth {#legacyarmholedepth} + + + +### Length bonus {#lengthbonus} + + + +### Neckine shape {#necklineshape} + + + +### Neckline drop {#necklinedrop} + + + +### Shoulderstrap placement {#shoulderstrapplacement} + + + +### Shoulderstrap width {#shoulderstrapwidth} + + diff --git a/sites/orgdocs/docs/designs/albert/instructions/finished.gif b/sites/orgdocs/docs/designs/albert/instructions/finished.gif deleted file mode 100644 index d6a74614003..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/finished.gif and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/readme.mdx b/sites/orgdocs/docs/designs/albert/instructions/readme.mdx deleted file mode 100644 index a9437a8e116..00000000000 --- a/sites/orgdocs/docs/designs/albert/instructions/readme.mdx +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: 'Albert apron: Sewing Instructions' -sidebar_label: Sewing Instructions -sidebar_position: 20 ---- - -### Step 1: The Pocket - -- Along the top of the pocket fold the seam allowance to wrong side, press. -- Then fold the top hem allowance to wrong side and press, making sure the seam allowance is tucked underneath. Pin in place if you need to. -- Press the seam allowance of the sides and bottom to the wrong side. -- On the right side topstich close to where the hem edge lies underneath, making sure to catch the hem and seam allowances as you sew. -- Pin the pocket to the front using the guides. -- _Edgestitch_ the sides and bottom of the pocket leaving the top open. Make sure to backstitch at the start and end to secure the pocket properly. - -:::tip - -If you have trouble catching the top hem we suggest to either _Baste_ close to the hem edge first, and use that as a guide when stitching on the right side or pin the hem edge down from the right side making sure the pins are parallel to the top edge and use them as a guide. - -::: - -:::note - -There are multiple ways to sew a patch pocket so use the way you prefer if you do not like this one. -A fun thing you can do is embroider/stitch the pocket with the name of the person the apron is for or even a cute design. Just remember that aprons typically get dirty so don't go to overtop with it. - -::: - -### Step 2: The Front - -- Press under the side seam allowances to the wrong side. -- Press under the side seams to the wrong side along the hem lines making sure the seam allowances are tucked underneath. -- On the right side topstich close to where the folded edges lie underneath, making sure to catch the hems as you sew. -- Repeat Step 2 for the top and bottom hems. - -:::note - -It is recommended to hem the side seams before the top and bottom seams as they are narrower. -The side seams are narrow hems simply being the seam allowance folded over twice. - -::: - -### Step 3: The Straps - -- Fold one strap in half, right sides together and sew the top and side together. -- Turn inside out through the bottom. Press. -- Using the cross and rectangle as a guide, stitch the top of the strap to the wrong side of the front on the top left. -- Using the cross and rectangle as a guide, stitch the bottom of the strap to the wrong side of the front at the side right. -- Repeat Step 3 for the remaining strap attaching it at the top right and then the side left. - -:::note - -You can make another set of straps to tie at the back if you wish to keep the apron close to body when moving. - -::: - -### Step 4: Enjoy! - -You're done! Now go enjoy your apron and make every stain a memory! diff --git a/sites/orgdocs/docs/designs/albert/instructions/step01.png b/sites/orgdocs/docs/designs/albert/instructions/step01.png deleted file mode 100644 index 37eaad0b951..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step01.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/step02.png b/sites/orgdocs/docs/designs/albert/instructions/step02.png deleted file mode 100644 index a0e83b26d1b..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step02.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/step03a.png b/sites/orgdocs/docs/designs/albert/instructions/step03a.png deleted file mode 100644 index 525f43cd4bc..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step03a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/step03b.png b/sites/orgdocs/docs/designs/albert/instructions/step03b.png deleted file mode 100644 index e5eea80e2f4..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step03b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/step03c.png b/sites/orgdocs/docs/designs/albert/instructions/step03c.png deleted file mode 100644 index dacc60be71c..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step03c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/step03d.png b/sites/orgdocs/docs/designs/albert/instructions/step03d.png deleted file mode 100644 index 2f92c6505f9..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step03d.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/step03e.png b/sites/orgdocs/docs/designs/albert/instructions/step03e.png deleted file mode 100644 index bc0fe8ed2b9..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step03e.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/step03f.png b/sites/orgdocs/docs/designs/albert/instructions/step03f.png deleted file mode 100644 index aade255e365..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step03f.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/step03g.png b/sites/orgdocs/docs/designs/albert/instructions/step03g.png deleted file mode 100644 index 426dc6ffdd1..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step03g.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/step03h.png b/sites/orgdocs/docs/designs/albert/instructions/step03h.png deleted file mode 100644 index a73275ace4e..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step03h.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/step04a.png b/sites/orgdocs/docs/designs/albert/instructions/step04a.png deleted file mode 100644 index 64df5087ed1..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step04a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/step04b.png b/sites/orgdocs/docs/designs/albert/instructions/step04b.png deleted file mode 100644 index 638f0537715..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step04b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/instructions/step05.png b/sites/orgdocs/docs/designs/albert/instructions/step05.png deleted file mode 100644 index c2348e1b3c1..00000000000 Binary files a/sites/orgdocs/docs/designs/albert/instructions/step05.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/albert/options/backopening/readme.mdx b/sites/orgdocs/docs/designs/albert/options/backopening/readme.mdx deleted file mode 100644 index 498792dd714..00000000000 --- a/sites/orgdocs/docs/designs/albert/options/backopening/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Back opening" ---- - -Controls the amount of opening at the back of your apron. - - - - diff --git a/sites/orgdocs/docs/designs/albert/options/biblength/readme.mdx b/sites/orgdocs/docs/designs/albert/options/biblength/readme.mdx deleted file mode 100644 index c2835381073..00000000000 --- a/sites/orgdocs/docs/designs/albert/options/biblength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Bib length" ---- - -Controls the length of the _bib_ part of your apron. - - - - diff --git a/sites/orgdocs/docs/designs/albert/options/bibwidth/readme.mdx b/sites/orgdocs/docs/designs/albert/options/bibwidth/readme.mdx deleted file mode 100644 index 73b9801dfef..00000000000 --- a/sites/orgdocs/docs/designs/albert/options/bibwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Bib width" ---- - -Controls the width of the _bib_ part of your apron. - - - - diff --git a/sites/orgdocs/docs/designs/albert/options/chestdepth/readme.mdx b/sites/orgdocs/docs/designs/albert/options/chestdepth/readme.mdx deleted file mode 100644 index 27acab04463..00000000000 --- a/sites/orgdocs/docs/designs/albert/options/chestdepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Strap length" ---- - -Controls the length of the straps on your apron. - - - - diff --git a/sites/orgdocs/docs/designs/albert/options/lengthbonus/lengthbonus.svg b/sites/orgdocs/docs/designs/albert/options/lengthbonus/lengthbonus.svg deleted file mode 100644 index 50ecf5dd17b..00000000000 --- a/sites/orgdocs/docs/designs/albert/options/lengthbonus/lengthbonus.svg +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/albert/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/albert/options/lengthbonus/readme.mdx deleted file mode 100644 index a1b4217c2e6..00000000000 --- a/sites/orgdocs/docs/designs/albert/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length bonus" ---- - -How much longer than the default length to make your apron. - - - - diff --git a/sites/orgdocs/docs/designs/albert/options/readme.mdx b/sites/orgdocs/docs/designs/albert/options/readme.mdx deleted file mode 100644 index 7f34f40b645..00000000000 --- a/sites/orgdocs/docs/designs/albert/options/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 'Albert apron: Design Options' -sidebar_label: Design Options -sidebar_position: 10 ---- - - diff --git a/sites/orgdocs/docs/designs/albert/options/strapwidth/readme.mdx b/sites/orgdocs/docs/designs/albert/options/strapwidth/readme.mdx deleted file mode 100644 index 1f2fe8c7c08..00000000000 --- a/sites/orgdocs/docs/designs/albert/options/strapwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Strap width" ---- - -Controls the width of the straps on your apron. - - - - diff --git a/sites/orgdocs/docs/designs/albert/readme.mdx b/sites/orgdocs/docs/designs/albert/readme.mdx deleted file mode 100644 index f30592d376e..00000000000 --- a/sites/orgdocs/docs/designs/albert/readme.mdx +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Albert: FreeSewing's Albert apron" -sidebar_label: Albert apron ---- - - - -## Designer Notes {#notes} - -Albert was something that I didn't plan on making. My daughter, who's a visual -artist, asked if I could make her an apron. Of course, I could not deny her -such a request. And since I didn't have a pattern, I needed to make one. And -that meant that I could just as well make one for FreeSewing while I was at it. - -The design is simple, since an apron generally is. And yet, where else than at -FreeSewing can you get a bespoke apron? - -This is a very good project for a beginning sewist. - -Wouter - -## What You Need {#needs} - -To make Albert, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 1.25 meters (1.4 yards) (depending on the length of your apron) of a - suitable fabric ([see Fabric options](#fabric)) - -## Fabric Options {#fabric} - -An apron works best with a fabric that is sturdy, tightly woven, and easy to clean. -In addition, make sure to go for a natural fibre and in any case something that is -heat-resistant. - -Heavy cotton, chino, canvas or denim are all excellent choices. - -When in doubt, go for raw denim (pure cotton, if it stretches it's no good). - -## Cutting Instructions {#cutting} - -- Cut **1 front** on the fold -- Cut **1 pocket** on the fold -- Cut **2 straps** diff --git a/sites/orgdocs/docs/designs/bee/cutting/readme.mdx b/sites/orgdocs/docs/designs/bee/cutting/readme.mdx deleted file mode 100644 index 74ecf83e4df..00000000000 --- a/sites/orgdocs/docs/designs/bee/cutting/readme.mdx +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Bee bikini top: Cutting Instructions" ---- - -There are three variations of this pattern. **One Colour**, which is where the bikini top is made out of one colour. **Two Colours**, where the bikini top is made reversible by using two colours, and **Cross Back Tie Variant**, where the neck ties tie in the back replacing the band tie. - -## Materials - -### One Colour (Non-Reversible) - -**Main fabric** - -- Cut **4 cup** parts. -- Cut **2 neck tie** parts. -- Cut **1 band tie** part. - -### Two Colours (Reversible) - -**Main fabric** - -- Cut **2 cup** parts from main. -- Cut **2 neck tie** parts. -- Cut **1 band tie** part. - -**Lining fabric** - -- Cut **2 cup** parts. -- Cut **2 neck tie** parts. -- Cut **1 band tie** part. - -### Cross Back Tie Variant. - -**Main fabric** - -- Cut **4 cup** parts or Cut **2 cups** from main and lining if making reversible ties. -- Cut **2 neck tie** parts or Cut **2 neck ties** from main and lining if making reversible ties. -- Cut **1 band** part if making cross back tie variant instead of band tie variant. - -:::note - - -This pattern is easily made reversible by buying a similar fabric to the main fabric and using it as contrast. To save confusion on instructions it will be referred to as the lining fabric. - -::: diff --git a/sites/orgdocs/docs/designs/bee/fabric/readme.mdx b/sites/orgdocs/docs/designs/bee/fabric/readme.mdx deleted file mode 100644 index 9db85e49f2f..00000000000 --- a/sites/orgdocs/docs/designs/bee/fabric/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Bee bikini top: Fabric Options" ---- - -### Main and Lining Fabric - -The main and lining fabric are the same type of material. Bee is made with swimwear fabrics such as lycras. - -:::note - - -You only need lining fabric if you intend to make the pattern reversible or if you want the band for the cross back tie variant to be a contrasting fabric. Otherwise you can cut all the required pieces from your main fabric. - -::: diff --git a/sites/orgdocs/docs/designs/bee/instructions/readme.mdx b/sites/orgdocs/docs/designs/bee/instructions/readme.mdx deleted file mode 100644 index ffb913f700c..00000000000 --- a/sites/orgdocs/docs/designs/bee/instructions/readme.mdx +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: "Bee bikini top: Sewing Instructions" ---- - -:::warning - -Make sure to use a stretch stitch -::: - -:::note - - -When making a reversible top the second colour will be referred to as the lining fabric. -The notches in this pattern act more like dots so **do not** clip them to mark them. - -::: - -### Step 1: Construct the Neck Ties - -#### Neck Ties One Colour Method - -- Fold one of the neck tie pieces in half lengthwise, right sides and raw edges together. -- Sew along the raw edges, leaving one of the short ends open. -- Trim the seam allowances and clip the corners. -- Turn inside out and press. - -:::note -Repeat this for the other neck tie::: - -#### Neck Ties Two Colours Method - -- With right sides together, sew one main neck tie to one lining neck tie leaving one of the short edges open. -- Trim the seam allowances and clip the corners. -- Turn inside out. Press. - -:::note -Repeat this for the remaining neck tie pieces::: - -### Step 2: The Cups - -#### Band Tie Variant - -- With raw edges and main fabric together, _baste_ one of the neck ties to the top of one of the cup pieces making sure that the tie goes towards the bottom of the cup. -- With the neck tie sandwiched inside, pin a lining cup piece right sides together to the main cup piece. -- Sew the lining to the main cup between notches along the front, top and side seams, making sure not to catch the neck tie and to reinforce the stitch at the notches. -- (Optional) Fold to the wrong side and _edgestitch_ the seam allowance down between notches on the front and side seams. Do not sew the allowances together. -- With good sides together, sew the lining to the main fabric along the bottom, leaving a gap between the side notches making sure to reinforce the stitch at the either end. -- Trim the seam allowances of the sewn edges whilst leaving the seam allowance between the notches. Clip the corners. You may also need to clip the curved seams. -- Turn inside out by pulling the neck tie through one of the gaps. Press. -- (Optional) _edgestitch_ the top, sides and bottom of the cup leaving the gaps between the notches open. -- Stitch along casing line to create band channel. - -:::note -Repeat this for the other cup::: - -:::tip - - -If your seam allowance is wide you may find that you need to trim the gaps' seam allowances a little to reduce bulk. -If you are having trouble turning the cups you can try one of these methods: - -- Create a 2.5cm (1") gap in the front or side seam and turn through that, either _slipstitch_-ing the gap closed or _edgestitch_-ing it closed during Step 7. -- Widen one of the existing gaps and turn through that. Then when turned _edgestitch_ or _slipstitch_ the widened part closed. - -::: -:::note - - -Whilst certainly optional it is recommended to _edgestitch_ the top and sides of the cups but the bottom is entirely optional. - -::: - -#### Cross Back Ties Variant - -- With raw edges and main fabric together, _baste_ one of the neck ties to the top of one of the cup pieces making sure that the tie goes towards the bottom of the cup. -- With the neck tie sandwiched inside, pin a lining cup piece right sides together to the main cup piece. -- Sew the lining to the main cup along the front, top and side seams, making sure not to catch the neck tie. -- Turn the cups right side out and press. -- (Optional) _edgestitch_ the top and sides of the cups. -- Sew a line of basting stitches along the bottom of the cups, just inside the seamline. -- Gather cups along the basting stitches. - -:::tip - - -The amount you gather the cups is a matter of preference and cup size, but you can hold them up to yourself before stitching in place to ensure the fit is right. -There are also notches on either side of the band piece's midpoint to help give you an idea of how much to gather by. - -::: - -- Find the midpoint of the band piece, this is marked by a notch, then pin the gathered bottoms of cups to band piece, right sides together. You'll want the cups to meet at the band's midpoint. -- Stitch the cups to the band. Once they're stitched in place, check the fit of the cups once more before continuing. Unpicking swim fabric is a pain, so it's better to make sure the cups fit just right before moving on. - -:::note - - -You may prefer to wrap the one cup over the other at the midpoint. To do this place the sides of the cups at the outer notches and lay their fronts pass the midpoint with the left on top. - -::: - -- Now it's time to finish the band. To do this, fold in the seam allowance on both sides of the band. The raw edges of your swim cups should be turned to the inside of the band. Then, fold the band in half lengthwise, aligning the long edges and enclosing the seam allowances. Swim fabric can be slippery, so you may need extra pins or clips to hold the fabric in place. -- Stitch along the top of the band, securing the seam allowances within the band. - -:::tip - - -For extra support, you can also add swim elastic into the band, either by stitching clear elastic into the band's seam allowance, or by threading swim elastic through the band at this point. - -::: - -- At this point, the band is a long tube with open ends. Next, we'll be sewing those closed while providing a loop to thread your neck ties through. To do this fold over one end of the band towards the inside of the swim top. The amount you fold over should be, at minimum, the width of your neck ties plus a seam allowance. Stitch the end down to create a loop at least as wide as your neck ties. There will be a lot of pressure on this point, so make sure your stitching is secure, and consider running a second line of stitching next to the first, for additional support. Repeat for the other end of the band. -- To thread your neck-ties for cross back ties, take the tie from the left cup and thread it through the loop on the right side of the band, from top to bottom. Thread the tie from the right cup top-to-bottom through the loop on the left side of the band. Then tie the neck ties at center back to secure the swim top. -- Skip to "Step 5: Enjoy!" - -### Step 3: Band tie - -You only need to do this step if making the band tie variant. - -#### Band Tie One Colour Method - -- Fold the band tie piece in half lengthwise, right sides and raw edges together. -- Sew along the raw edges, leaving one of the short ends open. -- Trim the seam allowances and clip the corners. -- Turn inside out. Press. - -#### Band Tie Two Colours Method - -- With right sides together, sew the main band tie to the lining neck tie leaving one of the short edges open. -- Trim the seam allowances and clip the corners. -- Turn inside out. Press. - -### Step 4: Putting it all together. - -- Thread the band tie through the gaps along the bottom edge of the cups, making sure the front sides of the cups are in the centre and that the main and lining sides are on the respective side. - -### Step 5: Enjoy! - -Hooray, your Bee Bikini Top is finished! diff --git a/sites/orgdocs/docs/designs/bee/measurements/readme.mdx b/sites/orgdocs/docs/designs/bee/measurements/readme.mdx deleted file mode 100644 index 3cf8cf3aa71..00000000000 --- a/sites/orgdocs/docs/designs/bee/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bee bikini top: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/bee/needs/readme.mdx b/sites/orgdocs/docs/designs/bee/needs/readme.mdx deleted file mode 100644 index 44fe7cbeddf..00000000000 --- a/sites/orgdocs/docs/designs/bee/needs/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Bee bikini top: What You Need" ---- - -To make Bee, you will need the following: - -- Basic sewing supplies -- About 0.5 - 1 metre (0.6 - 1.1 yards) of a suitable fabric ([see Bee Fabric options](/docs/designs/bee/fabric/)) -- (Optional) About 0.5 - 1 metre (0.6 - 1.1 yards) of lining fabric ([see Bee Fabric options](/docs/designs/bee/fabric/)) -- (Optional) Ribbons/Tapes/Cords for neck ties and bands, with the same length and width as neck tie and/or band. - -:::note - - -The lining fabric is only needed if you want to make this pattern reversible. If you don't, you only need the main fabric. -You can use a serger/overlocker to construct this pattern but it is not mandatory. -Ribbons/Tapes/Cords can be used instead of making custom ties. Just make sure to get more than you need and that you cut down to size after construction. - -::: diff --git a/sites/orgdocs/docs/designs/bee/notes/readme.mdx b/sites/orgdocs/docs/designs/bee/notes/readme.mdx deleted file mode 100644 index 895256e66c2..00000000000 --- a/sites/orgdocs/docs/designs/bee/notes/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Bee bikini top: Designer Notes" ---- - -I made Bee together with Prudencerabbit, as they wanted to make a swimwear pattern that went along with a previous freesewing pattern. -It is based on a garment they made and wanted to make available for other people make as well. -We worked of FreeSewing's body block Bella as a base, converting it to a single dart block to make the top. -During pattern testing one of our contributors TangerineShark made a variant with crossover back ties which we found so cool we added it to Bee! -You can get this variation by using [option Cross Back Ties](/docs/designs/bee/options/crossbackties/). -Bee can also be made reversible by using options [Reversible](/docs/designs/bee/options/reversible), [Duo Colours Ties](/docs/designs/bee/options/duocolorties) & [Neck Tie Colours](/docs/designs/bee/options/necktiecolours). -With the previous pattern being retired you can use [Uma](/docs/designs/uma) to make a matching bikini bottom. - -_ - -bobgeorgethe3rd diff --git a/sites/orgdocs/docs/designs/bee/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/bee/options/armholedepth/readme.mdx deleted file mode 100644 index cf537164897..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/armholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole depth (Bella)" ---- - -*** - -Controls the armhole depth in the underlying Bella block Bee is based on - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/backdartheight/readme.mdx b/sites/orgdocs/docs/designs/bee/options/backdartheight/readme.mdx deleted file mode 100644 index 8ffe7235b01..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/backdartheight/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back dart height (Bella)" ---- - -*** - -Controls the back dart height in the underlying Bella block Bee is based on - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/bandlength/readme.mdx b/sites/orgdocs/docs/designs/bee/options/bandlength/readme.mdx deleted file mode 100644 index 88a388ecb8b..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/bandlength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Band Length (Cross back ties)" ---- - -*** - -Controls the length of the band around your chest for the cross back ties variation of Bee - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/bandtielength/readme.mdx b/sites/orgdocs/docs/designs/bee/options/bandtielength/readme.mdx deleted file mode 100644 index e027114d841..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/bandtielength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Band (chest) tie length" ---- - -*** - -Controls the length of the tie around your chest - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/bandtiewidth/readme.mdx b/sites/orgdocs/docs/designs/bee/options/bandtiewidth/readme.mdx deleted file mode 100644 index dc019af0ac0..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/bandtiewidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Band (chest) tie width" ---- - -*** - -Controls the width of the tie/band around your chest - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/bellaguide/readme.mdx b/sites/orgdocs/docs/designs/bee/options/bellaguide/readme.mdx deleted file mode 100644 index 84cb9daf558..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/bellaguide/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Show Bella" ---- - -*** - -Shows the outline of the Bella block Bee is based on - -This is to help give context to the other options of Bee especially when using the fit options - -:::note - - -It is recommended to have this on when adjusting the options for this pattern but also to turn it off before printing - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/bottomcupdepth/readme.mdx b/sites/orgdocs/docs/designs/bee/options/bottomcupdepth/readme.mdx deleted file mode 100644 index 2bc829a51de..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/bottomcupdepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Bottom depth" ---- - -*** - -Controls how far the bikini cup extends downwards - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/bustspanease/readme.mdx b/sites/orgdocs/docs/designs/bee/options/bustspanease/readme.mdx deleted file mode 100644 index 0d98065d243..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/bustspanease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Bust span ease" ---- - -*** - -Controls the bust span ease in the underlying Bella block Bee is based on - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/bee/options/chestease/readme.mdx deleted file mode 100644 index 36e12b026c4..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/chestease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest ease" ---- - -*** - -Controls the chest ease in the underlying Bella block Bee is based on - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/crossbackties/readme.mdx b/sites/orgdocs/docs/designs/bee/options/crossbackties/readme.mdx deleted file mode 100644 index 79c1e194c55..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/crossbackties/readme.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Cross back ties" ---- - -*** - -A variation of Bee, where the neck ties cross and tie in the back by looping into a band that replaces the band tie - -#### Default - -- 2 neck ties -- 1 band tie - -The neck ties are sewn into the cups and tie at the neck like a halter. -The band tie is thread through casings in the cups and ties with itself at the back - -#### Cross Back Ties - -- 2 neck ties -- No band tie - -The band tie and casing on the cups are replaced by a band which is sewn with loops in the back. -The neck ties are longer and cross over each other in the back, then go through the loops in the band and then tie with one another. - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/duocolorties/readme.mdx b/sites/orgdocs/docs/designs/bee/options/duocolorties/readme.mdx deleted file mode 100644 index d61f7d95214..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/duocolorties/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Duo color ties ---- - -This option allows you to generate a pattern where the ties use two colors rather than one. - -Enable this option if you want ties using two colors. -Leave it disabled (the default) if you want ties using a single color. - diff --git a/sites/orgdocs/docs/designs/bee/options/frontarmholepitchdepth/readme.mdx b/sites/orgdocs/docs/designs/bee/options/frontarmholepitchdepth/readme.mdx deleted file mode 100644 index 7e322cd1b87..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/frontarmholepitchdepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front armhole pitch depth (Bella)" ---- - -*** - -Controls the front armhole pitch depth in the underlying Bella block Bee is based on - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/frontcurve/readme.mdx b/sites/orgdocs/docs/designs/bee/options/frontcurve/readme.mdx deleted file mode 100644 index 566f33de604..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/frontcurve/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front curve" ---- - -*** - -Controls the curvature of the front of the bikini cup - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/frontshoulderwidth/readme.mdx b/sites/orgdocs/docs/designs/bee/options/frontshoulderwidth/readme.mdx deleted file mode 100644 index 70f5ba61398..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/frontshoulderwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front shoulder width (Bella)" ---- - -*** - -Controls the front shoulder width in the underlying Bella block Bee is based on - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/fullchesteasereduction/readme.mdx b/sites/orgdocs/docs/designs/bee/options/fullchesteasereduction/readme.mdx deleted file mode 100644 index 1099f30823e..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/fullchesteasereduction/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Full chest reduction (Bella)" ---- - -*** - -Controls the full chest reduction in the underlying Bella block Bee is based on - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/highbustwidth/readme.mdx b/sites/orgdocs/docs/designs/bee/options/highbustwidth/readme.mdx deleted file mode 100644 index 83338bad85b..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/highbustwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "High bust width (Bella)" ---- - -*** - -Controls the high bust width in the underlying Bella block Bee is based on - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/necktiecolours/readme.mdx b/sites/orgdocs/docs/designs/bee/options/necktiecolours/readme.mdx deleted file mode 100644 index 65988a32bbc..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/necktiecolours/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Neck tie colours" ---- - -*** - -Whether you want single color ties around your neck, or dual-coloured ones - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/necktielength/readme.mdx b/sites/orgdocs/docs/designs/bee/options/necktielength/readme.mdx deleted file mode 100644 index d21995b4c17..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/necktielength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Neck tie length" ---- - -*** - -Controls the length of the ties around your neck - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/necktiewidth/readme.mdx b/sites/orgdocs/docs/designs/bee/options/necktiewidth/readme.mdx deleted file mode 100644 index 730d06f410c..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/necktiewidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Neck tie width" ---- - -*** - -Controls the width of the ties around your neck - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/pointedtieends/readme.mdx b/sites/orgdocs/docs/designs/bee/options/pointedtieends/readme.mdx deleted file mode 100644 index 60c499c00ff..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/pointedtieends/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Pointed tie ends ---- - -This option allows you to generate a pattern where the ties have a pointy end, rather than a straight one. - -Enable this option if you want your ties to have pointy ends. -Disable this option (the default) if you want your ties to have straight ends. diff --git a/sites/orgdocs/docs/designs/bee/options/readme.mdx b/sites/orgdocs/docs/designs/bee/options/readme.mdx deleted file mode 100644 index 850628da0c3..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bee bikini top: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/bee/options/reversible/readme.mdx b/sites/orgdocs/docs/designs/bee/options/reversible/readme.mdx deleted file mode 100644 index 0f7a86a773e..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/reversible/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Reversible ---- - -Whether you want to make a fully reversible Bee or not. - diff --git a/sites/orgdocs/docs/designs/bee/options/shouldertoshoulderease/readme.mdx b/sites/orgdocs/docs/designs/bee/options/shouldertoshoulderease/readme.mdx deleted file mode 100644 index 9462dc9176b..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/shouldertoshoulderease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder to Shoulder ease (Bella)" ---- - -*** - -Controls the shoulder to shoulder ease in the underlying Bella block Bee is based on. - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/sidecurve/readme.mdx b/sites/orgdocs/docs/designs/bee/options/sidecurve/readme.mdx deleted file mode 100644 index 741b8dfc0f8..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/sidecurve/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Side curve" ---- - -*** - -Controls the curvature of the side of the bikini cup - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/sidedepth/readme.mdx b/sites/orgdocs/docs/designs/bee/options/sidedepth/readme.mdx deleted file mode 100644 index d7572c78ef5..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/sidedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Side depth" ---- - -*** - -Controls how far the bikini cup extends towards the side - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/ties/readme.mdx b/sites/orgdocs/docs/designs/bee/options/ties/readme.mdx deleted file mode 100644 index 3d7dbfc33b1..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/ties/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Ties" ---- - -*** - -Whether to includes ties, yes or no - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/topdepth/readme.mdx b/sites/orgdocs/docs/designs/bee/options/topdepth/readme.mdx deleted file mode 100644 index c59413ed8a6..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/topdepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Top Depth" ---- - -*** - -Controls how far the bikini cup extends upwards - - - - diff --git a/sites/orgdocs/docs/designs/bee/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/bee/options/waistease/readme.mdx deleted file mode 100644 index 360ecd299f1..00000000000 --- a/sites/orgdocs/docs/designs/bee/options/waistease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist ease" ---- - -*** - -Controls the waist ease in the underlying Bella block Bee is based on - - - - diff --git a/sites/orgdocs/docs/designs/bee/readme.mdx b/sites/orgdocs/docs/designs/bee/readme.mdx deleted file mode 100644 index 2fedc2281e6..00000000000 --- a/sites/orgdocs/docs/designs/bee/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Bee bikini top" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/bella/cutting/readme.mdx b/sites/orgdocs/docs/designs/bella/cutting/readme.mdx deleted file mode 100644 index e866074ce38..00000000000 --- a/sites/orgdocs/docs/designs/bella/cutting/readme.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Bella body block: Cutting Instructions" ---- - -**Main fabric** - -- Cut **1 Front** part on the fold. -- Cut **2 Back** parts. - -These cutting instructions are just for the default Bella block. Adjust your cutting accordingly if you have/are making changes to the block. - -:::tip - - -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. - -::: - -:::note - - -###### Bella is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/bella/fabric/readme.mdx b/sites/orgdocs/docs/designs/bella/fabric/readme.mdx deleted file mode 100644 index 722acdf241a..00000000000 --- a/sites/orgdocs/docs/designs/bella/fabric/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Bella body block: Fabric Options" ---- - -If you are making a default Bella to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Bella with. - -You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Bella. - -:::note - - -###### Bella is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/bella/instructions/readme.mdx b/sites/orgdocs/docs/designs/bella/instructions/readme.mdx deleted file mode 100644 index 48ceb7f65cd..00000000000 --- a/sites/orgdocs/docs/designs/bella/instructions/readme.mdx +++ /dev/null @@ -1,82 +0,0 @@ ---- -title: "Bella body block: Sewing Instructions" ---- - -:::note - - -###### Bella is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Bella block. - -::: - -### Step 1: Mock-up Construction - -- Close the front bust and waist darts. -- Close the back darts. -- With _good sides together_ sew the backs to the front at the shoulder seams, _easing_ the backs to fit the front. -- With _good sides together_ sew the backs to the front at the side seams. - -:::tip - - -If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust. - -::: - -:::note - - -Bella has a back dart only when it is needed, based on the measurements -and design options. -If the back dart is not needed then it will be omitted from the pattern. - -::: - -### Step 2: Try it on - -- Try it on and check the fit by pinning the back closed whilst wearing it. -- Make any alterations and try it on again. -- Repeat until you are happy. - -:::tip - - -If you do not have someone to help with pinning, you may find it easier to cut the front part in two with seam allowance rather than on a fold and sew the back seam up so that you can pin in the front when trying on. - -Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting. - -Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours. - -::: - -:::note - - -Remember to treat Bella as a basis rather than a final product, so adjust what you need to get the desired look. -For instance: - -- Change the neck line -- Add/change the closure allowances -- Alter the dart placements -- Add a collar - -It is all up to you! Experiment and go forth! - -::: - -### Step 3: Make a paper pattern - -- Once happy with all your changes unpick your mockup and make a paper pattern based off of it. -- Now you have a pattern you can use to produce a garment. - -:::note - - -It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. - -::: diff --git a/sites/orgdocs/docs/designs/bella/measurements/readme.mdx b/sites/orgdocs/docs/designs/bella/measurements/readme.mdx deleted file mode 100644 index 2e1e3a05070..00000000000 --- a/sites/orgdocs/docs/designs/bella/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bella body block: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/bella/needs/readme.mdx b/sites/orgdocs/docs/designs/bella/needs/readme.mdx deleted file mode 100644 index 1f0ceb4d79d..00000000000 --- a/sites/orgdocs/docs/designs/bella/needs/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Bella body block: What You Need" ---- - -To make Bella, you will need the following: - -- Basic sewing supplies -- About 0.5 metres (0.6 yards) of a suitable fabric ([see Bella Fabric options](/docs/designs/bella/fabric/)) - -This list is for a default Bella Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc. - -:::note - - -###### Bella is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/bella/notes/readme.mdx b/sites/orgdocs/docs/designs/bella/notes/readme.mdx deleted file mode 100644 index 7e7ff024325..00000000000 --- a/sites/orgdocs/docs/designs/bella/notes/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Bella body block: Designer Notes" ---- - -This block was a collaboration between myself and an industry insider who prefers to remain anonymous because of her profession. - -It is the parametric version of a base block for womenswear that is used in the industry in Italy to design womenswear. -However, while the block will adapt to your measurements, the original block that it is based on is in really not suitable for a very wide sizing range. - -So your mileage may very here, especially when you are further from the kind of skinny ladies Italians tend to design for. - -See also [this FAQ on womenswear blocks for more background info](/docs/about/faq/womenswear-blocks). - -joost - diff --git a/sites/orgdocs/docs/designs/bella/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/bella/options/armholedepth/readme.mdx deleted file mode 100644 index d8d911551c4..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/armholedepth/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Armhole depth" ---- - -*** - -![The effect of the armhole depth option on the pattern](sample.png) - -The **armhole depth** option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/armholedepth/sample.png b/sites/orgdocs/docs/designs/bella/options/armholedepth/sample.png deleted file mode 100644 index 433a728a80c..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/armholedepth/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/backarmholecurvature/readme.mdx b/sites/orgdocs/docs/designs/bella/options/backarmholecurvature/readme.mdx deleted file mode 100644 index 0bfd6fbd3aa..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/backarmholecurvature/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Back armhole curvature" ---- - -*** - -![The effect of the back armhole curvature option on the pattern](sample.png) - -The **back armhole curvature** option controls how much the armhole is scooped at out the bottom in the back. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/backarmholecurvature/sample.png b/sites/orgdocs/docs/designs/bella/options/backarmholecurvature/sample.png deleted file mode 100644 index 433a728a80c..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/backarmholecurvature/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/backarmholepitchdepth/readme.mdx b/sites/orgdocs/docs/designs/bella/options/backarmholepitchdepth/readme.mdx deleted file mode 100644 index e8f50a908bf..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/backarmholepitchdepth/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Back armhole pitch depth" ---- - -*** - -![The effect of the back armhole pitch depth option on the pattern](sample.png) - -The **back armhole pitch depth** option controls the vertical position of the armhole pitch point at the back. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/backarmholepitchdepth/sample.png b/sites/orgdocs/docs/designs/bella/options/backarmholepitchdepth/sample.png deleted file mode 100644 index 8a173531a6a..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/backarmholepitchdepth/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/backarmholeslant/readme.mdx b/sites/orgdocs/docs/designs/bella/options/backarmholeslant/readme.mdx deleted file mode 100644 index ec5c8e90a64..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/backarmholeslant/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Back armhole slant" ---- - -*** - -![The effect of the back armhole slant option on the pattern](sample.png) - -The **back armhole slant** slightly rotates the armhole around the back pitch point. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/backarmholeslant/sample.png b/sites/orgdocs/docs/designs/bella/options/backarmholeslant/sample.png deleted file mode 100644 index 16833790fc5..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/backarmholeslant/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/backdartheight/readme.mdx b/sites/orgdocs/docs/designs/bella/options/backdartheight/readme.mdx deleted file mode 100644 index 5bc53d37b31..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/backdartheight/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Back dart height" ---- - -*** - -![The effect of the back dart height option on the pattern](sample.png) - -The **back dart height** option controls the height (length if you will) of the back dart. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/backdartheight/sample.png b/sites/orgdocs/docs/designs/bella/options/backdartheight/sample.png deleted file mode 100644 index f9d60b5af19..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/backdartheight/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/backhemslope/readme.mdx b/sites/orgdocs/docs/designs/bella/options/backhemslope/readme.mdx deleted file mode 100644 index 4e2bbc7118d..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/backhemslope/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Back hem slope" ---- - -*** - -![The effect of the back hem slope option on the pattern](sample.png) - -The **back hem slope** option controls the slope of the hem at the back. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/backhemslope/sample.png b/sites/orgdocs/docs/designs/bella/options/backhemslope/sample.png deleted file mode 100644 index e2a0e5de17e..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/backhemslope/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/bella/options/backneckcutout/readme.mdx deleted file mode 100644 index 0fa17e071c4..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Back neck cutout" ---- - -*** - -![The effect of the back neck cutout option on the pattern](sample.png) - -The **back neck cutout** option controls how far the neck opening is scooped out at the back. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/backneckcutout/sample.png b/sites/orgdocs/docs/designs/bella/options/backneckcutout/sample.png deleted file mode 100644 index a2d31fe5714..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/backneckcutout/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/bustdartangle/readme.mdx b/sites/orgdocs/docs/designs/bella/options/bustdartangle/readme.mdx deleted file mode 100644 index 5388455faaa..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/bustdartangle/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Bust dart angle" ---- - -*** - - - -The **bust dart angle** option controls the angle of the bust dart. -It attempts to set the angle of the top leg of the dart at the -requested angle. -However, the angle may be limited to ensure that a minimum -amount of fabric is left above and below the dart. diff --git a/sites/orgdocs/docs/designs/bella/options/bustdartcurve/readme.mdx b/sites/orgdocs/docs/designs/bella/options/bustdartcurve/readme.mdx deleted file mode 100644 index 752c5e96021..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/bustdartcurve/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Bust dart curve" ---- - -*** - -![The effect of the bust dart curve option on the pattern](sample.png) - -The **bust dart curve** option controls the curvature of the bust dart. -From slightly curved convex, to straight, to slightly curved concave. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/bustdartcurve/sample.png b/sites/orgdocs/docs/designs/bella/options/bustdartcurve/sample.png deleted file mode 100644 index 4a12ae66683..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/bustdartcurve/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/bustdartlength/readme.mdx b/sites/orgdocs/docs/designs/bella/options/bustdartlength/readme.mdx deleted file mode 100644 index 91473dbf653..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/bustdartlength/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Bust dart length" ---- - -*** - -![The effect of the bust dart length option on the pattern](sample.png) - -The **bust dart length** option controls the length of the bust dart. -The maximum length brings the dart all the way to the bust apex. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/bustdartlength/sample.png b/sites/orgdocs/docs/designs/bella/options/bustdartlength/sample.png deleted file mode 100644 index 5ce1a66b69c..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/bustdartlength/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/bustdartminimumfabric/readme.mdx b/sites/orgdocs/docs/designs/bella/options/bustdartminimumfabric/readme.mdx deleted file mode 100644 index c2b002bdc17..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/bustdartminimumfabric/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Bust dart minimum fabric" ---- - -*** - - - -The **bust dart minimum fabric** option controls the minimum amount -of fabric to leave above and below the bust dart. diff --git a/sites/orgdocs/docs/designs/bella/options/bustspanease/readme.mdx b/sites/orgdocs/docs/designs/bella/options/bustspanease/readme.mdx deleted file mode 100644 index 11e6066e9ce..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/bustspanease/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Bust span ease" ---- - -*** - -![The effect of the bust span ease option on the pattern](sample.png) - -The **bust span ease** option controls how much ease is applied to the bust span. - -:::note -This will not add ease to the garment, but merely influence the bust point::: - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/bustspanease/sample.png b/sites/orgdocs/docs/designs/bella/options/bustspanease/sample.png deleted file mode 100644 index b75c9421ae7..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/bustspanease/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/bustspanease/test.svg b/sites/orgdocs/docs/designs/bella/options/bustspanease/test.svg deleted file mode 100644 index ed699e05919..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/bustspanease/test.svg +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/bella/options/chestease/readme.mdx deleted file mode 100644 index 28c83d95824..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/chestease/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Chest ease" ---- - -*** - -![The effect of the chest ease option on the pattern](sample.png) - -The **chest ease** option controls the amount of ease at the fullest part of your chest. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/chestease/sample.png b/sites/orgdocs/docs/designs/bella/options/chestease/sample.png deleted file mode 100644 index 9bd59c4ede1..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/chestease/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/frontarmholecurvature/readme.mdx b/sites/orgdocs/docs/designs/bella/options/frontarmholecurvature/readme.mdx deleted file mode 100644 index f2e2258063f..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/frontarmholecurvature/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front armhole curvature" ---- - -*** - -Controls how deep the armhole is scooped out at the front bottom - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/frontarmholepitchdepth/readme.mdx b/sites/orgdocs/docs/designs/bella/options/frontarmholepitchdepth/readme.mdx deleted file mode 100644 index fb061afbad9..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/frontarmholepitchdepth/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front armhole pitch depth" ---- - -*** - -![The effect of the front armhole pitch depth option on the pattern](sample.png) - -The **front armhole pitch depth** option controls the vertical position of the armhole pitch point at the front. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/frontarmholepitchdepth/sample.png b/sites/orgdocs/docs/designs/bella/options/frontarmholepitchdepth/sample.png deleted file mode 100644 index 9e6508128c4..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/frontarmholepitchdepth/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/frontshoulderwidth/readme.mdx b/sites/orgdocs/docs/designs/bella/options/frontshoulderwidth/readme.mdx deleted file mode 100644 index 7b1b19a3f85..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/frontshoulderwidth/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front shoulder width" ---- - -*** - -![The effect of the front shoulder width option on the pattern](sample.png) - -The **front shoulder width** option controls the width of the shoulders at the front, relative to the back. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/frontshoulderwidth/sample.png b/sites/orgdocs/docs/designs/bella/options/frontshoulderwidth/sample.png deleted file mode 100644 index 26a236d377e..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/frontshoulderwidth/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/fullchesteasereduction/readme.mdx b/sites/orgdocs/docs/designs/bella/options/fullchesteasereduction/readme.mdx deleted file mode 100644 index 650b16c6be1..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/fullchesteasereduction/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Full chest ease reduction" ---- - -*** - -Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/highbustwidth/readme.mdx b/sites/orgdocs/docs/designs/bella/options/highbustwidth/readme.mdx deleted file mode 100644 index 7e291646145..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/highbustwidth/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "High bust width" ---- - -*** - -![The effect of the high bust width option on the pattern](sample.png) - -The **high bust width** option allows you to tweak the high bust width at the front. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/highbustwidth/sample.png b/sites/orgdocs/docs/designs/bella/options/highbustwidth/sample.png deleted file mode 100644 index 99757ce57ac..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/highbustwidth/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/readme.mdx b/sites/orgdocs/docs/designs/bella/options/readme.mdx deleted file mode 100644 index 3ea9348d1bc..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bella body block: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/bella/options/shouldertoshoulderease/readme.mdx b/sites/orgdocs/docs/designs/bella/options/shouldertoshoulderease/readme.mdx deleted file mode 100644 index be3d23942ec..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/shouldertoshoulderease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Shoulder to Shoulder ease ---- - -Controls the amount of ease between your shoulders. Initially set to -.5% because Bella implements a block that is used in the industry. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/waistdartcurve/readme.mdx b/sites/orgdocs/docs/designs/bella/options/waistdartcurve/readme.mdx deleted file mode 100644 index f430cdc9b20..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/waistdartcurve/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Waist dart curve" ---- - -*** - - - -The **waist dart curve** option controls the curvature of the waist dart. -From slightly concave, to straight, to slightly convex. diff --git a/sites/orgdocs/docs/designs/bella/options/waistdartlength/readme.mdx b/sites/orgdocs/docs/designs/bella/options/waistdartlength/readme.mdx deleted file mode 100644 index 2eb228e74df..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/waistdartlength/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Waist dart length" ---- - -*** - -![The effect of the waist dart length option on the pattern](sample.png) - -The **waist dart length** option controls the length of the waist dart towards the bust. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/waistdartlength/sample.png b/sites/orgdocs/docs/designs/bella/options/waistdartlength/sample.png deleted file mode 100644 index f1c63fb1488..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/waistdartlength/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/bella/options/waistease/readme.mdx deleted file mode 100644 index 415ee8482f7..00000000000 --- a/sites/orgdocs/docs/designs/bella/options/waistease/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Waist ease" ---- - -*** - -![The effect of the waist ease option on the pattern](sample.png) - -The **waist ease** option controls the amount of ease at your waist. - - - - diff --git a/sites/orgdocs/docs/designs/bella/options/waistease/sample.png b/sites/orgdocs/docs/designs/bella/options/waistease/sample.png deleted file mode 100644 index aad749f4cd4..00000000000 Binary files a/sites/orgdocs/docs/designs/bella/options/waistease/sample.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bella/readme.mdx b/sites/orgdocs/docs/designs/bella/readme.mdx deleted file mode 100644 index 313f90b0a61..00000000000 --- a/sites/orgdocs/docs/designs/bella/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Bella body block" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/cutting/readme.mdx b/sites/orgdocs/docs/designs/benjamin/cutting/readme.mdx deleted file mode 100644 index cc3f27b7db0..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/cutting/readme.mdx +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Benjamin bow tie: Cutting Instructions" ---- - -Benjamin is a rather simple pattern, but your options will determine what -needs to be cut out. Below are two typical layouts. - -## Without adjustment ribbon - -- **Main fabric** - - Cut **4 Bow** parts - - Cut **2 Collar Band** parts -- **Interfacing** - - Cut **4 Bow** parts - - Cut **2 Collar Band** parts - -## With adjustment ribbon - -- **Main fabric** - - Cut **1 Short Bow** part - - Cut **2 Medium Bow** parts - - Cut **1 Long Bow** part -- **Interfacing** - - Cut **1 Short Bow** part - - Cut **2 Medium Bow** parts - - Cut **1 Long Bow** part diff --git a/sites/orgdocs/docs/designs/benjamin/fabric/readme.mdx b/sites/orgdocs/docs/designs/benjamin/fabric/readme.mdx deleted file mode 100644 index e7f590bcc21..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/fabric/readme.mdx +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Benjamin bow tie: Fabric Options" ---- - -The bow ties you find in the store are typically make out of silk or some imitation silk poly. -So it will come as no surprise that those are good options. Any type of fabric that you like -the pattern or looks of can become a candidate for a bow tie. The only real limitation is -that the bow tie will have to be turned inside out through a tube that is only 2cm across. -With some thicker fabrics, this will be a difficult proposition. - -Bow ties are more whimsical than normal ties, so having a fun pattern or loud colour is not -as much of a problem as it would be with a regular tie. - -Silk and silk imitation is slippery and tricky to work with. This can be compensated for with -a fusible interfacing. - -## Interfacing - -Depending on the fabric you chose for your bow tie, you will probably need interfacing. Interfacing -comes in two main types: fusible and sew-in. - -The fusible variety has some adhesive attached to one side that is activated with the heat -of your iron. This attaches the interfacing to the fabric and the two can then be used as one. -Fusible interfacing can be a great option if your fabric allows the heat required, and you -use a quality interfacing. Some lesser quality interfacings can have the adhesive detach, -and this shows as bubbles on the fabric surface later on in the life of your bow tie. Good -quality interfacings and correctly following the guidelines for adhering the interfacing -will not present these problems. - -Sew-in interfacing is sew into place before the fabric pieces are used. You attach the -interfacing to the fabric by sewing the two together inside the seam allowance. If you use -a seam allowance of 6mm, you will sew the interfacing at 3mm. -Anything may work as a sew-in interfacing, including an extra layer of the same fabric. - -The key part of the interfacing is to give your bow tie the structure you like. You can have -a bow tie that stands proud and crisp. Or one that droops a bit at the tips. This is all about -your preference. - -It is good to experiment with the interfacing on a scrap piece of your fabric, specially with -the fusible kind. You want to make sure you get the structure you like before committing it -to your pattern pieces. - -Although the pattern calls for applying interfacing to all parts, if you have thick or stiff -fabric, you may be able to only do one side, or no sides at all. diff --git a/sites/orgdocs/docs/designs/benjamin/instructions/finished.gif b/sites/orgdocs/docs/designs/benjamin/instructions/finished.gif deleted file mode 100644 index 905f149b37a..00000000000 Binary files a/sites/orgdocs/docs/designs/benjamin/instructions/finished.gif and /dev/null differ diff --git a/sites/orgdocs/docs/designs/benjamin/instructions/layout1.svg b/sites/orgdocs/docs/designs/benjamin/instructions/layout1.svg deleted file mode 100644 index 09dd3c07475..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/instructions/layout1.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org Benjamin Bow Tie freesewing.org/drafts/ymwex The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - - Grainline - 1 - Benjamin - Bow Tie knot - 4x from main fabric, 4x from interfacing - - - - - - - - - - - - - - - - - - - - - Grainline - 2 - Benjamin - Collar band - 2x from main fabric, 2x from interfacing - - - - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/instructions/layout2.svg b/sites/orgdocs/docs/designs/benjamin/instructions/layout2.svg deleted file mode 100644 index 1f5dc49eecd..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/instructions/layout2.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - freesewing core v1.8.0 Benjamin Bow Tie freesewing.org/drafts/__DRAFTHANDLE__ The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - Grainline - Benjamin Bow Tie - 1 - Bow Tie knot - 1x from main fabric, 1x from interfacing - - - - - - - - - - Grainline - Benjamin Bow Tie - 2 - Bow Tie knot - 1x from main fabric, 1x from interfacing - - - - - - - - Grainline - Benjamin Bow Tie - 3 - Bow Tie knot - 2x from main fabric, 2x from interfacing - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/instructions/readme.mdx b/sites/orgdocs/docs/designs/benjamin/instructions/readme.mdx deleted file mode 100644 index 7569e9d78ee..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/instructions/readme.mdx +++ /dev/null @@ -1,199 +0,0 @@ ---- -title: "Benjamin bow tie: Sewing Instructions" ---- - -## Notes and tips - -### Precision - -Since a bow tie is a rather small item, precision with sewing is key to a good result. -Any slight difference between the upper and lower part of the bow will stand out. -To get a great result I found it very helpful to trace the actual seam lines -onto the interfacing and follow that while sewing. - -### Press wisely - -Later in the construction steps, you will be asked to press your fabric. Please be careful -that you are not using too much heat on a delicate fabric that can't handle it. - -It's a good idea to try pressing some fabric scraps before you start. This will allow you to -figure out what is a good heat setting for the fabric you are using. - -### Choosing your grain - -This pattern includes a grain line. This grain line is mostly there to be used with -the interfacing. Since each pattern piece is interfaced, the grain line of the fabric -itself is not so important. You can even change this from the standard for more -informal impressions. - -:::note - - -If this all sounds very confusing, might I suggest reading the help -page on [Fabric grain](/docs/sewing/fabric-grain). - -::: - -### Bow tie adjustment ribbon and hardware - -By default, this design makes a fixed-length bow tie that is the right length for a certain neck size. -However, by enabling the Adjustment Ribbon option, it can also make a tie -that uses an adjustment ribbon and hardware that makes the bow tie -adjustable to different neck sizes. This is useful if not all of your shirts have -the same neck measurements, or if you sometimes like shirts with more ease in the -neck. - -These adjustment ribbons and bow tie hardware can be found in the better haberdasheries or can be ordered online. - -:::note - - -These instructions are for the type of adjustment ribbon that comes with -holes at regular intervals, to be used in combination with two-piece -hardware consisting of an oval loop part and a part with a smaller loop -and attached T-shaped hook. - -There are other styles of bow tie ribbons and hardware, but their use is -outside the scope of these instructions. - -::: - -### Seam allowance - -Since the bow tie is constructed with the right sides of the fabric against each other, -the whole thing will have to be turned inside out. You probably want to consider using -a small seam allowance of 6mm (¼ inch) to reduce the bulk. - -## Construction - -### Step 1: Apply interfacing - -Apply interfacing to all parts where you feel it's needed. - -### Without adjustment ribbon - -#### Step 2: Sew the bow to the collar band - -Put one of the Collar Band parts on one of the Bow parts, right sides together. -Align the ends of both parts. Now sew across the end to join the parts. - -![Sew the collar band to the bow](step12.png) - -In a similar fashion, sew a second Bow part to the other end of the same Collar Band. - -Repeat these steps to sew the other 2 Bows to the other Collar Band. - -Press open all the seams. - -You now have two identical single sided bow ties. - -#### Step 3: Join both sides - -![Sew both sides together](step13.png) - -Lay both the sides you made on top of each other, right sides together. Sew all -along the edges, but leave an area of 5 cm open in the middle of the collar band. Through -this opening we will turn the bow tie right side out. - -#### Step 4: Turning - -![Clip seam allowance](step14.png) - -Clip the seam allowance back in the usual spots and make little cuts to allow for -a smooth curves. - -Then use the back of a large crochet hook, or some other appropriately long skinny -object, to turn the two sides right-side-out through the little opening. Start by -gently pulling the two fabric pieces at the end of the bow apart. Then push the -end of the bow up between the two pieces of fabric. Keep gently pushing while -pulling the rest of the tie down over it. This can be a tedious procedure. Take -your time and be gentle. It's easy to push too hard and rip stitches or fabric. - -Once you have the tie right side out, make sure you push all the corners and sides -out before giving it a good press. - -#### Step 5: Closing - -![Closing the bow tie](step15.png) - -Now all that is left is closing the little hole we used to turn the bow tie -right side out. You can do this by hand with a slip stitch, or a ladder stitch. -Or you can use the machine and stitch right at the edge of the band. Since this -will normally be hidden by the collar of your shirt, it will not be all that obvious. - -Now give it one last press and admire your work. - -### With adjustment ribbon - -#### Step 2: Attaching the ribbon - -![Sew the ribbon to part 1](step22.png) - -The first thing to do is to sew the adjustment ribbon to the Short Bow part. -The ribbon should be 290mm long. If it is different, you have to make sure -that you align it such that the ribbon and short bow piece together are as long as -the long bow piece. - -Put right sides of the Short Bow piece and the ribbon together. - -Now sew across the end to join the parts. - -#### Step 3: Join both sides - -![Sew both sides together](step23.png) - -Lay both of the Medium Bow parts on top of each other, right sides together. - -Sew all along the edges, but leave the short end open. -Through this opening we will turn the bow tie part right side out. - -Lay the Long Bow on top of the ribbon and Short Bow part, also right sides -together. - -Again, sew all along the edges, leaving the short end open. - -#### Step 4: Turning - -![Clip seam allowance](step14.png) - -Clip the seam allowance back in the usual spots and make little cuts to allow for -a smooth curves. - -Then use the back of a large crochet hook, or some other appropriately long skinny -object, to turn the two parts right-side-out through the ends. Start by -gently pulling the two fabric pieces at the end of the bow apart. Then push the -end of the bow up between the two pieces of fabric. Keep gently pushing while -pulling the rest of the tie down over it. This can be a tedious procedure. Take -your time and be gentle. It's easy to push too hard and rip stitches or fabric. - -Once you have the part right side out, make sure you push all the corners and sides -out before giving it a good press. - -Do this with both parts. - -#### Step 5: Add hardware - -Now we need to add the two pieces of hardware that make the bow tie adjustable. -The oval loop piece will be attached to the part without the adjustment ribbon. -And, the piece with the T-hook will go on the part with the ribbon. - -First do the part without the ribbon. This is because the fabric tail of the -ribbon piece will have to go through the oval part before sewing on its hardware. -If you would do it in the other sequence, you may not be able to feed it through. - -To finish the ends, we're going to fold the fabric in three steps, -before sewing it in a fourth step: - -![Three steps to fold, one step to sew](step25.png) - -1. First we fold the sides in at an angle. -2. Then we fold the end over by just a small seam allowance, something like 5 mm. -3. Then we fold it over again, for about 1 cm. -4. Finally we stick the oval loop under this last fold and stitch across. - -Now feed the adjustment ribbon piece through the oval loop, and -attach the T-hook to the end of the ribbon, sewing it in the same way. - -Hook the T in one of the adjustment holes and your bow tie is done! - -![Good job!](finished.gif) diff --git a/sites/orgdocs/docs/designs/benjamin/instructions/step12.png b/sites/orgdocs/docs/designs/benjamin/instructions/step12.png deleted file mode 100755 index edafb15b867..00000000000 Binary files a/sites/orgdocs/docs/designs/benjamin/instructions/step12.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/benjamin/instructions/step13.png b/sites/orgdocs/docs/designs/benjamin/instructions/step13.png deleted file mode 100755 index 19e77cf147b..00000000000 Binary files a/sites/orgdocs/docs/designs/benjamin/instructions/step13.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/benjamin/instructions/step14.png b/sites/orgdocs/docs/designs/benjamin/instructions/step14.png deleted file mode 100755 index 8d507f74686..00000000000 Binary files a/sites/orgdocs/docs/designs/benjamin/instructions/step14.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/benjamin/instructions/step15.png b/sites/orgdocs/docs/designs/benjamin/instructions/step15.png deleted file mode 100755 index 1710fd9a83e..00000000000 Binary files a/sites/orgdocs/docs/designs/benjamin/instructions/step15.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/benjamin/instructions/step22.png b/sites/orgdocs/docs/designs/benjamin/instructions/step22.png deleted file mode 100755 index d53d6f648d2..00000000000 Binary files a/sites/orgdocs/docs/designs/benjamin/instructions/step22.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/benjamin/instructions/step23.png b/sites/orgdocs/docs/designs/benjamin/instructions/step23.png deleted file mode 100755 index 62e64b7eb21..00000000000 Binary files a/sites/orgdocs/docs/designs/benjamin/instructions/step23.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/benjamin/instructions/step25.png b/sites/orgdocs/docs/designs/benjamin/instructions/step25.png deleted file mode 100755 index 1aff8a082a7..00000000000 Binary files a/sites/orgdocs/docs/designs/benjamin/instructions/step25.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/benjamin/measurements/readme.mdx b/sites/orgdocs/docs/designs/benjamin/measurements/readme.mdx deleted file mode 100644 index 40953904b2b..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Benjamin bow tie: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/benjamin/needs/readme.mdx b/sites/orgdocs/docs/designs/benjamin/needs/readme.mdx deleted file mode 100644 index 727ca5d07f0..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/needs/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Benjamin bow tie: What You Need" ---- - -To make Benjamin, you will need the following: - -- Basic sewing supplies -- About 0.5 meters (0.6 yards) of a suitable fabric ([see Fabric options](/docs/designs/benjamin/fabric/)). Left over - pieces of a recent project could work too. -- About the same amount of interfacing -- Optionally: Bow tie adjustment ribbon and hardware diff --git a/sites/orgdocs/docs/designs/benjamin/notes/readme.mdx b/sites/orgdocs/docs/designs/benjamin/notes/readme.mdx deleted file mode 100644 index dc5a203d701..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/notes/readme.mdx +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Benjamin bow tie: Designer Notes" ---- - -Benjamin is the first design I have ever made for FreeSewing. I had just discovered Joost's site, then -still called MakeMyPattern. The site only had designs made by Joost, and he invited others to help -him. This seemed like something I could undertake. Since I had no experience with making patterns, -my first attempt should be a simple one. The site already had a pattern for a tie, yet I prefer bow ties. -So that would be something I could contribute. - -In the concept of MakeMyPattern was the possibility of patterns not only adapting to the measurements of -the sewist, but also that patterns could change depending on the options one would like. So I tried -to incorporate some options that I thought bow ties should have. - -The bow tie can be made to be tied traditionally, and it also allows for a specific band to be added -that will make the bow tie adjustable. These can be found in speciality stores, and are available online. - -Because of the precision needed, and the curved seams, this may not be the easiest pattern to start -with. But is is a nice one to help you use those scraps from other projects. - -Wouter - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/adjustmentribbon/adjustmentribbon.svg b/sites/orgdocs/docs/designs/benjamin/options/adjustmentribbon/adjustmentribbon.svg deleted file mode 100644 index ae39564e340..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/adjustmentribbon/adjustmentribbon.svg +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/adjustmentribbon/readme.mdx b/sites/orgdocs/docs/designs/benjamin/options/adjustmentribbon/readme.mdx deleted file mode 100755 index e72786c7c65..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/adjustmentribbon/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Adjustment ribbon" ---- - -![Traditional or adjustable](adjustmentribbon.svg) - -With Benjamin, you can make a traditional fixed size bow tie. And you can -make one that incorporates an adjustment ribbon. These are ribbons and pieces of hardware -that allow you to change the neck size of the bow tie. Very handy when you have shirts -with different neck sizes, or if you have different ease in the collar for some. - -:::tip - - -This is a great option if you decide to make a bow tie for someone else as a gift. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/bowlength/bowlength.svg b/sites/orgdocs/docs/designs/benjamin/options/bowlength/bowlength.svg deleted file mode 100644 index 5cd405c783e..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/bowlength/bowlength.svg +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/bowlength/readme.mdx b/sites/orgdocs/docs/designs/benjamin/options/bowlength/readme.mdx deleted file mode 100755 index 9213f2acd91..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/bowlength/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Bow length" ---- - -![Bow length](bowlength.svg) - -You can make wide bow ties, or narrow ones. This option allows you to change the horizontal size of the bows. Make -them larger to be more flamboyant, or small for a more subdued style. - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/bowstyle/bowstyle.svg b/sites/orgdocs/docs/designs/benjamin/options/bowstyle/bowstyle.svg deleted file mode 100644 index eb09a41235f..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/bowstyle/bowstyle.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/bowstyle/readme.mdx b/sites/orgdocs/docs/designs/benjamin/options/bowstyle/readme.mdx deleted file mode 100755 index 42c1f476351..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/bowstyle/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Bow style" ---- - -Four different bow tie styles! - -Benjamin allows you to make four different bow ties. - -- Contemporary Diamond -- Traditional Butterfly -- Classic Square -- Whimsical Wide Square - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/collarbandheight/readme.mdx b/sites/orgdocs/docs/designs/benjamin/options/collarbandheight/readme.mdx deleted file mode 100644 index 2862a055558..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/collarbandheight/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Collar band height" ---- - -Controls the height of the collar band (the width, if you will). - diff --git a/sites/orgdocs/docs/designs/benjamin/options/collarease/collarease.svg b/sites/orgdocs/docs/designs/benjamin/options/collarease/collarease.svg deleted file mode 100644 index 5d052f73f4e..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/collarease/collarease.svg +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/collarease/readme.mdx b/sites/orgdocs/docs/designs/benjamin/options/collarease/readme.mdx deleted file mode 100755 index 4d21c2e51f3..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/collarease/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Collar ease" ---- - -![How much ease do you use for your collar?](collarease.svg) - -Using the neck circumference is one part of getting a well-fitting bow tie. The other is how much collar ease you -normally use for your shirts. Together they dictate how long the bow tie becomes. - -> #### Not used with the adjustment ribbon option -> -> This option is used to make a precise fitting bow tie. When you use the adjustment ribbon, this option is not used. - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/endstyle/endstyle.svg b/sites/orgdocs/docs/designs/benjamin/options/endstyle/endstyle.svg deleted file mode 100644 index 481e9b44c3d..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/endstyle/endstyle.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/endstyle/readme.mdx b/sites/orgdocs/docs/designs/benjamin/options/endstyle/readme.mdx deleted file mode 100755 index b2f445af47d..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/endstyle/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "End style" ---- - -![Three different tip shapes](endstyle.svg) - -In addition to having four different bow tie styles, each style can be individualized -with three different tip options: - -- Straight -- Pointed -- Round - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/knotwidth/knotwidth.svg b/sites/orgdocs/docs/designs/benjamin/options/knotwidth/knotwidth.svg deleted file mode 100644 index 12d0c6a3514..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/knotwidth/knotwidth.svg +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/knotwidth/readme.mdx b/sites/orgdocs/docs/designs/benjamin/options/knotwidth/readme.mdx deleted file mode 100755 index 6eb434a2d46..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/knotwidth/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Knot width" ---- - -![Knot width](knotwidth.svg) - -The knot width is the width in the middle of the bow tie, where you make the knot. - -How wide your bow tie is in the middle will influence the tie knot. Bigger works better with larger bow ties. - -:::note - - -With the Square type bow tie, this value also dictates the width of the tips - -::: - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/readme.mdx b/sites/orgdocs/docs/designs/benjamin/options/readme.mdx deleted file mode 100644 index 0ac594dd74d..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Benjamin bow tie: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/tipwidth/readme.mdx b/sites/orgdocs/docs/designs/benjamin/options/tipwidth/readme.mdx deleted file mode 100755 index 8e6465f2d46..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/tipwidth/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Tip width" ---- - -![Bow ties Wide and Narrow](tipwidth.svg) - -You can make BIG bow ties, or small ones. This option allows you to change the vertical size of the bows. Make -them larger to be more flamboyant, or small for a more subdued style. - -:::note - - -###### Not used with the Square bow tie type - -This option is ignored with the Square bow tie option. Square bow ties are as wide as the knot width. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/options/tipwidth/tipwidth.svg b/sites/orgdocs/docs/designs/benjamin/options/tipwidth/tipwidth.svg deleted file mode 100644 index 17a708e3dc0..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/options/tipwidth/tipwidth.svg +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/benjamin/readme.mdx b/sites/orgdocs/docs/designs/benjamin/readme.mdx deleted file mode 100644 index 3f3ad689277..00000000000 --- a/sites/orgdocs/docs/designs/benjamin/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Benjamin bow tie" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/bent/cutting/readme.mdx b/sites/orgdocs/docs/designs/bent/cutting/readme.mdx deleted file mode 100644 index ccca9b21bcd..00000000000 --- a/sites/orgdocs/docs/designs/bent/cutting/readme.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Bent body Block: Cutting Instructions" ---- - -**Main fabric** - -- Cut **1 Front** part on the fold. -- Cut **1 Back** part on the fold. -- Cut **2 Top sleeve** parts. -- Cut **2 Under sleeve** parts. - -These cutting instructions are just for the default Bent block. Adjust your cutting accordingly if you have/are making changes to the block. - -:::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. - -::: - -:::note - - -###### Bent is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/bent/fabric/readme.mdx b/sites/orgdocs/docs/designs/bent/fabric/readme.mdx deleted file mode 100644 index aaa205cfd59..00000000000 --- a/sites/orgdocs/docs/designs/bent/fabric/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Bent body Block: Fabric Options" ---- - -If you are making a default Bent to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Bella with. - -You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Bent. - -:::note - - -###### Bent is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/bent/instructions/layout.svg b/sites/orgdocs/docs/designs/bent/instructions/layout.svg deleted file mode 100644 index c27920c5546..00000000000 --- a/sites/orgdocs/docs/designs/bent/instructions/layout.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org Bent Body Block freesewing.org/drafts/rwyae The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - - Cut on fold - Grainline - 2 - rwyae for Joost De Cock - Back block - - - - - - - - - - - - Cut on fold - Grainline - 1 - rwyae for Joost De Cock - Front block - - - - - - - - - - 3 - rwyae for Joost De Cock - Topsleeve block - - - - - - - - - - - 4 - rwyae for Joost De Cock - Undersleeve block - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bent/instructions/readme.mdx b/sites/orgdocs/docs/designs/bent/instructions/readme.mdx deleted file mode 100644 index 4eae285e8d0..00000000000 --- a/sites/orgdocs/docs/designs/bent/instructions/readme.mdx +++ /dev/null @@ -1,95 +0,0 @@ ---- -title: "Bent body Block: Sewing Instructions" ---- - -:::note - - -###### Bent is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Bent block. - -::: - -:::warning - - -As Bent is a block it does not have any closures. So the instructions below will explain how to make a Bent with a seam down the centre front so you can pin yourself into it. - -::: - -### Step 1: Mock-up Construction - -- Sew the fronts to the back at the shoulder seams _good sides together_. -- Sew the fronts to the back at the side seams _good sides together_. -- Sew the under sleeves to the top sleeves _good sides together_ along the side seams. -- Attach the sleeves to the body, _good sides together_ and sew them in the round. - -:::note - - -You may need to ease/gather the sleeves to fit. - -You may need to leave the bottom of one of the sleeve seams open to put the garment on. - -::: -:::tip - - -If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust. - -::: - -### Step 2: Try it on - -- Try it on and check the fit by pinning the front closed whilst wearing it. -- Make any alterations and try it on again. -- Repeat until you are happy. - -:::tip - - -If you do not have someone to help with pinning alterations, you can use a dressform to pin any alterations that are hard to do on person. Just remember to try it on after to make sure it fits you. - -Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting. - -Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours. - -::: -:::note - - -Remember to treat Bent as a basis rather than a final product, so adjust what you need to get the desired look. -For instance: - -- Change the neck line -- Add/change the closure allowances -- Alter the hem style -- Add a collar - -It is all up to you! Experiment and go forth! - -::: - -### Step 3: Make a paper pattern - -- Once happy with all your changes unpick your mockup and make a paper pattern based off of it. -- Now you have a pattern you can use to produce a garment. - -:::note - - -It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. - -::: - -### Bent is a block, looking for a finalised pattern? - -> Here are some of the patterns based on Bent: -> [Carlton](/designs/carlton), -> [Carlita](/designs/carlita), -> and -> [Jaeger](/designs/jaeger). diff --git a/sites/orgdocs/docs/designs/bent/measurements/readme.mdx b/sites/orgdocs/docs/designs/bent/measurements/readme.mdx deleted file mode 100644 index eee071b105e..00000000000 --- a/sites/orgdocs/docs/designs/bent/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bent body Block: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/bent/needs/readme.mdx b/sites/orgdocs/docs/designs/bent/needs/readme.mdx deleted file mode 100644 index a5d8322f67c..00000000000 --- a/sites/orgdocs/docs/designs/bent/needs/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Bent body Block: What You Need" ---- - -To make Bent, you will need the following: - -- Basic sewing supplies -- About 1.5 - 2 metres (1.7 - 2.2 yards) of a suitable fabric ([see Bent Fabric options](/docs/designs/bent/fabric/)) - -This list is for a default Bent Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc. - -:::note - - -###### Bent is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/bent/notes/readme.mdx b/sites/orgdocs/docs/designs/bent/notes/readme.mdx deleted file mode 100644 index 6fdead8b6ff..00000000000 --- a/sites/orgdocs/docs/designs/bent/notes/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Bent body Block: Designer Notes" ---- - -I Designed Bent because I wanted to make [Jaeger](/designs/jaeger) and back -then, FreeSewing had no foundation block with a 2-part sleeve that's used in -jackets and coats. - -So Bent is essentially Brian with a 2-part sleeve -- in other words, it has an -undersleeve part and a topsleeve part -- and that's about it. - -Since designing Bent, it has become the foundation for all our coat and jacket -designs. - -joost diff --git a/sites/orgdocs/docs/designs/bent/options/acrossbackfactor/acrossbackfactor.svg b/sites/orgdocs/docs/designs/bent/options/acrossbackfactor/acrossbackfactor.svg deleted file mode 100644 index acc1fc995e9..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/acrossbackfactor/acrossbackfactor.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/bent/options/acrossbackfactor/readme.mdx deleted file mode 100644 index 2a76eb8e2c7..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Across back factor" ---- - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/bent/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/bent/options/armholedepth/readme.mdx deleted file mode 100644 index 2abac7f06a4..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/bent/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/bent/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/bent/options/armholedepthfactor/armholedepthfactor.svg b/sites/orgdocs/docs/designs/bent/options/armholedepthfactor/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/armholedepthfactor/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/bent/options/armholedepthfactor/readme.mdx deleted file mode 100644 index 8e74ffa9a2d..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -This controls the depth of the armhole, which in turn influences the sleevecap width. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/backneckcutout/backneckcutout.svg b/sites/orgdocs/docs/designs/bent/options/backneckcutout/backneckcutout.svg deleted file mode 100644 index f847df833b9..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/backneckcutout/backneckcutout.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/bent/options/backneckcutout/readme.mdx deleted file mode 100644 index 118e72588c4..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Back neck cutout" ---- - -![Back neck cutout](backneckcutout.svg) - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/bent/options/bicepsease/readme.mdx deleted file mode 100644 index d9cc674f4eb..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/bicepsease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Biceps ease" ---- - -This option controls the ease at your upper arm/biceps. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/bent/options/chestease/readme.mdx deleted file mode 100644 index 454b80dcead..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/chestease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest ease" ---- - -The amount of ease at your chest. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/collarease/readme.mdx b/sites/orgdocs/docs/designs/bent/options/collarease/readme.mdx deleted file mode 100644 index 5915285539d..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/collarease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Collar ease" ---- - -The amount of ease at your neck/collar. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/bent/options/cuffease/readme.mdx deleted file mode 100644 index 5894352e1bc..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/cuffease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Cuff ease" ---- - -The amount of ease at your cuff/wrist. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/bent/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/bent/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index 9c4002a08f3..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Front armhole extra cutout" ---- - -How much the armhole is cut out deeper at the front, than the back. - -Because a shoulder is more rounded at the front of the body than the back, -the front of the armhole cuts deeper into the chest than the back cuts into -the back part. - -This options controls by how much. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/bent/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index b877fc887a7..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Bent is based on. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Bent will follow. diff --git a/sites/orgdocs/docs/designs/bent/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/bent/options/lengthbonus/readme.mdx deleted file mode 100644 index 63181d115bd..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Length bonus" ---- - -This option controls how far the block extend below your hips. - -> Note that by default this block is as long as your hip line, which is almost certainly too short for the final garment. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/readme.mdx b/sites/orgdocs/docs/designs/bent/options/readme.mdx deleted file mode 100644 index c2265e57764..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bent body Block: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/bent/options/s3armhole/readme.mdx b/sites/orgdocs/docs/designs/bent/options/s3armhole/readme.mdx deleted file mode 100644 index c483c8bc30b..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/s3armhole/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: armhole side" ---- - -Controls the shoulder seam location on the armhole side. - -- Increase this option to shift the shoulder seam forward on the armhole side -- Decrease this option to shift the shoulder seam backward on the armhole side - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/s3collar/readme.mdx b/sites/orgdocs/docs/designs/bent/options/s3collar/readme.mdx deleted file mode 100644 index 8887d957b6b..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/s3collar/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: collar side" ---- - -Controls the shoulder seam location on the collar side. - -- Increase this option to shift the shoulder seam forward on the collar side -- Decrease this option to shift the shoulder seam backward on the collar side - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/bent/options/shoulderease/readme.mdx deleted file mode 100644 index 6f86fe54e9c..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/shoulderease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder ease" ---- - -The amount of ease across the shoulders. -When making a coat or jacket, you want to foresee more ease so one -can wear layers under the coat/jacket. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/bent/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index 4993e59e036..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder slope reduction" ---- - -This pattern adapts to sloped shoulder by taking the shoulder slope measurement into account. - -However, for jackets or coats, you may want to create more room at the shoulders to allow for shoulder pads. -This option lets you create extra room at the shoulders by reducing the amount the shoulders are sloped. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/sleevebend/readme.mdx b/sites/orgdocs/docs/designs/bent/options/sleevebend/readme.mdx deleted file mode 100644 index c39b0e99ce2..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/sleevebend/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleeve bend" ---- - -The angle by which the sleeve bends at the elbow. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/bent/options/sleevecapease/readme.mdx deleted file mode 100644 index 9e174d41231..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -How much sleevecap ease do you want? - -> #### What's the point? -> -> The amount of sleevecap ease determines how the sleeves rolls from the shoulder. -> -> More ease makes the sleeve curl into the seam as you would expect from a coat. Less ease makes the sleeve lie flatter. - -> The lighter your fabric, the less sleevecap ease you want. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/sleevecapheight/readme.mdx b/sites/orgdocs/docs/designs/bent/options/sleevecapheight/readme.mdx deleted file mode 100644 index ceafa58880e..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/sleevecapheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleevecap height" ---- - -This factor controls the height of the sleevecap. - - - - diff --git a/sites/orgdocs/docs/designs/bent/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/bent/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index c3113e219c0..00000000000 --- a/sites/orgdocs/docs/designs/bent/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -The amount to extend the sleeve beyond the length of the sleeve in the base block. - -:::note - - -#### This is not supposed to be zero - -Setting this to zero will make the sleeve length the same as the base length of the Bent block, -which is certainly too short for a coat. -Please take note of the default value and use that as a basis to lengthen or shorten the sleeve. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bent/readme.mdx b/sites/orgdocs/docs/designs/bent/readme.mdx deleted file mode 100644 index e6b775c3d4f..00000000000 --- a/sites/orgdocs/docs/designs/bent/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Bent body Block" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/cutting/readme.mdx b/sites/orgdocs/docs/designs/bibi/cutting/readme.mdx deleted file mode 100644 index 50caf02e3bd..00000000000 --- a/sites/orgdocs/docs/designs/bibi/cutting/readme.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Bibi body block: Cutting Instructions" -maintainers: - - Jonathan Haas ---- - -- **Main fabric** - - Cut 1 *Front* on the fold - - Cut 1 *Back* on the fold - - Cut 2 *Sleeve(s)* mirrored (if enabled) -- **Ribbing** - - Cut 1 *Neck Binding* - - Cut 2 *Armhole Binding(s)* or *Cuff(s)* (depending on selected options) - - Cut 1 *Waistband* (if enabled) - -## Caveats - -- There is extra hem allowance at the bottom hem if there is no *Waistband* part. -- There is extra hem allowance at the sleeve part if there is no *Cuff* part. -- There is no seam allowance on the neck opening. -- There is no seam allowance on the armhole if the sleeve is disabled. -- There is no seam allowance on the long sides of the *Armhole Binding* and *Neck Binding* parts. - -:::note - -You can cut the front or back parts on the fold, or you can cut the halves separately and sew them together. This is especially -useful if you only have 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. -::: diff --git a/sites/orgdocs/docs/designs/bibi/fabric/readme.mdx b/sites/orgdocs/docs/designs/bibi/fabric/readme.mdx deleted file mode 100644 index 8e696df0527..00000000000 --- a/sites/orgdocs/docs/designs/bibi/fabric/readme.mdx +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Bibi body block: Fabric Options" -maintainers: - - Jonathan Haas ---- - -Bibi is by default designed as a close-fitting top and is best suited to knit fabrics with some stretch, such as jersey. - -If your main fabric is elastic enough, can use strips of it to finish the waistband, armholes/cuffs and neck opening. -Alternatively, you can also use rib fabric or store-bought strips of knit binding. - -:::tip - -If you're new to sewing, interlock jersey is nice to work with, as it doesn't roll up. -Prefer jersey with a few percent spandex for better recovery. - -Fabric weights can also help you make your choice. -A weight of 130-200 grams per square meter (or 4-6 ounces per square yard) is likely to be about right for a basic shirt. -::: - -:::note - -Woven fabrics with good drape and thicker fabrics such as sweat could also work. -Increase all ease settings to around 15% and ensure the neck hole is large enough to fit a head through. -Alternatively, you can also attach a zipper or buttons to the front or back to make it easier to put on. -::: diff --git a/sites/orgdocs/docs/designs/bibi/instructions/dart.svg b/sites/orgdocs/docs/designs/bibi/instructions/dart.svg deleted file mode 100644 index 8a2913be0da..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/dart.svg +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/instructions/gather.svg b/sites/orgdocs/docs/designs/bibi/instructions/gather.svg deleted file mode 100644 index 64d8f4d89c0..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/gather.svg +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_a.svg b/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_a.svg deleted file mode 100644 index 638b2412e81..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_a.svg +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - seam allowance - - center back - - diff --git a/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_b.svg b/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_b.svg deleted file mode 100644 index b9dc6b4ddac..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_b.svg +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - 3 cm - - - - ¼ - - diff --git a/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_c.svg b/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_c.svg deleted file mode 100644 index 2c6ec4471fb..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_c.svg +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_d.svg b/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_d.svg deleted file mode 100644 index 0fb29435b95..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_d.svg +++ /dev/null @@ -1,185 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_e.svg b/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_e.svg deleted file mode 100644 index 3242311b2fe..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/knitbinding_e.svg +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/instructions/readme.mdx b/sites/orgdocs/docs/designs/bibi/instructions/readme.mdx deleted file mode 100644 index 84facabab44..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/readme.mdx +++ /dev/null @@ -1,212 +0,0 @@ ---- -title: "Bibi body block: Sewing Instructions" -maintainers: - - Jonathan Haas ---- - -:::note - - -###### Bibi is a customizable pattern building block - -Bibi can be sewn as a simple top, but it is mostly designed as a building block for other patterns or custom designs. - -Bibi is highly customizable, but it does not in itself represent a specific garment or style. -Some option combinations might not make much sense, and you may need to experiment with different options. - -You may want to finish the hem, armholes, and/or neck using knit bands, knit binding or ribbing fabric. -These instructions give basic guidelines for that, -but you might also want to look at instructions from other designs, like Sven, Aaron or Teagan. - -There is also lots of other stuff you could customize. - -::: - -:::note - - -As with all knits and stretch fabrics, a serger/overlock will make your life easier. -If you don't have one, don't despair. You don't really need one. -All serged seams on Bibi can also be sewn with a short, narrow zigzag stitch (~2 mm wide) on a standard sewing machine. - -For the topstitching steps, a coverlock works best, but if you don't have a coverlock, a twin needle will also give good results. -Of course, you can also use a zigzag stitch. - -::: - -### Step 0: Prepare the fabric - -Cut out the parts including seam allowance and transfer markings and notches to the fabric. -Note that there are two different kinds of notches. You probably want to use a different notch shape or a different pen/chalk color for ×-notches. - -### Step 1: Prepare the front part - -If your pattern is for someone with a larger bust, your design will likely include -either fabric gathering or a bust dart at the side seam of the front part. - -If your pattern contains neither an indicated gathering section nor a dart, skip to step 2. - -#### Bust darts - -If the pattern was drafted with _darts_, fold your front part _good sides together_ along the center line of the dart. - -Sew using an elastic stitch along the dart line from the side seam towards the bust. -Near the dart tip, make sure to stitch as parallel to the fold line as possible while still stitching over the folded edge. - -If not using a serger, cut away any unnecessary fabric from the dart and finish raw edges. - -Repeat this for both sides. - -![dart.svg](dart.svg) - -#### Gathering - -If you didn't select the dart option, gather the fabric by doing 2 or 3 parallel straight stitches through the seam allowance where indicated on the pattern. -The stiches should have a longer stitch length setting, and you must *not* secure the ends by backstitching. -Keep the thread ends loose and long. - -Hold the bobbin threads with one hand tight and bunch together the fabric with the other hand until -you've gathered the section to the same length as the distance between the notches on the back part pattern. - -Secure the threads by tying a knot. - -Repeat this for both sides. - -![gather.svg](gather.svg) - -:::note - - -There are lots of alternative techniques for this. If the difference between the lengths isn't that large, -you could simply adjust/stretch the fabric while sewing the side seam later. Or you could pleat folds manually and pin them in place. - -Experiment with different methods on scrap fabric and look up books and tutorials for tips if you are unsure. - -::: - -### Step 2: Sew the shoulder seams - -Match up the front and back parts along the edges between the neck and the armholes _good sides together_ and matching raw edges. - -Sew using an elastic stitch. Repeat for both sides. - -![shoulders.svg](shoulders.svg) - -### Step 3: Sew the sleeves - -If your design has a separate sleeve part, pin the sleeve part to the main body part, _good sides together_, matching notches and raw edges. - -The hem of the sleeve points towards the neck opening. - -Note that the sleeve part is not perfectly symmetrical. The ×-notch of the sleeve goes to the back part. -The round notch attaches to the front part. - -Sew with an elastic stitch. Repeat for both sleeves. - -![sleeve.svg](sleeve.svg) - -![sleeve2.svg](sleeve2.svg) - -If your design doesn't have a sleeve part, skip to the next step. - -### Step 4: Sew the side seams - -_good sides together_, pin the side seams and the bottoms of the sleeves (if present) together. - -With the front part on top, sew using an elastic stitch. Repeat for both sides. Remove any threads used for gathering. - -![sideseam.svg](sideseam.svg) - -### Step 5: Create the hem - -#### Using a waistband - -If you've chosen to finish the hem with a waistband, -sew together the short sides of the waistband, _good sides together_, -to create a tube. - -Then fold the fabric in half along its length, raw edges together, so the good sides are outside. - -With the main body piece turned inside-out, pin the ring inside the bottom opening, matching raw edges. -Mark and align quarters for a consistent stretch. -The ribbing is a bit shorter, so stretch it a bit while pinning. - -Sew using an elastic stitch. - -Fold the hem to the outside. - -Optional: Topstitch the seam allowance towards the main body piece to keep it in place. - -![Attach the ribbing](ribbing.svg) - -#### Simple hem - -If you've chosen the option without a waistband, -fold over the hem allowance to the inside and topstitch in place using an elastic stitch. - -### Step 6: Finish the neck - -:::note - -This is explained in more detail in the [Teagan instructions](/docs/designs/teagan/instructions#step-3-sew-the-neck-finish) and on [this page](/docs/sewing/knit-binding). -::: - -Turn the main body piece right side out. -Place the knit binding piece _good sides together_ on the back of the neck, -matching the raw edge of the neck opening. -The solid line on the pattern (where the seam allowance ends) should be exactly at the center back of the garment. - -![Place your binding](knitbinding_a.svg) - -Sew the neck binding to the main body piece. -The distance of the stitch to the raw edge is the width of the neck band -divided by four. -This is probably not equal to the standard seam allowance! -For example, if your knit band is 6 cm wide, sew 1.5 cm from the edge. - -Place your presser foot 3 cm along the knit binding, so a 3 cm tail will be left unstitched. -This will help us join the ends of the binding later. - -Stop sewing 3 cm before the end, leaving a tail like we did at the beginning. - -![Sew binding in place](knitbinding_b.svg) - -Sew the tails _good sides together_ to close the loop, making sure the neck binding is stretched evenly. - -![Sew binding ends](knitbinding_c.svg) - -Then sew down the remaining, unstitched length of the neck binding, keeping the same distance as before. - -![Finish binding](knitbinding_d.svg) - -Fold the neck binding upwards and to the inside of the top. -This will create a fold at the stitch line you just created, -and another one at the original raw edge from the front and back parts. - -Topstitch the neck binding in place from the outside. -The inside edge can be left raw if you're using knit fabric. -Trim loose fabric from the inside to reduce bulk. - -![Sew down binding](knitbinding_e.svg) - -### Step 7: Finish the armholes - -#### With sleeves - -If your design has a sleeve part, -follow the waistband instructions again for the cuff or sleeve opening -and either attach a piece of ribbing or do a simple folded hem. - -:::note - - -Alternatively, you can also finish the bottom edge of the sleeves right at the start. -This is a little bit easier as you can work on flat fabric, but the inside of the sleeves won't be as clean -as the bottom seam will go right to the armhole opening and won't be hidden. - -::: - -#### Without sleeves - -If your design is sleeveless or has only short cap sleeves as part of the main body, -finish the armholes the same way you finished the neckline. diff --git a/sites/orgdocs/docs/designs/bibi/instructions/ribbing.svg b/sites/orgdocs/docs/designs/bibi/instructions/ribbing.svg deleted file mode 100644 index 41f1d242690..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/ribbing.svg +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/instructions/shoulders.svg b/sites/orgdocs/docs/designs/bibi/instructions/shoulders.svg deleted file mode 100644 index beb53970c87..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/shoulders.svg +++ /dev/null @@ -1,265 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/instructions/sideseam.svg b/sites/orgdocs/docs/designs/bibi/instructions/sideseam.svg deleted file mode 100644 index f6144c74e27..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/sideseam.svg +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/instructions/sleeve.svg b/sites/orgdocs/docs/designs/bibi/instructions/sleeve.svg deleted file mode 100644 index ea9e829c223..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/sleeve.svg +++ /dev/null @@ -1,381 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/instructions/sleeve2.svg b/sites/orgdocs/docs/designs/bibi/instructions/sleeve2.svg deleted file mode 100644 index c42a4098d07..00000000000 --- a/sites/orgdocs/docs/designs/bibi/instructions/sleeve2.svg +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/measurements/readme.mdx b/sites/orgdocs/docs/designs/bibi/measurements/readme.mdx deleted file mode 100644 index 1b69d44e770..00000000000 --- a/sites/orgdocs/docs/designs/bibi/measurements/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Bibi body block: Required Measurements" -maintainers: - - Jonathan Haas ---- - - diff --git a/sites/orgdocs/docs/designs/bibi/needs/readme.mdx b/sites/orgdocs/docs/designs/bibi/needs/readme.mdx deleted file mode 100644 index abc51d447d1..00000000000 --- a/sites/orgdocs/docs/designs/bibi/needs/readme.mdx +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Bibi body block: What You Need" -maintainers: - - Jonathan Haas ---- - -To make Bibi, you will need the following: - -- Basic sewing supplies -- About 1 - 3 metres (1.1 - 3.3 yards) of a suitable fabric ([see Bibi Fabric options](/docs/designs/bibi/fabric/)) - - A short crop top without sleeves needs probably less than a meter, a long dress with sleeves needs much more fabric. - -:::note - - -##### A serger/overlock is nice, but optional - -As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. -If you do not have one of those, don’t despair. You don’t really need it. All serged seams on Bibi can also be sewn with a short, narrow zigzag stitch (~2 mm wide) on a standard sewing machine. - -::: - -:::note - - -###### Bibi is a pattern building block - -Bibi can be sewn as a simple top, but is mostly designed as a building block for other patterns or custom designs. - -You may want to finish the hem, armholes, and neck using knit bands, knit binding or ribbing fabric. In this case, you may need additional material. - -::: diff --git a/sites/orgdocs/docs/designs/bibi/notes/readme.mdx b/sites/orgdocs/docs/designs/bibi/notes/readme.mdx deleted file mode 100644 index 0544004f4b7..00000000000 --- a/sites/orgdocs/docs/designs/bibi/notes/readme.mdx +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: "Bibi body block: Designer Notes" -maintainers: - - Jonathan Haas ---- - -When I was designing my (in progress) Tina top, I originally was basing the pattern on -Teagan and Brian. However, Tina is supposed to work for people with breasts -and Brian is mostly designed for menswear and doesn't support much body -and bust fitting. So I created Bibi as a base for Tina. - -For Bibi, I reused code from Brian mostly for the sleevecap and armhole construction -and added a basic front bust adjustment. Because Bibi is supposed to be usable for very different lengths, -I also changed the sideline calculation to fit to the waist and seat measurements -and added a sleeveless option. After some fine-tuning, this is basically the result. - -While Bibi was specifically made to support people with breasts, -it also works fine as a base for unisex clothes or t-shirts. - -However, it's also important to talk about what Bibi is not: - -Bibi can definitely be sewn as a simple top or dress, -but it's mainly designed as a building block for other patterns or your custom designs. - -Bibi is highly customizable, but it does not necessarily represent a specific garment or follow a specific style. -Some option combinations might not make much sense, and you may have to experiment with different options -yourself to find the design you're looking for. - -For example, when you make a dress with Bibi out of woven fabric, you'll have to ensure yourself that there -is enough room for leg movement. -Depending on the shape around the waist or the size of the neck hole, -you also may have to add buttons or zippers on the front or back so you can actually put it on. - -Bibi is also not a standard block/sloper for woven fabric. It only does a very basic front bust adjustment -designed for stretchy knit fabric and will not work well as a base for fitted shirts and blouses from woven fabric. - -The name Bibi is a little joke and comes from *Bibi und Tina*, a German audio play for children, -where 13-year-old witch *Bibi Blocksberg* is a companion of *Tina*. So it kinda makes sense. - -Jonathan diff --git a/sites/orgdocs/docs/designs/bibi/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/acrossbackfactor/readme.mdx deleted file mode 100644 index 4f7be49d3f5..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Across back factor" -maintainers: - - Jonathan Haas ---- - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/armholecurveback/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/armholecurveback/readme.mdx deleted file mode 100644 index fa6efaf4a5c..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/armholecurveback/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole curve back" -maintainers: - - Jonathan Haas ---- - -Controls how much the armhole at the back curves towards the center. Higher values expose more of the shoulder. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/armholecurvefront/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/armholecurvefront/readme.mdx deleted file mode 100644 index 81945419fe9..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/armholecurvefront/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole curve front" -maintainers: - - Jonathan Haas ---- - -Controls how much the armhole at the front curves towards the center. Higher values expose more of the shoulder and upper bust. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/armholedepth/readme.mdx deleted file mode 100644 index f3d9549700a..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/armholedepth/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Armhole depth" -maintainers: - - Jonathan Haas ---- - -This option controls the depth of the armhole. - diff --git a/sites/orgdocs/docs/designs/bibi/options/armholedropback/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/armholedropback/readme.mdx deleted file mode 100644 index 91adb04002e..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/armholedropback/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole drop back" -maintainers: - - Jonathan Haas ---- - -Controls how much the armhole at the back curves towards the lower spine. Higher values expose more shoulder area and create something like a racer back top. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/backneckbend/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/backneckbend/readme.mdx deleted file mode 100644 index 2db9085def3..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/backneckbend/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back Neckline curvature" -maintainers: - - Jonathan Haas ---- - -Controls the curvature of the neck opening at the back. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/backneckcutout/readme.mdx deleted file mode 100644 index 3f9a3a4c97a..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back Neckline depth" -maintainers: - - Jonathan Haas ---- - -Controls the depth of the neck opening at the back. A value of 100% puts the opening on the bust line. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/bicepsease/bicepsease.svg b/sites/orgdocs/docs/designs/bibi/options/bicepsease/bicepsease.svg deleted file mode 100644 index b7faeb39199..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/bicepsease/bicepsease.svg +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/bicepsease/readme.mdx deleted file mode 100644 index e37e5c75a2a..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/bicepsease/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Biceps ease" -maintainers: - - Jonathan Haas ---- - -![The biceps ease factor on Brian](./bicepsease.svg) - -The amount of ease at your upper arm. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/bindingheight/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/bindingheight/readme.mdx deleted file mode 100644 index 1b8ad66b006..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/bindingheight/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Knit binding height" -maintainers: - - Jonathan Haas ---- - -Controls the height of the knit binding on the neck and armhole. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/bustease/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/bustease/readme.mdx deleted file mode 100644 index f9a582e2644..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/bustease/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Bust ease" -maintainers: - - Jonathan Haas ---- - -Controls the amount of ease at the bust. This option fine-tunes the strength of the full bust adjustment (FBA). - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/chestease/readme.mdx deleted file mode 100644 index 8bf055af00b..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/chestease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest ease" -maintainers: - - Jonathan Haas ---- - -Controls the amount of ease at your chest - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/cuffease/readme.mdx deleted file mode 100644 index 93a615e673a..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/cuffease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve fullness" -maintainers: - - Jonathan Haas ---- - -Controls the amount of ease at your sleeve opening. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/curvatureadjustment/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/curvatureadjustment/readme.mdx deleted file mode 100644 index e1f7d2592b4..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/curvatureadjustment/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Curvature adjustment" -maintainers: - - Jonathan Haas ---- - -Adjust by how much the side seam goes straight up above the hem, by default. - -This option will often not have much effect, if any. Fitting the hips and seat measurements (including ease) has priority -over this option and adjusting these ease settings instead is often a better idea. diff --git a/sites/orgdocs/docs/designs/bibi/options/dart/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/dart/readme.mdx deleted file mode 100644 index 9ac6b7c308e..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/dart/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Dart" -maintainers: - - Jonathan Haas ---- - -If the *HPS to waist front* measurement is larger than the *HPS to waist back* or when a *full bust adjustment* (FBA) affects the side seam, the front part often has a longer side seam than the back part. - -This option determines if a bust dart should be created to match lengths. Otherwise, fabric gathering might be used. - -This option has no effect if the side seam length difference isn't large enough to warrant a dart. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/draftforhighbust/readme.mdx deleted file mode 100644 index dbf51ecae72..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Bust adjustment" -maintainers: - - Jonathan Haas ---- - -If the pattern should be drafted with a basic full bust adjustment (FBA). -This will result in a more fitted garment for people with breasts. - -If you don't enable this option, Bibi will essentially be drafted -for a body without breasts that has the same chest circumference as -your body with breasts. For people with breasts, this will cause a -bunch of extra fabric at the chest and armholes that will make the -top look like a poor fit. - -There is usually no need to disable this option. It will have little effect on people -with smaller busts or no breasts. - -:::note - -When the optional bust related measurements are not available, no FBA will be performed and this option has no effect. -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/fitwaist/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/fitwaist/readme.mdx deleted file mode 100644 index 27e46e0f46c..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/fitwaist/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Fit the waist" -maintainers: - - Jonathan Haas ---- - -Enable this option to fit the waist, rather than drafting a straight rectangular shape. - -Fitting the waist will yield best results for those with a smaller waist who are looking for a more hourglass-shaped fitted top. - -Not fitting the waist will instead create something that looks more like a loose men's t-shirt. - diff --git a/sites/orgdocs/docs/designs/bibi/options/flare/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/flare/readme.mdx deleted file mode 100644 index 253ae4895f0..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/flare/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Flare" -maintainers: - - Jonathan Haas ---- - -If the garment is longer than the waist, this option controls how much it flares out towards the hem. - -In other words, this option controls how wide the bottom hem is around the legs. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/hipsease/readme.mdx deleted file mode 100644 index f7563ed290e..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/hipsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hips ease" -maintainers: - - Jonathan Haas ---- - -Controls the amount of ease at the hips. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/length/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/length/readme.mdx deleted file mode 100644 index 299656e080a..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/length/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Length" -maintainers: - - Jonathan Haas ---- - -Which measurement to use for the bottom hem. -If the length bonus is zero, the bottom of the garment will be at exactly the selected measurement. - -Note that the options *underbust*, *knee* and *floor* require the corresponding optional vertical measurements. -If they are missing, a very rough estimate is used instead. - -Use a negative length bonus when selecting *floor* to prevent the garment from actually dragging on the floor. diff --git a/sites/orgdocs/docs/designs/bibi/options/lengthadjustment/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/lengthadjustment/readme.mdx deleted file mode 100644 index da1d35299b0..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/lengthadjustment/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Length adjustment" -maintainers: - - Jonathan Haas ---- - -Controls how much the front part is made longer to compensate for the curve around the bust. -Has little effect on smaller busts. - -This setting controls the influence of the hps-to-waist-front measurement. At 0% only the hps-to-waist-back measurements -are used to create the waist line. At higher settings, the front part is enlarged to compensate for a larger bust. - -This setting has no effect if the hps-to-waist-front measurement is smaller than hps-to-waist-back or equal. diff --git a/sites/orgdocs/docs/designs/bibi/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/lengthbonus/readme.mdx deleted file mode 100644 index f5bd92e577d..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Length bonus" -maintainers: - - Jonathan Haas ---- - -Fine-tune the length of the garment. A negative value decreases the length, a positive value increases it. - diff --git a/sites/orgdocs/docs/designs/bibi/options/necklinebend/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/necklinebend/readme.mdx deleted file mode 100644 index 936a909151f..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/necklinebend/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front Neckline curvature" -maintainers: - - Jonathan Haas ---- - -Controls the curvature of the neck opening on the front. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/necklinedepth/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/necklinedepth/readme.mdx deleted file mode 100644 index 33141ed537a..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/necklinedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front Neckline depth" -maintainers: - - Jonathan Haas ---- - -Controls the depth of the neck opening at the front. A value of 100% puts the opening on the bust line. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/necklinewidth/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/necklinewidth/readme.mdx deleted file mode 100644 index 30d51b6da08..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/necklinewidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Neckline width" -maintainers: - - Jonathan Haas ---- - -Controls the width of the neck opening. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/readme.mdx deleted file mode 100644 index 039657a6815..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Bibi body block: Design Options" -maintainers: - - Jonathan Haas ---- - - diff --git a/sites/orgdocs/docs/designs/bibi/options/ribbingheight/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/ribbingheight/readme.mdx deleted file mode 100644 index 542d3dda960..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/ribbingheight/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Ribbing height" -maintainers: - - Jonathan Haas ---- - -Controls the height of the ribbing on the cuff and/or waistband. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/ribbingstretch/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/ribbingstretch/readme.mdx deleted file mode 100644 index 691c89a50ad..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/ribbingstretch/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Ribbing stretch" -maintainers: - - Jonathan Haas ---- - -Controls how much the ribbing on the cuff and/or waistband is stretched relative to the fabric. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/seatbackadjustment/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/seatbackadjustment/readme.mdx deleted file mode 100644 index 71234a07236..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/seatbackadjustment/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Seat back adjustment" -maintainers: - - Jonathan Haas ---- - -Controls the influence of the seat back measurement on the garment width. - -* At 0%, the front and back parts will have the same widths around the seat, equal to half the seat measurement (plus ease). -* At 100%, the back part will have a width equal to the seat back measurement (plus ease) and the front part will cover the remaining seat measurement (plus ease). diff --git a/sites/orgdocs/docs/designs/bibi/options/seatease/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/seatease/readme.mdx deleted file mode 100644 index 3c37ea4cf2d..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/seatease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Seat ease" -maintainers: - - Jonathan Haas ---- - -Controls the amount of ease at your seat. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/shoulderease/readme.mdx deleted file mode 100644 index e50443e2ed3..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/shoulderease/readme.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Shoulder ease" -maintainers: - - Jonathan Haas ---- - -![Shoulder ease](./shoulderease.svg) - -Controls the amount of ease on the shoulder to shoulder measurement. - -This option allows you to create some extra ease at the shoulders which shifts -the shoulder seam more outwards and off the shoulder. Thereby creating extra room -for extra layers of clothing underneath, or more shaped/padded shoulders. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/shoulderease/shoulderease.svg b/sites/orgdocs/docs/designs/bibi/options/shoulderease/shoulderease.svg deleted file mode 100644 index 76ec6a215da..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/shoulderease/shoulderease.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index 3dab25572e3..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Shoulder slope reduction -maintainers: - - Jonathan Haas ---- - -The amount by which the shoulder slope is reduced to allow for shoulder padding. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecap.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecap.svg deleted file mode 100644 index 34eca409502..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecap.svg +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapanchor.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapanchor.svg deleted file mode 100644 index 802276f7e75..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapanchor.svg +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapbackfactorx/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapbackfactorx/readme.mdx deleted file mode 100644 index c2ab1563240..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapbackfactorx/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap back X" -maintainers: - - Jonathan Haas ---- - -![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapbackfactorx/sleevecapbackfactorx.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapbackfactorx/sleevecapbackfactorx.svg deleted file mode 100644 index 5e8e35dd35c..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapbackfactorx/sleevecapbackfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapbackfactory/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapbackfactory/readme.mdx deleted file mode 100644 index f4f0a309159..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapbackfactory/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap back Y" -maintainers: - - Jonathan Haas ---- - -![The vertical location of the back inflection point](./sleevecapbackfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapbackfactory/sleevecapbackfactory.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapbackfactory/sleevecapbackfactory.svg deleted file mode 100644 index 8348fbf7c7f..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapbackfactory/sleevecapbackfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapease/readme.mdx deleted file mode 100644 index d89b0019cca..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap ease" -maintainers: - - Jonathan Haas ---- - -Determines the amount of sleevecap ease. - -:::note - - -The amount of sleevecap ease determines how the sleeves rolls from the shoulder. -More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. - -For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapfrontfactorx/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapfrontfactorx/readme.mdx deleted file mode 100644 index 0958d2ae6ca..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapfrontfactorx/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap front X" -maintainers: - - Jonathan Haas ---- - -![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg deleted file mode 100644 index d58c9899afb..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapfrontfactory/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapfrontfactory/readme.mdx deleted file mode 100644 index 69c0b67f5da..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapfrontfactory/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap front Y" -maintainers: - - Jonathan Haas ---- - -![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapfrontfactory/sleevecapfrontfactory.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapfrontfactory/sleevecapfrontfactory.svg deleted file mode 100644 index e09d00f3d0f..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapfrontfactory/sleevecapfrontfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapinflection.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapinflection.svg deleted file mode 100644 index f53517d2a1c..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapinflection.svg +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq1offset/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapq1offset/readme.mdx deleted file mode 100644 index 1a1ca5ab823..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq1offset/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q1 offset" -maintainers: - - Jonathan Haas ---- - -![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) - -This option controls the offset in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq1offset/sleevecapq1offset.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapq1offset/sleevecapq1offset.svg deleted file mode 100644 index f0a2d726ec9..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq1offset/sleevecapq1offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq1spread1/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapq1spread1/readme.mdx deleted file mode 100644 index 4393eaad24c..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq1spread1/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q1 downward spread" -maintainers: - - Jonathan Haas ---- - -![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) - -This option controls the downward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq1spread1/sleevecapq1downwardspread.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapq1spread1/sleevecapq1downwardspread.svg deleted file mode 100644 index 6914bc68fa8..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq1spread1/sleevecapq1downwardspread.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq1spread2/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapq1spread2/readme.mdx deleted file mode 100644 index c7acfc34471..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq1spread2/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q1 upward spread" -maintainers: - - Jonathan Haas ---- - -![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) - -This option controls the upward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq1spread2/sleevecapq1spread2.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapq1spread2/sleevecapq1spread2.svg deleted file mode 100644 index f369a220f5e..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq1spread2/sleevecapq1spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq2offset/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapq2offset/readme.mdx deleted file mode 100644 index 9167010343e..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq2offset/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q2 offset" -maintainers: - - Jonathan Haas ---- - -![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) - -This option controls the offset in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq2offset/sleevecapq2offset.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapq2offset/sleevecapq2offset.svg deleted file mode 100644 index dcc88d098f0..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq2offset/sleevecapq2offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq2spread1/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapq2spread1/readme.mdx deleted file mode 100644 index 43eb273c520..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq2spread1/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q2 downward spread" -maintainers: - - Jonathan Haas ---- - -![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) - -This option controls the downward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq2spread1/sleevecapq2spread1.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapq2spread1/sleevecapq2spread1.svg deleted file mode 100644 index 5197ed0114a..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq2spread1/sleevecapq2spread1.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq2spread2/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapq2spread2/readme.mdx deleted file mode 100644 index 6632cce2294..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq2spread2/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q2 upward spread" -maintainers: - - Jonathan Haas ---- - -![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) - -This option controls the upward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq2spread2/sleevecapq2spread2.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapq2spread2/sleevecapq2spread2.svg deleted file mode 100644 index 222d43e460d..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq2spread2/sleevecapq2spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq3offset/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapq3offset/readme.mdx deleted file mode 100644 index f51495b6a2d..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq3offset/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q3 offset" -maintainers: - - Jonathan Haas ---- - -![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) - -This option controls the offset in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq3offset/sleevecapq3offset.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapq3offset/sleevecapq3offset.svg deleted file mode 100644 index ac048c72247..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq3offset/sleevecapq3offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq3spread1/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapq3spread1/readme.mdx deleted file mode 100644 index c2ab643b0a7..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq3spread1/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q3 upward spread" -maintainers: - - Jonathan Haas ---- - -![The upward spread in the third quadrant of the sleevecap](./sleevecapq3spread1.svg) - -This option controls the upward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq3spread1/sleevecapq3spread1.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapq3spread1/sleevecapq3spread1.svg deleted file mode 100644 index 1649c2c5cc9..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq3spread1/sleevecapq3spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq3spread2/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapq3spread2/readme.mdx deleted file mode 100644 index d6a7bc8bcf1..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq3spread2/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q3 downward spread" -maintainers: - - Jonathan Haas ---- - -![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) - -This option controls the downward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq3spread2/sleevecapq3spread2.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapq3spread2/sleevecapq3spread2.svg deleted file mode 100644 index 79135108ba0..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq3spread2/sleevecapq3spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq4offset/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapq4offset/readme.mdx deleted file mode 100644 index eeeaf072372..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq4offset/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q4 offset" -maintainers: - - Jonathan Haas ---- - -![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) - -This option controls the offset in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq4offset/sleevecapq4offset.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapq4offset/sleevecapq4offset.svg deleted file mode 100644 index b5877e2c0a1..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq4offset/sleevecapq4offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq4spread1/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapq4spread1/readme.mdx deleted file mode 100644 index a6f667ac527..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq4spread1/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q4 upward spread" -maintainers: - - Jonathan Haas ---- - -![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) - -This option controls the upward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq4spread1/sleevecapq4spread1.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapq4spread1/sleevecapq4spread1.svg deleted file mode 100644 index 42f42a721fe..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq4spread1/sleevecapq4spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq4spread2/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecapq4spread2/readme.mdx deleted file mode 100644 index 58360d77f57..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq4spread2/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q4 downward spread" -maintainers: - - Jonathan Haas ---- - -![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) - -This option controls the downward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapq4spread2/sleevecapq4spread2.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapq4spread2/sleevecapq4spread2.svg deleted file mode 100644 index b84e4d0c6c7..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapq4spread2/sleevecapq4spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecapspread.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecapspread.svg deleted file mode 100644 index 9878d2f0943..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecapspread.svg +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecaptop.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecaptop.svg deleted file mode 100644 index 39e7bb71c33..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecaptop.svg +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecaptopfactorx/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecaptopfactorx/readme.mdx deleted file mode 100644 index 6c1dc5dc0cf..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecaptopfactorx/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap top X" -maintainers: - - Jonathan Haas ---- - -![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) - -This option controls the horizontal placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecaptopfactorx/sleevecaptopfactorx.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecaptopfactorx/sleevecaptopfactorx.svg deleted file mode 100644 index be96935d057..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecaptopfactorx/sleevecaptopfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecaptopfactory/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevecaptopfactory/readme.mdx deleted file mode 100644 index a08ea97e5a0..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecaptopfactory/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap top Y" -maintainers: - - Jonathan Haas ---- - -![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) - -This option controls the vertical placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevecaptopfactory/sleevecaptopfactory.svg b/sites/orgdocs/docs/designs/bibi/options/sleevecaptopfactory/sleevecaptopfactory.svg deleted file mode 100644 index cd55923d35e..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevecaptopfactory/sleevecaptopfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleeveease/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleeveease/readme.mdx deleted file mode 100644 index 09a8158f70c..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleeveease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve ease" -maintainers: - - Jonathan Haas ---- - -Controls the amount of ease at the sleeve/your arm. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleevelength/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleevelength/readme.mdx deleted file mode 100644 index 382c4217fa2..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleevelength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve length" -maintainers: - - Jonathan Haas ---- - -Controls the length of the sleeves. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/sleeves/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/sleeves/readme.mdx deleted file mode 100644 index 2fccfa083a8..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/sleeves/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Sleeves" -maintainers: - - Jonathan Haas ---- - -Weather to create a pattern with sleeves or not. If sleeves are enables, sleeve lengths above 5% will create normal set-in sleeves. Lengths below 5% will create cap/dolman sleeves. diff --git a/sites/orgdocs/docs/designs/bibi/options/strapwidth/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/strapwidth/readme.mdx deleted file mode 100644 index 87fed370c8d..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/strapwidth/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Strap width" -maintainers: - - Jonathan Haas ---- - -If sleeves are disables, use this to control the width of the shoulder straps diff --git a/sites/orgdocs/docs/designs/bibi/options/usecuffribbing/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/usecuffribbing/readme.mdx deleted file mode 100644 index fa36221e41c..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/usecuffribbing/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Use cuff ribbing" -maintainers: - - Jonathan Haas ---- - -Enable or disable ribbing on the cuffs. -Ribbing on cuffs is typically used on sweatshirts -and similar garments with long sleeves and thicker fabric. - - - - diff --git a/sites/orgdocs/docs/designs/bibi/options/usewaistribbing/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/usewaistribbing/readme.mdx deleted file mode 100644 index a9019bcf3df..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/usewaistribbing/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Use waistband ribbing" -maintainers: - - Jonathan Haas ---- - -Enable or disable the separate waistband part. -A waistband made from ribbing fabric provides a tighter fit and cleaner finish -and is typically used on sweatshirts, crop tops, and bralettes. diff --git a/sites/orgdocs/docs/designs/bibi/options/waistadjustment/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/waistadjustment/readme.mdx deleted file mode 100644 index 5f0ecd58752..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/waistadjustment/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Waist adjustment" -maintainers: - - Jonathan Haas ---- - -Controls the minimum width around the waist to prevent an excessive hourglass shape and to make sure you can still -put on the garment. diff --git a/sites/orgdocs/docs/designs/bibi/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/bibi/options/waistease/readme.mdx deleted file mode 100644 index daba29688c1..00000000000 --- a/sites/orgdocs/docs/designs/bibi/options/waistease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waist ease" -maintainers: - - Jonathan Haas ---- - -If (and only if) you request to [fit the waist](/docs/designs/bibi/options/fitwaist), this option allows you to control the amount of ease at the waist. - -If the waist is not fitted, this option is disabled. diff --git a/sites/orgdocs/docs/designs/bibi/readme.mdx b/sites/orgdocs/docs/designs/bibi/readme.mdx deleted file mode 100644 index 412190874fc..00000000000 --- a/sites/orgdocs/docs/designs/bibi/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Bibi body block" -maintainers: - - Jonathan Haas ---- - - - - - diff --git a/sites/orgdocs/docs/designs/bob/cutting/readme.mdx b/sites/orgdocs/docs/designs/bob/cutting/readme.mdx deleted file mode 100644 index af25ac7c245..00000000000 --- a/sites/orgdocs/docs/designs/bob/cutting/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Bob the Bib: Cutting Instructions" ---- - -- Cut **1 bib** - -:::warning - - -#### Caveats - -- There is no seam allowance on the bib, it will be finished with bias tape - -::: diff --git a/sites/orgdocs/docs/designs/bob/fabric/readme.mdx b/sites/orgdocs/docs/designs/bob/fabric/readme.mdx deleted file mode 100644 index b47c29624b8..00000000000 --- a/sites/orgdocs/docs/designs/bob/fabric/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Bob the Bib: Fabric Options" ---- - -An bib should be soft, absorbent, and be able to handle plenty of washing cycles. -In addition, natural fibres are much preferred, especially for babies. - -So use cotton, flannel, or jersey knit for the bib front of the bib, and back it with -something like terrycloth (aka towel fabric) or a similar bamboo-based fabric. diff --git a/sites/orgdocs/docs/designs/bob/instructions/readme.mdx b/sites/orgdocs/docs/designs/bob/instructions/readme.mdx deleted file mode 100644 index 5c93d7cd607..00000000000 --- a/sites/orgdocs/docs/designs/bob/instructions/readme.mdx +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: "Bob the Bib: Sewing Instructions" ---- - -:::note - - -#### Before we start: One layer or two? - -First thing you need to figure out is whether you're going to make a 1-layer (simple) bib, -or do you want to make one out of two layers. - -A two-layer bib gives you more options, as you can use an absorbent backing layer like -terrycloth, yet still have the entire cotton selection of your local fabric store available -as your choice for the front layer, aka the visible one. - -::: - -## Step 1: Optional: Join layers - -If you decide to go for two layers, simply join them together at the edges before applying -the bias tape. - -You probably want to pin or baste this prior to sewing. The two different types of fabric -will behave differently, so secure them in place prior to sewing the together. - -Make sure to sew close to the edge so that the stitches will be under the bias tape -finish later. - -## Step 2: Apply bias tape - -We're going to apply bias tape as a finish around the entire edge of the bib. - -You probably want to start at the bottom strap, as this way the joint of the bias -seam will be covered when the bib is worn. - -Just work your way around, and take your time. - -## Step 3: Install snaps or button - -Next, install the snaps on the straps, as indicated on the pattern. - -If you don't have or want snaps, you can also use a button + buttonhole. - -## Step 4: You're done! - -That was easy 😃 diff --git a/sites/orgdocs/docs/designs/bob/measurements/readme.mdx b/sites/orgdocs/docs/designs/bob/measurements/readme.mdx deleted file mode 100644 index f7573c2c82e..00000000000 --- a/sites/orgdocs/docs/designs/bob/measurements/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Bob the Bib: Required Measurements" ---- - -:::note - -Bob does not require any measurements -::: - - diff --git a/sites/orgdocs/docs/designs/bob/needs/readme.mdx b/sites/orgdocs/docs/designs/bob/needs/readme.mdx deleted file mode 100644 index 05d6c2cc02e..00000000000 --- a/sites/orgdocs/docs/designs/bob/needs/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Bob the Bib: What You Need" ---- - -To make Bob, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- A little bit of suitable fabric ([see Fabric options](/docs/designs/aaron/fabric)) -- Enough bias tape to go around the entire bib -- A snap or other type of fastener diff --git a/sites/orgdocs/docs/designs/bob/notes/readme.mdx b/sites/orgdocs/docs/designs/bob/notes/readme.mdx deleted file mode 100644 index fc37aea26ae..00000000000 --- a/sites/orgdocs/docs/designs/bob/notes/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Bob the Bib: Designer Notes" ---- - -The only reason I designed this pattern is because I wanted something very -simple to use in our [pattern design -tutorial](https://freesewing.dev/tutorials/pattern-design). - -In fact, I considered this design too simple to include on FreeSewing.org and -for many years it was not available. -But then users started asking *why* it was not available, and I didn't really -have a good answer for that. - -So here it is. A fully parametric bib named Bob. - -joost diff --git a/sites/orgdocs/docs/designs/bob/options/headsize/readme.mdx b/sites/orgdocs/docs/designs/bob/options/headsize/readme.mdx deleted file mode 100644 index 66cab2bab19..00000000000 --- a/sites/orgdocs/docs/designs/bob/options/headsize/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Head size ---- - -Controls the size of the bib, as it will be drafted to fit this head circumference. - -In our tutorial (this bib is what we use in our tutorial to show people the ropes -of designing their own patterns) we use a measurement for this. - -But we feel that's a bit overkill for real-world use on our site, so we've made it an option. - - - - diff --git a/sites/orgdocs/docs/designs/bob/options/lengthratio/readme.mdx b/sites/orgdocs/docs/designs/bob/options/lengthratio/readme.mdx deleted file mode 100644 index 85af1725e9d..00000000000 --- a/sites/orgdocs/docs/designs/bob/options/lengthratio/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Length ratio ---- - -Controls the length of the bib. - -- Increase the percentage to lengthen the bib. -- Decrease the percentage to shorten the bib. - - - - diff --git a/sites/orgdocs/docs/designs/bob/options/neckratio/readme.mdx b/sites/orgdocs/docs/designs/bob/options/neckratio/readme.mdx deleted file mode 100644 index 25c5dfc90e6..00000000000 --- a/sites/orgdocs/docs/designs/bob/options/neckratio/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Neck ratio ---- - -Controls the size of the neck opening relative to the bib size. The bib size is determined by [head size](/docs/designs/bob/options/headsize), this option controls how much to reduce the head size by to determine the circumference and width of the neck opening. - -- Increase the percentage to widen the neck opening. -- Decrease the percentage to constrict the neck opening. - - - - diff --git a/sites/orgdocs/docs/designs/bob/options/readme.mdx b/sites/orgdocs/docs/designs/bob/options/readme.mdx deleted file mode 100644 index a313fd2c6a7..00000000000 --- a/sites/orgdocs/docs/designs/bob/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bob the Bib: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/bob/options/widthratio/readme.mdx b/sites/orgdocs/docs/designs/bob/options/widthratio/readme.mdx deleted file mode 100644 index 948832c593b..00000000000 --- a/sites/orgdocs/docs/designs/bob/options/widthratio/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Width ratio ---- - -Controls the width of the bib. - -- Increase the percentage to widen the width of the bib. -- Decrease the percentage to constrict the width of the bib. - - - - diff --git a/sites/orgdocs/docs/designs/bob/readme.mdx b/sites/orgdocs/docs/designs/bob/readme.mdx deleted file mode 100644 index f33f46134f7..00000000000 --- a/sites/orgdocs/docs/designs/bob/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Bob the Bib" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/cutting/readme.mdx b/sites/orgdocs/docs/designs/breanna/cutting/readme.mdx deleted file mode 100644 index 9d56ce071be..00000000000 --- a/sites/orgdocs/docs/designs/breanna/cutting/readme.mdx +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Breanna body block: Cutting Instructions" ---- - -**Main fabric** - -- Cut **1 Front** part on the fold. -- Cut **2 Back** parts. -- Cut **2 Sleeve** parts, _good sides together_. - -These cutting instructions are just for the default Breanna block. Adjust your cutting accordingly if you have/are making changes to the block. - -:::tip - - -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. - -::: - -:::note - - -###### Breanna is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/breanna/fabric/readme.mdx b/sites/orgdocs/docs/designs/breanna/fabric/readme.mdx deleted file mode 100644 index c6e37935143..00000000000 --- a/sites/orgdocs/docs/designs/breanna/fabric/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Breanna body block: Fabric Options" ---- - -If you are making a default Breanna to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Breanna with. - -You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Breanna. - -:::note - - -###### Breanna is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/breanna/instructions/readme.mdx b/sites/orgdocs/docs/designs/breanna/instructions/readme.mdx deleted file mode 100644 index 991ae07b2a9..00000000000 --- a/sites/orgdocs/docs/designs/breanna/instructions/readme.mdx +++ /dev/null @@ -1,81 +0,0 @@ ---- -title: "Breanna body block: Sewing Instructions" ---- - -:::note - - -###### Breanna is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Breanna block. - -::: - -### Step 1: Mock-up Construction - -- Close the front darts. -- Close the back darts. -- Sew the front to the backs at the shoulders _good sides together_. -- Matching notches, sew the sleeves to the shoulder _good sides together_. -- Sew the side seams _good sides together_. - -:::note - - -You may need to leave the bottom of sleeve side seams open to put the garment on. - -::: - -:::tip - - -If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust. - -::: - -### Step 2: Try it on - -- Try it on and check the fit by pinning the back closed whilst wearing it. -- Make any alterations and try it on again. -- Repeat until you are happy. - -:::tip - - -If you do not have someone to help with pinning, you may find it easier to cut the front part in two with seam allowance rather than on a fold and sew the back seam up so that you can pin in the front when trying on. - -Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting. - -Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours. - -::: - -:::note - - -Remember to treat Breanna as a basis rather than a final product, so adjust what you need to get the desired look. -For instance: - -- Change the neck line -- Add/change the closure allowances -- Alter the dart placements -- Add a collar - -It is all up to you! Experiment and go forth! - -::: - -### Step 3: Make a paper pattern - -- Once happy with all your changes unpick your mockup and make a paper pattern based off of it. -- Now you have a pattern you can use to produce a garment. - -:::note - - -It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. - -::: diff --git a/sites/orgdocs/docs/designs/breanna/measurements/readme.mdx b/sites/orgdocs/docs/designs/breanna/measurements/readme.mdx deleted file mode 100644 index ee5100d3b7c..00000000000 --- a/sites/orgdocs/docs/designs/breanna/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Breanna body block: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/breanna/needs/readme.mdx b/sites/orgdocs/docs/designs/breanna/needs/readme.mdx deleted file mode 100644 index 785f741d631..00000000000 --- a/sites/orgdocs/docs/designs/breanna/needs/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Breanna body block: What You Need" ---- - -To make Breanna, you will need the following: - -- Basic sewing supplies -- About 1.25 - 1.5 metres (1.4 - 1.7 yards) of a suitable fabric ([see Breanna Fabric options](/docs/designs/breanna/fabric/)) - -This list is for a default Breanna Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc. - -:::note - - -###### Breanna is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/breanna/notes/readme.mdx b/sites/orgdocs/docs/designs/breanna/notes/readme.mdx deleted file mode 100644 index 4a1419c45ea..00000000000 --- a/sites/orgdocs/docs/designs/breanna/notes/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Breanna body block: Designer Notes" ---- - -With Breanna, I wanted to do two things: - -- Create a basic block like [Brian](/designs/brian) but for womenswear -- Try to see in how many different ways I could support the bust dart - -It hasn't been a complete success. -While some people get good results, others do not. - -I leave it up because it's know to work for some. You can check [this FAQ on -womenswear blocks for more background info](/docs/about/faq/womenswear-blocks) about -the situation with regards to womenswear blocks. - -joost - diff --git a/sites/orgdocs/docs/designs/breanna/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/acrossbackfactor/readme.mdx deleted file mode 100644 index 2a76eb8e2c7..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Across back factor" ---- - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/armholedepthfactor/readme.mdx deleted file mode 100644 index 221c106b4bf..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -This option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/backneckcutout/readme.mdx deleted file mode 100644 index c3d109b2a11..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Back neck cutout" ---- - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/bicepsease/readme.mdx deleted file mode 100644 index dba9216db4d..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/bicepsease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Biceps ease" ---- - -The amount of ease at your upper arm. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/chestease/readme.mdx deleted file mode 100644 index 26dec2bf08a..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/chestease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest ease" ---- - -This option controls the ease at your chest. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/collarease/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/collarease/readme.mdx deleted file mode 100644 index 777269af86b..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/collarease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Collar ease" ---- - -Controls the amount of ease at your collar/neck. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/cuffease/readme.mdx deleted file mode 100644 index f14bd5a9a13..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/cuffease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Cuff ease" ---- - -This option controls the ease at your wrist. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index 5ea09a533ab..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front armhole extra cutout" ---- - -Controls how much the front of the armhole is cut deeper into the garment than the back. - -Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more -rounded there too, and the armhole is typically cut deeper into the front of the garment than -the back. This option controls how much deeper. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/frontscyedart/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/frontscyedart/readme.mdx deleted file mode 100644 index 0709afa799e..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/frontscyedart/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front scye dart" ---- - -The amount to take out in a dart at the front of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/primarybustdart/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/primarybustdart/readme.mdx deleted file mode 100644 index f3aabbe8540..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/primarybustdart/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Bust dart" ---- - -Where to place the primary bust dart to shape the chest. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/primarybustdartlength/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/primarybustdartlength/readme.mdx deleted file mode 100644 index 2ca7928829f..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/primarybustdartlength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Bust dart length" ---- - -The length of the primary bust dart. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/primarybustdartshaping/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/primarybustdartshaping/readme.mdx deleted file mode 100644 index 0651b91e78f..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/primarybustdartshaping/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Bust darts shaping" ---- - -Controls the balance between the primary and secondary bust darts. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/readme.mdx deleted file mode 100644 index cb0aee0ae23..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/readme.mdx +++ /dev/null @@ -1,150 +0,0 @@ ---- -title: "Breanna body block: Design Options" ---- - - - -## Understanding the sleevecap - -The Breanna sleevecap was designed to be adaptable into different types of sleeves and garments. -As a result, the sleevecap alone has 20 options to control its shape. -Whereas that may seem a bit overwhelming at first, understanding how the -sleevecap is drafted makes it easy to understand what all the individual options do. - -### The bounding box - -The _bounding box_ of the sleevecap is a rectangle that is as wide as the sleeve, and -as high as the sleevecap. Inside this box, we will construct our sleevecap later. - -![The Breanna sleevecap](sleevecap.svg) - -The image above shows a sleevecap, starting at point 1, then going up until point 4, -and then down again to point 2. - -:::note - - -###### Finding out which is the front of the sleeve(cap) - -In our example, the front of the sleevecap is on the right hand side. But how would you know? - -While patterns typically have an indication that shows which side is which (a single notch -means the front, whereas a double notch means the back), you can also -recognize the front side of a sleevecap because it is more curved. The backside of the -sleevecap will also be curved, but it's a flatter curve. That's because the human shoulder -is more pronounced and curved on the front of the body, thus the sleevecap is more curved -there to fit the shoulder. - -::: - -The width of the sleevecap (and thus the width of the sleeve at the bottom of the armhole) -is equal to the distance between points 1 and 2. That distance depends on the measurements -used, the amount of ease, the cut of the garment and so on. For our sleevecap, all we -need to know is that we start with a given width. And while that width can be influenced by -other factors, we can not influence it by any of the sleevecap options. - -![Controlling the top of the sleevecap](sleevecaptop.svg) - -The height of the sleevecap is equal to the distance between points 3 and 4. The exact height -is a trade-off between the measurements used, options, ease, sleevecap ease, and the fact -that the sleeve ultimately has to fit the armhole. So the height may vary, and we don't control -the exact value. But there are two options that control the shape of our sleevecap: - -- [Sleevecap top X](/docs/designs/breanna/options/sleevecaptopfactorx/) : Controls the horizontal placement of point 3 and 4 -- [Sleevecap top Y](/docs/designs/breanna/options/sleevecaptopfactory/) : Controls the vertical placement of point 4 - -In other words, point 4 can be made higher and lower and, perhaps less intuitively, it can also -be changed to lie more to the right or the left, rather than smack in the middle as in our example. - -### The inflection points - -![Controlling the inflection points](sleevecapinflection.svg) - -With points 1, 2, 3, and 4 in place, we have a box to draw our sleevecap in. Now it's time to -map out our _inflection points_. These are points 5 and 6 on our drawing, and their placement -is determined by the following 4 options: - -- [Sleevecap back X](/docs/designs/breanna/options/sleevecapbackfactorx) : Controls the horizontal placement of point 5 -- [Sleevecap back Y](/docs/designs/breanna/options/sleevecapbackfactory) : Controls the vertical placement of point 5 -- [Sleevecap front X](/docs/designs/breanna/options/sleevecapbackfactorx) : Controls the horizontal placement of point 6 -- [Sleevecap front Y](/docs/designs/breanna/options/sleevecapbackfactory) : Controls the vertical placement of point 6 - -:::note - - -As you see in our example, these points do not always lie on our sleevecap line. Instead, they -are instrumental in creating the points that always lie on the sleevecap: the anchor points. - -::: - -### The anchor points - -![Controlling the anchor points](sleevecapanchor.svg) - -Ultimately, our sleevecap will be the combination of 5 curves. In addition to points 1 and 2, -the four _anchor points_ that are marked in orange in our example will be the start/finish of -those curves. - -The points are _offset_ perpendicular from the middle of a line between the two anchor points -surrounding them. The offset for each point is controlled by these 4 options: - -- [Sleevecap Q1 offset](/docs/designs/breanna/options/sleevecapq1offset) : Controls the offset perpendicular to the line from points 2 to 6 -- [Sleevecap Q2 offset](/docs/designs/breanna/options/sleevecapq2offset) : Controls the offset perpendicular to the line from points 6 to 4 -- [Sleevecap Q3 offset](/docs/designs/breanna/options/sleevecapq3offset) : Controls the offset perpendicular to the line from points 4 to 5 -- [Sleevecap Q4 offset](/docs/designs/breanna/options/sleevecapq3offset) : Controls the offset perpendicular to the line from points 5 to 1 - -:::note - - -We've divided our sleevecap into 4 quarters. We start at the front (the right in our example) -with quarter 1, and make our way to the back to end with quarter 4. - -Like the offset option, the last options to determine the shape of our sleevecap will just repeat so you can -control each quarter individually. - -::: - -### The spread - -![Controlling the anchor points](sleevecapspread.svg) - -We now have all the start and end points to draw the 5 curves that will make up our sleevecaps. -What we're missing are the control points -(see [our info on Bézier curves](https://freesewing.dev/guides/prerequisites/bezier-curves) to learn more -about how curves are constructed). These are determined by the so-called _spread_. - -For each of the anchor points (the ones marked in orange, not points 1 and 2) there is an option -to control the spread upwards, and downwards: - -- [Sleevecap Q1 downward spread](/docs/designs/breanna/options/sleevecapq1spread1) : Controls the downward spread in the first quarter -- [Sleevecap Q1 upward spread](/docs/designs/breanna/options/sleevecapq1spread2) : Controls the upward spread in the first quarter -- [Sleevecap Q2 downward spread](/docs/designs/breanna/options/sleevecapq2spread1) : Controls the downward spread in the second quarter -- [Sleevecap Q2 upward spread](/docs/designs/breanna/options/sleevecapq2spread2) : Controls the upward spread in the second quarter -- [Sleevecap Q3 upward spread](/docs/designs/breanna/options/sleevecapq3spread1) : Controls the upward spread in the third quarter -- [Sleevecap Q3 downward spread](/docs/designs/breanna/options/sleevecapq3spread2) : Controls the downward spread in the third quarter -- [Sleevecap Q4 upward spread](/docs/designs/breanna/options/sleevecapq4spread1) : Controls the upward spread in the fourth quarter -- [Sleevecap Q4 downward spread](/docs/designs/breanna/options/sleevecapq4spread2) : Controls the downward spread in the fourth quarter - -:::note - - -Attentive readers will have noticed that point 4 is not an anchor point. In other words, there is no guarantee -that it will lie on the sleevecap line. Which also means that the upwards spread in quarters 2 and 3 will influence -the height of the sleevecap. Reduce the upwards spread, and the curve will dip below point 4. Increase it and -the curve will rise above it. - -::: - -### Takeaways - -While the sleevecap in Breanna (and all patterns that extend Breanna) have a lot of options, understanding how the -sleevecap is constructed can help you design the exact sleevecap shape you want. To do so: - -- Start with placing the top of your sleevecap -- Then determine the inflection points -- Next, use the offset to control the steepness of the curve -- Finally, use the spread to smooth things out - -What's important to remember is that you're only ever controlling the shape of the sleevecap. -Whatever shape you design, it will be fitted to the armhole, meaning that its size can and will be adapted -to make sure the sleeve fits the armscye. However, the shape you design will always be respected. diff --git a/sites/orgdocs/docs/designs/breanna/options/secondarybustdart/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/secondarybustdart/readme.mdx deleted file mode 100644 index f8810a62c0b..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/secondarybustdart/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Secondary bust dart" ---- - -Optionally include a secondary bust dart to distribute the shaping of the chest. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/secondarybustdartlength/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/secondarybustdartlength/readme.mdx deleted file mode 100644 index 8f932185912..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/secondarybustdartlength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Secondary bust dart length" ---- - -The length of the secondary bust dart. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/shoulderdart/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/shoulderdart/readme.mdx deleted file mode 100644 index 71ba14d6d5f..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/shoulderdart/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Shoulder dart" ---- - -Whether or not to include a back shoulder dart to round the back. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/shoulderdartlength/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/shoulderdartlength/readme.mdx deleted file mode 100644 index 76b9da7e9de..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/shoulderdartlength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Shoulder dart length" ---- - -The length of the back shoulder dart. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/shoulderdartsize/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/shoulderdartsize/readme.mdx deleted file mode 100644 index 4bdadd502e2..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/shoulderdartsize/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Shoulder dart size" ---- - -The size of the back shoulder dart. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/shoulderease/readme.mdx deleted file mode 100644 index e1a09ce85a3..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/shoulderease/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Shoulder ease" ---- - -Controls the amount of ease on the shoulder to shoulder measurement. - -This option allows you to create some extra ease at the shoulders which shifts -the shoulder seam more outwards and off the shoulder. Thereby creating extra room -for extra layers of clothing underneath, or more shaped/padded shoulders. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index b7b53c65714..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Shoulder slope reduction" ---- - -Reduces the shoulder slope to create extra room for shoulder padding. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecap.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecap.svg deleted file mode 100644 index 34eca409502..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecap.svg +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapanchor.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapanchor.svg deleted file mode 100644 index 802276f7e75..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapanchor.svg +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapbackfactorx/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapbackfactorx/readme.mdx deleted file mode 100644 index 68949ed304e..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapbackfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back X" ---- - -![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapbackfactorx/sleevecapbackfactorx.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapbackfactorx/sleevecapbackfactorx.svg deleted file mode 100644 index 5e8e35dd35c..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapbackfactorx/sleevecapbackfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapbackfactory/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapbackfactory/readme.mdx deleted file mode 100644 index bd7ca497bb6..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapbackfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back Y" ---- - -![The vertical location of the back inflection point](./sleevecapbackfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapbackfactory/sleevecapbackfactory.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapbackfactory/sleevecapbackfactory.svg deleted file mode 100644 index 8348fbf7c7f..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapbackfactory/sleevecapbackfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapease/readme.mdx deleted file mode 100644 index 4ae0f103d9f..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -Determines the amount of sleevecap ease. - -:::note - - -The amount of sleevecap ease determines how the sleeves rolls from the shoulder. -More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. - -For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapfrontfactorx/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapfrontfactorx/readme.mdx deleted file mode 100644 index 9abd9b70923..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapfrontfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front X" ---- - -![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg deleted file mode 100644 index d58c9899afb..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapfrontfactory/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapfrontfactory/readme.mdx deleted file mode 100644 index f4c0fa83f49..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapfrontfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front Y" ---- - -![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapfrontfactory/sleevecapfrontfactory.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapfrontfactory/sleevecapfrontfactory.svg deleted file mode 100644 index e09d00f3d0f..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapfrontfactory/sleevecapfrontfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapinflection.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapinflection.svg deleted file mode 100644 index f53517d2a1c..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapinflection.svg +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq1offset/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapq1offset/readme.mdx deleted file mode 100644 index e7ae28286c4..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq1offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 offset" ---- - -![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) - -This option controls the offset in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq1offset/sleevecapq1offset.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapq1offset/sleevecapq1offset.svg deleted file mode 100644 index f0a2d726ec9..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq1offset/sleevecapq1offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq1spread1/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapq1spread1/readme.mdx deleted file mode 100644 index d5619127fa6..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq1spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 downward spread" ---- - -![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) - -This option controls the downward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq1spread1/sleevecapq1downwardspread.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapq1spread1/sleevecapq1downwardspread.svg deleted file mode 100644 index 6914bc68fa8..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq1spread1/sleevecapq1downwardspread.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq1spread2/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapq1spread2/readme.mdx deleted file mode 100644 index 4f85ea08ff8..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq1spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 upward spread" ---- - -![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) - -This option controls the upward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq1spread2/sleevecapq1spread2.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapq1spread2/sleevecapq1spread2.svg deleted file mode 100644 index f369a220f5e..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq1spread2/sleevecapq1spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq2offset/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapq2offset/readme.mdx deleted file mode 100644 index 5b57023476e..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq2offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 offset" ---- - -![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) - -This option controls the offset in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq2offset/sleevecapq2offset.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapq2offset/sleevecapq2offset.svg deleted file mode 100644 index dcc88d098f0..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq2offset/sleevecapq2offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq2spread1/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapq2spread1/readme.mdx deleted file mode 100644 index f2d22ebda77..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq2spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 downward spread" ---- - -![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) - -This option controls the downward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq2spread1/sleevecapq2spread1.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapq2spread1/sleevecapq2spread1.svg deleted file mode 100644 index 5197ed0114a..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq2spread1/sleevecapq2spread1.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq2spread2/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapq2spread2/readme.mdx deleted file mode 100644 index 0bc44c882a4..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq2spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 upward spread" ---- - -![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) - -This option controls the upward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq2spread2/sleevecapq2spread2.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapq2spread2/sleevecapq2spread2.svg deleted file mode 100644 index 222d43e460d..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq2spread2/sleevecapq2spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq3offset/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapq3offset/readme.mdx deleted file mode 100644 index c5bb57841b7..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq3offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 offset" ---- - -![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) - -This option controls the offset in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq3offset/sleevecapq3offset.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapq3offset/sleevecapq3offset.svg deleted file mode 100644 index ac048c72247..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq3offset/sleevecapq3offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq3spread1/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapq3spread1/readme.mdx deleted file mode 100644 index a90d63447bc..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq3spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 upward spread" ---- - -![The upward spread in the third quadrant of the sleevecap](./sleevecapq3spread1.svg) - -This option controls the upward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq3spread1/sleevecapq3spread1.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapq3spread1/sleevecapq3spread1.svg deleted file mode 100644 index 1649c2c5cc9..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq3spread1/sleevecapq3spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq3spread2/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapq3spread2/readme.mdx deleted file mode 100644 index 596fa8dc33c..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq3spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 downward spread" ---- - -![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) - -This option controls the downward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq3spread2/sleevecapq3spread2.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapq3spread2/sleevecapq3spread2.svg deleted file mode 100644 index 79135108ba0..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq3spread2/sleevecapq3spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq4offset/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapq4offset/readme.mdx deleted file mode 100644 index 54f165f2eca..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq4offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 offset" ---- - -![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) - -This option controls the offset in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq4offset/sleevecapq4offset.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapq4offset/sleevecapq4offset.svg deleted file mode 100644 index b5877e2c0a1..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq4offset/sleevecapq4offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq4spread1/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapq4spread1/readme.mdx deleted file mode 100644 index 5630d4682e3..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq4spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 upward spread" ---- - -![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) - -This option controls the upward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq4spread1/sleevecapq4spread1.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapq4spread1/sleevecapq4spread1.svg deleted file mode 100644 index 42f42a721fe..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq4spread1/sleevecapq4spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq4spread2/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecapq4spread2/readme.mdx deleted file mode 100644 index 624fce70c87..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq4spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 downward spread" ---- - -![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) - -This option controls the downward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapq4spread2/sleevecapq4spread2.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapq4spread2/sleevecapq4spread2.svg deleted file mode 100644 index b84e4d0c6c7..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapq4spread2/sleevecapq4spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecapspread.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecapspread.svg deleted file mode 100644 index 9878d2f0943..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecapspread.svg +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecaptop.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecaptop.svg deleted file mode 100644 index 39e7bb71c33..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecaptop.svg +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecaptopfactorx/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecaptopfactorx/readme.mdx deleted file mode 100644 index da109f5c03f..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecaptopfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top X" ---- - -![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) - -This option controls the horizontal placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecaptopfactorx/sleevecaptopfactorx.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecaptopfactorx/sleevecaptopfactorx.svg deleted file mode 100644 index be96935d057..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecaptopfactorx/sleevecaptopfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecaptopfactory/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevecaptopfactory/readme.mdx deleted file mode 100644 index ec42af0d5e5..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecaptopfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top Y" ---- - -![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) - -This option controls the vertical placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevecaptopfactory/sleevecaptopfactory.svg b/sites/orgdocs/docs/designs/breanna/options/sleevecaptopfactory/sleevecaptopfactory.svg deleted file mode 100644 index cd55923d35e..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevecaptopfactory/sleevecaptopfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index 3f1a36658a7..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -This option controls how to lengthen the sleeves. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/verticalease/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/verticalease/readme.mdx deleted file mode 100644 index 9145ec061d0..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/verticalease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Vertical ease" ---- - -The amount of ease to distribute along the length of the garment. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/waistdart/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/waistdart/readme.mdx deleted file mode 100644 index 76239f5c6a6..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/waistdart/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waist dart" ---- - -Whether or not to include a back waist dart to round the back. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/waistdartlength/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/waistdartlength/readme.mdx deleted file mode 100644 index 80ed876ef16..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/waistdartlength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waist dart length" ---- - -The length of the back waist dart. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/waistdartsize/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/waistdartsize/readme.mdx deleted file mode 100644 index ece87a56750..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/waistdartsize/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waist dart size" ---- - -The size of the back waist dart - - - - diff --git a/sites/orgdocs/docs/designs/breanna/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/breanna/options/waistease/readme.mdx deleted file mode 100644 index 59c059f7922..00000000000 --- a/sites/orgdocs/docs/designs/breanna/options/waistease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waist ease" ---- - -The amount of ease at the waist. - - - - diff --git a/sites/orgdocs/docs/designs/breanna/readme.mdx b/sites/orgdocs/docs/designs/breanna/readme.mdx deleted file mode 100644 index 9d4641de810..00000000000 --- a/sites/orgdocs/docs/designs/breanna/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Breanna body block" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/brian/cutting/readme.mdx b/sites/orgdocs/docs/designs/brian/cutting/readme.mdx deleted file mode 100644 index d58fd0f885c..00000000000 --- a/sites/orgdocs/docs/designs/brian/cutting/readme.mdx +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Brian body block: Cutting Instructions" ---- - -**Main fabric** - -- Cut **1 Front** part on the fold. -- Cut **1 Back** part on the fold. -- Cut **2 Sleeve** parts. - -These cutting instructions are just for the default Brian block. Adjust your cutting accordingly if you have/are making changes to the block. - -:::tip - - -If you do not have someone to help pin you into Brian 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. - -::: - -:::note - - -###### Brian is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/brian/fabric/readme.mdx b/sites/orgdocs/docs/designs/brian/fabric/readme.mdx deleted file mode 100644 index 011ae76f46d..00000000000 --- a/sites/orgdocs/docs/designs/brian/fabric/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Brian body block: Fabric Options" ---- - -If you are making a default Brian to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Brian with. - -You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Brian. - -:::note - - -###### Brian is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/brian/instructions/readme.mdx b/sites/orgdocs/docs/designs/brian/instructions/readme.mdx deleted file mode 100644 index 327aeed333f..00000000000 --- a/sites/orgdocs/docs/designs/brian/instructions/readme.mdx +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: "Brian body block: Sewing Instructions" ---- - -:::note - - -###### Brian is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Brian block. - -::: - -### Step 1: Mock-up Construction - -- Sew the front to the backs at the shoulders _good sides together_. -- Matching notches, sew the sleeves to the shoulder _good sides together_. -- Sew the side seams _good sides together_. - -:::note - - -You may need to leave the bottom of sleeve side seams open to put the garment on. - -::: - -:::tip - - -If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust. - -::: - -### Step 2: Try it on - -- Try it on and check the fit by pinning the back closed whilst wearing it. -- Make any alterations and try it on again. -- Repeat until you are happy. - -:::tip - - -If you do not have someone to help with pinning, you may find it easier to cut the front part in two with seam allowance rather than on a fold and sew the back seam up so that you can pin in the front when trying on. - -Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting. - -Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours. - -::: - -:::note - - -Remember to treat Brian as a basis rather than a final product, so adjust what you need to get the desired look. -For instance: - -- Change the neck line -- Add/change the closure allowances -- Add a collar - -It is all up to you! Experiment and go forth! - -::: - -### Step 3: Make a paper pattern - -- Once happy with all your changes unpick your mockup and make a paper pattern based off of it. -- Now you have a pattern you can use to produce a garment. - -:::note - - -It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. - -::: diff --git a/sites/orgdocs/docs/designs/brian/measurements/readme.mdx b/sites/orgdocs/docs/designs/brian/measurements/readme.mdx deleted file mode 100644 index 4342d736e94..00000000000 --- a/sites/orgdocs/docs/designs/brian/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Brian body block: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/brian/needs/readme.mdx b/sites/orgdocs/docs/designs/brian/needs/readme.mdx deleted file mode 100644 index 40d51b03c45..00000000000 --- a/sites/orgdocs/docs/designs/brian/needs/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Brian body block: What You Need" ---- - -To make Brian, you will need the following: - -- Basic sewing supplies -- About 1.25 - 1.5 metres (1.4 - 1.7 yards) of a suitable fabric ([see Brian Fabric options](/docs/designs/brian/fabric/)) - -This list is for a default Brian Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc. - -:::note - - -###### Brian is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/brian/notes/readme.mdx b/sites/orgdocs/docs/designs/brian/notes/readme.mdx deleted file mode 100644 index 058ce8297b2..00000000000 --- a/sites/orgdocs/docs/designs/brian/notes/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Brian body block: Designer Notes" ---- - -Brian is FreeSewing's foundational body block for menswear. -It underpins many of our designs and has done so for many years. - -It is inspired by the teachings of Gareth Kershaw, but has a number of -improvements such as handling shoulder slope, the ability to shift the shoulder -seam backward and forward on both collar and shoulder side, as well as a highly -configurable sleevecap. - -Perhaps just as important as what it does, is what it does not do: It does not -fit the body. It's just straight down from the chest. No fitting of the waist -whatsoever. - -This is intentional to make it easier to extend this design in a variety of -styles. - -joost diff --git a/sites/orgdocs/docs/designs/brian/options/acrossbackfactor/acrossbackfactor.svg b/sites/orgdocs/docs/designs/brian/options/acrossbackfactor/acrossbackfactor.svg deleted file mode 100644 index acc1fc995e9..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/acrossbackfactor/acrossbackfactor.svg +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/brian/options/acrossbackfactor/readme.mdx deleted file mode 100644 index 8d3c3f5a283..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Across back factor" ---- - -![The across back option on Brian](./acrossbackfactor.svg) - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/brian/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/brian/options/armholedepth/readme.mdx deleted file mode 100644 index 26d0a12a11a..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/brian/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/brian/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/brian/options/armholedepthfactor/armholedepthfactor.svg b/sites/orgdocs/docs/designs/brian/options/armholedepthfactor/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/armholedepthfactor/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/brian/options/armholedepthfactor/readme.mdx deleted file mode 100644 index ea63714e9a0..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -![The armhole depth factor on Brian](./armholedepthfactor.svg) - -This option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/backneckcutout/backneckcutout.svg b/sites/orgdocs/docs/designs/brian/options/backneckcutout/backneckcutout.svg deleted file mode 100644 index f847df833b9..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/backneckcutout/backneckcutout.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/brian/options/backneckcutout/readme.mdx deleted file mode 100644 index 0b1f0880d9b..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Back neck cutout" ---- - -![Back neck cutout](./backneckcutout.svg) - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/bicepsease/bicepsease.svg b/sites/orgdocs/docs/designs/brian/options/bicepsease/bicepsease.svg deleted file mode 100644 index b7faeb39199..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/bicepsease/bicepsease.svg +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/brian/options/bicepsease/readme.mdx deleted file mode 100644 index 97815346bac..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/bicepsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Biceps ease" ---- - -![The biceps ease factor on Brian](./bicepsease.svg) - -The amount of ease at your upper arm. - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/chestease/chestease.svg b/sites/orgdocs/docs/designs/brian/options/chestease/chestease.svg deleted file mode 100644 index 8e7abd1f408..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/chestease/chestease.svg +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/brian/options/chestease/readme.mdx deleted file mode 100644 index 8b55b961c04..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/chestease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest ease" ---- - -![The chest ease factor on Brian](./chestease.svg) - -This option controls the ease at your chest. - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/collarease/collarease.svg b/sites/orgdocs/docs/designs/brian/options/collarease/collarease.svg deleted file mode 100644 index f5e1a583775..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/collarease/collarease.svg +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/collarease/readme.mdx b/sites/orgdocs/docs/designs/brian/options/collarease/readme.mdx deleted file mode 100644 index 6ef27d8a520..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/collarease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Collar ease" ---- - -![Collar ease](./collarease.svg) - -Controls the amount of ease at your collar/neck. - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/cuffease/cuffease.svg b/sites/orgdocs/docs/designs/brian/options/cuffease/cuffease.svg deleted file mode 100644 index 82b8a387116..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/cuffease/cuffease.svg +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/brian/options/cuffease/readme.mdx deleted file mode 100644 index c555d829a51..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/cuffease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Cuff ease" ---- - -![The cuff ease factor on Brian](./cuffease.svg) - -This option controls the ease at your wrist. - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/brian/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/frontarmholedeeper/frontarmholedeeper.svg b/sites/orgdocs/docs/designs/brian/options/frontarmholedeeper/frontarmholedeeper.svg deleted file mode 100644 index 3d51ec17bc5..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/frontarmholedeeper/frontarmholedeeper.svg +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/brian/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index 32afcbeca3f..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Front armhole extra cutout" ---- - -![Front armhole extra cutout](./frontarmholedeeper.svg) - -Controls how much the front of the armhole is cut deeper into the garment than the back. - -Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more -rounded there too, and the armhole is typically cut deeper into the front of the garment than -the back. This option controls how much deeper. - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/brian/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index 7be6e009fdc..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth. diff --git a/sites/orgdocs/docs/designs/brian/options/lengthbonus/lengthbonus.svg b/sites/orgdocs/docs/designs/brian/options/lengthbonus/lengthbonus.svg deleted file mode 100644 index 0bf6f5e8d8d..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/lengthbonus/lengthbonus.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/brian/options/lengthbonus/readme.mdx deleted file mode 100644 index 6f8878ebb26..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Length bonus" ---- - -![The length bonus option on Brian](./lengthbonus.svg) - -This option controls how far the block extend below your hips. - -> Note that by default this block is as long as your hip line, which is almost certainly too short for the final garment. - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/readme.mdx b/sites/orgdocs/docs/designs/brian/options/readme.mdx deleted file mode 100644 index dd29f669537..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/readme.mdx +++ /dev/null @@ -1,150 +0,0 @@ ---- -title: "Brian body block: Design Options" ---- - - - -## Understanding the sleevecap - -In version 2 of FreeSewing, the sleevecap of Brian was redesigned to be more adaptable to -different types of sleeves and garments. As a result, the sleevecap alone now has 20 options -to control its shape. Whereas that may seem a bit overwhelming at first, understanding how the -sleevecap is drafted makes it easy to understand what all the individual options do. - -### The bounding box - -The _bounding box_ of the sleevecap is a rectangle that is as wide as the sleeve, and -as high as the sleevecap. Inside this box, we will construct our sleevecap later. - -![The Brian sleevecap](sleevecap.svg) - -The image above shows a sleevecap, starting at point 1, then going up until point 4, -and then down again to point 2. - -:::note - - -###### Finding out which is the front of the sleeve(cap) - -In our example, the front of the sleevecap is on the right hand side. But how would you know? - -While patterns typically have an indication that shows which side is which (a single notch -means the front, whereas a double notch means the back), you can also -recognize the front side of a sleevecap because it is more curved. The backside of the -sleevecap will also be curved, but it's a flatter curve. That's because the human shoulder -is more pronounced and curved on the front of the body, thus the sleevecap is more curved -there to fit the shoulder. - -::: - -The width of the sleevecap (and thus the width of the sleeve at the bottom of the armhole) -is equal to the distance between points 1 and 2. That distance depends on the measurements -used, the amount of ease, the cut of the garment and so on. For our sleevecap, all we -need to know is that we start with a given width. And while that width can be influenced by -other factors, we can not influence it by any of the sleevecap options. - -![Controlling the top of the sleevecap](sleevecaptop.svg) - -The height of the sleevecap is equal to the distance between points 3 and 4. The exact height -is a trade-off between the measurements used, options, ease, sleevecap ease, and the fact -that the sleeve ultimately has to fit the armhole. So the height may vary, and we don't control -the exact value. But there are two options that control the shape of our sleevecap: - -- [Sleevecap top X](/docs/designs/brian/options/sleevecaptopfactorx/) : Controls the horizontal placement of point 3 and 4 -- [Sleevecap top Y](/docs/designs/brian/options/sleevecaptopfactory/) : Controls the vertical placement of point 4 - -In other words, point 4 can be made higher and lower and, perhaps less intuitively, it can also -be changed to lie more to the right or the left, rather than smack in the middle as in our example. - -### The inflection points - -![Controlling the inflection points](sleevecapinflection.svg) - -With points 1, 2, 3, and 4 in place, we have a box to draw our sleevecap in. Now it's time to -map out our _inflection points_. These are points 5 and 6 on our drawing, and their placement -is determined by the following 4 options: - -- [Sleevecap back X](/docs/designs/brian/options/sleevecapbackfactorx) : Controls the horizontal placement of point 5 -- [Sleevecap back Y](/docs/designs/brian/options/sleevecapbackfactory) : Controls the vertical placement of point 5 -- [Sleevecap front X](/docs/designs/brian/options/sleevecapbackfactorx) : Controls the horizontal placement of point 6 -- [Sleevecap front Y](/docs/designs/brian/options/sleevecapbackfactory) : Controls the vertical placement of point 6 - -:::note - - -As you see in our example, these points do not always lie on our sleevecap line. Instead, they -are instrumental in creating the points that always lie on the sleevecap: the anchor points. - -::: - -### The anchor points - -![Controlling the anchor points](sleevecapanchor.svg) - -Ultimately, our sleevecap will be the combination of 5 curves. In addition to points 1 and 2, -the four _anchor points_ that are marked in orange in our example will be the start/finish of -those curves. - -The points are _offset_ perpendicular from the middle of a line between the two anchor points -surrounding them. The offset for each point is controlled by these 4 options: - -- [Sleevecap Q1 offset](/docs/designs/brian/options/sleevecapq1offset) : Controls the offset perpendicular to the line from points 2 to 6 -- [Sleevecap Q2 offset](/docs/designs/brian/options/sleevecapq2offset) : Controls the offset perpendicular to the line from points 6 to 4 -- [Sleevecap Q3 offset](/docs/designs/brian/options/sleevecapq3offset) : Controls the offset perpendicular to the line from points 4 to 5 -- [Sleevecap Q4 offset](/docs/designs/brian/options/sleevecapq3offset) : Controls the offset perpendicular to the line from points 5 to 1 - -:::note - - -We've divided our sleevecap into 4 quarters. We start at the front (the right in our example) -with quarter 1, and make our way to the back to end with quarter 4. - -Like the offset option, the last options to determine the shape of our sleevecap will just repeat so you can -control each quarter individually. - -::: - -### The spread - -![Controlling the anchor points](sleevecapspread.svg) - -We now have all the start and end points to draw the 5 curves that will make up our sleevecaps. -What we're missing are the control points -(see [our info on Bézier curves](https://freesewing.dev/guides/prerequisites/bezier-curves) to learn more -about how curves are constructed). These are determined by the so-called _spread_. - -For each of the anchor points (the ones marked in orange, not points 1 and 2) there is an option -to control the spread upwards, and downwards: - -- [Sleevecap Q1 downward spread](/docs/designs/brian/options/sleevecapq1spread1) : Controls the downward spread in the first quarter -- [Sleevecap Q1 upward spread](/docs/designs/brian/options/sleevecapq1spread2) : Controls the upward spread in the first quarter -- [Sleevecap Q2 downward spread](/docs/designs/brian/options/sleevecapq2spread1) : Controls the downward spread in the second quarter -- [Sleevecap Q2 upward spread](/docs/designs/brian/options/sleevecapq2spread2) : Controls the upward spread in the second quarter -- [Sleevecap Q3 upward spread](/docs/designs/brian/options/sleevecapq3spread1) : Controls the upward spread in the third quarter -- [Sleevecap Q3 downward spread](/docs/designs/brian/options/sleevecapq3spread2) : Controls the downward spread in the third quarter -- [Sleevecap Q4 upward spread](/docs/designs/brian/options/sleevecapq4spread1) : Controls the upward spread in the fourth quarter -- [Sleevecap Q4 downward spread](/docs/designs/brian/options/sleevecapq4spread2) : Controls the downward spread in the fourth quarter - -:::note - - -Attentive readers will have noticed that point 4 is not an anchor point. In other words, there is no guarantee -that it will lie on the sleevecap line. Which also means that the upwards spread in quarters 2 and 3 will influence -the height of the sleevecap. Reduce the upwards spread, and the curve will dip below point 4. Increase it and -the curve will rise above it. - -::: - -### Takeaways - -While the sleevecap in Brian (and all patterns that extend Brian) have a lot of options, understanding how the -sleevecap is constructed can help you design the exact sleevecap shape you want. To do so: - -- Start with placing the top of your sleevecap -- Then determine the inflection points -- Next, use the offset to control the steepness of the curve -- Finally, use the spread to smooth things out - -What's important to remember is that you're only ever controlling the shape of the sleevecap. -Whatever shape you design, it will be fitted to the armhole, meaning that its size can and will be adapted -to make sure the sleeve fits the armscye. However, the shape you design will always be respected. diff --git a/sites/orgdocs/docs/designs/brian/options/s3armhole/readme.mdx b/sites/orgdocs/docs/designs/brian/options/s3armhole/readme.mdx deleted file mode 100644 index c483c8bc30b..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/s3armhole/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: armhole side" ---- - -Controls the shoulder seam location on the armhole side. - -- Increase this option to shift the shoulder seam forward on the armhole side -- Decrease this option to shift the shoulder seam backward on the armhole side - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/s3collar/readme.mdx b/sites/orgdocs/docs/designs/brian/options/s3collar/readme.mdx deleted file mode 100644 index 8887d957b6b..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/s3collar/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: collar side" ---- - -Controls the shoulder seam location on the collar side. - -- Increase this option to shift the shoulder seam forward on the collar side -- Decrease this option to shift the shoulder seam backward on the collar side - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/brian/options/shoulderease/readme.mdx deleted file mode 100644 index b2814554e60..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/shoulderease/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Shoulder ease" ---- - -![Shoulder ease](./shoulderease.svg) - -Controls the amount of ease on the shoulder to shoulder measurement. - -This option allows you to create some extra ease at the shoulders which shifts -the shoulder seam more outwards and off the shoulder. Thereby creating extra room -for extra layers of clothing underneath, or more shaped/padded shoulders. - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/shoulderease/shoulderease.svg b/sites/orgdocs/docs/designs/brian/options/shoulderease/shoulderease.svg deleted file mode 100644 index 76ec6a215da..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/shoulderease/shoulderease.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/brian/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index 6891d5e29cf..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder slope reduction" ---- - -![Shoulder slope reduction](./shoulderslopereduction.svg) - -Reduces the shoulder slope to create extra room for shoulder padding. - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/shoulderslopereduction/shoulderslopereduction.svg b/sites/orgdocs/docs/designs/brian/options/shoulderslopereduction/shoulderslopereduction.svg deleted file mode 100644 index 31536e0feb1..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/shoulderslopereduction/shoulderslopereduction.svg +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecap.svg b/sites/orgdocs/docs/designs/brian/options/sleevecap.svg deleted file mode 100644 index 34eca409502..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecap.svg +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapanchor.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapanchor.svg deleted file mode 100644 index 802276f7e75..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapanchor.svg +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapbackfactorx/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapbackfactorx/readme.mdx deleted file mode 100644 index 68949ed304e..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapbackfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back X" ---- - -![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapbackfactorx/sleevecapbackfactorx.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapbackfactorx/sleevecapbackfactorx.svg deleted file mode 100644 index 5e8e35dd35c..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapbackfactorx/sleevecapbackfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapbackfactory/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapbackfactory/readme.mdx deleted file mode 100644 index bd7ca497bb6..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapbackfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back Y" ---- - -![The vertical location of the back inflection point](./sleevecapbackfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapbackfactory/sleevecapbackfactory.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapbackfactory/sleevecapbackfactory.svg deleted file mode 100644 index 8348fbf7c7f..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapbackfactory/sleevecapbackfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapease/readme.mdx deleted file mode 100644 index 8fa1177630e..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -*** - -This option determines the amount of ease at the sleevecap. - -:::note - - -The amount of sleevecap ease determines how the sleeves rolls from the shoulder. -More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. - -For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapfrontfactorx/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapfrontfactorx/readme.mdx deleted file mode 100644 index cf702ed74e1..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapfrontfactorx/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap front X" ---- - -*** - -![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg deleted file mode 100644 index d58c9899afb..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapfrontfactory/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapfrontfactory/readme.mdx deleted file mode 100644 index 5f64d5aef0a..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapfrontfactory/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap front Y" ---- - -*** - -![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapfrontfactory/sleevecapfrontfactory.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapfrontfactory/sleevecapfrontfactory.svg deleted file mode 100644 index e09d00f3d0f..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapfrontfactory/sleevecapfrontfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapinflection.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapinflection.svg deleted file mode 100644 index f53517d2a1c..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapinflection.svg +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq1offset/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapq1offset/readme.mdx deleted file mode 100644 index 2511f9a25eb..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq1offset/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q1 offset" ---- - -*** - -![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) - -This option controls the offset in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq1offset/sleevecapq1offset.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapq1offset/sleevecapq1offset.svg deleted file mode 100644 index f0a2d726ec9..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq1offset/sleevecapq1offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq1spread1/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapq1spread1/readme.mdx deleted file mode 100644 index ab669b95dc9..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq1spread1/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q1 downward spread" ---- - -*** - -![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) - -This option controls the downward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq1spread1/sleevecapq1downwardspread.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapq1spread1/sleevecapq1downwardspread.svg deleted file mode 100644 index 6914bc68fa8..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq1spread1/sleevecapq1downwardspread.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq1spread2/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapq1spread2/readme.mdx deleted file mode 100644 index 8ac1171c021..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq1spread2/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q1 upward spread" ---- - -*** - -![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) - -This option controls the upward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq1spread2/sleevecapq1spread2.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapq1spread2/sleevecapq1spread2.svg deleted file mode 100644 index f369a220f5e..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq1spread2/sleevecapq1spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq2offset/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapq2offset/readme.mdx deleted file mode 100644 index 6a598ba54ba..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq2offset/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q2 offset" ---- - -*** - -![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) - -This option controls the offset in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq2offset/sleevecapq2offset.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapq2offset/sleevecapq2offset.svg deleted file mode 100644 index dcc88d098f0..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq2offset/sleevecapq2offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq2spread1/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapq2spread1/readme.mdx deleted file mode 100644 index 025a3583a31..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq2spread1/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q2 downward spread" ---- - -*** - -![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) - -This option controls the downward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq2spread1/sleevecapq2spread1.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapq2spread1/sleevecapq2spread1.svg deleted file mode 100644 index 5197ed0114a..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq2spread1/sleevecapq2spread1.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq2spread2/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapq2spread2/readme.mdx deleted file mode 100644 index 5fe2e76f6b4..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq2spread2/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q2 upward spread" ---- - -*** - -![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) - -This option controls the upward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq2spread2/sleevecapq2spread2.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapq2spread2/sleevecapq2spread2.svg deleted file mode 100644 index 222d43e460d..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq2spread2/sleevecapq2spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq3offset/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapq3offset/readme.mdx deleted file mode 100644 index d5a619536e3..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq3offset/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q3 offset" ---- - -*** - -![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) - -This option controls the offset in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq3offset/sleevecapq3offset.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapq3offset/sleevecapq3offset.svg deleted file mode 100644 index ac048c72247..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq3offset/sleevecapq3offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq3spread1/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapq3spread1/readme.mdx deleted file mode 100644 index b8a14a6dd26..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq3spread1/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q3 upward spread" ---- - -*** - -![The upward spread in the third quadrant of the sleevecap](./sleevecapq3spread1.svg) - -This option controls the upward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq3spread1/sleevecapq3spread1.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapq3spread1/sleevecapq3spread1.svg deleted file mode 100644 index 1649c2c5cc9..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq3spread1/sleevecapq3spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq3spread2/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapq3spread2/readme.mdx deleted file mode 100644 index 7ecdc20b68e..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq3spread2/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q3 downward spread" ---- - -*** - -![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) - -This option controls the downward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq3spread2/sleevecapq3spread2.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapq3spread2/sleevecapq3spread2.svg deleted file mode 100644 index 79135108ba0..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq3spread2/sleevecapq3spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq4offset/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapq4offset/readme.mdx deleted file mode 100644 index c6fdccfff11..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq4offset/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q4 offset" ---- - -*** - -![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) - -This option controls the offset in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq4offset/sleevecapq4offset.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapq4offset/sleevecapq4offset.svg deleted file mode 100644 index b5877e2c0a1..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq4offset/sleevecapq4offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq4spread1/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapq4spread1/readme.mdx deleted file mode 100644 index f891eb9b72a..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq4spread1/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q4 upward spread" ---- - -*** - -![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) - -This option controls the upward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq4spread1/sleevecapq4spread1.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapq4spread1/sleevecapq4spread1.svg deleted file mode 100644 index 42f42a721fe..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq4spread1/sleevecapq4spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq4spread2/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecapq4spread2/readme.mdx deleted file mode 100644 index e6d7df6e4b1..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq4spread2/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap Q4 downward spread" ---- - -*** - -![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) - -This option controls the downward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapq4spread2/sleevecapq4spread2.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapq4spread2/sleevecapq4spread2.svg deleted file mode 100644 index b84e4d0c6c7..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapq4spread2/sleevecapq4spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecapspread.svg b/sites/orgdocs/docs/designs/brian/options/sleevecapspread.svg deleted file mode 100644 index 9878d2f0943..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecapspread.svg +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecaptop.svg b/sites/orgdocs/docs/designs/brian/options/sleevecaptop.svg deleted file mode 100644 index 39e7bb71c33..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecaptop.svg +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecaptopfactorx/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecaptopfactorx/readme.mdx deleted file mode 100644 index 2534576f42d..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecaptopfactorx/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap top X" ---- - -*** - -![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) - -This option controls the horizontal placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecaptopfactorx/sleevecaptopfactorx.svg b/sites/orgdocs/docs/designs/brian/options/sleevecaptopfactorx/sleevecaptopfactorx.svg deleted file mode 100644 index be96935d057..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecaptopfactorx/sleevecaptopfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecaptopfactory/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevecaptopfactory/readme.mdx deleted file mode 100644 index ac9aafadb99..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecaptopfactory/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleevecap top Y" ---- - -*** - -![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) - -This option controls the vertical placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevecaptopfactory/sleevecaptopfactory.svg b/sites/orgdocs/docs/designs/brian/options/sleevecaptopfactory/sleevecaptopfactory.svg deleted file mode 100644 index cd55923d35e..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevecaptopfactory/sleevecaptopfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index 905e7558b60..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -![The sleeve length bonus option on Brian](./sleevelengthbonus.svg) - -This option controls how to lengthen the sleeves. - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevelengthbonus/sleevelengthbonus.svg b/sites/orgdocs/docs/designs/brian/options/sleevelengthbonus/sleevelengthbonus.svg deleted file mode 100644 index bdbb484ebcf..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevelengthbonus/sleevelengthbonus.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/brian/options/sleevewidthguarantee/readme.mdx b/sites/orgdocs/docs/designs/brian/options/sleevewidthguarantee/readme.mdx deleted file mode 100644 index 6671e1c5917..00000000000 --- a/sites/orgdocs/docs/designs/brian/options/sleevewidthguarantee/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleeve width guarantee" ---- - -We first draft the arm opening, then we draft a sleeve to fit it. - -When all goes well, the sleeve fits perfectly, and this option is not relevant. -However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. - -Since the shape and height of the sleevecap are more important than the width, we tend to -prefer adjusting the width to fit the sleevecap. - -To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. -This option allows you to control how much of the sleeve width is guaranteed. -Increasing this option will allow us less of the width to play with to fit the sleeve. -This way, the resulting sleeve will be closer to the theoretical sleeve width, and we -will instead modify (more of) the sleevecap height to fit the sleeve. - - - - diff --git a/sites/orgdocs/docs/designs/brian/readme.mdx b/sites/orgdocs/docs/designs/brian/readme.mdx deleted file mode 100644 index 156b7d90e59..00000000000 --- a/sites/orgdocs/docs/designs/brian/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Brian body block" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/bruce/cutting/readme.mdx b/sites/orgdocs/docs/designs/bruce/cutting/readme.mdx deleted file mode 100644 index e9d50fd4943..00000000000 --- a/sites/orgdocs/docs/designs/bruce/cutting/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Bruce boxer briefs: Cutting Instructions" ---- - -Bruce consists of a back, and two sides, insets and fronts. - -- **Main fabric** - - Cut **1 back** on the fold - - Cut **2 fronts** - - Cut **2 insets** - - Cut **2 sides** - -:::warning - - -###### Caveats - -- **back**: Extra hem allowance at the leg -- **front**: Cut this **twice** - -::: diff --git a/sites/orgdocs/docs/designs/bruce/fabric/readme.mdx b/sites/orgdocs/docs/designs/bruce/fabric/readme.mdx deleted file mode 100644 index f3c2d72136b..00000000000 --- a/sites/orgdocs/docs/designs/bruce/fabric/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Bruce boxer briefs: Fabric Options" ---- - -You need a stretchy fabric for this pattern. Preferable something that is comfortable and soft to the touch, while allowing the skin to breathe. - -I personally think that nothing can beat rayon for this pattern, although you can do with some other knit too, like jersey. - -When in doubt, go for rayon. diff --git a/sites/orgdocs/docs/designs/bruce/instructions/layout.svg b/sites/orgdocs/docs/designs/bruce/instructions/layout.svg deleted file mode 100644 index 88ff0a0b117..00000000000 --- a/sites/orgdocs/docs/designs/bruce/instructions/layout.svg +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org Bruce Boxer Briefs freesewing.org/draft/__REFERENCE__ The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - Standardseamallowance(1cm) - - Cut on fold - Grainline - 2 - Front - 2x from main fabric - - - - - - - - - - - - - - Standardseamallowance(1cm) - - Hem allowance (2cm) - - Cut on fold - Grainline - 1 - Back - 1x from main fabric - - - - - - - - - - - - - - - - Standardseamallowance(1cm) - - Hem allowance(2cm) - - Grainline - 3 - Side - 2x from main fabricGood sides together - - - - - - - - - - - - Standardseamallowance(1cm) - - Hem allowance(2cm) - - Grainline - 4 - Inset - 2x from main fabricGood sides together - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bruce/instructions/readme.mdx b/sites/orgdocs/docs/designs/bruce/instructions/readme.mdx deleted file mode 100644 index 996190bde58..00000000000 --- a/sites/orgdocs/docs/designs/bruce/instructions/readme.mdx +++ /dev/null @@ -1,238 +0,0 @@ ---- -title: "Bruce boxer briefs: Sewing Instructions" ---- - - - -### Step 1: Join back to first side - -![Join back to first side](step01.png) - -Align the side of the back (piece 1) with the side (piece 3) making sure to put the good sides together. -The side (piece 3) is not symmetric, so make be careful to correctly match them. - -:::tip - -If you look at the part 3 (the side) with the text so you can read it, then then left side should be attached to the back, -and the right side attached to the front & inset. The notches will also help you figure it out. -::: - -Serge them together, taking into account that the seam allowance is 1cm. So aim the outside needle of your serger 1cm from the edge of your fabric. - -> If metric is not your bag, 1 cm is 3/8 inch. - -> Some sergers have a lever to choose between flat seams, or bundled up seams. -> If you plan to topstitch later (see Step 6), make sure to choose flat seams. - -### Step 2: Join back to second side - -![Join back to second side](step02.png) - -Align the other side of the back (piece 1) with the second side (piece 3) -making sure to put the good sides together. Again, because the side (piece 3) -is not symmetric, be careful to correctly match them. - -Serge them together, as you did on the other side. - -> The back and sides are now joined together. -> Put them aside for a moment as we turn our attention to the other pieces. - -### Step 3: Join first inset and fronts - -![Start at one end](step03-a.png) -![Continue to align the pieces as you move on](step03-b.png) -![Until you reach the other end](step03-c.png) - -Joining the inset (piece 4) with the fronts (piece 2) requires you to serge them together across their curvy edges. - -> Remember that you have two fronts. -> You have to put them on top of each other and treat it as one double-layered front. - -Faced with a tricky seam like this, you might reach for your pins or basting thread, but don't. -Pinning or basting this will make it harder to sew. - -Instead, start at the top of the curved seam, aligning the pieces as shown, and slowly serge them together a few cm. - -As you move along, manipulate the fabric to make sure both edges stay on top of each other as you feed them through your serger. - -As you manipulate the fabric to get it aligned properly, it's easy to stretch one part more than the other. The notch in the curved edge can help you make sure you're keeping things even. - -Once you've passed the notch, things will get easier. This would also be a good time to compare the remaining length of the curved seams. If one is a bit longer than the other, simply stretch the shorter one until they match up. - -If the difference is too big however, just leave it. It will get cut off when we do the crotchseam. - -:::note - - -This is probably the hardest seam in the pattern. Take it slow, and you'll be fine. - -::: - -:::tip - - -###### Or enclose these seams by sandwiching them between the fronts - -While it's a bit more work, you can enclose this seam if you baste the insets to a single one of the front pieces first, -and then sew your front pieces together with the insets sandwiched inside. - -Sew the front darts separately and turn the whole thing inside out, and you have a nice seamless package area in front. - -::: - -### Step 4: Join second inset and fronts - -![Join second inset and fronts](step03-d.png) - -After you have joined the first inset and the fronts, continue with the second one. - -With the fronts and insets joined together, you are left with 3 parts: - -- The joined insets and fronts -- The joined sides and back -- The elastic - -### Step 5: Close the fronts dart - -![Close the fronts dart](step05.png) - -Fold the fronts double along the center fronts line, so that the tusks at the bottom line up. - -Serge the sides of the tusks to close the fronts dart. -For best results, start at the top of the seam (where the fabric is folded) and work your way to the bottom. - -:::tip - - -###### Keep that seam away from my ... - -Alternatively, sew the darts on each piece individually so that both seams are folded inside. -Arguably, not having an exposed seam in this area is more comfortable for the wearer. - -::: - -### Step 6: Optional: Topstitch - -![Boxers with (left) and without topstitching](step06.jpg) - -:::note - - -This step is optional. Topstitching adds a visual effect that emphasizes the individual pattern pieces. -It's nice to visually break up a solid fabric, but if you're using a print, or when you're colour-blocking, you might want to not topstitch. - -::: - -If you want to topstitch your serged seams for visual effect, you should do so now. - -If you topstitch, simply do it for every seam, making sure to do so with a flexible stitch. You can use a zig-zag stitch or twin needle if you don't have a coverlock or specific flexible stitch setting. - -:::tip - - -When topstitching the seam that closed the fronts dart, start from the bottom, -and let the topstitching run all the way to the top, where the waistband will come. -The seam stops halfway through (where the dart ends) but your topstitching should continue. - -::: - -### Step 7: Join the first side to the fronts - -![Join the first side to the fronts](step07.png) - -Align the side edge of the first side with the edge made up of the fronts+inset (good sides together as usual) and serge them together. - -### Step 8: Join the second side to the fronts - -![Join the second side to the fronts](step08.png) - -Do the same for the second side. - -### Step 9: Optional: Topstitch - -![Boxers with (left) and without topstitching](step06.jpg) - -If you've topstitched before, make sure to do the same now for the seams you made in step 7 and 8. - -### Step 10: Finish the crotchseam - -![Finish the crotchseam](step10.png) - -We will now serge the arched opening in the back part to the front parts of the boxers, made up of the fronts and insets. - -The notches on the back piece will help you. -There's the center notch, and the other two notches should match up with where the fronts and inset pieces are joined. - -:::tip - - -It's easier to start in the middle point and work your way to one side. Then start from the middle again to do the other side. - -Take it slow, and be **very aware** of where your serger blade is cutting into. - -::: - -### Step 11: Hem the first leg - -![Hem the first leg](step11.png) - -Time to hem the legs. Hem them as you would do any other stretchy knit. Go for a flexible stitch. You can use a zig-zag stitch or twin needle if you don't have a coverlock or specific flexible stitch setting. - -:::note - - -I feel that hemming is much easier when you pin things in place first. -So fold back your hem, and pin it in place. -Even better: pin both legs in place and only sew when you're happy with how it looks. - -::: - -### Step 12: Hem the second leg - -![Hem the second leg](step12.png) - -You know it makes sense. - -### Step 13: Make your elastic into a loop - -![Make your elastic into a loop](step13.png) - -Sew both ends of your elastic together with good sides together. - -:::note - - -###### Not sure how much elastic you need? - -Simply wrap your elastic around your waist where it would end up sitting, and tighten it until it feels right. -Make a mark of where the edge joins, add 2cm seam allowance, and that's your length. - -::: - -### Step 14: Attach elastic to waist - -![Attach elastic to waist](step14.png) - -Attach the elastic to the waist. - -Do so good sides together if you're using a flexible stitch or twin needle on a conventional sewing machine. - -If you're using a coverlock, put the elastic on top of the good side of the fabric. - -:::tip - - -The length of your elastic will probably differ from the fabric length, as they stretch differently. -Pinning will help you achieve an even stretch. - -Divide both your elastic and boxer waistline into 4 (or 8) parts. Pin elastic and fabric together at these points. - -While sewing, stretch elastic and fabric together between each set of pins, removing the pins as you move on. - -::: - -### Step 15: Trim and clean up - -![Yay! You've made it](step15.png) - -Trim any excess fabric you might have at elastic or hem, and any loose threads. diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step01.png b/sites/orgdocs/docs/designs/bruce/instructions/step01.png deleted file mode 100644 index fb145280b68..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step01.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step02.png b/sites/orgdocs/docs/designs/bruce/instructions/step02.png deleted file mode 100644 index 9e6ff791344..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step02.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step03-a.png b/sites/orgdocs/docs/designs/bruce/instructions/step03-a.png deleted file mode 100644 index 3a483291f0c..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step03-a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step03-b.png b/sites/orgdocs/docs/designs/bruce/instructions/step03-b.png deleted file mode 100644 index f0cbb451f99..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step03-b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step03-c.png b/sites/orgdocs/docs/designs/bruce/instructions/step03-c.png deleted file mode 100644 index 4fa73bad68b..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step03-c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step03-d.png b/sites/orgdocs/docs/designs/bruce/instructions/step03-d.png deleted file mode 100644 index a416b05142b..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step03-d.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step05.png b/sites/orgdocs/docs/designs/bruce/instructions/step05.png deleted file mode 100644 index acf979f1e67..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step05.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step06.jpg b/sites/orgdocs/docs/designs/bruce/instructions/step06.jpg deleted file mode 100644 index 09b2db2931b..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step06.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step07.png b/sites/orgdocs/docs/designs/bruce/instructions/step07.png deleted file mode 100644 index c1ef4c03792..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step07.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step08.png b/sites/orgdocs/docs/designs/bruce/instructions/step08.png deleted file mode 100644 index 54d71d51318..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step08.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step10.png b/sites/orgdocs/docs/designs/bruce/instructions/step10.png deleted file mode 100644 index 34d49674165..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step10.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step11.png b/sites/orgdocs/docs/designs/bruce/instructions/step11.png deleted file mode 100644 index d2782c01e60..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step11.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step12.png b/sites/orgdocs/docs/designs/bruce/instructions/step12.png deleted file mode 100644 index b1dd728d733..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step12.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step13.png b/sites/orgdocs/docs/designs/bruce/instructions/step13.png deleted file mode 100644 index deb636c3b17..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step13.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step14.png b/sites/orgdocs/docs/designs/bruce/instructions/step14.png deleted file mode 100644 index 02c253085e6..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step14.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/instructions/step15.png b/sites/orgdocs/docs/designs/bruce/instructions/step15.png deleted file mode 100644 index 294b0939db2..00000000000 Binary files a/sites/orgdocs/docs/designs/bruce/instructions/step15.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/bruce/measurements/readme.mdx b/sites/orgdocs/docs/designs/bruce/measurements/readme.mdx deleted file mode 100644 index d2148ad4fe0..00000000000 --- a/sites/orgdocs/docs/designs/bruce/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bruce boxer briefs: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/bruce/needs/readme.mdx b/sites/orgdocs/docs/designs/bruce/needs/readme.mdx deleted file mode 100644 index 3f7a4f43a80..00000000000 --- a/sites/orgdocs/docs/designs/bruce/needs/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Bruce boxer briefs: What You Need" ---- - -To make Bruce, you will need the following: - -- Basic sewing supplies -- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/designs/bruce/fabric/)) -- Enough wide (3cm (1.2 inch) or wider) elastic to fit around your waist -- A serger, although you can survive without one diff --git a/sites/orgdocs/docs/designs/bruce/notes/readme.mdx b/sites/orgdocs/docs/designs/bruce/notes/readme.mdx deleted file mode 100644 index 473457f131d..00000000000 --- a/sites/orgdocs/docs/designs/bruce/notes/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Bruce boxer briefs: Designer Notes" ---- - -I originally designed Bruce many years ago, and it's gone through a couple of -iterations since. Most notably, Bruce can now be adapted to not have any bulge, -making it a fully gender-neutral design and a popular choice for people who -want a express a more masculine look without sacrificing fit. - -I have not worn any other underwear than Bruce for at least a decade. -Suffice to say Bruce comes highly recommended. - -joost diff --git a/sites/orgdocs/docs/designs/bruce/options/backrise/backrise.svg b/sites/orgdocs/docs/designs/bruce/options/backrise/backrise.svg deleted file mode 100644 index f80cc247e22..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/backrise/backrise.svg +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bruce/options/backrise/readme.mdx b/sites/orgdocs/docs/designs/bruce/options/backrise/readme.mdx deleted file mode 100644 index 4d4581097bb..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/backrise/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Back rise" ---- - -![The back rise option on Bruce](./backrise.svg) - -How much extra rise do you want at the back? - -This factor will raise the waist at the back of your boxers only. - -> If you want to raise the waist overall, that's what the **rise** option does - - - - diff --git a/sites/orgdocs/docs/designs/bruce/options/bulge/bulge.svg b/sites/orgdocs/docs/designs/bruce/options/bulge/bulge.svg deleted file mode 100644 index cfddb50c5e7..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/bulge/bulge.svg +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bruce/options/bulge/readme.mdx b/sites/orgdocs/docs/designs/bruce/options/bulge/readme.mdx deleted file mode 100644 index a7c421978cf..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/bulge/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Bulge" ---- - -![The bulge option on Bruce](./bulge.svg) - -How much room do you want in the front pouch? - -This option will increase the front dart, thereby creating more room in the front. - -> If it's vertical room you're looking for, that's what the **rise** option does - - - - diff --git a/sites/orgdocs/docs/designs/bruce/options/legbonus/legbonus.svg b/sites/orgdocs/docs/designs/bruce/options/legbonus/legbonus.svg deleted file mode 100644 index 2f873647082..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/legbonus/legbonus.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bruce/options/legbonus/readme.mdx b/sites/orgdocs/docs/designs/bruce/options/legbonus/readme.mdx deleted file mode 100644 index 3111c4016a0..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/legbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Leg length bonus" ---- - -![The leg bonus option on Bruce](./legbonus.svg) - -How much do you want to lengthen the legs? - - - - diff --git a/sites/orgdocs/docs/designs/bruce/options/legstretch/legstretch.svg b/sites/orgdocs/docs/designs/bruce/options/legstretch/legstretch.svg deleted file mode 100644 index 723a6c76997..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/legstretch/legstretch.svg +++ /dev/null @@ -1,265 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bruce/options/legstretch/readme.mdx b/sites/orgdocs/docs/designs/bruce/options/legstretch/readme.mdx deleted file mode 100644 index b6680ab20c3..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/legstretch/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Leg stretch" ---- - -![The leg stretch option on Bruce](./legstretch.svg) - -The amount of stretch at the (upper) legs. - - - - diff --git a/sites/orgdocs/docs/designs/bruce/options/readme.mdx b/sites/orgdocs/docs/designs/bruce/options/readme.mdx deleted file mode 100644 index 93c4cd050ae..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bruce boxer briefs: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/bruce/options/rise/readme.mdx b/sites/orgdocs/docs/designs/bruce/options/rise/readme.mdx deleted file mode 100644 index 0c165178df0..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/rise/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Rise" ---- - -![The rise option on Bruce](./rise.svg) - -This option controls the overall height of the waist. - -> The higher the rise, the higher your waist. - - - - diff --git a/sites/orgdocs/docs/designs/bruce/options/rise/rise.svg b/sites/orgdocs/docs/designs/bruce/options/rise/rise.svg deleted file mode 100644 index a77219020d8..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/rise/rise.svg +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bruce/options/stretch/readme.mdx b/sites/orgdocs/docs/designs/bruce/options/stretch/readme.mdx deleted file mode 100644 index ae2bc9e47fe..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/stretch/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Stretch" ---- - -![The stretch option on Bruce](./stretch.svg) - -The amount of overall (horizontal) stretch. - - - - diff --git a/sites/orgdocs/docs/designs/bruce/options/stretch/stretch.svg b/sites/orgdocs/docs/designs/bruce/options/stretch/stretch.svg deleted file mode 100644 index bd05c7e16c7..00000000000 --- a/sites/orgdocs/docs/designs/bruce/options/stretch/stretch.svg +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/bruce/readme.mdx b/sites/orgdocs/docs/designs/bruce/readme.mdx deleted file mode 100644 index 8d58e0206ef..00000000000 --- a/sites/orgdocs/docs/designs/bruce/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Bruce boxer briefs" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/cutting/readme.mdx b/sites/orgdocs/docs/designs/carlita/cutting/readme.mdx deleted file mode 100644 index 308e4c6fb2e..00000000000 --- a/sites/orgdocs/docs/designs/carlita/cutting/readme.mdx +++ /dev/null @@ -1,83 +0,0 @@ ---- -title: "Carlita coat: Cutting Instructions" ---- - -:::note - - -Certain parts have to be drafted off of the existing parts. How to draft these are provided in the [instructions](/docs/designs/carlita/instructions). - -::: - -### Materials - -- **Main fabric** - - Cut **2 Front** parts - - Cut **2 Side** parts - - Cut **2 Front facing** parts - - Cut **2 Back** parts - - Cut **2 topsleeve** parts - - Cut **2 undersleeve** parts - - Cut **2 tail** parts - - Cut **4 belt** parts - - Cut **2 Collar stand** parts - - Cut **2 collar** parts on the fold or Cut the upper collar on the fold and the under collar on the bias - - Cut **2 cuffFacing** parts - - Cut **2 Pocket** parts - - Cut **4 pocketFlap** parts - - Cut **2 chestPocketWelt** parts - - Cut **2 innerPocketWelt** parts - -:::note - - -If your main fabric is quite lightweight and flimsy you may need to interface all the parts with a lightweight interfacing. - -::: - -- **Lining fabric** - - Cut **2 Front lining** parts - - Cut **2 Side** parts - - Cut **2 Back** parts - - Cut **2 topsleeve** parts - - Cut **2 undersleeve** parts - - Cut **2 tail** parts - - Cut **2 innerPocketBag** parts - - Cut **1 innerPocketTab** parts - - Cut **2 pocketLining** parts - - Cut **2 chestPocketBag** parts -- **Light to Mediumweight Hair Canvas** - - Cut **2 Front** parts - - Cut **2 Side** parts - - Cut **1 Collar stand** parts - - Cut **2 collar** parts on the bias and seam together - - Cut **2 cuffFacing** parts - - Cut **2 pocketFlap** parts - - Cut **2 chestPocketWelt** parts - - Cut **2 innerPocketWelt** parts -- **Heavyweight Hair Canvas** - - Cut **2 Front shoulder** parts - - Cut **2 Side shoulder** parts - - Cut **2 Back shoulder** parts - -:::note - - -The canvas parts need to be cut _nett_ (without seam allowances). - -::: - - - -Instead of cutting the canvas parts nett, there is an alternate -method where seam allowance is included on the canvas parts. -The idea is that because the canvas parts have seam allowance, -when they are attached to the main fabric pieces this can allow -ease to be worked into the garment for a better shape. -The seam allowance is then trimmed from the canvas at a later point -in the garment construction process. - -However, because this is a more advanced tailoring technique, -our instructions are instead written with the nett canvas method. - - diff --git a/sites/orgdocs/docs/designs/carlita/fabric/readme.mdx b/sites/orgdocs/docs/designs/carlita/fabric/readme.mdx deleted file mode 100644 index fd235b5dd45..00000000000 --- a/sites/orgdocs/docs/designs/carlita/fabric/readme.mdx +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Carlita coat: Fabric Options" ---- - -### Main Fabric - -You want a fabric that has a bit of body that holds its shape. Generally **Wools** of **coating weight** will be the best choice as they will provide warmth and give shape to the coat. Other fabrics of **coating weight** should also work. However if you are looking for something more lightweight you could try **Linens** and lighter **Wools**, but you may need to face these fabrics to give them more body before construction. **Fleece** is a cheaper alternate to **Wools** but may note keep as long, if you are putting the effort into properly tailoring Carlita then you are gonna want to consider buying a fabric that will last for a long period of time. - -:::note - - -Remember that this pattern is intended to be a winter coat so you need to consider warmth when choosing your fabric. - -::: - -### Linings and Pocket Bags - -Lightweight **Cottons** such as **Cotton Silesia**, **Cotton Lawn** or **Glazed Cottons** should do for the body lining but you may find that you require **Silks** or similar for the sleeve linings to reduce friction and make it easier to take on and off over the arms. **Silks** can also be used for the body as well but the **Cotton** will be more durable in the long run. Pocket bags should be out of **Cotton** or something that is strong enough to hold the weight of the intended items you wish to carry in them. **Printed Cottons** are a fun thing to try but if your main fabric is quite bulky you may find they add to much weight. - -:::tip - - -As per usual with Linings it is really down to your prefered lining materials but if you are new to lining a coat we suggest to use the **Cotton** options for the body and pockets and use the **Silk** option for the sleeves. - -::: - -### Facings - -We recommend **Hair canvases**. You may be tempted to use modern interfacing but hair canvases will provide the best results. You will want a combination of different weight hair canvases such as lightweight to medium weight **Tailors Canvas** and heavyweight **Horsehair Canvas**. -A common misconception is that you have to use horsehair canvas for all of it, but this is not the case and really is only needed for areas that need the most structure such as the front shoulder but are often too stiff for other parts. Tailors canvas is generally used for the majority of facing a coat. - -:::tip - - -You can use fusible or non-fusible facings but you may find that you still need to flatline the facing and fabric pieces together with basting stitches, even after fusing for the best results. - -::: - -:::note - - -Certain hair canvases, such as **Horsehair canvas** can have stiff hairs that can poke out of the fabric so will require tape like tailors tape to prevent this from happening. - -::: diff --git a/sites/orgdocs/docs/designs/carlita/instructions/apply-fusible-interfacing.svg b/sites/orgdocs/docs/designs/carlita/instructions/apply-fusible-interfacing.svg deleted file mode 100644 index 0b847f496a7..00000000000 --- a/sites/orgdocs/docs/designs/carlita/instructions/apply-fusible-interfacing.svg +++ /dev/null @@ -1,736 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/instructions/attach-canvas-to-front.svg b/sites/orgdocs/docs/designs/carlita/instructions/attach-canvas-to-front.svg deleted file mode 100644 index 2d8b9aa649f..00000000000 --- a/sites/orgdocs/docs/designs/carlita/instructions/attach-canvas-to-front.svg +++ /dev/null @@ -1,900 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/instructions/close-the-back-darts.svg b/sites/orgdocs/docs/designs/carlita/instructions/close-the-back-darts.svg deleted file mode 100644 index 762e856bce3..00000000000 --- a/sites/orgdocs/docs/designs/carlita/instructions/close-the-back-darts.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/instructions/construct-the-belt.svg b/sites/orgdocs/docs/designs/carlita/instructions/construct-the-belt.svg deleted file mode 100644 index e5e9d85f51a..00000000000 --- a/sites/orgdocs/docs/designs/carlita/instructions/construct-the-belt.svg +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/instructions/join-chest-canvas-piece-to-front-canvas.svg b/sites/orgdocs/docs/designs/carlita/instructions/join-chest-canvas-piece-to-front-canvas.svg deleted file mode 100644 index ba7d6bd92b2..00000000000 --- a/sites/orgdocs/docs/designs/carlita/instructions/join-chest-canvas-piece-to-front-canvas.svg +++ /dev/null @@ -1,894 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/instructions/layout.svg b/sites/orgdocs/docs/designs/carlita/instructions/layout.svg deleted file mode 100644 index 465054f407a..00000000000 --- a/sites/orgdocs/docs/designs/carlita/instructions/layout.svg +++ /dev/null @@ -1,349 +0,0 @@ - - - - - - - - - - - - - - - freesewing core v1.6.0 Carlita Coat freesewing.org/drafts/__DRAFTHANDLE__ The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - - - - - - Center front - - Center front - - Center front - - Center front - - Facing/Lining boundary - Facing side - - Facing/Lining boundary - Lining side - - Standard seam allowance(2cm) - - Hem allowance(10cm) - - Grainline - 1a - Carlita Coat - Front panel - 2x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - - - - - - - - - - - - - - Standard seam allowance(2cm) - - Hem allowance(10cm) - 1b - Carlita Coat - Side panel - 2x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - - - - - - - Standard seam allowance(2cm) - - Grainline - 2 - Carlita Coat - Back - 2x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - - - - - - Standard seam allowance(2cm) - - Hem allowance(10cm) - - 73.14cm - - Grainline - 3 - Carlita Coat - Tail - 2x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - - - - - Standard seam allowance(2cm) - - Half of the standard seam allowance(1cm) - - Grainline - 4 - Carlita Coat - Topsleeve - 2x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - - - - - - - Standard seam allowance(2cm) - - Half of the standard seam allowance(1cm) - - Grainline - 5 - Carlita Coat - Undersleeve - 2x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - - - Standard seam allowance(2cm) - - Half of the standard seam allowance(1cm) - 6 - Carlita Coat - Belt - 4x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - - Half of the standard seam allowance(1cm) - 7 - Carlita Coat - Collar stand - 2x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - - Half of the standard seam allowance(1cm) - - cut on fold - - grainline - 8 - Carlita Coat - Collar - 2x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - Half of the standard seam allowance(1cm) - - grainline - 9 - Carlita Coat - Cuff facing - 2x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - Twice the standard seam allowance(4cm) - - Half of the standard seam allowance(1cm) - - grainline - 10 - Carlita Coat - Pocket - 2x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - Half of the standard seam allowance(1cm) - - grainline - 11 - Carlita Coat - Pocket flap - 2x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - grainline - 12 - Carlita Coat - Chest pocket welt - 2x from main fabric - Model: __MODELNAME__Ref: __DRAFTHANDLE__ - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/instructions/pad-stitch-lapels.svg b/sites/orgdocs/docs/designs/carlita/instructions/pad-stitch-lapels.svg deleted file mode 100644 index 4dec1478c15..00000000000 --- a/sites/orgdocs/docs/designs/carlita/instructions/pad-stitch-lapels.svg +++ /dev/null @@ -1,3114 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/instructions/prepare-the-inner-pocket-tab.svg b/sites/orgdocs/docs/designs/carlita/instructions/prepare-the-inner-pocket-tab.svg deleted file mode 100644 index 0d384b041e9..00000000000 --- a/sites/orgdocs/docs/designs/carlita/instructions/prepare-the-inner-pocket-tab.svg +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/instructions/readme.mdx b/sites/orgdocs/docs/designs/carlita/instructions/readme.mdx deleted file mode 100644 index d3169680d7f..00000000000 --- a/sites/orgdocs/docs/designs/carlita/instructions/readme.mdx +++ /dev/null @@ -1,105 +0,0 @@ ---- -title: "Carlita coat: Sewing Instructions" ---- - -### Step 1: Draft and Cut the missing Lining and Facing Parts - -Some parts for Carlita require you to draft parts from the existing parts. The following are a list of what parts you need to draft, [see Carlita Cutting](/docs/designs/carlita/cutting/) for details on how to cut them. - -#### Drafting - -##### Front facing and Front lining - -- Trace off of **Front** part. -- Cut along the green line. -- Add seam allowance (if including) along green line to both pieces -- The piece with the lapel is now the **Front facing** part. -- Trim the hem allowance (if included) of the remaining piece to seam allowance length -- The remaining piece is now the **Front lining** part. - -:::note - - -The button and pocket markings are not needed for these parts so feel free not to trace them. - -::: - -:::warning - - -Don't forget the seam allowance for these pieces when cutting if you are making these parts nett! - -::: - -##### Front and Side Shoulder - -- Trace off of **Front and Side** parts. -- Tape together so the notches match and armhole is complete. Do not worry about connecting everything else, you just need the armhole. -- Draw a curve from shoulder to bottom of armhole. -- Cut along this curve and discard the lower parts. -- Separate out the pieces back into their front and side pieces. -- These are now you \*_Front and Side shoulder_ parts. - -##### Back shoulder - -- Trace off of **Back** part. -- Cut along the orange line. -- Discard lower piece. -- Remove the seam allowances (if included) of the upper piece. -- The upper piece is now the **Back shoulder** part. - -#### Cutting - -- Cut all the parts above from their respective fabrics/facings. ([see Carlita Cutting](/docs/designs/carlita/cutting/)) - -### Step 2 : Preliminary Instructions - -#### Maker's notes - - - -We don't have fully worked out instructions for Carlita yet. -Below are some notes from [@AnnekeCaramin](/users/AnnekeCaramin) who -[made Carlita](http://www.annekecaramin.com/2018/02/this-is-one-of-those-origin-superhero.html). - - - -- Find and mark roll line on lapel, -- Draft back stay & cut from heavy muslin or hair canvas if you want to be absolutely bulletproof -- Iron interfacing onto back armholes, entire side front (except for seam & hem allowances), bias strips onto back hem -- Stitch front shoulder hair canvas pieces to larger hair canvas piece (quilt together with parallel rows of stitching) -- Attach front hair canvas thing to center front with permanent basting stitch -- Get that thimble out and pad stitch the lapels -- Tape the roll line -- Tape the front and lapel edge -- Take a picture and post it on social media because this looks so cool -- Close back darts -- Sew back seam in two parts. Baste the part that will form the pleat closed, fold down and press. -- Baste the back stay to the shoulders, armholes and neckline -- Stabilize waist seam with selvedge strip of muslin (optional) -- Stabilize top of coat tail with strip of hair canvas (optional) -- Fold, pin and baste pleats on coat tail piece -- Sew waist seam and press up. Catch stitch waist seam to strip of muslin (optional) -- Sew belt and pocket flap pieces with right sides together, turn and press. -- Sew patch pocket top edge to lining, leaving a hole for turning later. Sew side and bottom edge of patch pocket to lining (make lining 1 mm smaller all around to make sure it doesn’t show on the outside). Turn and press. -- Fold front welt pieces with right sides together, turn and press. -- Place front welt on center front piece between notches. Put pocket bag on top. Match location of front welt and pocket bag on side front piece, pin second part of pocket bag in place. Stitch and press. Pin and sew princess seam up until pocket stitching, stop and continue after the pocket. Stitch the edges of the front welt down. -- Place patch pocket and pocket flap on marked locations and attach. -- Sew front sleeve seam. Attach cuff facing up until the cuff fold line. Stitch back sleeve seam, careful not to catch the facing. Sew the rest of the facing seam. Turn, press, fold cuff back and baste to keep in place. -- Stitch upper lining piece to front facing. Stitch side front lining to front facing. (When using an extra back facing piece, leave top five cm of lining/facing seam unsewn) -- Make inner pocket flap, fold and press welts. Mark welt location, pin welts, flap and pocket bag in place. Stitch. Slash between welts. Turn and press. Stitch those little triangle thingies to the welts and close pocket bag. Omg. -- Optional: cut under collar on the bias to make it sit nicer. Interface collar stand. Sew collar stands to upper and under collar. Cut piece of hair canvas for under collar. Pad stitch under collar. Sew collar pieces around edge with right sides together, leaving bottom edge open. Turn and press. Fold collar into right shape around tailor’s ham or rolled up towel and steam the shit out of it. -- Lining: optional: cut back neck facing from shell fabric to have something nice to sew a label on. Draft separate upper back lining piece. Stitch back seams, stitch darts as tucks. Stitch tail lining to upper back. Stitch shoulder and side seams on lining. Stitch shoulder seams on front and back facing. Stitch lining to facing, connecting the earlier stitching lines. Insert lining sleeves to mentally prepare for the real deal. -- Get some shoulder pads or craft them yourself from hair canvas and cotton batting. Set in sleeves, cry, unpick, set in sleeves again. Add a strip of cotton batting to the sleeve head for maximum oomph. Attach shoulder pads. -- Pin collar to neckline, matching center back to center collar. Mind the varying seam allowances! Baste in place. Pin facing/lining combo to neckline and front edge, sandwiching collar in between. Stitch carefully around the entire coat, including the bottom edge of the facing (leave the rest of the hem alone). Check for puckers or pleats, trim seams, turn the whole thing right side out and press. -- Turn hem up, press and baste into place. Sew hem with an invisible stitch, then hand sew lining hem to coat. -- Mark buttonholes on coat front and belt pieces. Make buttonholes and attach buttons. -- Remove all basting still present, put on your coat, give yourself a pat on the back and then sleep for three weeks. - - -#### Other notes - -- Sew an arrowhead tack in the triangular area above the back pleat. -This area is marked on the pattern by dashed lines and a bnotch at the -triangle top. -The arrowhead tack reinforces the pleat seam. diff --git a/sites/orgdocs/docs/designs/carlita/measurements/readme.mdx b/sites/orgdocs/docs/designs/carlita/measurements/readme.mdx deleted file mode 100644 index b6c6e010b17..00000000000 --- a/sites/orgdocs/docs/designs/carlita/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Carlita coat: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/carlita/needs/readme.mdx b/sites/orgdocs/docs/designs/carlita/needs/readme.mdx deleted file mode 100644 index e20a04436dd..00000000000 --- a/sites/orgdocs/docs/designs/carlita/needs/readme.mdx +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Carlita coat: What You Need" ---- - -To make Carlita, you will need the following: - -- Basic sewing supplies -- About 5 - 6 metres (5.5 - 6.6 yards) of a suitable main fabric ([see Carlita Fabric options](/docs/designs/carlita/fabric/)) -- About 3.5 - 4 metres (3.8 - 4.4 yards) of lining fabric ([see Carlita Fabric options](/docs/designs/carlita/fabric/)) -- About 0.75 - 1 metre (0.8 - 1.1 yards) of sleeve lining fabric ([see Carlita Fabric options](/docs/designs/carlita/fabric/)) -- Light to Mediumweight hair canvas ([see Carlita Fabric options](/docs/designs/carlita/fabric/)) -- Heavyweight hair canvas ([see Carlita Fabric options](/docs/designs/carlita/fabric/)) -- Tailors tape -- 6 Buttons for front closure -- Strong thread for attaching facings -- (Optional) Silk buttonhole twist if hand-sewing the buttonholes and buttons. - -:::warning - - -Carlita has a lot of pieces! These lengths are estimates, you may need more or less depending on your size but if in doubt add an extra 0.5 to 1 metre of fabric. - -::: diff --git a/sites/orgdocs/docs/designs/carlita/notes/readme.mdx b/sites/orgdocs/docs/designs/carlita/notes/readme.mdx deleted file mode 100644 index c090ab04545..00000000000 --- a/sites/orgdocs/docs/designs/carlita/notes/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Carlita coat: Designer Notes" ---- - -Carlita is [Carlton](/designs/carlton) with a full bust adjustment worked into a princess seam. -It is, in other words, Carlton for people who have breasts, or at least are looking for a more female-presenting cut. - -Apart from that, it's pretty much the same, with the exception of the chest -pocket which for Carlita is worked into the princess seam. - -Just like with Carlton, I can't claim all credit for myself as this design was -a collaboration with [my friend Anneke -Caramin](https://www.instagram.com/annekecaramin/). - -joost diff --git a/sites/orgdocs/docs/designs/carlita/options/acrossbackfactor/acrossbackfactor.svg b/sites/orgdocs/docs/designs/carlita/options/acrossbackfactor/acrossbackfactor.svg deleted file mode 100644 index ab6d9ab0ad7..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/acrossbackfactor/acrossbackfactor.svg +++ /dev/null @@ -1,540 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/acrossbackfactor/readme.mdx deleted file mode 100644 index e4dd6dd435b..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Across back factor" ---- - -![Across back factor](./acrossbackfactor.svg) - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/carlita/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/armholedepth/readme.mdx deleted file mode 100644 index 29fb4365d8b..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/carlita/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/carlita/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/carlita/options/armholedepthfactor/armholedepthfactor.svg b/sites/orgdocs/docs/designs/carlita/options/armholedepthfactor/armholedepthfactor.svg deleted file mode 100644 index f169433396b..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/armholedepthfactor/armholedepthfactor.svg +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/armholedepthfactor/readme.mdx deleted file mode 100644 index 9711d41082a..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -![Armhole depth factor](./armholedepthfactor.svg) - -This controls the depth of the armhole, which in turn influences the sleevecap width. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/backneckcutout/readme.mdx deleted file mode 100644 index c3d109b2a11..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Back neck cutout" ---- - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/beltwidth/beltwidth.svg b/sites/orgdocs/docs/designs/carlita/options/beltwidth/beltwidth.svg deleted file mode 100644 index cef99599ebd..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/beltwidth/beltwidth.svg +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/beltwidth/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/beltwidth/readme.mdx deleted file mode 100644 index 47f8750b54b..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/beltwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Belt width" ---- - -Controls the width of the belt at the back. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/bicepsease/bicepsease.svg b/sites/orgdocs/docs/designs/carlita/options/bicepsease/bicepsease.svg deleted file mode 100644 index a84c77619fe..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/bicepsease/bicepsease.svg +++ /dev/null @@ -1,469 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/bicepsease/readme.mdx deleted file mode 100644 index 0f6b1f3b270..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/bicepsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Biceps ease" ---- - -![Biceps ease](./bicepsease.svg) - -The amount of ease at your upper arm. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/buttonspacinghorizontal/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/buttonspacinghorizontal/readme.mdx deleted file mode 100644 index 33b5336fb45..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/buttonspacinghorizontal/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Horizontal button spacing" ---- - -Controls how far the double rows of front buttons are set apart. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/chestease/chestease.svg b/sites/orgdocs/docs/designs/carlita/options/chestease/chestease.svg deleted file mode 100644 index bc491a0330d..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/chestease/chestease.svg +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/chestease/readme.mdx deleted file mode 100644 index b686a0da59e..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/chestease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest ease" ---- - -![Chest ease](./chestease.svg) - -The amount of ease at your chest. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/chestpocketangle/chestpocketangle.svg b/sites/orgdocs/docs/designs/carlita/options/chestpocketangle/chestpocketangle.svg deleted file mode 100644 index 1ec2e93f352..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/chestpocketangle/chestpocketangle.svg +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/chestpocketangle/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/chestpocketangle/readme.mdx deleted file mode 100644 index 90fefe7a74f..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/chestpocketangle/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest pocket angle" ---- - -Controls the slant of the chest pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/chestpocketheight/chestpocketheight.svg b/sites/orgdocs/docs/designs/carlita/options/chestpocketheight/chestpocketheight.svg deleted file mode 100644 index 97ee8ac920e..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/chestpocketheight/chestpocketheight.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/chestpocketheight/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/chestpocketheight/readme.mdx deleted file mode 100644 index 59a9fdc80ca..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/chestpocketheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest pocket height" ---- - -Controls the height/size of the chest pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/chestpocketplacement/chestpocketplacement.svg b/sites/orgdocs/docs/designs/carlita/options/chestpocketplacement/chestpocketplacement.svg deleted file mode 100644 index dc65a4fc6ca..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/chestpocketplacement/chestpocketplacement.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/chestpocketplacement/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/chestpocketplacement/readme.mdx deleted file mode 100644 index d9e74a7c647..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/chestpocketplacement/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest pocket placement" ---- - -Controls the location of the chest pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/chestpocketwidth/chestpocketwidth.svg b/sites/orgdocs/docs/designs/carlita/options/chestpocketwidth/chestpocketwidth.svg deleted file mode 100644 index 12c9bb384a3..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/chestpocketwidth/chestpocketwidth.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/chestpocketwidth/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/chestpocketwidth/readme.mdx deleted file mode 100644 index 0e8d0128c79..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/chestpocketwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest pocket width" ---- - -Controls the width of the chest pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/collarflare/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/collarflare/readme.mdx deleted file mode 100644 index f01c66c6409..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/collarflare/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Collar flare" ---- - -Controls the flare of the collar by altering the fall length (between the neck and the points) of the collar. - -- Increase this option to increase the fall length. -- Decrease this option to decrease the fall length. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/collarheight/collarheight.svg b/sites/orgdocs/docs/designs/carlita/options/collarheight/collarheight.svg deleted file mode 100644 index 63cb4b3602a..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/collarheight/collarheight.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/collarheight/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/collarheight/readme.mdx deleted file mode 100644 index 205585d972e..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/collarheight/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Collar height" ---- - -![Collar height](collarheight.svg) - -Controls the height of the collar. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/collarspread/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/collarspread/readme.mdx deleted file mode 100644 index d717b5f4352..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/collarspread/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Collar spread" ---- - -Controls the distance between the points of the collar. - -- Increase this option to spread the collar out and towards the shoulder. -- Decrease this option to bring the collar in towards the body. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/contour/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/contour/readme.mdx deleted file mode 100644 index 0f33b801df5..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/contour/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Contour" ---- - -Controls how sharply the princess seam will correct once it's passed the fullness of your breasts. - -A high factor will smooth the curve, resulting in a less fitted coat that's easier to sew. -A low factor will sharpen the curve, resulting in a more fitted coat, with a princess seam that's harder to sew. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/cuffease/cuffease.svg b/sites/orgdocs/docs/designs/carlita/options/cuffease/cuffease.svg deleted file mode 100644 index 472afeb3197..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/cuffease/cuffease.svg +++ /dev/null @@ -1,469 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/cuffease/readme.mdx deleted file mode 100644 index 81bd0ed87ce..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/cuffease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Cuff ease" ---- - -![Cuff ease](./cuffease.svg) - -The amount of ease at your cuff/wrist. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/cufflength/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/cufflength/readme.mdx deleted file mode 100644 index eb6ee3e948a..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/cufflength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Cuff length" ---- - -Controls the length (height if you wish) of the cuffs. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index 5ea09a533ab..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front armhole extra cutout" ---- - -Controls how much the front of the armhole is cut deeper into the garment than the back. - -Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more -rounded there too, and the armhole is typically cut deeper into the front of the garment than -the back. This option controls how much deeper. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/frontoverlap/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/frontoverlap/readme.mdx deleted file mode 100644 index d22c5727e09..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/frontoverlap/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front overlap" ---- - -Controls how much the right and left front of the garment overlap at the center front. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/innerpocketdepth/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/innerpocketdepth/readme.mdx deleted file mode 100644 index 6ad8ae0864e..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/innerpocketdepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Inner pocket depth" ---- - -Controls the depth of the inner pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/innerpocketplacement/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/innerpocketplacement/readme.mdx deleted file mode 100644 index 743b1e5d1a6..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/innerpocketplacement/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Inner pocket placement" ---- - -Controls the location of the inner pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/innerpocketweltheight/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/innerpocketweltheight/readme.mdx deleted file mode 100644 index ee166340aa3..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/innerpocketweltheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Inner pocket welt height" ---- - -Controls the size of the welts on the inner pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/innerpocketwidth/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/innerpocketwidth/readme.mdx deleted file mode 100644 index ce122ed8af8..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/innerpocketwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Inner pocket width" ---- - -Controls the width of the inner pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/lapelreduction/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/lapelreduction/readme.mdx deleted file mode 100644 index 69d1dec52f0..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/lapelreduction/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Lapel reduction" ---- - -Controls how much the lapel tip goes inwards. - -It is common to have the edge of the lapels not be entirely straight, but rather -turn inwards a bit towards the top of the lapels. This option controls by how much it does that. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index cd265fbf9ae..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Carlita extends. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Carlita will follow. diff --git a/sites/orgdocs/docs/designs/carlita/options/length/length.svg b/sites/orgdocs/docs/designs/carlita/options/length/length.svg deleted file mode 100644 index 75c74f5033e..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/length/length.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/length/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/length/readme.mdx deleted file mode 100644 index 630e252404e..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/length/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Length" ---- - -![Length](length.svg) - -Controls the overall length of the coat. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/pocketflapradius/pocketflapradius.svg b/sites/orgdocs/docs/designs/carlita/options/pocketflapradius/pocketflapradius.svg deleted file mode 100644 index e787322102c..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/pocketflapradius/pocketflapradius.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/pocketflapradius/pocketradius.svg b/sites/orgdocs/docs/designs/carlita/options/pocketflapradius/pocketradius.svg deleted file mode 100644 index 8fecd443d8b..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/pocketflapradius/pocketradius.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/pocketflapradius/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/pocketflapradius/readme.mdx deleted file mode 100644 index b9ee0c4d18b..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/pocketflapradius/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Pocket flap radius" ---- - -![Pocket flap radius](pocketflapradius.svg) - -Controls the radius with which the pocket flaps are rounded at the bottom. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/pocketheight/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/pocketheight/readme.mdx deleted file mode 100644 index 49274228bc5..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/pocketheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Pocket height" ---- - -Controls the height/depth of the pockets. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/pocketplacementhorizontal/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/pocketplacementhorizontal/readme.mdx deleted file mode 100644 index 84fdfde2462..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/pocketplacementhorizontal/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Horizontal pocket placement" ---- - -Controls the location of the pockets horizontally (more left or right). - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/pocketplacementvertical/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/pocketplacementvertical/readme.mdx deleted file mode 100644 index 422664a71f0..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/pocketplacementvertical/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Vertical pocket placement" ---- - -Controls the location of the pockets vertically (higher or lower). - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/pocketradius/pocketradius.svg b/sites/orgdocs/docs/designs/carlita/options/pocketradius/pocketradius.svg deleted file mode 100644 index 8fecd443d8b..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/pocketradius/pocketradius.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/pocketradius/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/pocketradius/readme.mdx deleted file mode 100644 index aa573c91a88..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/pocketradius/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Pocket radius" ---- - -![Pocket radius](pocketradius.svg) - -Controls the radius with which the pockets are rounded at the bottom. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/pocketwidth/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/pocketwidth/readme.mdx deleted file mode 100644 index cb0747f4328..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/pocketwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Pocket width" ---- - -Controls the width of the pockets. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/readme.mdx deleted file mode 100644 index 9808c509e07..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Carlita coat: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/carlita/options/s3armhole/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/s3armhole/readme.mdx deleted file mode 100644 index c483c8bc30b..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/s3armhole/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: armhole side" ---- - -Controls the shoulder seam location on the armhole side. - -- Increase this option to shift the shoulder seam forward on the armhole side -- Decrease this option to shift the shoulder seam backward on the armhole side - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/s3collar/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/s3collar/readme.mdx deleted file mode 100644 index 8887d957b6b..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/s3collar/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: collar side" ---- - -Controls the shoulder seam location on the collar side. - -- Increase this option to shift the shoulder seam forward on the collar side -- Decrease this option to shift the shoulder seam backward on the collar side - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/seatease/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/seatease/readme.mdx deleted file mode 100644 index 9d5651e709b..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/seatease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Seat ease" ---- - -![Seat ease](./seatease.svg) - -The amount of ease at your seat. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/seatease/seatease.svg b/sites/orgdocs/docs/designs/carlita/options/seatease/seatease.svg deleted file mode 100644 index 530ea39e2e4..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/seatease/seatease.svg +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/shoulderease/readme.mdx deleted file mode 100644 index ab5e52a7876..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/shoulderease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder ease" ---- - -![Shoulder ease](./shoulderease.svg) - -The amount of ease at your shoulders. This is an option specific to coats/overwear to allow room for garments worn under the coat. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/shoulderease/shoulderease.svg b/sites/orgdocs/docs/designs/carlita/options/shoulderease/shoulderease.svg deleted file mode 100644 index 27692d3044b..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/shoulderease/shoulderease.svg +++ /dev/null @@ -1,459 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index b7b53c65714..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Shoulder slope reduction" ---- - -Reduces the shoulder slope to create extra room for shoulder padding. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/sleevebend/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/sleevebend/readme.mdx deleted file mode 100644 index bc009b9413c..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/sleevebend/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve bend" ---- - -![Sleeve bend](./sleevebend.svg) - -The angle of the sleeve at the elbow. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/sleevebend/sleevebend.svg b/sites/orgdocs/docs/designs/carlita/options/sleevebend/sleevebend.svg deleted file mode 100644 index 57b72469197..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/sleevebend/sleevebend.svg +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/sleevecapease/readme.mdx deleted file mode 100644 index ceee42517d4..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -![Sleevecap ease](./sleevecapease.svg) - -How much sleevecap ease do you want? - -> #### What's the point? -> -> The amount of sleevecap ease determines how the sleeves rolls from the shouder. -> -> More ease makes the sleeve curl into the seam as you would expect from a coat. Less ease makes the sleeve lie flatter. - -> The lighter your fabric, the less sleevecap ease you want. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/sleevecapease/sleevecapease.svg b/sites/orgdocs/docs/designs/carlita/options/sleevecapease/sleevecapease.svg deleted file mode 100644 index aed6cdc1f50..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/sleevecapease/sleevecapease.svg +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/sleevecapheight/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/sleevecapheight/readme.mdx deleted file mode 100644 index ceafa58880e..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/sleevecapheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleevecap height" ---- - -This factor controls the height of the sleevecap. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index b29326daae9..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -![Sleevelength bonus](./sleevelengthbonus.svg) - -The amount to extend the sleeve beyond the length of the sleeve in the base block. - -:::note - - -###### This is not supposed to be zero - -Setting this to zero will make the sleeve length the same as the base length of the Bent block, -which is certainly too short for a coat. -Please take note of the default value and use that as a basis to lengthen or shorten the sleeve. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/sleevelengthbonus/sleevelengthbonus.svg b/sites/orgdocs/docs/designs/carlita/options/sleevelengthbonus/sleevelengthbonus.svg deleted file mode 100644 index 722da107c17..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/sleevelengthbonus/sleevelengthbonus.svg +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/carlita/options/waistease/readme.mdx deleted file mode 100644 index 227afafbebb..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/waistease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist ease" ---- - -![Waist ease](./waistease.svg) - -The amount of ease at your waist. - - - - diff --git a/sites/orgdocs/docs/designs/carlita/options/waistease/waistease.svg b/sites/orgdocs/docs/designs/carlita/options/waistease/waistease.svg deleted file mode 100644 index c7409edcbba..00000000000 --- a/sites/orgdocs/docs/designs/carlita/options/waistease/waistease.svg +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlita/readme.mdx b/sites/orgdocs/docs/designs/carlita/readme.mdx deleted file mode 100644 index 92d56f8aafe..00000000000 --- a/sites/orgdocs/docs/designs/carlita/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Carlita coat" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/cutting/readme.mdx b/sites/orgdocs/docs/designs/carlton/cutting/readme.mdx deleted file mode 100644 index 548072eee7a..00000000000 --- a/sites/orgdocs/docs/designs/carlton/cutting/readme.mdx +++ /dev/null @@ -1,80 +0,0 @@ ---- -title: "Carlton coat: Cutting Instructions" ---- - -:::note - - -Certain parts have to be drafted off of the existing parts. How to draft these are provided in the [instructions](/docs/designs/carlton/instructions). - -::: - -### Materials - -- **Main fabric** - - Cut **2 Front** parts - - Cut **2 Front facing** parts - - Cut **2 Back** parts - - Cut **2 topsleeve** parts - - Cut **2 undersleeve** parts - - Cut **2 tail** parts - - Cut **4 belt** parts - - Cut **2 Collar stand** parts - - Cut **2 collar** parts on the fold or Cut the upper collar on the fold and the under collar on the bias - - Cut **2 cuffFacing** parts - - Cut **2 Pocket** parts - - Cut **4 pocketFlap** parts - - Cut **2 chestPocketWelt** parts - - Cut **2 innerPocketWelt** parts - -:::note - - -If your main fabric is quite lightweight and flimsy you may need to interface all the parts with a lightweight interfacing. - -::: - -- **Lining fabric** - - Cut **2 Front lining** parts - - Cut **2 Back** parts - - Cut **2 topsleeve** parts - - Cut **2 undersleeve** parts - - Cut **2 tail** parts - - Cut **2 innerPocketBag** parts - - Cut **1 innerPocketTab** parts - - Cut **2 pocketLining** parts - - Cut **2 chestPocketBag** parts -- **Light to Mediumweight Hair Canvas** - - Cut **2 Front Facing** parts - - Cut **1 Collar stand** parts - - Cut **2 collar** parts on the bias and seam together - - Cut **2 cuffFacing** parts - - Cut **2 pocketFlap** parts - - Cut **2 chestPocketWelt** parts - - Cut **2 innerPocketWelt** parts -- **Heavyweight Hair Canvas** - - Cut **2 Front Shoulder** parts - - Cut **2 Chest canvas** parts - - Cut **2 Back shoulder** parts - -:::note - - -The canvas parts need to be cut _nett_ (without seam allowances). - -::: - - - -Instead of cutting the canvas parts nett, there is an alternate -method where seam allowance is included on the canvas parts. -The idea is that because the canvas parts have seam allowance, -when they are attached to the main fabric pieces this can allow -ease to be worked into the garment for a better shape. -The seam allowance is then trimmed from the canvas at a later point -in the garment construction process. - -However, because this is a more advanced tailoring technique, -our instructions are instead written with the nett canvas method. - - diff --git a/sites/orgdocs/docs/designs/carlton/fabric/readme.mdx b/sites/orgdocs/docs/designs/carlton/fabric/readme.mdx deleted file mode 100644 index 892c05a99a0..00000000000 --- a/sites/orgdocs/docs/designs/carlton/fabric/readme.mdx +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Carlton coat: Fabric Options" ---- - -### Main Fabric - -You want a fabric that has a bit of body that holds its shape. Generally **Wools** of **coating weight** will be the best choice as they will provide warmth and give shape to the coat. Other fabrics of **coating weight** should also work. However if you are looking for something more lightweight you could try **Linens** and lighter **Wools**, but you may need to face these fabrics to give them more body before construction. **Fleece** is a cheaper alternate to **Wools** but may note keep as long, if you are putting the effort into properly tailoring Carlton then you are gonna want to consider buying a fabric that will last for a long period of time. - -:::note - - -Remember that this pattern is intended to be a winter coat so you need to consider warmth when choosing your fabric. - -::: - -### Linings and Pocket Bags - -Lightweight **Cottons** such as **Cotton Silesia**, **Cotton Lawn** or **Glazed Cottons** should do for the body lining but you may find that you require **Silks** or similar for the sleeve linings to reduce friction and make it easier to take on and off over the arms. **Silks** can also be used for the body as well but the **Cotton** will be more durable in the long run. Pocket bags should be out of **Cotton** or something that is strong enough to hold the weight of the intended items you wish to carry in them. **Printed Cottons** are a fun thing to try but if your main fabric is quite bulky you may find they add to much weight. - -:::tip - - -As per usual with Linings it is really down to your prefered lining materials but if you are new to lining a coat we suggest to use the **Cotton** options for the body and pockets and use the **Silk** option for the sleeves. - -::: - -### Facings - -We recommend **Hair canvases**. You may be tempted to use modern interfacing but hair canvases will provide the best results. You will want a combination of different weight hair canvases such as lightweight to medium weight **Tailors Canvas** and heavyweight **Horsehair Canvas**. -A common misconception is that you have to use horsehair canvas for all of it, but this is not the case and really is only needed for areas that need the most structure such as the upper front but are often too stiff for other parts. Tailors canvas is generally used for the majority of facing a coat. - -:::tip - - -You can use fusible or non-fusible facings but you may find that you still need to flatline the facing and fabric pieces together with basting stitches, even after fusing for the best results. - -::: - -:::note - - -Certain hair canvases, such as **Horsehair canvas** can have stiff hairs that can poke out of the fabric so will require tape like tailors tape to prevent this from happening. - -::: diff --git a/sites/orgdocs/docs/designs/carlton/instructions/apply-fusible-interfacing.svg b/sites/orgdocs/docs/designs/carlton/instructions/apply-fusible-interfacing.svg deleted file mode 100644 index 0b847f496a7..00000000000 --- a/sites/orgdocs/docs/designs/carlton/instructions/apply-fusible-interfacing.svg +++ /dev/null @@ -1,736 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/instructions/attach-canvas-to-front.svg b/sites/orgdocs/docs/designs/carlton/instructions/attach-canvas-to-front.svg deleted file mode 100644 index 2d8b9aa649f..00000000000 --- a/sites/orgdocs/docs/designs/carlton/instructions/attach-canvas-to-front.svg +++ /dev/null @@ -1,900 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/instructions/close-the-back-darts.svg b/sites/orgdocs/docs/designs/carlton/instructions/close-the-back-darts.svg deleted file mode 100644 index 762e856bce3..00000000000 --- a/sites/orgdocs/docs/designs/carlton/instructions/close-the-back-darts.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/instructions/construct-the-belt.svg b/sites/orgdocs/docs/designs/carlton/instructions/construct-the-belt.svg deleted file mode 100644 index e5e9d85f51a..00000000000 --- a/sites/orgdocs/docs/designs/carlton/instructions/construct-the-belt.svg +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/instructions/join-chest-canvas-piece-to-front-canvas.svg b/sites/orgdocs/docs/designs/carlton/instructions/join-chest-canvas-piece-to-front-canvas.svg deleted file mode 100644 index ba7d6bd92b2..00000000000 --- a/sites/orgdocs/docs/designs/carlton/instructions/join-chest-canvas-piece-to-front-canvas.svg +++ /dev/null @@ -1,894 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/instructions/layout.svg b/sites/orgdocs/docs/designs/carlton/instructions/layout.svg deleted file mode 100644 index 81ac0c6ee2a..00000000000 --- a/sites/orgdocs/docs/designs/carlton/instructions/layout.svg +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org Carlton Coat freesewing.org/drafts/avhup The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Center front - - Center front - - Center front - - Center front - - Facing/Lining boundary - Lining side - - Facing/Lining boundary - Facing side - - Standard seam allowance(1cm) - - Hem allowance(5cm) - - Grainline - 1 - avhup for Joost De Cock - Front - 2x from main fabric - - - - - - - - - - - - - - - - - - - - - - - Standard seam allowance(1cm) - - Grainline - 2 - avhup for Joost De Cock - Back - 2x from main fabric - - - - - - - - - - - - - - Standard seam allowance(1cm) - - Hem allowance(5cm) - - 90.39cm - - Grainline - 3 - avhup for Joost De Cock - Tail - 2x from main fabric - - - - - - - - - - - - - Standard seam allowance(1cm) - - Half of the standard seam allowance(0.5cm) - - Grainline - 4 - avhup for Joost De Cock - Topsleeve - 2x from main fabric - - - - - - - - - - - - - - - Standard seam allowance(1cm) - - Half of the standard seam allowance(0.5cm) - - Grainline - 5 - avhup for Joost De Cock - Undersleeve - 2x from main fabric - - - - - - - - - - - Standard seam allowance(1cm) - - Half of the standard seam allowance(0.5cm) - 6 - avhup for Joost De Cock - Belt - 4x from main fabric - - - - - - - - - - Half of the standard seam allowance(0.5cm) - 7 - avhup for Joost De Cock - Collar stand - 2x from main fabric - - - - - - - - - - Half of the standard seam allowance(0.5cm) - - cut on fold - - grainline - 8 - avhup for Joost De Cock - Collar - 2x from main fabric - - - - - - - - - Half of the standard seam allowance(0.5cm) - - grainline - 9 - avhup for Joost De Cock - Cuff facing - 2x from main fabric - - - - - - - - - Twice the standard seam allowance(2cm) - - Half of the standard seam allowance(0.5cm) - - grainline - 10 - avhup for Joost De Cock - Pocket - 2x from main fabric - - - - - - - - - Half of the standard seam allowance(0.5cm) - - grainline - 11 - avhup for Joost De Cock - Pocket flap - 2x from main fabric - - - - - - - - - grainline - 12 - avhup for Joost De Cock - Chest pocket welt - 2x from main fabric - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/instructions/pad-stitch-lapels.svg b/sites/orgdocs/docs/designs/carlton/instructions/pad-stitch-lapels.svg deleted file mode 100644 index 4dec1478c15..00000000000 --- a/sites/orgdocs/docs/designs/carlton/instructions/pad-stitch-lapels.svg +++ /dev/null @@ -1,3114 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/instructions/prepare-the-inner-pocket-tab.svg b/sites/orgdocs/docs/designs/carlton/instructions/prepare-the-inner-pocket-tab.svg deleted file mode 100644 index 0d384b041e9..00000000000 --- a/sites/orgdocs/docs/designs/carlton/instructions/prepare-the-inner-pocket-tab.svg +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/instructions/readme.mdx b/sites/orgdocs/docs/designs/carlton/instructions/readme.mdx deleted file mode 100644 index f47a8f8eff5..00000000000 --- a/sites/orgdocs/docs/designs/carlton/instructions/readme.mdx +++ /dev/null @@ -1,69 +0,0 @@ ---- -title: "Carlton coat: Sewing Instructions" ---- - -### Step 1: Draft and Cut the missing Lining and Facing Parts - -Some parts for Carlton require you to draft parts from the existing parts. The following are a list of what parts you need to draft, [see Carlton Cutting](/docs/designs/carlton/cutting/) for details on how to cut them. - -#### Drafting - -##### Front facing and Front lining - -- Trace off of **Front** part. -- Cut along the green line. -- Add seam allowance (if including) along green line to both pieces -- The piece with the lapel is now the **Front facing** part. -- Trim the hem allowance (if included) of the remaining piece to seam allowance length -- The remaining piece is now the **Front lining** part. - -:::note - - -The button and pocket markings are not needed for these parts so feel free not to trace them. - -::: - -:::warning - - -Don't forget the seam allowance for these pieces when cutting if you are making these parts nett! - -::: - -##### Chest canvas - -- Trace off of **Front** part. -- Cut along the orange line. -- Discard lower piece. -- Cut along lapel line. -- Discard lapel piece. -- Remove the seam allowances (if included) of the upper piece. -- The upper piece is now the **Chest canvas** part. - -##### Front Shoulder - -- Trace off of **Front** part. -- Draw a curve from shoulder to bottom of armhole. -- Cut along this curve and discard the lower part. -- The upper piece is now the **Front Shoulder** part. - -##### Back shoulder - -- Trace off of **Back** part. -- Cut along the orange line. -- Discard lower piece. -- Remove the seam allowances (if included) of the upper piece. -- The upper piece is now the **Back shoulder** part. - -#### Cutting - -- Cut all the parts above from their respective fabrics/facings. ([see Carlton Cutting](/docs/designs/carlton/cutting/)) - -### Step 2: Fix Me - - - -Documentation for this pattern still needs to be written. In the meantime their are some preliminary instructions for ([Carlita, Carlton's Counterpart](/docs/designs/carlita/instructions/)) that should help. - - diff --git a/sites/orgdocs/docs/designs/carlton/measurements/readme.mdx b/sites/orgdocs/docs/designs/carlton/measurements/readme.mdx deleted file mode 100644 index 13213125222..00000000000 --- a/sites/orgdocs/docs/designs/carlton/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Carlton coat: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/carlton/needs/readme.mdx b/sites/orgdocs/docs/designs/carlton/needs/readme.mdx deleted file mode 100644 index 8152a24e88a..00000000000 --- a/sites/orgdocs/docs/designs/carlton/needs/readme.mdx +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Carlton coat: What You Need" ---- - -To make Carlton, you will need the following: - -- Basic sewing supplies -- About 5 - 6 metres (5.5 - 6.6 yards) of a suitable main fabric ([see Carlton Fabric options](/docs/designs/carlton/fabric/)) -- About 3.5 - 4 metres (3.8 - 4.4 yards) of lining fabric ([see Carlton Fabric options](/docs/designs/carlton/fabric/)) -- About 0.75 - 1 metre (0.8 - 1.1 yards) of sleeve lining fabric ([see Carlton Fabric options](/docs/designs/carlton/fabric/)) -- Light to Mediumweight hair canvas ([see Carlton Fabric options](/docs/designs/carlton/fabric/)) -- Heavyweight hair canvas ([see Carlton Fabric options](/docs/designs/carlton/fabric/)) -- Tailors tape -- 6 Buttons for front closure -- Strong thread for attaching facings -- (Optional) Silk buttonhole twist if hand-sewing the buttonholes and buttons. - -:::warning - - -Carlton has a lot of pieces! These lengths are estimates, you may need more or less depending on your size but if in doubt add an extra 0.5 to 1 metre of fabric. - -::: diff --git a/sites/orgdocs/docs/designs/carlton/notes/readme.mdx b/sites/orgdocs/docs/designs/carlton/notes/readme.mdx deleted file mode 100644 index 95bdeda2c84..00000000000 --- a/sites/orgdocs/docs/designs/carlton/notes/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Carlton coat: Designer Notes" ---- - -Carlon is the reverse-engineered version of the coat worn by Benedict -Cumberbatch in [the Sherlock -TV-series](https://en.wikipedia.org/wiki/Sherlock_(TV_series)). - -It was painstakingly puzzled together by myself and [my friend Anneke -Caramin](https://www.instagram.com/annekecaramin/) from screengrabs, and -pictures we found on the internet. - -From the outset, we wanted to make a version for ladies too, which is what -[Carlita](/designs/carlita) is. - -If you want to cosplay Sherlock Holmes, you'll be hard-pressed to find a better -design. -And if, like me, you just want a warm coat, it's great for that too. - -joost diff --git a/sites/orgdocs/docs/designs/carlton/options/acrossbackfactor/acrossbackfactor.svg b/sites/orgdocs/docs/designs/carlton/options/acrossbackfactor/acrossbackfactor.svg deleted file mode 100644 index ab6d9ab0ad7..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/acrossbackfactor/acrossbackfactor.svg +++ /dev/null @@ -1,540 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/acrossbackfactor/readme.mdx deleted file mode 100644 index e4dd6dd435b..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Across back factor" ---- - -![Across back factor](./acrossbackfactor.svg) - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/carlton/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/armholedepth/readme.mdx deleted file mode 100644 index b641c59d210..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/carlton/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/carlton/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/carlton/options/armholedepthfactor/armholedepthfactor.svg b/sites/orgdocs/docs/designs/carlton/options/armholedepthfactor/armholedepthfactor.svg deleted file mode 100644 index f169433396b..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/armholedepthfactor/armholedepthfactor.svg +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/armholedepthfactor/readme.mdx deleted file mode 100644 index 9711d41082a..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -![Armhole depth factor](./armholedepthfactor.svg) - -This controls the depth of the armhole, which in turn influences the sleevecap width. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/backneckcutout/readme.mdx deleted file mode 100644 index c3d109b2a11..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Back neck cutout" ---- - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/beltwidth/beltwidth.svg b/sites/orgdocs/docs/designs/carlton/options/beltwidth/beltwidth.svg deleted file mode 100644 index cef99599ebd..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/beltwidth/beltwidth.svg +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/beltwidth/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/beltwidth/readme.mdx deleted file mode 100644 index 47f8750b54b..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/beltwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Belt width" ---- - -Controls the width of the belt at the back. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/bicepsease/bicepsease.svg b/sites/orgdocs/docs/designs/carlton/options/bicepsease/bicepsease.svg deleted file mode 100644 index a84c77619fe..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/bicepsease/bicepsease.svg +++ /dev/null @@ -1,469 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/bicepsease/readme.mdx deleted file mode 100644 index 0f6b1f3b270..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/bicepsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Biceps ease" ---- - -![Biceps ease](./bicepsease.svg) - -The amount of ease at your upper arm. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/buttonspacinghorizontal/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/buttonspacinghorizontal/readme.mdx deleted file mode 100644 index 33b5336fb45..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/buttonspacinghorizontal/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Horizontal button spacing" ---- - -Controls how far the double rows of front buttons are set apart. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/chestease/chestease.svg b/sites/orgdocs/docs/designs/carlton/options/chestease/chestease.svg deleted file mode 100644 index bc491a0330d..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/chestease/chestease.svg +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/chestease/readme.mdx deleted file mode 100644 index b686a0da59e..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/chestease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest ease" ---- - -![Chest ease](./chestease.svg) - -The amount of ease at your chest. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/chestpocketangle/chestpocketangle.svg b/sites/orgdocs/docs/designs/carlton/options/chestpocketangle/chestpocketangle.svg deleted file mode 100644 index 1ec2e93f352..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/chestpocketangle/chestpocketangle.svg +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/chestpocketangle/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/chestpocketangle/readme.mdx deleted file mode 100644 index 90fefe7a74f..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/chestpocketangle/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest pocket angle" ---- - -Controls the slant of the chest pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/chestpocketheight/chestpocketheight.svg b/sites/orgdocs/docs/designs/carlton/options/chestpocketheight/chestpocketheight.svg deleted file mode 100644 index 97ee8ac920e..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/chestpocketheight/chestpocketheight.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/chestpocketheight/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/chestpocketheight/readme.mdx deleted file mode 100644 index 59a9fdc80ca..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/chestpocketheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest pocket height" ---- - -Controls the height/size of the chest pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/chestpocketplacement/chestpocketplacement.svg b/sites/orgdocs/docs/designs/carlton/options/chestpocketplacement/chestpocketplacement.svg deleted file mode 100644 index dc65a4fc6ca..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/chestpocketplacement/chestpocketplacement.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/chestpocketplacement/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/chestpocketplacement/readme.mdx deleted file mode 100644 index d9e74a7c647..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/chestpocketplacement/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest pocket placement" ---- - -Controls the location of the chest pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/chestpocketwidth/chestpocketwidth.svg b/sites/orgdocs/docs/designs/carlton/options/chestpocketwidth/chestpocketwidth.svg deleted file mode 100644 index 12c9bb384a3..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/chestpocketwidth/chestpocketwidth.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/chestpocketwidth/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/chestpocketwidth/readme.mdx deleted file mode 100644 index 0e8d0128c79..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/chestpocketwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest pocket width" ---- - -Controls the width of the chest pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/collarflare/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/collarflare/readme.mdx deleted file mode 100644 index f01c66c6409..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/collarflare/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Collar flare" ---- - -Controls the flare of the collar by altering the fall length (between the neck and the points) of the collar. - -- Increase this option to increase the fall length. -- Decrease this option to decrease the fall length. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/collarheight/collarheight.svg b/sites/orgdocs/docs/designs/carlton/options/collarheight/collarheight.svg deleted file mode 100644 index 63cb4b3602a..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/collarheight/collarheight.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/collarheight/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/collarheight/readme.mdx deleted file mode 100644 index 205585d972e..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/collarheight/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Collar height" ---- - -![Collar height](collarheight.svg) - -Controls the height of the collar. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/collarspread/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/collarspread/readme.mdx deleted file mode 100644 index d717b5f4352..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/collarspread/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Collar spread" ---- - -Controls the distance between the points of the collar. - -- Increase this option to spread the collar out and towards the shoulder. -- Decrease this option to bring the collar in towards the body. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/cuffease/cuffease.svg b/sites/orgdocs/docs/designs/carlton/options/cuffease/cuffease.svg deleted file mode 100644 index 472afeb3197..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/cuffease/cuffease.svg +++ /dev/null @@ -1,469 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/cuffease/readme.mdx deleted file mode 100644 index 81bd0ed87ce..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/cuffease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Cuff ease" ---- - -![Cuff ease](./cuffease.svg) - -The amount of ease at your cuff/wrist. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/cufflength/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/cufflength/readme.mdx deleted file mode 100644 index eb6ee3e948a..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/cufflength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Cuff length" ---- - -Controls the length (height if you wish) of the cuffs. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index 5ea09a533ab..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front armhole extra cutout" ---- - -Controls how much the front of the armhole is cut deeper into the garment than the back. - -Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more -rounded there too, and the armhole is typically cut deeper into the front of the garment than -the back. This option controls how much deeper. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/frontoverlap/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/frontoverlap/readme.mdx deleted file mode 100644 index d22c5727e09..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/frontoverlap/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front overlap" ---- - -Controls how much the right and left front of the garment overlap at the center front. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/innerpocketdepth/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/innerpocketdepth/readme.mdx deleted file mode 100644 index 6ad8ae0864e..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/innerpocketdepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Inner pocket depth" ---- - -Controls the depth of the inner pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/innerpocketplacement/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/innerpocketplacement/readme.mdx deleted file mode 100644 index 743b1e5d1a6..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/innerpocketplacement/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Inner pocket placement" ---- - -Controls the location of the inner pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/innerpocketweltheight/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/innerpocketweltheight/readme.mdx deleted file mode 100644 index ee166340aa3..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/innerpocketweltheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Inner pocket welt height" ---- - -Controls the size of the welts on the inner pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/innerpocketwidth/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/innerpocketwidth/readme.mdx deleted file mode 100644 index ce122ed8af8..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/innerpocketwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Inner pocket width" ---- - -Controls the width of the inner pocket. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/lapelreduction/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/lapelreduction/readme.mdx deleted file mode 100644 index 69d1dec52f0..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/lapelreduction/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Lapel reduction" ---- - -Controls how much the lapel tip goes inwards. - -It is common to have the edge of the lapels not be entirely straight, but rather -turn inwards a bit towards the top of the lapels. This option controls by how much it does that. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index 648a0596c3c..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Carlton extends. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Carlton will follow. diff --git a/sites/orgdocs/docs/designs/carlton/options/length/length.svg b/sites/orgdocs/docs/designs/carlton/options/length/length.svg deleted file mode 100644 index 75c74f5033e..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/length/length.svg +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/length/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/length/readme.mdx deleted file mode 100644 index 630e252404e..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/length/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Length" ---- - -![Length](length.svg) - -Controls the overall length of the coat. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/pocketflapradius/pocketflapradius.svg b/sites/orgdocs/docs/designs/carlton/options/pocketflapradius/pocketflapradius.svg deleted file mode 100644 index e787322102c..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/pocketflapradius/pocketflapradius.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/pocketflapradius/pocketradius.svg b/sites/orgdocs/docs/designs/carlton/options/pocketflapradius/pocketradius.svg deleted file mode 100644 index 8fecd443d8b..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/pocketflapradius/pocketradius.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/pocketflapradius/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/pocketflapradius/readme.mdx deleted file mode 100644 index b9ee0c4d18b..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/pocketflapradius/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Pocket flap radius" ---- - -![Pocket flap radius](pocketflapradius.svg) - -Controls the radius with which the pocket flaps are rounded at the bottom. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/pocketheight/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/pocketheight/readme.mdx deleted file mode 100644 index 49274228bc5..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/pocketheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Pocket height" ---- - -Controls the height/depth of the pockets. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/pocketplacementhorizontal/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/pocketplacementhorizontal/readme.mdx deleted file mode 100644 index 84fdfde2462..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/pocketplacementhorizontal/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Horizontal pocket placement" ---- - -Controls the location of the pockets horizontally (more left or right). - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/pocketplacementvertical/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/pocketplacementvertical/readme.mdx deleted file mode 100644 index 422664a71f0..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/pocketplacementvertical/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Vertical pocket placement" ---- - -Controls the location of the pockets vertically (higher or lower). - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/pocketradius/pocketradius.svg b/sites/orgdocs/docs/designs/carlton/options/pocketradius/pocketradius.svg deleted file mode 100644 index 8fecd443d8b..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/pocketradius/pocketradius.svg +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/pocketradius/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/pocketradius/readme.mdx deleted file mode 100644 index aa573c91a88..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/pocketradius/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Pocket radius" ---- - -![Pocket radius](pocketradius.svg) - -Controls the radius with which the pockets are rounded at the bottom. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/pocketwidth/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/pocketwidth/readme.mdx deleted file mode 100644 index cb0747f4328..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/pocketwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Pocket width" ---- - -Controls the width of the pockets. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/readme.mdx deleted file mode 100644 index ab10109bfd9..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Carlton coat: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/carlton/options/s3armhole/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/s3armhole/readme.mdx deleted file mode 100644 index c483c8bc30b..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/s3armhole/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: armhole side" ---- - -Controls the shoulder seam location on the armhole side. - -- Increase this option to shift the shoulder seam forward on the armhole side -- Decrease this option to shift the shoulder seam backward on the armhole side - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/s3collar/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/s3collar/readme.mdx deleted file mode 100644 index 8887d957b6b..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/s3collar/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: collar side" ---- - -Controls the shoulder seam location on the collar side. - -- Increase this option to shift the shoulder seam forward on the collar side -- Decrease this option to shift the shoulder seam backward on the collar side - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/seatease/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/seatease/readme.mdx deleted file mode 100644 index 9d5651e709b..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/seatease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Seat ease" ---- - -![Seat ease](./seatease.svg) - -The amount of ease at your seat. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/seatease/seatease.svg b/sites/orgdocs/docs/designs/carlton/options/seatease/seatease.svg deleted file mode 100644 index 530ea39e2e4..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/seatease/seatease.svg +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/shoulderease/readme.mdx deleted file mode 100644 index ab5e52a7876..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/shoulderease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder ease" ---- - -![Shoulder ease](./shoulderease.svg) - -The amount of ease at your shoulders. This is an option specific to coats/overwear to allow room for garments worn under the coat. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/shoulderease/shoulderease.svg b/sites/orgdocs/docs/designs/carlton/options/shoulderease/shoulderease.svg deleted file mode 100644 index 27692d3044b..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/shoulderease/shoulderease.svg +++ /dev/null @@ -1,459 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index b7b53c65714..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Shoulder slope reduction" ---- - -Reduces the shoulder slope to create extra room for shoulder padding. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/sleevebend/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/sleevebend/readme.mdx deleted file mode 100644 index bc009b9413c..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/sleevebend/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve bend" ---- - -![Sleeve bend](./sleevebend.svg) - -The angle of the sleeve at the elbow. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/sleevebend/sleevebend.svg b/sites/orgdocs/docs/designs/carlton/options/sleevebend/sleevebend.svg deleted file mode 100644 index 57b72469197..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/sleevebend/sleevebend.svg +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/sleevecapease/readme.mdx deleted file mode 100644 index 3e3025c2fba..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -![Sleevecap ease](./sleevecapease.svg) - -How much sleevecap ease do you want? - -> #### What's the point? -> -> The amount of sleevecap ease determines how the sleeves rolls from the shoulder. -> -> More ease makes the sleeve curl into the seam as you would expect from a coat. Less ease makes the sleeve lie flatter. - -> The lighter your fabric, the less sleevecap ease you want. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/sleevecapease/sleevecapease.svg b/sites/orgdocs/docs/designs/carlton/options/sleevecapease/sleevecapease.svg deleted file mode 100644 index aed6cdc1f50..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/sleevecapease/sleevecapease.svg +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/sleevecapheight/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/sleevecapheight/readme.mdx deleted file mode 100644 index ceafa58880e..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/sleevecapheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleevecap height" ---- - -This factor controls the height of the sleevecap. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index b29326daae9..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -![Sleevelength bonus](./sleevelengthbonus.svg) - -The amount to extend the sleeve beyond the length of the sleeve in the base block. - -:::note - - -###### This is not supposed to be zero - -Setting this to zero will make the sleeve length the same as the base length of the Bent block, -which is certainly too short for a coat. -Please take note of the default value and use that as a basis to lengthen or shorten the sleeve. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/sleevelengthbonus/sleevelengthbonus.svg b/sites/orgdocs/docs/designs/carlton/options/sleevelengthbonus/sleevelengthbonus.svg deleted file mode 100644 index 722da107c17..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/sleevelengthbonus/sleevelengthbonus.svg +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/carlton/options/waistease/readme.mdx deleted file mode 100644 index 227afafbebb..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/waistease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist ease" ---- - -![Waist ease](./waistease.svg) - -The amount of ease at your waist. - - - - diff --git a/sites/orgdocs/docs/designs/carlton/options/waistease/waistease.svg b/sites/orgdocs/docs/designs/carlton/options/waistease/waistease.svg deleted file mode 100644 index c7409edcbba..00000000000 --- a/sites/orgdocs/docs/designs/carlton/options/waistease/waistease.svg +++ /dev/null @@ -1,426 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/carlton/readme.mdx b/sites/orgdocs/docs/designs/carlton/readme.mdx deleted file mode 100644 index de2647fb127..00000000000 --- a/sites/orgdocs/docs/designs/carlton/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Carlton coat" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/cutting/cathrin_cutting.png b/sites/orgdocs/docs/designs/cathrin/cutting/cathrin_cutting.png deleted file mode 100644 index af22166ec7c..00000000000 Binary files a/sites/orgdocs/docs/designs/cathrin/cutting/cathrin_cutting.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/cathrin/cutting/readme.mdx b/sites/orgdocs/docs/designs/cathrin/cutting/readme.mdx deleted file mode 100644 index 5b01e6260ca..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/cutting/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Cathrin corset: Cutting Instructions" ---- - -Cut 1 core fabric and 1 outer fabric of the center panel, making sure to cut on the fold. - -Cut 2 core and 2 outer of each side panel with _good sides together_. - -For example, for the 11-panel version of Cathrin: - -- Panel 1 - Cut 1 core and 1 outer -- Panel 2 - Cut 2 core and 2 outer -- Panel 3 - Cut 2 core and 2 outer -- Panel 4 - Cut 2 core and 2 outer -- Panel 5 - Cut 2 core and 2 outer -- Panel 6 - Cut 2 core and 2 outer - -![Pattern pieces](cathrin_cutting.png) diff --git a/sites/orgdocs/docs/designs/cathrin/fabric/readme.mdx b/sites/orgdocs/docs/designs/cathrin/fabric/readme.mdx deleted file mode 100644 index d9909b85825..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/fabric/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Cathrin corset: Fabric Options" ---- - -Corsets must be made from fabric with no stretch at all. The fabric designed for corset making is called coutil. Although coutil is expensive, not much is needed for a corset. Some cheaper alternatives include canvas, denim and cotton ticking. However, these will stretch over time and are not suitable for any garment with a large waist reduction: they are not strong enough. They are good options for testing the pattern to see how it fits on you. For corsets made from silk and cotton and other fancy fabrics, you need to use several layers - the fabric you want to be seen, on top of a layer of coutil or other strength layer, and perhaps also a third layer made out of lining which will sit next to the body. - -For the core fabric, you need a strong fabric, such as coutil, canvas, or denim. - -For the outer fabric, you can use most non-stretch fabrics, such as linen, cotton, or silk. diff --git a/sites/orgdocs/docs/designs/cathrin/instructions/layout.svg b/sites/orgdocs/docs/designs/cathrin/instructions/layout.svg deleted file mode 100644 index 30f59c5807d..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/instructions/layout.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org Cathrin Corset freesewing.org/drafts/__REFERENCE__ The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - Cut on fold - Grainline - 1 - Panel 1 - 1x from main fabricCut on fold - - - - - - - - - Grainline - 2 - Panel 2 - 2x from main fabric - - - - - - - - - Grainline - 3 - Panel 3 - 2x from main fabric - - - - - - - - - Grainline - 4 - Panel 4 - 2x from main fabric - - - - - - - - - Grainline - 5 - Panel 5 - 2x from main fabric - - - - - - - - - - Grainline - 6 - Panel 6 - 2x from main fabric - - - - - - - - - Grainline - 7 - Panel 7 - 2x from main fabric - - - - - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/instructions/readme.mdx b/sites/orgdocs/docs/designs/cathrin/instructions/readme.mdx deleted file mode 100644 index 56d77c0cc5d..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/instructions/readme.mdx +++ /dev/null @@ -1,122 +0,0 @@ ---- -title: "Cathrin corset: Sewing Instructions" ---- - -:::note - - -#### There are many ways to construct a corset - -These instructions are just one way. With this method, I recommend using a wider seam allowance of at least 1.5cm so that your boning channels fit comfortably inside the seam allowance. - -Beginner corset makers should read the tutorials written by [Sidney Eileen](http://www.sidneyeileen.com), who demonstrates several different construction methods. [Foundations Revealed](https://www.foundationsrevealed.com) is a paywall site for corset makers, with several exceptional articles free for non members. - -#### Check the original tutorial - -This pattern is based on [this tutorial by Cathrin Alen](https://katafalk.wordpress.com/2010/06/24/underbust-pattern-tutorial/). Cathrin also has [this informative post on making corsets](https://katafalk.wordpress.com/2009/05/03/how-i-sew-corsets/) on her blog which you might find helpful. - -::: - -## Step 1: Sew boning channels in center front - -![Place outer Panel 1 on core Panel 1, bad sides together](step01.png) - -Start with the center front pieces. For an 11-panel Cathrin, this will be Panel 1. Place the outer Panel 1 on the core Panel 1, bad sides together. - -With a small stitch width (I set mine to “2”), sew a line straight down the center front. Then sew two boning channels to either side, allowing a bit of extra space, about 2mm, in addition to the width of your boning. - -## Step 2: Attach the first side panel - -![Attach Panel 2](step02.png) - -Take the next piece. For an 11-panel Cathrin, this will be Panel 2. - -Place the outer Panel 2 on the outer Panel 1, _good sides together_. - -Place the core Panel 2 on the core Panel 1, _good sides together_. - -Ensure that the four layers of fabric line up perfectly. Double check that you haven’t mixed up pattern pieces or flipped any over by mistake. - -Match up the four layers of fabric at the narrowest part, _good sides together_, and pin. Then match the top and bottom of each panel and pin. Finally, pin the rest of the edge in place. Use as many pins as needed to make sure the panels stay perfectly aligned. - -Sew the seam. - -## Step 3: Sew the boning channel - -![Press flat and sew boning channel](step03.png) - -Press both layers of Panel 2 away from the center, using the iron to ease the material where the seams curve. - -Edgestitch right along the folded edge, just 1-2mm from the seam line. Sew slowly and keep an eye on the stitching to ensure that the distance is kept even at all times. The purpose of adding this topstitch line is to relieve some stress from the connecting seam. - -Topstitch another seam parallel to the first seam, allowing a bit of extra space, about 3mm, in addition to the width of your boning. - -## Step 4: Attach the next panel - -![Attach Panel 3](step04.png) - -Take the next piece. For an 11-panel Cathrin, this will be Panel 3. - -Place the outer Panel 3 on the outer Panel 2, _good sides together_. - -Place the core Panel 3 on the core Panel 2, _good sides together_. - -Match up the four layers of fabric at the narrowest part, _good sides together_, and pin. Then match the top and bottom of each panel and pin. Finally, pin the rest of the edge in place. Use as many pins as needed to make sure the panels stay perfectly aligned. - -Sew the seam. - -## Step 5: Sew another boning channel - -![Press flat and sew boning channel](step05.png) - -Press both layers of Panel 3 away from the center, using the iron to ease the material where the seams curve. - -Edgestitch right along the folded edge, just 1-2mm from the seam line. - -Topstitch another seam parallel to the first seam, allowing a bit of extra space, about 2mm, in addition to the width of your boning. - -This new boning channel should look just like the one you made attaching Panel 2 to Panel 1. - -## Step 6: Continue attaching the side panels - -Continue attaching panels, creating a boning channel in each seam. Attach Panel 4 to Panel, Panel 5 to Panel 4, and finally Panel 6 to Panel 5. - -![All panels on one side](step06.png) - -Repeat these steps on the other side. - -![All panels on both sides](step06b.png) - -## Step 7: Finish the corset back - -With all of your panels connected, you’re working with the flat sides of each Panel 6. - -Fold the seam allowance of both pieces inward so that the seam allowance is hidden. Press flat, then top stitch close to the edge. - -Topstitch another seam next to the edgestitched seam, allowing a bit of extra space, about 2mm, in addition to the width of your boning. - -![First channel on the back](step07.png) - -Mark the locations of your grommets. (Don’t insert them yet. Just mark the fabric where you’ll place them, and make sure you’re creating a strip suited to the width of your grommets.) - -Top stitch on the opposite side of the grommet markings, then shift and topstitch another seam parallel to the topstitched seam, again leaving enough space for the boning. - -![Grommet strip and second channel](step07b.png) - -Repeat on the other side. - -## Step 8: Insert boning - -Insert boning in all of the channels. - -## Step 9: Bind the top and bottom - -Use bias tape or ribbon to bind the top and bottom edges of the corset. - -## Step 10: Set the grommets - -Set the grommets in the locations you marked earlier. - -## Step 11: Lace the corset - -You’re done! diff --git a/sites/orgdocs/docs/designs/cathrin/instructions/step01.png b/sites/orgdocs/docs/designs/cathrin/instructions/step01.png deleted file mode 100644 index 7fcb433146c..00000000000 Binary files a/sites/orgdocs/docs/designs/cathrin/instructions/step01.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/cathrin/instructions/step02.png b/sites/orgdocs/docs/designs/cathrin/instructions/step02.png deleted file mode 100644 index 88da314a485..00000000000 Binary files a/sites/orgdocs/docs/designs/cathrin/instructions/step02.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/cathrin/instructions/step03.png b/sites/orgdocs/docs/designs/cathrin/instructions/step03.png deleted file mode 100644 index f8d989e33f9..00000000000 Binary files a/sites/orgdocs/docs/designs/cathrin/instructions/step03.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/cathrin/instructions/step04.png b/sites/orgdocs/docs/designs/cathrin/instructions/step04.png deleted file mode 100644 index 61f7a9dc00e..00000000000 Binary files a/sites/orgdocs/docs/designs/cathrin/instructions/step04.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/cathrin/instructions/step05.png b/sites/orgdocs/docs/designs/cathrin/instructions/step05.png deleted file mode 100644 index aea6de0c4be..00000000000 Binary files a/sites/orgdocs/docs/designs/cathrin/instructions/step05.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/cathrin/instructions/step06.png b/sites/orgdocs/docs/designs/cathrin/instructions/step06.png deleted file mode 100644 index 8bf633db059..00000000000 Binary files a/sites/orgdocs/docs/designs/cathrin/instructions/step06.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/cathrin/instructions/step06b.png b/sites/orgdocs/docs/designs/cathrin/instructions/step06b.png deleted file mode 100644 index cf326b1b7b6..00000000000 Binary files a/sites/orgdocs/docs/designs/cathrin/instructions/step06b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/cathrin/instructions/step07.png b/sites/orgdocs/docs/designs/cathrin/instructions/step07.png deleted file mode 100644 index fb583fa648a..00000000000 Binary files a/sites/orgdocs/docs/designs/cathrin/instructions/step07.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/cathrin/instructions/step07b.png b/sites/orgdocs/docs/designs/cathrin/instructions/step07b.png deleted file mode 100644 index 55948f5487a..00000000000 Binary files a/sites/orgdocs/docs/designs/cathrin/instructions/step07b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/cathrin/measurements/readme.mdx b/sites/orgdocs/docs/designs/cathrin/measurements/readme.mdx deleted file mode 100644 index 00ff580c49f..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Cathrin corset: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/cathrin/needs/readme.mdx b/sites/orgdocs/docs/designs/cathrin/needs/readme.mdx deleted file mode 100644 index ff0ea630c1f..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/needs/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Cathrin corset: What You Need" ---- - -Corsets are easier to construct than they seem, however they need several specialist items and tools. - -You will need BONING. Historic corsets used whale bone to stiffen corsets. Modern corset makers use steel. You can get steel bones either as flat steel and spiral steel - do research, as different types of corset and different corset makers have their own preferences. Plastic bones are also a cheaper option. - -You can find a good guide to other tools at [Foundations Revealed](https://foundationsrevealed.com/). - -Sample supplies list: - -- About 0.5 meters (0.6 yards) of core fabric ([see Fabric options](/docs/designs/cathrin/fabric)) -- About 0.5 meters (0.6 yards) of outer fabric ([see Fabric options](/docs/designs/cathrin/fabric)) -- Boning -- Grommets (size 2) -- About 2 meters of bias tape -- About 3 meters of lacing -- Tools: Grommet setter, awl diff --git a/sites/orgdocs/docs/designs/cathrin/notes/readme.mdx b/sites/orgdocs/docs/designs/cathrin/notes/readme.mdx deleted file mode 100644 index 0801d1ec1ce..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/notes/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Cathrin corset: Designer Notes" ---- - -Cathrin is a side-effect of a project that never went anywhere. - -I was going to make an elaborate dress, and I needed a corset to wear under it. -So I did some research online, and I found [this tutorial by Cathrin -Åhlén](https://katafalk.wordpress.com/2010/06/24/underbust-pattern-tutorial/) -on drafting an underbust corset. - -So, I essentially implemented those instructions in code, and the rest is -history as the original project got abandoned. - -This design is named `cathrin` after Cathrin Åhlén who taught me (and others) -how to draft such a thing. - -joost diff --git a/sites/orgdocs/docs/designs/cathrin/options/backdrop/backdrop.svg b/sites/orgdocs/docs/designs/cathrin/options/backdrop/backdrop.svg deleted file mode 100644 index faf1933c630..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/backdrop/backdrop.svg +++ /dev/null @@ -1,1244 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/backdrop/readme.mdx b/sites/orgdocs/docs/designs/cathrin/options/backdrop/readme.mdx deleted file mode 100644 index aa850e296ef..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/backdrop/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back drop" ---- - -![The back drop option on Cathrin](./backdrop.svg) - -This option determines how far the center back will be lowered at the bottom of your corset. - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/backopening/backopening.svg b/sites/orgdocs/docs/designs/cathrin/options/backopening/backopening.svg deleted file mode 100644 index bffb07282a6..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/backopening/backopening.svg +++ /dev/null @@ -1,1305 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/backopening/readme.mdx b/sites/orgdocs/docs/designs/cathrin/options/backopening/readme.mdx deleted file mode 100644 index df1b2193060..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/backopening/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back opening" ---- - -![The back opening option on Cathrin](./backopening.svg) - -This option determines how wide the back opening of your corset will be. The back opening is where you string the corset together. - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/backrise/backrise.svg b/sites/orgdocs/docs/designs/cathrin/options/backrise/backrise.svg deleted file mode 100644 index 6ed48007278..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/backrise/backrise.svg +++ /dev/null @@ -1,1326 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/backrise/readme.mdx b/sites/orgdocs/docs/designs/cathrin/options/backrise/readme.mdx deleted file mode 100644 index bfb5e9ee1d7..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/backrise/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Back rise" ---- - -![The back rise option on Cathrin](./backrise.svg) - -How high do you want the corset to rise at the back, relative to the underbust height? - -Zero means that the backline will stay horizontal at the level of your underbust. -In other words, the back will be somewhat the same height as your bra strap. - -If you increase the back rise, your corset will rise upwards at the back. - -> As this is an underbust corset, the back rise is a style choice and won't affect the fit - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/frontdrop/frontdrop.svg b/sites/orgdocs/docs/designs/cathrin/options/frontdrop/frontdrop.svg deleted file mode 100644 index 0181315c452..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/frontdrop/frontdrop.svg +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/frontdrop/readme.mdx b/sites/orgdocs/docs/designs/cathrin/options/frontdrop/readme.mdx deleted file mode 100644 index 95f098aa265..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/frontdrop/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front drop" ---- - -![The front drop option on Cathrin](./frontdrop.svg) - -This option determines how far the center front will be lowered at the bottom of your corset. - -> If you lower this too much, sitting might become an issue. - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/frontrise/frontrise.svg b/sites/orgdocs/docs/designs/cathrin/options/frontrise/frontrise.svg deleted file mode 100644 index 33a9cb1f6cd..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/frontrise/frontrise.svg +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/frontrise/readme.mdx b/sites/orgdocs/docs/designs/cathrin/options/frontrise/readme.mdx deleted file mode 100644 index 3f6a48dee64..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/frontrise/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Front rise" ---- - -![The front rise option on Cathrin](./frontrise.svg) - -How high do you want the corset to rise up at the center front. - -> This rise occurs center front between your breasts. Don't overdo it or the edge of your corset will push into your breasts. - -> This option also allows negative values. They will cause the center front to be lowered. - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/hiprise/hiprise.svg b/sites/orgdocs/docs/designs/cathrin/options/hiprise/hiprise.svg deleted file mode 100644 index 3b3a09b5a47..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/hiprise/hiprise.svg +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/hiprise/readme.mdx b/sites/orgdocs/docs/designs/cathrin/options/hiprise/readme.mdx deleted file mode 100644 index cd4a0c0410c..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/hiprise/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hip rise" ---- - -![The hip rise option on Cathrin](./hiprise.svg) - -How high do you want to corset to rise on your hips, in comparison to the center front and center back. - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/panels/panels.svg b/sites/orgdocs/docs/designs/cathrin/options/panels/panels.svg deleted file mode 100644 index 9a7d3dd7b70..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/panels/panels.svg +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/panels/readme.mdx b/sites/orgdocs/docs/designs/cathrin/options/panels/readme.mdx deleted file mode 100644 index f9f966e195a..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/panels/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Number of panels" ---- - -![The panels option on Cathrin](./panels.svg) - -This options determines how many panels will be used to make up the corset. You have the choice between: - -- 11 panels -- 13 panels - -More panels is a bit more work, but also allows the difference between bust/waist/hips to be evened out over more darts, which may yield to better results. - -> More curves = more panels - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/readme.mdx b/sites/orgdocs/docs/designs/cathrin/options/readme.mdx deleted file mode 100644 index ffc2e8fb54d..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Cathrin corset: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/waistreduction/readme.mdx b/sites/orgdocs/docs/designs/cathrin/options/waistreduction/readme.mdx deleted file mode 100644 index 621ce37447c..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/waistreduction/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist reduction" ---- - -![The waist reduction option on Cathrin](./waistreduction.svg) - -The amount you want the corset to be smaller than your natural waist. In other words, how much do you want it to squeeze you. - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/options/waistreduction/waistreduction.svg b/sites/orgdocs/docs/designs/cathrin/options/waistreduction/waistreduction.svg deleted file mode 100644 index 85d4e077a5b..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/options/waistreduction/waistreduction.svg +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/cathrin/readme.mdx b/sites/orgdocs/docs/designs/cathrin/readme.mdx deleted file mode 100644 index 1f10088452d..00000000000 --- a/sites/orgdocs/docs/designs/cathrin/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Cathrin corset" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/cutting/readme.mdx b/sites/orgdocs/docs/designs/charlie/cutting/readme.mdx deleted file mode 100644 index 052457a31f4..00000000000 --- a/sites/orgdocs/docs/designs/charlie/cutting/readme.mdx +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: "Charlie chinos: Cutting Instructions" ---- - -##### From main fabric - -- Part **1**: **2 x** _with good sides together_. -- Part **2**: **2 x** _with good sides together_. -- Part **4**: **4 x** -- Part **6**: **2 x** -- Part **8**: **4 x** (2 pairs _with good sides together_) -- Part **9**: **1 x** -- Part **10**: **1 x** on the fold -- Part **11**: **1 x** if making a straight waistband -- Part **11**: **2 x** _with good sides together_ if making a curved waistband -- Part **12**: **1 x** - -##### From lining (or any material suitable for pocket bags) - -- Part **5**: **2 x** -- Part **7**: **2 x** - -##### From fusible interfacing - -- Part **3**: **2 x** - -:::tip - - -##### A dash of color perhaps? - -You can cut part 4 from a different color for a little contrasting detail at the back pockets - -::: diff --git a/sites/orgdocs/docs/designs/charlie/fabric/readme.mdx b/sites/orgdocs/docs/designs/charlie/fabric/readme.mdx deleted file mode 100644 index c2479773f0b..00000000000 --- a/sites/orgdocs/docs/designs/charlie/fabric/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Charlie chinos: Fabric Options" ---- - -The obvious choice for Charlie chinos, is [chino fabric](https://en.wikipedia.org/wiki/Chino_cloth), which is a cotton twill fabric. -These days it's often sold as a blend to a little bit of stretch, which is optional. - -But you have a lot of options here, and your choice of fabric will influence what sort of style these project. - -Go for **wool** for the most classic look. Check the suiting section of your fabric store for options. -If this is your first pair, some wool-poly blend is most likely going to be more budget-friendly. -But don't let price alone guide you, buying some cheap whimsical fabric is the best way to come up with a shitty looking pair of trousers, and get frustrated in the process. - -For **cotton**, go for a heavier weight. Cotton might also be a bit easier on the beginner than wool. -If unsure what to use, ask for chino in the fabric store and simply pick a colour you like. - -Nothing beats **linen** on a hot summer day. -It's fun to work with too, but it does wrinkle like a mofo, and even the most neatly made trousers look somewhat messy when made in linen. -What I'm saying is, maybe not for your first pair. diff --git a/sites/orgdocs/docs/designs/charlie/instructions/AttachExtensionToRightLeg.svg b/sites/orgdocs/docs/designs/charlie/instructions/AttachExtensionToRightLeg.svg deleted file mode 100755 index 88c0437b723..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/AttachExtensionToRightLeg.svg +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Center Front - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/AttachFacing.svg b/sites/orgdocs/docs/designs/charlie/instructions/AttachFacing.svg deleted file mode 100755 index 9abca6cee76..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/AttachFacing.svg +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/AttachFacingToZipper.svg b/sites/orgdocs/docs/designs/charlie/instructions/AttachFacingToZipper.svg deleted file mode 100755 index e08f33f0f2c..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/AttachFacingToZipper.svg +++ /dev/null @@ -1,1089 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/AttachZipperToExtension.svg b/sites/orgdocs/docs/designs/charlie/instructions/AttachZipperToExtension.svg deleted file mode 100755 index 8cd621fa4a4..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/AttachZipperToExtension.svg +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/BasteZipper.svg b/sites/orgdocs/docs/designs/charlie/instructions/BasteZipper.svg deleted file mode 100755 index 74fc8fb9316..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/BasteZipper.svg +++ /dev/null @@ -1,101 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/CloseCrossseam.svg b/sites/orgdocs/docs/designs/charlie/instructions/CloseCrossseam.svg deleted file mode 100755 index 31b24d21b05..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/CloseCrossseam.svg +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/CloseExtensionAndSerge.svg b/sites/orgdocs/docs/designs/charlie/instructions/CloseExtensionAndSerge.svg deleted file mode 100755 index 2b44a649d91..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/CloseExtensionAndSerge.svg +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/FinishFacing.svg b/sites/orgdocs/docs/designs/charlie/instructions/FinishFacing.svg deleted file mode 100755 index d367e36f7c8..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/FinishFacing.svg +++ /dev/null @@ -1,386 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/FinishLoopEdges.svg b/sites/orgdocs/docs/designs/charlie/instructions/FinishLoopEdges.svg deleted file mode 100755 index 324cab0d129..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/FinishLoopEdges.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/SewTheJSeam.svg b/sites/orgdocs/docs/designs/charlie/instructions/SewTheJSeam.svg deleted file mode 100755 index a683c29aead..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/SewTheJSeam.svg +++ /dev/null @@ -1,776 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/StitchAndCutLoops.svg b/sites/orgdocs/docs/designs/charlie/instructions/StitchAndCutLoops.svg deleted file mode 100755 index b04614dd298..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/StitchAndCutLoops.svg +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/readme.mdx b/sites/orgdocs/docs/designs/charlie/instructions/readme.mdx deleted file mode 100644 index 77fe2374750..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/readme.mdx +++ /dev/null @@ -1,466 +0,0 @@ ---- -title: "Charlie chinos: Sewing Instructions" ---- - -## Step 1: Close the back dart - -First thing we're going to do is close the waist dart on the back panel. - -To do so, fold the back panel double with _good sides together_ making sure to match both sides of the dart on top of each other. - -Now sew the dart close, making sure to use a small stitch length, and to sew all the way to the end of the dart, even a couple of stitches off the fabric. - -![Closed darts](step01.svg) - -:::note - - -Your back darts should be of equal length. Make sure to sew them precisely. - -::: - -## Step 2: Construct the back pockets - -Follow [our double welt pocket instructions](/docs/sewing/double-welt-pockets/) to create the back welt pockets. - -:::note - - -Since these are chinos, you can/should edgestitch around the welt opening. -It's not strictly required for welt pockets, and typically not done on classic trousers (and thus not shown in -the instructions) but it's a very typical finish for chinos, and makes it easier to keep everything in place. - -::: - -### Attach the back pocket facing to the pocket bag - -Join the back pocket facing to the pocket bag by placing them with _good sides together_ and sewing along the longest of the non-curved seams of the facing. - -When you're done, press the seam allowance to the side of the pocket bag. - -### Attach the back pocket bag - -Sew the bottom of the pocket bag to the bottom welt. Press it down when done. - -Now align the top of the pocket bag with the waist and sew it down in the waist's seam allowance. - -### Close the pocket back - -Fold the leg panel out of the way so you can close both sides of the pocket bag. - -:::note - - -Make sure to also sew the pocket welts down on the pocket bag - -::: - -You should overlock/serge the sides of the pocketbag so they don't ravel. - -:::tip - - -If you don't have a _serger_ you can always use a zig-zag stitch instead. - -::: - -## Step 3: Overlock the front and back edges - -Before we go any further, we'll overlock/serge the edges of the front and back panels of the legs. -Make sure to also catch the top of the pocket bag when doing the back panels. - -What we want to to prevent these edges from ravelling after we've completed our trousers, -and now is the best time to do so. - -![Overlocked leg panels](step03.svg) - -## Step 4: Construct the front pocket opening - -The front pockets are a little unusual because they have the appearance of classic slanted pockets, but are constructed on the side seam. - -### Attach the front pocket facings to the pocket bags - -We have two front pocket bags, that each have two pieces of facing to attach to them. - -Align them with _good sides together_ (\*) and sew the facing in place. - -:::note - - -(\*) With a pocket bag, it's not so obvious what the good side should be. - -Do you want the good side to be what you feel when you put your hand in your pocket? -Or do you want it to be what you see when your trousers lie on the floor with their insides showing. - -There's no right or wrong answer here. You do you. - -::: - -![Pocket bags sewn to facings](step04a.svg) - -### Mark the pocket notch on pocket facing, and front and back leg panels - -There's a notch on both front and back leg panels that indicates up to what point the pocket facing should be attached to the side seam. - -Make sure to transfer this notch to both the (edge of the) pocket facing and the front trouser leg, since it's important we match them. - -![Pocket facings with notches](step04b.svg) - -### Pin or base the pocket to the front and back leg panel - -Both on the front and the back leg panel, we're going to sew the pocket facing to the side seam. - -However, this needs to be precise, so you really want to make sure you either pin or baste it in place. - -:::note - - -Start with the front, since that's the easier seam. Once you've got some practice, you can do the back - -::: - -![Pocket bags sewn to pant leg panels](step04c.svg) - -### Sew the front pocket in place - -Sew from the waist down right until the notch that indicates where to stop. - -### Press the front pocket slant - -Now press the slant of the front pocket, both on the back and front panel, so that it's a sharp crease. - -![Pressed front pocket slant](step04d.svg) - -## Step 5: Close the outseam - -### Baste the front pockets shut - -I strongly advise you to baste the pocket shut/in place before sewing this seam so that you know it's precise. - -Closing the outseam means to place front and back panel with good sides together, and sew the outer seam. -That's easy enough at the legs, but at the top we have our pocket, which complicates things. - -### Sew the top of the outer seam until the top notch of the pocket slant - -Make sure everything is neatly aligned. Then sew from the top of the waist down to the top notch (this is just over a cm or half an inch). - -![Outer seam sewn until top notch](step05a.svg) - -### Sew the bottom of the outer seam from the bottom notch of the pocket slant - -Now move to the bottom notch of the pocket slant, and sew from there all the way to the bottom of the legs. - -![Outer seam sewn from lower pocket notch down](step05b.svg) - -### Press the outer seam open - -When you're done, make sure to press the seam allowance open along the leg. Don't press the pocket, we already did that. - -## Step 6: Finish the front pocket bag - -### Sew pocket bag close inside-out - -With our pocket opening constructed and outer seam closed, we should now finish the pocket bag. - -Pull the pocket bag out so that it dangles on the outside of the trouser leg. Then place both halves together and -either use a serger to finish the edge, or sew closely to the edge. - -Make sure you end up at the point where the bottom part of the outer seam starts. - -![Pocket bag, sewn closed](step06a.svg) - -### Finish pocket bag edge - -When you're done, you can flip the pocket bag back to the inside of the trouser leg. - -Our pocket bag is now closed, but when we put our hand in it, you can feel the raw edge of the seam allowance. -To avoid that, topstitch along the edge of the pocket bag, locking in the seam allowance. - -:::note - -If your seam allowance is wide, you might want to trim it back first. -::: - -![Pocket bag, finished](step06b.svg) - -## Step 7: Bar-tack the pocket opening - -At the place the leg down with the good side up, making sure the pocket bag lies flat and towards the front panel. - -Now at the top and bottom of the pocket opening, place a bar-tack perpendicular to the outer seam. - -![Bar tacks at pocket openings](step07.svg) - -## Step 8: Close the inseam - -With our front pockets finished, close the inseam of both legs. - -When you're done, press open the inseam. - -![Closed inseams](step08.svg) - -## Step 9: Close the crossseam - - - -Double check that your right and left legs match the pattern markings. The right leg's crotch should extend slightly beyond the left. Refer to the pattern and cut excess on the left leg if necessary. - -It can be valuable to mark with chalk or thread mark the **Center Front** on each leg. This will help you make sure the pieces are in the right place during fly construction. - - - -Make sure one leg is turned with the good side out, and the other has the good side in. - -Now tuck the leg with the good side out inside the leg that has the good side in. -This way, they have their good sides against each other. - -Align the cross seam, starting at the back waist, pinning both halves together as you make your way -towards the fly. **Stop at the fly notch** and makes sure to back-stitch. - -When you're done. Do it again. Always sew the cross seam twice. -It's one of those best practices you ignore at your own peril. - -![Close Crossseam](CloseCrossseam.svg) - - -:::tip - - -Take extra care to carefully align the seams where both legs have their back and front panels joined together. -Doing so will ensure your cross seam results with a perfectly aligned _cross_ where 4 pattern parts meet each other in a single point. - -Getting it just right is one of those things you'll end up cherishing each time you wear these. - -::: - -## Step 10: Construct the fly - -### Close the fly extension and serge - -Fold the fly extension on its fold line with good sides together. - -Now sew along the bottom, to close the fly extension. - -Trim back one half of the seam allowance to remove bulk before turning it good side out and pressing. - -#### Serge the fly extension and fly facing - -Serge (or zig-zag) along the open side of the fly extension. No need to serge the top as that will get caught in our waistband. - -while you're at it, also serge along the entirety of the fly facings J-shaped edge. - -![Close Extension and Serge](CloseExtensionAndSerge.svg) - - -### Attach the fly facing - -Sew fly facing to left leg. You will be sewing slightly past the cross seam point, so be careful to keep the right leg seam allowance out of the way and aim to sew directly on top of the cross seam line. - -![Attach Facing](AttachFacing.svg) - -### Finish the fly facing - -Trim the fly facing to half of the seam allowance. -Tuck in the tip of the fly facing and secure it with a few stitches. -Edge stitch the fly facing to the seam allowance. -Press the seam allowance toward the facing and understitch the facing for a clean finish. Again, keeping the right leg seam allowance out of the way. - -![Finish Facing](FinishFacing.svg) - -### Edge stitch the zipper to the fly extension - - - -**Zipper Length** - -It's a good idea to ensure your zipper stop ends before the indicated stitch line on the pattern. This will ensure you don't sew over your zipper stop and reduces tension on the bottom of the fly. If your zipper is too long, you can do a 0 length zig zag stitch to create a new stop (on just the zipper itself). - - - -Edge stitch along the left edge of the zipper to the serged edge of the fly extension to hold it in place. - -![Baste Zipper](BasteZipper.svg) - - -### Top stitch the right leg to the zipper - -Start by pressing the right leg seam allowance to the back. - - - -Remember that the seam allowance starts slightly right of the center front, the center front is marked in purple in the image, make sure you don't fold along the center front line by mistake. - - - -Ensure you place the folded edge of the right leg just left of the zipper teeth to prevent fabric from being caught in the zipper. - -Stop sewing at the top 'fly extension' notch, slightly above the cross seam, and be sure to backstitch. If you don't do this you won't be able to keep the extension out of the way when sewing the J-Seam. - -![Attach Extension to Right Leg](AttachExtensionToRightLeg.svg) - - -### Attach the zipper to the fly facing. - -Be careful to align the leg left on the right center front. It can be valuable to pin or baste through the facing and right side of the zipper tape. (We need to sew the left side of the zipper tape to the left leg). -Ensuring everything is lined, sew the fly facing to the left side of the zipper. Try to get close to the zipper, but not too close. - -![Attach Facing to Zipper](AttachFacingToZipper.svg) - - -### Sew the J-seam of the fly - - - -Use a piece of paper as a guide to sew the J seam, this can be cut from your pattern along the indicated stitch line. - - - -Now topstitch the so-called J-seam of the fly. Make sure to keep the fly extension out of the way. Since you didn't sew all the way along the fly extension, you should be able to pin it out of the way. - -#### Bar tack the bottom of the fly - -Now, bartack the very bottom of the J-seam (the horizontal part) but this time make sure to also catch the fly extension. -You can choose to add an additional bar tack along the J-Seam as well (shown in purple). - -![Sew the J-Seam](SewTheJSeam.svg) - -## Step 11: Attach the belt loops - -### Construct the belt loops - -:::note - - -For efficiency, we will construct one long strip of belt loop that we'll divide into 8 parts. - -::: - -Cut a strip 80cm long (32 inch) and 2.8cm wide (1 1/8 inch). - -Serge (or zigzag) the long edge of the strip on both sides. - -![Finish Loop Edges](FinishLoopEdges.svg) - -Fold one side inwards, and the other side over it. Then press down with your iron. -The end result should be a long strip about 1cm wide. - -Now sew along the entire length of the strip, smack in the middle of it. -Make sure to use a generous stitch length for this. - -Finally, cut your length belt loops strip into 8 equal parts to make 8 belt loops. - -![Stitch and Cut Loops](StitchAndCutLoops.svg) - -### Attach the belt loops - -We're going to divide our belt loops along the waist: - -- 2 at the center back, each set aside a bit from the center so there's a small gap between them. -- 1 above the back dart on each side -- 1 on each side more or less where the side seam would hit the waist if it went straight up -- 1 on each side from center front. Not too close to each other so there's no room for belt buckles, but not too far either so it doesn't look weird - -Place the belt loop at these places with their good side down (against the good side of the fabric of your trousers, and the top aligned with the waist) -Sew this down in the seam allowance of the waist, making sure that they are perpendicular to the waistband. - -## Step 12: Attach the waist band - -### Assemble curved waistband - -If you're making a straight waistband, skip directly to attaching the waistband to the outside. - -Place both waistbands with good sides together, and sew along the top of the waistband (the shorter edge). - -Trim the seam allowance of the inner waistband, and press all seam allowances towards the inner waistband. - -You can now treat your assembled waistband as one piece, and continue as for the straight waistband. - -:::tip - -To make sure your inner waistband doesn't peek out, you can _understitch_. -Sew a line of stitching on the inside waistband, close to the edge, through the inner waistband and seam-allowances (but not the outer waistband!). -::: - -### Attach the waist band to the outside - -Place the waistband with good sides together along the waist. -For the straight waistband, make sure the side with the standard seam allowance is aligned with the waist, -and not the side with double seam allowance. - -Also make sure to leave sufficient seam allowance beyond the start and end of the waistband. - -Sew along the entirety of the waist, attaching the waist band and sewing down the belt loops in one go. - -### Press the waistband seam and fold the waistband - -Press the seam you just sewed, pressing the seam allowance up into the waistband. - -Now fold over the waistband at the correct width and press in the crease. - -### Close the start and end of the waistband. - -At the start and end, fold the waistband over so it has its good sides together. - -Now sew the end shut by sewing top to bottom to just the point where the waistband seam ends. - -Trim back the seam allowance a bit so you can tuck it all into the waistband later. - -### Baste the waistband in place - -The waistband has extra seam allowance here, and we're going to use that to our advantage. - -Fold the waistband in the fold you pressed. Then on the inside, fold the seam allowance inwards, making sure to let it run a few mm beyond the waistband seam. - -You want to baste this in place so it stays put as you make your way around the waistband. - -At the start and end of the waistband, you'll need to tuck in some more seam allowance. Take a moment to get it right. - -### Sew the waistband close - -Now with the good side up, sew exactly in the seam that was sewn before (so called _stitch in the ditch_). - -This will catch the back of the waistband which we've made to extend slightly further, and lock all the seam allowance inside. - -## Step 13: Finalize the belt loops - -### Sew the belt loops down to make them wider - -It's best to make the belt loops a bit wider than the waistband, to accommodate wider belts. - -For this, let the waistband lie flat, and sew it down with a bartack 1.5cm or so (half an inch) below the waistband. - -### Fold upwards, down again, and sew down - -Now fold the belt loops upwards (hiding the bartack you just did). - -They'll extend beyond the top of the waistband. So fold the excess down again. -Don't fold it over/around the waistband, but fold it double on itself. - -Now do a bartack along the top of the waistband to lock the belt loop in place. - -When you're done, carefully twist the back of the beltloop to the front and cut off the excess right next to the bartack. - -:::note - - -Be careful not to bartack the front of your trousers to the back. - -Double-check you don't have any extra layers under your needle because unpicking a bartack is no joy. - -::: - -## Step 14: Hem the pants - -Fold the hem allowance halfway up, and press. -Then fold them again, and press again. - -Finalize by hand and blind hem your trousers. - -## Step 15: Button on buttonhole - -Create a buttonhole. Either by hand (it's worth practicing) or with a machine. - -Finally, attach the button. - -Now take a moment to appreciate all the hard work you did. -We hope you'll get a lot of use out of these. diff --git a/sites/orgdocs/docs/designs/charlie/instructions/step01.svg b/sites/orgdocs/docs/designs/charlie/instructions/step01.svg deleted file mode 100644 index 4bd538e77a3..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/step01.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/step03.svg b/sites/orgdocs/docs/designs/charlie/instructions/step03.svg deleted file mode 100644 index 62efd1ca691..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/step03.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/step04a.svg b/sites/orgdocs/docs/designs/charlie/instructions/step04a.svg deleted file mode 100644 index 49a0455c019..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/step04a.svg +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/step04b.svg b/sites/orgdocs/docs/designs/charlie/instructions/step04b.svg deleted file mode 100644 index 27312d9db1e..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/step04b.svg +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/step04c.svg b/sites/orgdocs/docs/designs/charlie/instructions/step04c.svg deleted file mode 100644 index 8c4c27d9a43..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/step04c.svg +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/step04d.svg b/sites/orgdocs/docs/designs/charlie/instructions/step04d.svg deleted file mode 100644 index a0f9c8932f9..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/step04d.svg +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/step05a.svg b/sites/orgdocs/docs/designs/charlie/instructions/step05a.svg deleted file mode 100644 index 6fb75f46f28..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/step05a.svg +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/step05b.svg b/sites/orgdocs/docs/designs/charlie/instructions/step05b.svg deleted file mode 100644 index a377c1c811b..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/step05b.svg +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/step06a.svg b/sites/orgdocs/docs/designs/charlie/instructions/step06a.svg deleted file mode 100644 index 710955a4c00..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/step06a.svg +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/step06b.svg b/sites/orgdocs/docs/designs/charlie/instructions/step06b.svg deleted file mode 100644 index fdb6e111009..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/step06b.svg +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/step07.svg b/sites/orgdocs/docs/designs/charlie/instructions/step07.svg deleted file mode 100644 index de57da6feec..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/step07.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/instructions/step08.svg b/sites/orgdocs/docs/designs/charlie/instructions/step08.svg deleted file mode 100644 index f7fd7a6c106..00000000000 --- a/sites/orgdocs/docs/designs/charlie/instructions/step08.svg +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/charlie/measurements/readme.mdx b/sites/orgdocs/docs/designs/charlie/measurements/readme.mdx deleted file mode 100644 index 5a6a361ca73..00000000000 --- a/sites/orgdocs/docs/designs/charlie/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Charlie chinos: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/charlie/needs/readme.mdx b/sites/orgdocs/docs/designs/charlie/needs/readme.mdx deleted file mode 100644 index 20bdeab519b..00000000000 --- a/sites/orgdocs/docs/designs/charlie/needs/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Charlie chinos: What You Need" ---- - -To make Charlie, you will need the following: - -- Basic sewing supplies -- About 1.5 meters (1.7 yards) of a suitable fabric ([see Fabric options](/docs/designs/charlie/fabric)) -- About 30 centimeters (12 inches) of lining fabric (used for pocket bags) -- Fusible interfacing for the back pockets -- A zipper and button for the fly diff --git a/sites/orgdocs/docs/designs/charlie/notes/readme.mdx b/sites/orgdocs/docs/designs/charlie/notes/readme.mdx deleted file mode 100644 index be6a7eb4ee8..00000000000 --- a/sites/orgdocs/docs/designs/charlie/notes/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Charlie chinos: Designer Notes" ---- - -I don't think I have ever had a design where I knew what I was going to name -it long before sitting down to actually create it. -Charlie Chinos was just too good to not make happen. - -It took a while because it took a long time before [Titan](/designs/titan) was in a state where I was happy with it. -Trousers are hard. Trouser blocks double so. - -This is for the most part a rather straight-forward chino pattern, but it has -one twist: The front packets are placed on the side seam. That side seam wraps -around towards the front to give the slanted pocket look. - -It's a bit of unusual and creative design that I guess I did because I can? -Anyway, it's something to be mindful of because if you do not expect it the -front panels look a bit weird. - -joost - - diff --git a/sites/orgdocs/docs/designs/charlie/options/backpocketdepth/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/backpocketdepth/readme.mdx deleted file mode 100644 index f105a6998c8..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/backpocketdepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Back pocket depth" ---- - -Controls the depth of the back pocket bag. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/backpocketfacing/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/backpocketfacing/readme.mdx deleted file mode 100644 index b17ff5adf0d..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/backpocketfacing/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back pocket facing" ---- - -*** - -Controls whether or not to include facing on the back pockets - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/backpockethorizontalplacement/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/backpockethorizontalplacement/readme.mdx deleted file mode 100644 index 2eccbd2aad0..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/backpockethorizontalplacement/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Back pocket horizontal placement" ---- - -Controls the horizontal placement of the back pockets. - -In other words, more towards the outseam, and this wider apart. -Or more towards the center back and thus closer together. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/backpocketverticalplacement/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/backpocketverticalplacement/readme.mdx deleted file mode 100644 index 80752cdba04..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/backpocketverticalplacement/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Back pocket vertical placement" ---- - -Controls the vertical placement of the back pockets. - -Either closer to the waistband, or higher. -Or further from the waistband, or lower. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/backpocketwidth/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/backpocketwidth/readme.mdx deleted file mode 100644 index 13d9a0108df..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/backpocketwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Back pocket width" ---- - -Controls the width of the back pockets. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/beltloops/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/beltloops/readme.mdx deleted file mode 100644 index e4f7166ff2d..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/beltloops/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Belt loops" ---- - -Controls how many beltloops we'll generate. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/crossseamcurveangle/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/crossseamcurveangle/readme.mdx deleted file mode 100644 index 9f476fed3ca..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/crossseamcurveangle/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Cross seam angle" ---- - -Controls the angle of cross seam curve. - -- 0% makes the cross seam draft parallel to the hem. -- Increasing this option will draft the cross seam at that angle away from the hem. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/crossseamcurvebend/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/crossseamcurvebend/readme.mdx deleted file mode 100644 index b1ce2371865..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/crossseamcurvebend/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Cross seam bend" ---- - -Controls the curvature of the cross seam curve. - -:::note - - -This curve has an influence on the amount of fabric at your bum. - -People with a flatter bum will get a better fit by increasing this, as the curve will start later, -and this there will be less fabric pooling at the bum. - -People with a round bum might want to lower this to create a little more (horizontal) room for their behind. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/crossseamcurvestart/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/crossseamcurvestart/readme.mdx deleted file mode 100644 index 5d2d3c45cf9..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/crossseamcurvestart/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Start of the cross seam curve" ---- - -Controls the start of the cross seam curve. - -:::note - - -This curve has an influence on the amount of fabric at your bum. - -People with a flatter bum will get a better fit by increasing this, as the curve will start later, -and this there will be less fabric pooling at the bum. - -People with a round bum might want to lower this to create a little more (horizontal) room for their behind. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/crotchdrop/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/crotchdrop/readme.mdx deleted file mode 100644 index 43afc1cf5f0..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/crotchdrop/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Crotch drop" ---- - -Controls by how much the crotch is lowered. - -Lowering the crotch makes for a more casual fit. -A significantly lowered crotched can also be a style choice. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/crotchseamcurveangle/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/crotchseamcurveangle/readme.mdx deleted file mode 100644 index 5d0cfd46c4f..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/crotchseamcurveangle/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Crotch seam angle" ---- - -Controls the angle of the crotch seam curve. - -- 0% makes the crotch seam draft parallel to the hem. -- Increasing this option will draft the crotch seam at 180 - the angle. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/crotchseamcurvebend/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/crotchseamcurvebend/readme.mdx deleted file mode 100644 index 7bd47432a2d..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/crotchseamcurvebend/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Crotch seam bend" ---- - -Controls the curvature of the crotch seam, which influences the fit at your crotch. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/crotchseamcurvestart/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/crotchseamcurvestart/readme.mdx deleted file mode 100644 index f4d71a83157..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/crotchseamcurvestart/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Start of the crotch seam curve" ---- - -Controls where the crotch seam starts to curve, which influences the fit at your crotch. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/flycurve/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/flycurve/readme.mdx deleted file mode 100644 index 37045a2b9b8..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/flycurve/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Fly curve" ---- - -This controls the curvature of the fly's J-seam. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/flylength/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/flylength/readme.mdx deleted file mode 100644 index 2db89902eeb..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/flylength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Fly length" ---- - -Controls the length of the fly. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/flywidth/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/flywidth/readme.mdx deleted file mode 100644 index 1fa5b18a447..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/flywidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Fly width" ---- - -Controls how far the fly's J-seam is offset from the fly edge. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/frontpocketdepth/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/frontpocketdepth/readme.mdx deleted file mode 100644 index 3837ddc9009..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/frontpocketdepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front pocket depth" ---- - -Controls the depth of the front pocket bag. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/frontpocketfacing/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/frontpocketfacing/readme.mdx deleted file mode 100644 index 0ea98668dc4..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/frontpocketfacing/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Front pocket facing" ---- - -Controls the boundary between the front pocket facing and pocket bag. - -Increase this to use more facing, which means you'll have to look deeper into -the pocket to start seeing the pocket bag material. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/frontpocketslantbend/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/frontpocketslantbend/readme.mdx deleted file mode 100644 index e96e0fc57c6..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/frontpocketslantbend/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front pocket slant bend" ---- - -Controls the radius by which we round the pocket slant into the outseam. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/frontpocketslantdepth/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/frontpocketslantdepth/readme.mdx deleted file mode 100644 index b568178d4e0..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/frontpocketslantdepth/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Front pocket slant depth" ---- - -Controls the depth of the front pocket slant. -In other words, it determines how wide the pocket opening is. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/frontpocketslantround/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/frontpocketslantround/readme.mdx deleted file mode 100644 index 3facb79cd3c..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/frontpocketslantround/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front pocket slant round" ---- - -Controls how far from the end of the slant we start rounding into the outseam. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/frontpocketslantwidth/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/frontpocketslantwidth/readme.mdx deleted file mode 100644 index edf1b5a1f12..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/frontpocketslantwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front pocket slant width" ---- - -Controls the width by which the front pocket slant cuts into the front panel. - -Increasing this will give a more slanted pocket. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/frontpocketwidth/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/frontpocketwidth/readme.mdx deleted file mode 100644 index 0d501cd2b33..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/frontpocketwidth/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Front pocket width" ---- - -Controls the width of the front pocket bag. -In other words, how far the pocket bag extends towards the center front of the trousers. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/grainlineposition/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/grainlineposition/readme.mdx deleted file mode 100644 index 9d91fa9c65d..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/grainlineposition/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Grainline position" ---- - -Controls the position of the grainline. - -You can use this to shift the grainline inward or outward if that works better for your body. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/kneeease/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/kneeease/readme.mdx deleted file mode 100644 index 2fc96765629..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/kneeease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Knee ease" ---- - -Controls the amount of ease at your knees, which also determines the width of the trouser legs. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/legbalance/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/legbalance/readme.mdx deleted file mode 100644 index 81ed57fab28..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/legbalance/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Leg balance" ---- - -Controls the proportion between the front and back part of the legs. - -The back of the trouser legs are always wider than the front. This controls by how much. - -:::note - - -Increasing this will make the front leg panel narrower. -This makes the wearer look more skinny. - -This trick is often used in womenswear jeans -(now you know why you can't find womenswear jeans with functional front pockets). - -::: - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/lengthbonus/readme.mdx deleted file mode 100644 index aeaec6f9ebe..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Length bonus" ---- - -Controls the length of the entire trousers, which essentially means the length of the legs. - -:::note - - -Setting this to zero will make the trousers the same length as the [waist to floor](/docs/measurements/waisttofloor) measurement. - -This does not mean that the trousers will hit the floor, since due to the curves of the body and the way the fabric drapes, -the trousers will need to be longer than this to actually hit the floor. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/readme.mdx deleted file mode 100644 index 902f09d4b8f..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Charlie chinos: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/charlie/options/seatease/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/seatease/readme.mdx deleted file mode 100644 index 255b99b2e7c..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/seatease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Seat ease" ---- - -Controls the amount of ease at your seat/bum. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/waistbalance/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/waistbalance/readme.mdx deleted file mode 100644 index 011957f9fe8..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/waistbalance/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Waist balance" ---- - -Controls the distribution of fabric between front and back parts at the waist. - -It is somewhat in vogue to draft a larger back panel these days. -Doing so shifts the side seam forward which gives the illusion of being -slimmer. - -The side effect of shifting the side seam forward is that it's easy -to get into the pockets that are located on the side seam. - -This option allows you to control this balance. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/waistbandcurve/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/waistbandcurve/readme.mdx deleted file mode 100644 index 79a01ddc6e1..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/waistbandcurve/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waistband Curve" ---- - -Controls how curved the waistband is. - -Increasing this will give a curvier waistband, making it smaller at the top edge of the waistband. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/waistbandwidth/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/waistbandwidth/readme.mdx deleted file mode 100644 index fca613d9be9..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/waistbandwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waistband width" ---- - -Controls the width of the waistband. - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/waistease/readme.mdx deleted file mode 100644 index 6660945434c..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/waistease/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Waist ease" ---- - -Controls the amount of ease at your waist. - -Even if you draft lower pants, this will still influence the ease -at the top of your pants (the closure). - - - - diff --git a/sites/orgdocs/docs/designs/charlie/options/waistheight/readme.mdx b/sites/orgdocs/docs/designs/charlie/options/waistheight/readme.mdx deleted file mode 100644 index 9f758969e6b..00000000000 --- a/sites/orgdocs/docs/designs/charlie/options/waistheight/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Waist height" ---- - -Controls the height of the waist, where: - -- 100% : The waist of the trousers sits at the waist line -- 0% : The waist of the trousers sits at the hip line - - - - diff --git a/sites/orgdocs/docs/designs/charlie/readme.mdx b/sites/orgdocs/docs/designs/charlie/readme.mdx deleted file mode 100644 index 6e9754a7778..00000000000 --- a/sites/orgdocs/docs/designs/charlie/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Charlie chinos" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/cornelius/cutting/readme.mdx b/sites/orgdocs/docs/designs/cornelius/cutting/readme.mdx deleted file mode 100644 index 2ec1f944659..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/cutting/readme.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Cornelius cycling breeches: Cutting Instructions" ---- - -### Materials - -- **Main fabric** - - Cut **2 back** parts - - Cut **2 front** parts - - Cut **2 pocket facing** parts - - Cut **2 waistband** parts on the fold - - Cut **4 leg band** parts - - Cut **1 zipper guard** part on the fold -- **Lining (Pocket) fabric** - - Cut **2 pocket** parts -- **Interfacing** - - Cut **1 waistband** part on the fold - -:::note - - -If your main fabric is quite lightweight and flimsy you may need to interface the leg bands with a light interfacing. - -::: diff --git a/sites/orgdocs/docs/designs/cornelius/fabric/readme.mdx b/sites/orgdocs/docs/designs/cornelius/fabric/readme.mdx deleted file mode 100644 index 26210d3c355..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/fabric/readme.mdx +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: "Cornelius cycling breeches: Fabric Options" ---- - -### Main Fabric - -Any **bottom (trouser) weight material** will work fine for this pattern. Generally you want to avoid anything that is over 7oz (230gsm) as this will more likely be too stiff and uncomfortable. You want something that provides a bit of warmth whilst still being able to drape such as **Corduroy** or **Medium Weight Suiting** fabrics. If you are looking for something more historically correct, then **Medium weight wool suiting** is the way to go. **Linen** is also an option, especially if you would like something that isn't too warm. - -:::note - - -Remember that this garment is intended for cycling so needs to be able to move with your legs when pedalling! - -::: - -### Lining (Pocket) Fabric - -Basic **Cotton** will do the trick for the pocket bags. If you got left over cotton from another project you can easily use it up for these pockets. Remember that these are intended for cycling so you don't want anything too fancy. - -:::note - - -If you have anything you typically use for pockets in trousers that will work too. - -::: - -### Interfacing - -This pattern requires the waistband to be interfaced. We recommend using a **Hair Cloth** for the interfacing, you can either use fusible or non-fusible which ever you prefer. If you do not have access to hair cloth you can use any medium to firm interfacing you deem appropriate for waistbands. - -:::note - - -If your main fabric is quite light, you may need to interface your leg bands and zipper guard with a light weight interfacing. - -::: diff --git a/sites/orgdocs/docs/designs/cornelius/instructions/readme.mdx b/sites/orgdocs/docs/designs/cornelius/instructions/readme.mdx deleted file mode 100644 index db1da804025..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/instructions/readme.mdx +++ /dev/null @@ -1,139 +0,0 @@ ---- -title: "Cornelius cycling breeches: Sewing Instructions" ---- - -### Step 1: The Front Pockets - -- Press under the seam allowances of the non-notched edges of the pocket facings. -- Matching notches, pin the wrong sides of pocket facings to right side of pocket bags, _Edgestitch_ the folded edges to the pocket bags. -- _Baste_ the seam allowances of the notched edges of the pocket facings to the pocket bags. -- With right sides together, matching both notches, sew the pocket bags to the front and then press to the wrong side. -- Fold the pockets in half along the fold line, right sides together. Stitch the bottom of the pocket bag together. -- Alternatively you can _French Seam_ the bottom seams of the pocket bags together if you prefer. -- _Baste_ the top and side of the pocket bags to the front seam allowances matching notches. - -:::note - - -Going forward the pockets and fronts will just be referred to as the fronts. - -::: - -### Step 2: The Fly - -- With right sides together, from the top _Baste_ along the fly line stopping at the notch on the crotch seam. -- From where you left off with basting, stitch the crotch seam together making sure to secure your stitches where the basting ends. -- Press open the fly and seam. -- Lay the fronts down wrong side up so the right sides of the fly flaps are facing you. -- Lay zipper face up on the front flaps, with the left side of the zipper touching the seam, with the bottom of the right zipper tape on the curved flap. -- Sew the right zipper tape to the right flap close to the zipper teeth using a zipper foot. Don't sew it to the front itself! -- Pull the zipper to the left so the right flap is pulled over. -- Pin the left zipper tape to the left flap. -- Sew the left zipper tape to left flap close to the zipper teeth using a zipper foot. Don't sew it to the front itself! -- Fold the zipper guard in half wrong sides together. -- Lay the zipper guard on the right flap, right sides touching. -- Sew the zipper guard to the right flap, _Finish_ the right side to your liking. -- _Finish_ the left side of the left flap to your liking. -- Unpick the basted part of the front seam. -- _Topstitch_ the right flap down, away from the now unpicked seam, as far down as you can. -- Pin/_Baste_ the zipper protector over to the right side to keep it out of the way for the next step -- On the outside side, sew the left flap down to the left, following the curved line. -- On the outside side, _Bar-Tack_ where you like them for reinforcement. - -:::tip - - -When sewing the left flap down on the outside, you may find it best to make a template to help you. - -::: - -:::note - - -If you wish to orientate the fly the other way change the left to right and right to left in the steps above. -If wanting something more historical than omit the zipper and make a buttonhole fly instead. - -::: - -### Step 3: Attaching the front to the back - -- With right sides together sew the back pieces together along the back seam. -- With right sides together sew the front and back together at the side seams and inner leg seam. Making sure to leave a gap below the notches at the bottom of the side seams. The gap will be referred to as the list when going forward. - -### Step 4: Leg bands - -Use the method of the cuff style you chose as they are different depending on which style you are using. - -#### Traditional and Elegant - -- _Finish_ the raw edges of the slits. -- Press the seam allowances of the slits to the wrongs sides. Stitch in place. -- Sew one of the leg band pieces to each leg right sides together, matching notches. -- Press the bands and seam allowance down and away from leg. Trim the seam allowance to reduce bulk. -- Press the top seam allowance to the wrong side of the remaining leg band pieces. Trim the top seam allowance. -- With right sides together sew the remaining leg and pieces to the attached leg bands along the bottoms and sides. -- Turn the leg bands out. Press. -- _Slipstitch_ or _Whipstitch_ the folded edge of the waistband to front, making sure the folded edge is covering the stitching. -- Sew the buttonhole. The buttons will be sewn later. - -:::note - - -If you are worried about a draft you can create a triangle piece of fabric that sits behind the slits out of your pocket fabric. Attaching it before Step 3 to one of the sides of the slits. - -::: - -#### Keystone - -- If using construct plackets for the leg slits. -- Sew the plackets to the leg slits similar to how you would sew a sleeve cuff on a shirt. -- Close the darts on the leg band pieces. -- Sew one of the leg band pieces to each leg right sides together, matching notches. -- Press the bands and seam allowance down and away from leg. Trim the seam allowance to reduce bulk. -- Press the top seam allowance to the wrong side of the remaining leg band pieces. Trim the top seam allowance. -- With right sides together sew the remaining leg and pieces to the attached leg bands along the bottoms and sides. -- Turn the leg bands out. Press. -- _Slipstitch_ or _Whipstitch_ the folded edge of the waistband to front, making sure the folded edge is covering the stitching. -- Sew the buttonhole. The buttons will be sewn later. - -:::note - - -If you are worried about a draft you will need to construct plackets for the leg slits. - -::: - -:::note - - -**For both Keystone, Traditional and Elegant Styles** - -You can _Edgestitch_ the leg bands together like a modern waistband if you prefer. - -::: - -### Step 5: Waistband - -- Face one of the waistband pieces using your preferred method. -- Sew the faced waistband piece to the top of the legs right sides together. -- Press the waistband and seam allowance up and away from leg. Trim the seam allowance to reduce bulk. -- Press the bottom seam allowance to the wrong side of the remaining waistband piece. Trim the bottom seam allowance. -- With right sides together sew the remaining waistband to the faced waistband along the top and sides. -- Turn the waistband out. Press. -- _Slipstitch_ or _Whipstitch_ the folded edge of the waistband to front, making sure the folded edge is covering the stitching. -- Sew the buttonhole. The buttons will be sewn later. - -:::note - - -You can _Edgestitch_ the waistband together like a modern waistband if you prefer. - -::: - -### Step 6: Buttons - -- Sew the waistband and leg band buttons on. - -### Step 7: Enjoy! - -You're all done! Now go have a ride in your brilliant new cycling breeches! diff --git a/sites/orgdocs/docs/designs/cornelius/measurements/readme.mdx b/sites/orgdocs/docs/designs/cornelius/measurements/readme.mdx deleted file mode 100644 index 087723bb491..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Cornelius cycling breeches: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/cornelius/needs/readme.mdx b/sites/orgdocs/docs/designs/cornelius/needs/readme.mdx deleted file mode 100644 index 144e6c15562..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/needs/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Cornelius cycling breeches: What You Need" ---- - -To make Cornelius, you will need the following: - -- Basic sewing supplies -- About 2 metres (2.2 yards) of a suitable fabric ([see Cornelius Fabric options](/docs/designs/cornelius/fabric/)) -- About 0.5 metres (0.6 yards) of lining fabric ([see Cornelius Fabric options](/docs/designs/cornelius/fabric/)) -- Interfacing for the waistband ([see Cornelius Fabric options](/docs/designs/cornelius/fabric/)) -- A zip or 3 buttons for the fly -- 3 or 7 Buttons for waistband and leg bands - -:::note - - -The number of buttons you need are dependent on the cuff style you are using. **Keystone** requires 7 in total whereas **Traditional** and **Elegant** require 3 in total. You may also want to use smaller buttons for the leg bands compared to the waistband but this is up to you. - -::: diff --git a/sites/orgdocs/docs/designs/cornelius/notes/readme.mdx b/sites/orgdocs/docs/designs/cornelius/notes/readme.mdx deleted file mode 100644 index ddde442612f..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/notes/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Cornelius cycling breeches: Designer Notes" ---- - -When I was a child my dad would tell me stories about hiking in the mountains, something magical for a kid living in The Netherlands. He had a suitcase with his mountaineering things in it, and part of that were some 'knickerbockers', baggy trousers that reached down to your calves. - -When I moved to the USA in my thirties and started hiking myself, I would often reflect on those talks and felt sad that I didn't inherit those knickerbockers. Then when I discovered sewing, I decided I would make myself a pair, but no good patterns presented themselves. - -Then someone on the Freesewing discord server posted a link to The 'Keystone' Systems, Practical methods of cutting, from around the turn of the century. This contained a drafting system for 'Cycling Breeches', which seemed to be close to what my father used to wear, and could be translated into a Freesewing pattern. A project was born, and I'm happy to be able to present the results to you. - -These are not designed as hiking breeches, but cycling breeches. That's close enough for me. They work for either activity, and have many more uses. - -Wouter diff --git a/sites/orgdocs/docs/designs/cornelius/options/bandbelowknee/readme.mdx b/sites/orgdocs/docs/designs/cornelius/options/bandbelowknee/readme.mdx deleted file mode 100644 index 6397a9ba856..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/options/bandbelowknee/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Cuff below knee" ---- - -*** - -Controls how far the cuff will sit below your knee. - - - - diff --git a/sites/orgdocs/docs/designs/cornelius/options/cuffstyle/readme.mdx b/sites/orgdocs/docs/designs/cornelius/options/cuffstyle/readme.mdx deleted file mode 100644 index a8821315348..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/options/cuffstyle/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Cuff style" ---- - -*** - -This pattern supports three different cuff styles: - -- **Traditional**: A single buttoned _curved_ band with a pointed edge. -- **Elegant**: A single buttoned _straight_ band with a pointed edge. -- **Keystone**: A slightly curved band that is wider than the others using 3 buttons rather than 1. This one is based of off the one in the Keystone Draft this pattern is based on. - - - - diff --git a/sites/orgdocs/docs/designs/cornelius/options/cuffwidth/readme.mdx b/sites/orgdocs/docs/designs/cornelius/options/cuffwidth/readme.mdx deleted file mode 100644 index 50a699b4008..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/options/cuffwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Cuff width" ---- - -*** - -Controls the width of the cuff. - - - - diff --git a/sites/orgdocs/docs/designs/cornelius/options/flywidth/readme.mdx b/sites/orgdocs/docs/designs/cornelius/options/flywidth/readme.mdx deleted file mode 100644 index 9035fcc61c3..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/options/flywidth/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Fly guard width" ---- - -*** - -Controls the width of fly guard. - diff --git a/sites/orgdocs/docs/designs/cornelius/options/fullness/readme.mdx b/sites/orgdocs/docs/designs/cornelius/options/fullness/readme.mdx deleted file mode 100644 index 8ed06bc43c9..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/options/fullness/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Fullness" ---- - -*** - -Influences the ease on the legs for a looser style. - - - - diff --git a/sites/orgdocs/docs/designs/cornelius/options/kneetobelow/readme.mdx b/sites/orgdocs/docs/designs/cornelius/options/kneetobelow/readme.mdx deleted file mode 100644 index c03c87faad6..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/options/kneetobelow/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Cuff length" ---- - -*** - -Controls the length of the cuff. - - - - diff --git a/sites/orgdocs/docs/designs/cornelius/options/readme.mdx b/sites/orgdocs/docs/designs/cornelius/options/readme.mdx deleted file mode 100644 index 917d2eeaee2..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Cornelius cycling breeches: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/cornelius/options/ventlength/readme.mdx b/sites/orgdocs/docs/designs/cornelius/options/ventlength/readme.mdx deleted file mode 100644 index f9e9efc7ea5..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/options/ventlength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Vent length" ---- - -*** - -Controls the length of vent between cuff and knee. - - - - diff --git a/sites/orgdocs/docs/designs/cornelius/options/waistbandbelowwaist/readme.mdx b/sites/orgdocs/docs/designs/cornelius/options/waistbandbelowwaist/readme.mdx deleted file mode 100644 index c7fcf59d85e..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/options/waistbandbelowwaist/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Lower waistband" ---- - -*** - -This option allows you to lower the waistband below your (natural) waist. - - - - diff --git a/sites/orgdocs/docs/designs/cornelius/options/waistreduction/readme.mdx b/sites/orgdocs/docs/designs/cornelius/options/waistreduction/readme.mdx deleted file mode 100644 index 3ddc6afca62..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/options/waistreduction/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist reduction" ---- - -*** - -Reduces the waist for a more snug fit. - - - - diff --git a/sites/orgdocs/docs/designs/cornelius/readme.mdx b/sites/orgdocs/docs/designs/cornelius/readme.mdx deleted file mode 100644 index f21b45c4bec..00000000000 --- a/sites/orgdocs/docs/designs/cornelius/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Cornelius cycling breeches" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/diana/cutting/readme.mdx b/sites/orgdocs/docs/designs/diana/cutting/readme.mdx deleted file mode 100644 index b569602a2ea..00000000000 --- a/sites/orgdocs/docs/designs/diana/cutting/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Diana draped top: Cutting Instructions" ---- - -- Cut **1 back** on the fold -- Cut **1 front** on the fold -- Cut **2 sleeves** with _good sides together_ diff --git a/sites/orgdocs/docs/designs/diana/fabric/readme.mdx b/sites/orgdocs/docs/designs/diana/fabric/readme.mdx deleted file mode 100644 index 66d6d9b22ca..00000000000 --- a/sites/orgdocs/docs/designs/diana/fabric/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Diana draped top: Fabric Options" ---- - -This top works best in one of these two scenarios: - -- Use a stretch fabric, and choose minimal ease -- Or use a non-stretch fabric with good _drape_, in which case you'll want to add more ease. Flowy fabrics can be cut on the bias for a body-hugging effect diff --git a/sites/orgdocs/docs/designs/diana/instructions/neckline.jpg b/sites/orgdocs/docs/designs/diana/instructions/neckline.jpg deleted file mode 100644 index aea0234452c..00000000000 Binary files a/sites/orgdocs/docs/designs/diana/instructions/neckline.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/diana/instructions/readme.mdx b/sites/orgdocs/docs/designs/diana/instructions/readme.mdx deleted file mode 100644 index 648cd32b93f..00000000000 --- a/sites/orgdocs/docs/designs/diana/instructions/readme.mdx +++ /dev/null @@ -1,73 +0,0 @@ ---- -title: "Diana draped top: Sewing Instructions" ---- - -### Step 1: Finish the back neckline - -- Cut a strip of main fabric the length of your back neckline, and around 3 cm wide. -- Press a fold into this strip, 1 cm from the edge. - -:::tip - - -For woven fabric make this a bias cut strip. -For knit fabric make a strip with the stretch of the fabric running along the long edge. - -::: - -- With _good sides together_ align the non-folded edge of the strip with the back neckline. -- Sew the strip to the back neckline and trim the seam. -- Turn the strip to the wrong side of the fabric and _topstitch_ along the folded edge to keep it in place. - -### Step 2: Close shoulder seams - -![This drawing was too nice not to use](neckline.jpg) - -- Finish the raw edge on the front neckline in a way that suits your fabric (if it doesn’t fray, you can leave it unfinished). -- With _good sides together_, place the front on the back aligning the shoulder seams. -- Fold the front neckline seam allowance over to the wrong side of the back. - -:::note - - -If you have a lightweight woven fabric you can fold this edge up again, so it will form a narrow double hem afterwards (it can help to press these folds first). - -::: - -- Stitch the shoulder seam, enclosing the raw edge of the back neckline in the fold. -- Turn to the right side and press. - -### Step 3: Finish front neckline - -- Press the hem formed in your fabric by the folds you made at the shoulder seam when you closed the shoulder and topstitch close to the edge. - -### Step 4: Attach sleeves - -The sleeve will be inserted flat, meaning the armhole seam will be sewn first and the sleeve and side seam will be closed in one go. - -- With _good sides together_, matching notches, pin the sleeve head along the armhole. -- If necessary, ease in the sleeve head at the top, between the notches. -- Sew, finish and press the seam. -- Repeat for other sleeve. - -### Step 5: Close side and sleeve seam - -- With _good sides together_ pin the front to the back along the sleeve and side seams, making sure to line up the armhole seams. -- Sew, finish and press the seam. - -### Step 6: Hem - -- Finish the sleeves and bottom hems in a way that works with your fabric choice. - -:::note - - -Again, this can mean folding the hem under twice and _topstitching_, finishing the raw edge with a serger -or zig zag stitch and folding it under once or leaving the edge raw, folding it under once and -trimming close to the stitching. - -::: - -### Step 7: Enjoy! - -You're all done! Now go enjoy your new top! diff --git a/sites/orgdocs/docs/designs/diana/measurements/readme.mdx b/sites/orgdocs/docs/designs/diana/measurements/readme.mdx deleted file mode 100644 index e45f2c3e1a4..00000000000 --- a/sites/orgdocs/docs/designs/diana/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Diana draped top: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/diana/needs/readme.mdx b/sites/orgdocs/docs/designs/diana/needs/readme.mdx deleted file mode 100644 index 626c55248dd..00000000000 --- a/sites/orgdocs/docs/designs/diana/needs/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Diana draped top: What You Need" ---- - -To make Diana, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 1.5 meters (1.7 yards) (or half of that if it's wide enough to fit the sleeves next to the body) of a suitable fabric ([see Fabric options](/docs/designs/diana/fabric)) - -:::note - - -#### A serger/overlock is nice, but optional - -As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. - -If you do not have one of those, don't despair. You don't really need it. -Because these side seams and shoulder seams won't get stretched out, you can just sew them with a regular straight stitch. - -::: diff --git a/sites/orgdocs/docs/designs/diana/notes/readme.mdx b/sites/orgdocs/docs/designs/diana/notes/readme.mdx deleted file mode 100644 index fdcd05626cc..00000000000 --- a/sites/orgdocs/docs/designs/diana/notes/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Diana draped top: Designer Notes" ---- - -This project started because one day I wanted to sew a sleeveless draped top -with some leftover fabric I had after making another dress. I used a basic body -block from Freesewing, and manually modified the pattern to create a draped -neckline. Since I was pretty happy with the result, and the modifications were -simple, I decided to create a Freesewing pattern for it, so it could be -available for other people. - -The original top I made had two layers, a nice viscose with a beautiful flower -pattern that acted as a lining, and a sheer chiffon on top that let the viscose -show through. The nice thing about adding a lining is that you can see it in -the drape, which gives a beautiful effect! - -No interesting story about the name, just the first name that came to my mind -that started with the letter D of draped :) - -Erica - diff --git a/sites/orgdocs/docs/designs/diana/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/diana/options/acrossbackfactor/readme.mdx deleted file mode 100644 index 2a76eb8e2c7..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Across back factor" ---- - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/diana/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/diana/options/armholedepth/readme.mdx deleted file mode 100644 index bea7b8dba60..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/diana/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/diana/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/diana/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/diana/options/armholedepthfactor/readme.mdx deleted file mode 100644 index 221c106b4bf..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -This option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/bicepsease/bicepsease.svg b/sites/orgdocs/docs/designs/diana/options/bicepsease/bicepsease.svg deleted file mode 100644 index bc41dd37e50..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/bicepsease/bicepsease.svg +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/diana/options/bicepsease/readme.mdx deleted file mode 100644 index 5c7798a6ef8..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/bicepsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Biceps ease" ---- - -![The biceps ease option on Diana](./bicepsease.svg) - -This option controls the fit at your upper arm, and influences the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/chestease/chestease.svg b/sites/orgdocs/docs/designs/diana/options/chestease/chestease.svg deleted file mode 100644 index 3ad82167095..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/chestease/chestease.svg +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/diana/options/chestease/readme.mdx deleted file mode 100644 index 6d6c69a78f3..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/chestease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest ease" ---- - -![The chest ease option on Diana](./chestease.svg) - -This option controls the ease at your chest. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/diana/options/cuffease/readme.mdx deleted file mode 100644 index 9e0c863fe2c..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/cuffease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Cuff ease" ---- - -*** - -The amount of ease at your wrist. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/diana/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/drapeangle/drapeangle.svg b/sites/orgdocs/docs/designs/diana/options/drapeangle/drapeangle.svg deleted file mode 100644 index ac15a80ab01..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/drapeangle/drapeangle.svg +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/drapeangle/readme.mdx b/sites/orgdocs/docs/designs/diana/options/drapeangle/readme.mdx deleted file mode 100644 index f1dc4fb83a8..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/drapeangle/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Drape angle" ---- - -![The drape angle option on Diana](./drapeangle.svg) - -This option controls the amount of drape of your top. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/diana/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index 5ea09a533ab..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front armhole extra cutout" ---- - -Controls how much the front of the armhole is cut deeper into the garment than the back. - -Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more -rounded there too, and the armhole is typically cut deeper into the front of the garment than -the back. This option controls how much deeper. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/hipsease/hipsease.svg b/sites/orgdocs/docs/designs/diana/options/hipsease/hipsease.svg deleted file mode 100644 index 701715541a9..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/hipsease/hipsease.svg +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/diana/options/hipsease/readme.mdx deleted file mode 100644 index c0c7863b715..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/hipsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hips ease" ---- - -![The hips ease option on Diana](./hipsease.svg) - -This option controls the amount of ease at the hips. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/diana/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index 0f30d6bb283..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Diana extends. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Diana will follow. diff --git a/sites/orgdocs/docs/designs/diana/options/lengthbonus/lengthbonus.svg b/sites/orgdocs/docs/designs/diana/options/lengthbonus/lengthbonus.svg deleted file mode 100644 index 17ecb89c933..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/lengthbonus/lengthbonus.svg +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/diana/options/lengthbonus/readme.mdx deleted file mode 100644 index 436224af069..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Length bonus" ---- - -![The length bonus option on Diana](./lengthbonus.svg) - -This option controls the length of your top. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/readme.mdx b/sites/orgdocs/docs/designs/diana/options/readme.mdx deleted file mode 100644 index bb23117d7f3..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Diana draped top: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/diana/options/shoulderease/hipsease.svg b/sites/orgdocs/docs/designs/diana/options/shoulderease/hipsease.svg deleted file mode 100644 index 701715541a9..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/shoulderease/hipsease.svg +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/diana/options/shoulderease/readme.mdx deleted file mode 100644 index 820d9298a3f..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/shoulderease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder ease" ---- - -![The shoulder ease option on Diana](./shoulderease.svg) - -This option controls the position of your shoulder seam. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/shoulderease/shoulderease.svg b/sites/orgdocs/docs/designs/diana/options/shoulderease/shoulderease.svg deleted file mode 100644 index df75c84c163..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/shoulderease/shoulderease.svg +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/shoulderseamlength/readme.mdx b/sites/orgdocs/docs/designs/diana/options/shoulderseamlength/readme.mdx deleted file mode 100644 index ebbe6d12ad9..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/shoulderseamlength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder seam length" ---- - -![The shoulder seam length option on Diana](./shoulderseamlength.svg) - -This option determines how wide the neck opening is, by controlling the length of the shoulder seam. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/shoulderseamlength/shoulderseamlength.svg b/sites/orgdocs/docs/designs/diana/options/shoulderseamlength/shoulderseamlength.svg deleted file mode 100644 index d75be3a27cf..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/shoulderseamlength/shoulderseamlength.svg +++ /dev/null @@ -1,233 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecap.svg b/sites/orgdocs/docs/designs/diana/options/sleevecap.svg deleted file mode 100644 index 34eca409502..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecap.svg +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapanchor.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapanchor.svg deleted file mode 100644 index 802276f7e75..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapanchor.svg +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapbackfactorx/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapbackfactorx/readme.mdx deleted file mode 100644 index 68949ed304e..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapbackfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back X" ---- - -![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapbackfactorx/sleevecapbackfactorx.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapbackfactorx/sleevecapbackfactorx.svg deleted file mode 100644 index 5e8e35dd35c..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapbackfactorx/sleevecapbackfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapbackfactory/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapbackfactory/readme.mdx deleted file mode 100644 index bd7ca497bb6..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapbackfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back Y" ---- - -![The vertical location of the back inflection point](./sleevecapbackfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapbackfactory/sleevecapbackfactory.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapbackfactory/sleevecapbackfactory.svg deleted file mode 100644 index 8348fbf7c7f..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapbackfactory/sleevecapbackfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapease/readme.mdx deleted file mode 100644 index 4ae0f103d9f..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -Determines the amount of sleevecap ease. - -:::note - - -The amount of sleevecap ease determines how the sleeves rolls from the shoulder. -More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. - -For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapfrontfactorx/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapfrontfactorx/readme.mdx deleted file mode 100644 index 9abd9b70923..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapfrontfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front X" ---- - -![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg deleted file mode 100644 index d58c9899afb..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapfrontfactory/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapfrontfactory/readme.mdx deleted file mode 100644 index f4c0fa83f49..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapfrontfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front Y" ---- - -![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapfrontfactory/sleevecapfrontfactory.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapfrontfactory/sleevecapfrontfactory.svg deleted file mode 100644 index e09d00f3d0f..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapfrontfactory/sleevecapfrontfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapinflection.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapinflection.svg deleted file mode 100644 index f53517d2a1c..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapinflection.svg +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq1offset/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapq1offset/readme.mdx deleted file mode 100644 index e7ae28286c4..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq1offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 offset" ---- - -![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) - -This option controls the offset in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq1offset/sleevecapq1offset.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapq1offset/sleevecapq1offset.svg deleted file mode 100644 index f0a2d726ec9..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq1offset/sleevecapq1offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq1spread1/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapq1spread1/readme.mdx deleted file mode 100644 index d5619127fa6..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq1spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 downward spread" ---- - -![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) - -This option controls the downward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq1spread1/sleevecapq1downwardspread.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapq1spread1/sleevecapq1downwardspread.svg deleted file mode 100644 index 6914bc68fa8..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq1spread1/sleevecapq1downwardspread.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq1spread2/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapq1spread2/readme.mdx deleted file mode 100644 index 4f85ea08ff8..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq1spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 upward spread" ---- - -![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) - -This option controls the upward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq1spread2/sleevecapq1spread2.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapq1spread2/sleevecapq1spread2.svg deleted file mode 100644 index f369a220f5e..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq1spread2/sleevecapq1spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq2offset/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapq2offset/readme.mdx deleted file mode 100644 index 5b57023476e..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq2offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 offset" ---- - -![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) - -This option controls the offset in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq2offset/sleevecapq2offset.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapq2offset/sleevecapq2offset.svg deleted file mode 100644 index dcc88d098f0..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq2offset/sleevecapq2offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq2spread1/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapq2spread1/readme.mdx deleted file mode 100644 index f2d22ebda77..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq2spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 downward spread" ---- - -![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) - -This option controls the downward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq2spread1/sleevecapq2spread1.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapq2spread1/sleevecapq2spread1.svg deleted file mode 100644 index 5197ed0114a..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq2spread1/sleevecapq2spread1.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq2spread2/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapq2spread2/readme.mdx deleted file mode 100644 index 0bc44c882a4..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq2spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 upward spread" ---- - -![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) - -This option controls the upward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq2spread2/sleevecapq2spread2.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapq2spread2/sleevecapq2spread2.svg deleted file mode 100644 index 222d43e460d..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq2spread2/sleevecapq2spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq3offset/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapq3offset/readme.mdx deleted file mode 100644 index c5bb57841b7..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq3offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 offset" ---- - -![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) - -This option controls the offset in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq3offset/sleevecapq3offset.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapq3offset/sleevecapq3offset.svg deleted file mode 100644 index ac048c72247..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq3offset/sleevecapq3offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq3spread1/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapq3spread1/readme.mdx deleted file mode 100644 index a90d63447bc..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq3spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 upward spread" ---- - -![The upward spread in the third quadrant of the sleevecap](./sleevecapq3spread1.svg) - -This option controls the upward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq3spread1/sleevecapq3spread1.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapq3spread1/sleevecapq3spread1.svg deleted file mode 100644 index 1649c2c5cc9..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq3spread1/sleevecapq3spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq3spread2/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapq3spread2/readme.mdx deleted file mode 100644 index 596fa8dc33c..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq3spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 downward spread" ---- - -![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) - -This option controls the downward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq3spread2/sleevecapq3spread2.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapq3spread2/sleevecapq3spread2.svg deleted file mode 100644 index 79135108ba0..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq3spread2/sleevecapq3spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq4offset/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapq4offset/readme.mdx deleted file mode 100644 index 54f165f2eca..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq4offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 offset" ---- - -![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) - -This option controls the offset in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq4offset/sleevecapq4offset.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapq4offset/sleevecapq4offset.svg deleted file mode 100644 index b5877e2c0a1..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq4offset/sleevecapq4offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq4spread1/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapq4spread1/readme.mdx deleted file mode 100644 index 5630d4682e3..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq4spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 upward spread" ---- - -![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) - -This option controls the upward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq4spread1/sleevecapq4spread1.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapq4spread1/sleevecapq4spread1.svg deleted file mode 100644 index 42f42a721fe..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq4spread1/sleevecapq4spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq4spread2/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecapq4spread2/readme.mdx deleted file mode 100644 index 624fce70c87..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq4spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 downward spread" ---- - -![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) - -This option controls the downward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapq4spread2/sleevecapq4spread2.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapq4spread2/sleevecapq4spread2.svg deleted file mode 100644 index b84e4d0c6c7..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapq4spread2/sleevecapq4spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecapspread.svg b/sites/orgdocs/docs/designs/diana/options/sleevecapspread.svg deleted file mode 100644 index 9878d2f0943..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecapspread.svg +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecaptop.svg b/sites/orgdocs/docs/designs/diana/options/sleevecaptop.svg deleted file mode 100644 index 39e7bb71c33..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecaptop.svg +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecaptopfactorx/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecaptopfactorx/readme.mdx deleted file mode 100644 index da109f5c03f..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecaptopfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top X" ---- - -![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) - -This option controls the horizontal placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecaptopfactorx/sleevecaptopfactorx.svg b/sites/orgdocs/docs/designs/diana/options/sleevecaptopfactorx/sleevecaptopfactorx.svg deleted file mode 100644 index be96935d057..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecaptopfactorx/sleevecaptopfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecaptopfactory/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevecaptopfactory/readme.mdx deleted file mode 100644 index ec42af0d5e5..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecaptopfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top Y" ---- - -![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) - -This option controls the vertical placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevecaptopfactory/sleevecaptopfactory.svg b/sites/orgdocs/docs/designs/diana/options/sleevecaptopfactory/sleevecaptopfactory.svg deleted file mode 100644 index cd55923d35e..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevecaptopfactory/sleevecaptopfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevelengthbonus/hipsease.svg b/sites/orgdocs/docs/designs/diana/options/sleevelengthbonus/hipsease.svg deleted file mode 100644 index 701715541a9..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevelengthbonus/hipsease.svg +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index 799464d2074..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -![The sleeve length bonus option on Diana](./sleevelengthbonus.svg) - -This option determines the length of the sleeves. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevelengthbonus/shoulderease.svg b/sites/orgdocs/docs/designs/diana/options/sleevelengthbonus/shoulderease.svg deleted file mode 100644 index df75c84c163..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevelengthbonus/shoulderease.svg +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevelengthbonus/sleevelengthbonus.svg b/sites/orgdocs/docs/designs/diana/options/sleevelengthbonus/sleevelengthbonus.svg deleted file mode 100644 index 9238470e8cf..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevelengthbonus/sleevelengthbonus.svg +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/sleevewidthguarantee/readme.mdx b/sites/orgdocs/docs/designs/diana/options/sleevewidthguarantee/readme.mdx deleted file mode 100644 index 6671e1c5917..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/sleevewidthguarantee/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleeve width guarantee" ---- - -We first draft the arm opening, then we draft a sleeve to fit it. - -When all goes well, the sleeve fits perfectly, and this option is not relevant. -However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. - -Since the shape and height of the sleevecap are more important than the width, we tend to -prefer adjusting the width to fit the sleevecap. - -To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. -This option allows you to control how much of the sleeve width is guaranteed. -Increasing this option will allow us less of the width to play with to fit the sleeve. -This way, the resulting sleeve will be closer to the theoretical sleeve width, and we -will instead modify (more of) the sleevecap height to fit the sleeve. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/waistease/hipsease.svg b/sites/orgdocs/docs/designs/diana/options/waistease/hipsease.svg deleted file mode 100644 index 701715541a9..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/waistease/hipsease.svg +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/diana/options/waistease/readme.mdx deleted file mode 100644 index 1a60a9e2131..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/waistease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist ease" ---- - -![The waist ease option on Diana](./waistease.svg) - -This option controls the amount of ease at the waist. - - - - diff --git a/sites/orgdocs/docs/designs/diana/options/waistease/waistease.svg b/sites/orgdocs/docs/designs/diana/options/waistease/waistease.svg deleted file mode 100644 index 0821a7c7c4f..00000000000 --- a/sites/orgdocs/docs/designs/diana/options/waistease/waistease.svg +++ /dev/null @@ -1,267 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/diana/readme.mdx b/sites/orgdocs/docs/designs/diana/readme.mdx deleted file mode 100644 index 7e40b6e9161..00000000000 --- a/sites/orgdocs/docs/designs/diana/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Diana draped top" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/florence/cutting/readme.mdx b/sites/orgdocs/docs/designs/florence/cutting/readme.mdx deleted file mode 100644 index e5f0a6ac8b3..00000000000 --- a/sites/orgdocs/docs/designs/florence/cutting/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Florence face mask: Cutting Instructions" ---- - -Florence only has one part, the _mask_. This is half of the mask, so we will need two of them. -In addition, we want an outer and inner layer of fabric, so we'll need four in total: - -- **Main fabric** - - Cut **2 masks** parts -- **Lining fabric** - - Cut **2 masks** parts - -If you're using the same fabric in and out (which is fine) then simply cut **4 mask** parts. diff --git a/sites/orgdocs/docs/designs/florence/fabric/readme.mdx b/sites/orgdocs/docs/designs/florence/fabric/readme.mdx deleted file mode 100644 index d87c61be06d..00000000000 --- a/sites/orgdocs/docs/designs/florence/fabric/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Florence face mask: Fabric Options" ---- - -The goal of our mask is to stop droplets. So you want to go for something that filters those out. -Then again, you need to be able to breath through your mask, so we want fabric that breathes, without letting droplets through. - -In addition, we want the inside to be comfortable on our skin. So here I'd suggest a tightly woven cotton or viscose/rayon. -For the outer fabric, cotton again, or a tightly woven wool. - -:::note - - -Note that fabric that is _breathable_ is not the same as fabric your can breath through. -There's many so-called waterproof breathable fabrics — or MBFs — that are used for outdoor gear because they -repel water and are _breathable_ but would make a poor choice for a face mask. -Look no further than your umbrella for an example. Chances are it's more from a fabric you can breath through, -but only with substantial effort, which would not work for our face mask. - -::: diff --git a/sites/orgdocs/docs/designs/florence/instructions/readme.mdx b/sites/orgdocs/docs/designs/florence/instructions/readme.mdx deleted file mode 100644 index 48d022a4ebf..00000000000 --- a/sites/orgdocs/docs/designs/florence/instructions/readme.mdx +++ /dev/null @@ -1,102 +0,0 @@ ---- -title: "Florence face mask: Sewing Instructions" ---- - -### Step 1: Join center seam - -Join the curved seam that is center of our mask by placing the _good sides together_ and sewing them in place. - -![Join the center seam](step1.svg) - -:::note -Repeat this step for both the outer (main) fabric, and the inner (lining) fabric.::: - -### Step 2 (optional): Press the center seam - -:::note - - -This step has no functional value, it will only make your mask look better. -So if you're not too bothered about that, feel free to skip it. - -::: - -Press the seam allowance on the center seam open so the seam lies nice and flat. - -As this is a curved seam, it won't lay flat. -But you can approach it with your iron from one side, then do the second half from the other side. -Alternatively, you can use a tailor's ham or cushion to press. - -:::note -Repeat this step for both the outer (main) fabric, and the inner (lining) fabric.::: - -### Step 3: Sew the outer to the inner fabric and attach ribbons - -![Join the inner to the outer fabric](step3.svg) - -Now we will sew the inner (lining) fabric to the outer (main) fabric, -and attach the ribbons all in one step. - -- Place your lining fabric down with the good side up. -- Then, place two ribbons on the corners of one side (right in our example) so that - they peak out just a bit from the mask, but the ribbon extends inwards. -- Now place the main fabric on top of this with the good side town. - You should now have both layers of your mask on top of each other with _good sides together_ and - two ribbons sandwiched between them -- Pin through ribbons and layers to keep them in place -- Now do the same on the other side - -:::tip - - -As you get some practice, you will find you don't need to pin this and can just insert the -ribbons as you approach a corner. - -::: - -Now sew around the mask, making sure to leave one side open so we can turn the mask inside-out later. - -:::warning - - -Be careful not to catch any of the ribbons in the seam apart from where you want them to. -Either guide them through the opening you leave on one side, or bunch them up in between -the masks of your layer to keep them out of the way. - -::: - -### Step 4: Turn the mask inside-out - -Actually, your mask is inside-out now, so turning it inside out will mean we get it outside-out, or regular. - -Just reach in through the side your left open and carefully pull the mask through to turn it. - -### Step 5 (optional): Press the mask - -:::note - - -This step has little functional value, it will only make your mask look better. -So if you're not too bothered about that, feel free to skip it. - -::: - -Now that the mask is as it should be, it's time to press it. Before doing so, make sure to fold the -seam allowance of the side we left open inwards, so that we press it flat as if it was sewn. - -### Step 6: Close open side of the mask and edge-stitch around the edge - -![Edge-stitch around the mask](step6.svg) - -Now it's time to close the side of our mask the we left open to turn it inside out. - -We are not merely going to close the opening, but also edge-stitch around the entire -mask to give our mask some extra stability, and keep the lining at the back. - -Make sure the open side is folded neatly inside, then edge-stitch around the entire mask. - -### Step 7: Wear your mask or make a bunch - -That's it, you're done! You can now wear your mask. - -Even better, make a bunch so you can give others masks too. diff --git a/sites/orgdocs/docs/designs/florence/instructions/step1.svg b/sites/orgdocs/docs/designs/florence/instructions/step1.svg deleted file mode 100644 index c20ba1c7fdf..00000000000 --- a/sites/orgdocs/docs/designs/florence/instructions/step1.svg +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/florence/instructions/step3.svg b/sites/orgdocs/docs/designs/florence/instructions/step3.svg deleted file mode 100644 index 883f72e5569..00000000000 --- a/sites/orgdocs/docs/designs/florence/instructions/step3.svg +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/florence/instructions/step6.svg b/sites/orgdocs/docs/designs/florence/instructions/step6.svg deleted file mode 100644 index 3084e86e8e6..00000000000 --- a/sites/orgdocs/docs/designs/florence/instructions/step6.svg +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/florence/measurements/readme.mdx b/sites/orgdocs/docs/designs/florence/measurements/readme.mdx deleted file mode 100644 index ea751e6c0f6..00000000000 --- a/sites/orgdocs/docs/designs/florence/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Florence face mask: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/florence/needs/readme.mdx b/sites/orgdocs/docs/designs/florence/needs/readme.mdx deleted file mode 100644 index ccb07d9a6cf..00000000000 --- a/sites/orgdocs/docs/designs/florence/needs/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Florence face mask: What You Need" ---- - -To make a Florence face mask, you will need the following: - -- Basic sewing supplies -- About 15 cm (6") of a suitable fabric ([see Fabric options](/docs/designs/florence/fabric/)) -- About 15 cm (6") of lining fabric -- About 1.6 meters (1.8 yards) of ribbon cut in 4 equal parts diff --git a/sites/orgdocs/docs/designs/florence/notes/readme.mdx b/sites/orgdocs/docs/designs/florence/notes/readme.mdx deleted file mode 100644 index a4efa94e765..00000000000 --- a/sites/orgdocs/docs/designs/florence/notes/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Florence face mask: Designer Notes" ---- - -When the COVID-pandemic swept the globe in early 2019, and a shortage of PPE -followed, it became obvious we were going to need a lot of face masks. - -So I set out to design this pattern, and also ended up making a whole bunch of -them for the local university hospital. Because I was rather early to fill -this need, it was picked up by a variety of publications, such a Forbes, the -New York Times, and a bunch of others. - -As a result, this simple design probably did more to let people know -FreeSewing exists than any other thing I've ever done. Which is something I -try not to think about too much. - -Obviously, these kind of home-made mask are no substitute for professional PPE, -but you knew that. - -joost - - diff --git a/sites/orgdocs/docs/designs/florence/options/curve/curve.svg b/sites/orgdocs/docs/designs/florence/options/curve/curve.svg deleted file mode 100644 index bd7e8a976b2..00000000000 --- a/sites/orgdocs/docs/designs/florence/options/curve/curve.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/florence/options/curve/readme.mdx b/sites/orgdocs/docs/designs/florence/options/curve/readme.mdx deleted file mode 100755 index 8e84dc6c910..00000000000 --- a/sites/orgdocs/docs/designs/florence/options/curve/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Curve" ---- - -![Curve option](./curve.svg) - -Controls the curve of the upper edge of your face mask. - - - - diff --git a/sites/orgdocs/docs/designs/florence/options/height/height.svg b/sites/orgdocs/docs/designs/florence/options/height/height.svg deleted file mode 100644 index 86f94f98dd0..00000000000 --- a/sites/orgdocs/docs/designs/florence/options/height/height.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/florence/options/height/readme.mdx b/sites/orgdocs/docs/designs/florence/options/height/readme.mdx deleted file mode 100755 index 2036dc5e46d..00000000000 --- a/sites/orgdocs/docs/designs/florence/options/height/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Height" ---- - -![Height option](./height.svg) - -Controls the height of your face mask. - - - - diff --git a/sites/orgdocs/docs/designs/florence/options/length/length.svg b/sites/orgdocs/docs/designs/florence/options/length/length.svg deleted file mode 100644 index d90cea6a3ba..00000000000 --- a/sites/orgdocs/docs/designs/florence/options/length/length.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/florence/options/length/readme.mdx b/sites/orgdocs/docs/designs/florence/options/length/readme.mdx deleted file mode 100755 index 3085d680efe..00000000000 --- a/sites/orgdocs/docs/designs/florence/options/length/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Length" ---- - -![Length option](./length.svg) - -Controls the length of your face mask. - - - - diff --git a/sites/orgdocs/docs/designs/florence/options/readme.mdx b/sites/orgdocs/docs/designs/florence/options/readme.mdx deleted file mode 100644 index 16a9637e195..00000000000 --- a/sites/orgdocs/docs/designs/florence/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Florence face mask: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/florence/readme.mdx b/sites/orgdocs/docs/designs/florence/readme.mdx deleted file mode 100644 index 5e664e0aa37..00000000000 --- a/sites/orgdocs/docs/designs/florence/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Florence face mask" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/florent/cutting/layout.svg b/sites/orgdocs/docs/designs/florent/cutting/layout.svg deleted file mode 100644 index 5a1a1d9c97f..00000000000 --- a/sites/orgdocs/docs/designs/florent/cutting/layout.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org FlorentFlatcap freesewing.org/drafts/drbtw The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - Grainline - 1 - Florent - Cap Top - 2x main, 2x lining - - - - - - - - - - - - - - - - Cut on fold - - Grainline - 2 - Florent - Cap Side - 1x main, 1x lining Cut on fold - - - - - - - - - - - - - Grainline - 3 - Florent - Cap Brim Bottom - 1x - - - - - - - - - - - - Grainline - 4 - Florent - Cap Brim Top - 1x - - - - - - - - - - - - - 5 - Florent - Cap Brim Interfacing - 1x - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/florent/cutting/readme.mdx b/sites/orgdocs/docs/designs/florent/cutting/readme.mdx deleted file mode 100644 index b3516f747ef..00000000000 --- a/sites/orgdocs/docs/designs/florent/cutting/readme.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Florent flat cap: Cutting Instructions" ---- - -To make Florent, cut out the following parts: - -- **Main fabric** - - Cut **1 top** on the fold but don't include the center seam allowance, or **2 top** with the center seam allowance. - - Cut **1 side** on the fold, or **2 side**. - - Cut **1 brim top**. - - Cut **1 brim bottom**. -- **Lining fabric** - - Cut **1 top** on the fold but don't include the seam allowance, or **2 top** with the center seam allowance. - - Cut **1 side** on the fold, or **2 side**. -- **Plastic** - - Cut **1 brim interfacing**. Tape the pattern part to the plastic, don't cut the notches in the plastic, but you can mark it (engrave it, or with permanent marker maybe). You don't really want any sharp edge, so make sure everything is smooth and rounded a bit (especially on the pointy sides). - -## Notes - -The brim bottom part is inset, while the brim top part is offset so that the seam falls "underneath the brim edge". -Keep that in mind when cutting the parts, and mark them accordingly, so that you don't end up with the seam on top of the brim (I don't want to force you into this design choice, I simply want to point out the difference between the parts so that you are aware of it and act accordingly). - -If you want to avoid a seam down the middle of the top part, you can cut 1 top _on the fold_ rather than 2 tops and sew them together. -The fold line would be the horizontal stretch of the top part, and you'd only have a seam at the right side where it tapers downwards. - -A typical Florent layout looks like this: - -![A typical Florent layout](layout.svg) diff --git a/sites/orgdocs/docs/designs/florent/fabric/readme.mdx b/sites/orgdocs/docs/designs/florent/fabric/readme.mdx deleted file mode 100644 index 01da875ea0a..00000000000 --- a/sites/orgdocs/docs/designs/florent/fabric/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Florent flat cap: Fabric Options" ---- - -For the main fabric of your cap, a thick fabric will shape better, but if you go for a lighter fabric, you can interface it to give it more body. - -The lining can be anything, but it is usually something light and nice. diff --git a/sites/orgdocs/docs/designs/florent/instructions/finished.gif b/sites/orgdocs/docs/designs/florent/instructions/finished.gif deleted file mode 100644 index 95b3354a8b5..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/finished.gif and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/readme.mdx b/sites/orgdocs/docs/designs/florent/instructions/readme.mdx deleted file mode 100644 index 1f842a7cf1c..00000000000 --- a/sites/orgdocs/docs/designs/florent/instructions/readme.mdx +++ /dev/null @@ -1,138 +0,0 @@ ---- -title: "Florent flat cap: Sewing Instructions" ---- - -### Step 1: Fuse interfacing - -Depending on your fabric weight you might want to fuse all your main fabric parts -No matter the thickness of your fabric, you should consider reinforcing the sides of your brim parts (where the notch mark is). -This will help prevent the pointy ends of the plastic part to poke outside of the cap on this area - -![Protect this area from being pocked through by the plastic brim](step16.svg) - -### Step 2: Closing the back dart - -#### Version with top part cut on fold - -You should mark the top of the back dart on the wrong side of the fabric so that you know where to end your seam - -![Marking the end of the dart](step01.jpg) - -There is several tricks to sewing darts, here is how I do it (I think it is called "balancing the dart"): -prepare a bias cut rectangle of the same fabric you are going to stitch and place it underneath the point of your future dart. -Stitch the dart starting from the bottom and keep stitching a few stitching after the top dart. -Leave a good length of thread to make a knot by hand. - -![Balanced dart](step02.jpg) - -Where the rectangle of fabric starts, cut the seam allowance that is against this rectangle, up to the seam so that the seam can be ironed flat open before the rectangle. -On the area where the dart is stitched with the rectangle, iron both seam allowances on one side, and the folded rectangle on the other side. -Layer the edges of the rectangle. The edge against the main fabric is wider, the one above is smaller - -#### Version with the top part cut twice - -This dart is more straight forward since the seam is continuous. -Simply stitch the seam all the way - -#### Ironing the seam - -You might have to notch the seam allowance to press it flat. -Use a tailoring Ham or something rounded underneath to help you press the seam open whilst keeping the nice shape you just created. - -#### Top Stitching - -Depending on the style you want to achieve, you can top stitch all your seams (by machine of by hand). -However, the front brim seam will be a bit tricky to do with the machine (but not impossible). Anyway, I put this here and won't remind you about it after each step, but basically, the process would be: Stitch, Iron, Top stitch, Repeat on the next step. - -### Step 3: Optional: Join both side parts. - -This applies only if you cut two parts for the side part. -It is a straight seam. nothing much to say about that. -Iron the seam flat, with the seam allowances open. - -### Step 4: Join the top to the side - -Warning: There will be quite a few pins involved -Align the notches and pin the parts together so that this rounded part is held well in place. - -![Pins](step03.jpg) -![More pins](step04.jpg) - -For the stitching, I tend to start from the center front, do one half, and then start again, back from the center front to do the other half (the **side part** is on top for both stitches). -So that, if my machine shifts the lower fabric, it would be a "symmetrical shift" on both sides. -Clip the seam allowances where needed, on the curve, you might want to trim the seam allowance of the side part, and notch it, to help the ironing process. - -![The seam allowances are trimmed, clipped and pressed flat open](step05.jpg) - -### Step 5: The brim outer seam. - -Align the notches and pin the top and bottom parts. -Technically, the lower part has a shorter seam length, so you might have to stretch it so that the seam allowances meet. -In practice, fabric is usually stretchy enough so that the length difference can be eased. -Iron both seam allowance against the **Bottom part** - -### Step 6: Inserting the plastic part - -The plastic part is then inserted inside the brim, being careful to keep the seam allowance flat on the **Bottom part**. -You then hand stitch the brim closed, keeping the parts in place and well tensioned. - -![The brim is prepared](step06.jpg) - -### Step 7: Stitching the brim to the cap - -Align the notches and stitch the brim to the cap. -Be careful not to stitch onto the plastic. -It might be easier if you "free" the arm of your machine - -### Step 8: Prepare the lining - -Basically, repeat the steps 2, 3 and 4 with the lining **top** and **side parts**. -This would also be a good time to stitch a label on the **top part** of the lining if you are into this kind of things. - -### Step 9: Join lining to main fabric. - -Turn the lining outside out and place the main fabric in it (good side against good side). -Pin and stitch from one end of the brim to the other end of the brim (leaving the brim seam open). - -![Preparation for stitching the lining to the cap](step07.jpg) - -Don't forget to back tack this stitch quite well since it will get some stretch when we will turn the cap "outside out". -Turn the cap outside out, so that the good side is outside. -On the Brim area, baste the lining in place and hand stitch it to the brim in a way to hide the other stitches that are already on the seam allowance. -![Joining the lining, finishing by hand](step08.jpg) - -### Step 10: Top stitching the bottom of the cap - -It is a good idea to top stitch the bottom seam of the cap so that the lining stays inside. To have a better control I usually baste it first, so that the edge is sharp. -![A nice crisp basted edge](step09.jpg) - -### Step 11: The tape - -Form a loop with the tape so that the circumference of the loop matches the measured head circumference of the wearer of the cap. The best result is achieved when you pin the tape while you are wrapping it around the head of the future owner of the cap. Once the loop is closed, you can even double check it and ask if this fit is OK for the wearer. - -![This tape will keep the cap from stretching](step10.jpg) - -Trim the ends of the tape in an arrow shape to keep it from poking out. -![It's all in the smallest details](step11.jpg) - -Divide the tape in two with two pins - -![Obviously, the cap is symmetrical, so we might as well distribute the tape evenly on both sides](step12.jpg) - -Pin the tape in place: The two pins are used to distribute the tape equally on both sides. -Place one pin at the back, and the other at the front. -Since the brim is held in place it can't be much stretched, so pin the tape in this area "normally" -For the remaining part you might need to ease the fabric along the tape. -I recommend to hand stitch the tape in place, on both edges of the tape - -![Both edges of the tape are slip stitched, and the edge of the cap is top stitched](step13.jpg) - -### Step 12: Stitch the side to the brim - -We are almost done, and the last step will be to attach the brim top to the front of the body of the cap. -Pin the two part in position from the outside, turn the cap on the lining side and stitch both parts together several times. - -![Pin it in place](step14.jpg) -![Stitch it in place, from the lining side](step15.jpg) - -![All done!](finished.gif) diff --git a/sites/orgdocs/docs/designs/florent/instructions/step01.jpg b/sites/orgdocs/docs/designs/florent/instructions/step01.jpg deleted file mode 100644 index db2baec500c..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step01.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step02.jpg b/sites/orgdocs/docs/designs/florent/instructions/step02.jpg deleted file mode 100644 index b673f6ec199..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step02.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step03.jpg b/sites/orgdocs/docs/designs/florent/instructions/step03.jpg deleted file mode 100644 index 7a80ee42c56..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step03.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step04.jpg b/sites/orgdocs/docs/designs/florent/instructions/step04.jpg deleted file mode 100644 index 440bcd9220a..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step04.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step05.jpg b/sites/orgdocs/docs/designs/florent/instructions/step05.jpg deleted file mode 100644 index 8a9e8638ab6..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step05.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step06.jpg b/sites/orgdocs/docs/designs/florent/instructions/step06.jpg deleted file mode 100644 index 2a7aa038fce..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step06.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step07.jpg b/sites/orgdocs/docs/designs/florent/instructions/step07.jpg deleted file mode 100644 index 4063afc93bc..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step07.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step08.jpg b/sites/orgdocs/docs/designs/florent/instructions/step08.jpg deleted file mode 100644 index b0f81798d3c..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step08.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step09.jpg b/sites/orgdocs/docs/designs/florent/instructions/step09.jpg deleted file mode 100644 index 65486529e06..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step09.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step10.jpg b/sites/orgdocs/docs/designs/florent/instructions/step10.jpg deleted file mode 100644 index 6ba6189786d..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step10.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step11.jpg b/sites/orgdocs/docs/designs/florent/instructions/step11.jpg deleted file mode 100644 index 9fc624b816a..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step11.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step12.jpg b/sites/orgdocs/docs/designs/florent/instructions/step12.jpg deleted file mode 100644 index b3cea18b285..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step12.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step13.jpg b/sites/orgdocs/docs/designs/florent/instructions/step13.jpg deleted file mode 100644 index 3ced8f0f09d..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step13.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step14.jpg b/sites/orgdocs/docs/designs/florent/instructions/step14.jpg deleted file mode 100644 index 75cf3dbb2ef..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step14.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step15.jpg b/sites/orgdocs/docs/designs/florent/instructions/step15.jpg deleted file mode 100644 index 8162ad66f03..00000000000 Binary files a/sites/orgdocs/docs/designs/florent/instructions/step15.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/florent/instructions/step16.svg b/sites/orgdocs/docs/designs/florent/instructions/step16.svg deleted file mode 100644 index 391762a48c2..00000000000 --- a/sites/orgdocs/docs/designs/florent/instructions/step16.svg +++ /dev/null @@ -1,518 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - freesewing core v1.8.0 - Florent Flat Cap - freesewing.org/drafts/__DRAFTHANDLE__ - - - The (white) inside of this box should measure 10 by 5 cm - The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - 4 - - - Cap Brim Top - - - 1x from main fabric - - - - - - - - - - - - 3 - - - Cap Brim Bottom - - - 1x from main fabric - - - - - - - - diff --git a/sites/orgdocs/docs/designs/florent/measurements/readme.mdx b/sites/orgdocs/docs/designs/florent/measurements/readme.mdx deleted file mode 100644 index 432b30747b0..00000000000 --- a/sites/orgdocs/docs/designs/florent/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Florent flat cap: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/florent/needs/readme.mdx b/sites/orgdocs/docs/designs/florent/needs/readme.mdx deleted file mode 100644 index 944c8d2b959..00000000000 --- a/sites/orgdocs/docs/designs/florent/needs/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Florent flat cap: What You Need" ---- - -To make Florent, you will need the following: - -- Basic sewing supplies -- About 0.5 meters (0.6 yards) of a suitable fabric ([see Fabric options](/docs/designs/florent/fabric/)) -- About 0.5 meters (0.6 yards) of lining fabric -- Tape, a bit more than **head circumference** + **ease** that you used for the pattern -- A sheet of plastic or something rigid for the brim (1 mm thick or less) diff --git a/sites/orgdocs/docs/designs/florent/notes/readme.mdx b/sites/orgdocs/docs/designs/florent/notes/readme.mdx deleted file mode 100644 index 5b549d5e1b6..00000000000 --- a/sites/orgdocs/docs/designs/florent/notes/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Florent flat cap: Designer Notes" ---- - -I found a scan of a hand drawn flat cap pattern, for one size and experimented -with scaling on the screen of my laptop and tracing it through with tracing -paper stuck on the screen. - -The goal was to make it fit my (rather big) head circumference. I also made a -few caps, improving the shapes with each prototypes. But then someone asked me -to make one for them... meaning I would need to scale my parts to fit their -head circumference. - -At that time I heard about freesewing and as I am a bit of a geek I gave it a -try to draw my (then improved) pattern pieces. Sure enough I was able to play -with it and get it to scale the parts, to fit any head circumference. I believe -since then a few improvements have been added by other members of the community -and it is always a pleasure to see theses caps popping up on the freesewing -website or on Instagram. - -Quentin - diff --git a/sites/orgdocs/docs/designs/florent/options/headease/readme.mdx b/sites/orgdocs/docs/designs/florent/options/headease/readme.mdx deleted file mode 100755 index c85006e2e5c..00000000000 --- a/sites/orgdocs/docs/designs/florent/options/headease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Head ease" ---- - -The amount of ease around your head. - - - - diff --git a/sites/orgdocs/docs/designs/florent/options/readme.mdx b/sites/orgdocs/docs/designs/florent/options/readme.mdx deleted file mode 100644 index 188bc39761f..00000000000 --- a/sites/orgdocs/docs/designs/florent/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Florent flat cap: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/florent/readme.mdx b/sites/orgdocs/docs/designs/florent/readme.mdx deleted file mode 100644 index b4e1f154a0b..00000000000 --- a/sites/orgdocs/docs/designs/florent/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Florent flat cap" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/gozer/cutting/readme.mdx b/sites/orgdocs/docs/designs/gozer/cutting/readme.mdx deleted file mode 100644 index 1578525ee18..00000000000 --- a/sites/orgdocs/docs/designs/gozer/cutting/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Gozer the ghost: Cutting Instructions" ---- - -- **Color 1; Traditionally white** - - Cut **1 Body** diff --git a/sites/orgdocs/docs/designs/gozer/fabric/readme.mdx b/sites/orgdocs/docs/designs/gozer/fabric/readme.mdx deleted file mode 100644 index 9d42741e68c..00000000000 --- a/sites/orgdocs/docs/designs/gozer/fabric/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Gozer the ghost: Fabric Options" ---- - -## Main Fabric - -Traditionally, white sheets are used. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/gozer/instructions/readme.mdx b/sites/orgdocs/docs/designs/gozer/instructions/readme.mdx deleted file mode 100644 index 49538720737..00000000000 --- a/sites/orgdocs/docs/designs/gozer/instructions/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Gozer the ghost: Sewing Instructions" ---- - -## Step 1: The eyes - -- Cut holes where marked. - -## Step 2: The body - -- Hem the body - -## Step 3: Enjoy! - -That's it, you are all done. Put it on and scare the neighborhood. diff --git a/sites/orgdocs/docs/designs/gozer/measurements/readme.mdx b/sites/orgdocs/docs/designs/gozer/measurements/readme.mdx deleted file mode 100644 index d8c916e168b..00000000000 --- a/sites/orgdocs/docs/designs/gozer/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Gozer the ghost: Required Measurements" ---- - - \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/gozer/needs/readme.mdx b/sites/orgdocs/docs/designs/gozer/needs/readme.mdx deleted file mode 100644 index 4babe41b631..00000000000 --- a/sites/orgdocs/docs/designs/gozer/needs/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Gozer the ghost: What You Need" ---- - -To make Gozer, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 1 bed sheet - diff --git a/sites/orgdocs/docs/designs/gozer/notes/readme.mdx b/sites/orgdocs/docs/designs/gozer/notes/readme.mdx deleted file mode 100644 index f97e3ec2c7a..00000000000 --- a/sites/orgdocs/docs/designs/gozer/notes/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Gozer the ghost: Designer Notes" ---- - -:::warning -The designer, nor FreeSewing, are liable for anything that follows the use of this pattern. You've been warned.::: - diff --git a/sites/orgdocs/docs/designs/gozer/readme.mdx b/sites/orgdocs/docs/designs/gozer/readme.mdx deleted file mode 100644 index 57eddeee349..00000000000 --- a/sites/orgdocs/docs/designs/gozer/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Gozer the ghost ---- - -Not quite sure what to say about this. It was three weeks or so before Halloween, and I was -working on a different pattern. Then the thought of a traditional ghost costume popped -into my head. - -So as a joke I made this, just so I could post it on the discord server. And then Joost asked -where the pattern was. So I posted it. And he published it. - -Wouter - -
- diff --git a/sites/orgdocs/docs/designs/hi/cutting/readme.mdx b/sites/orgdocs/docs/designs/hi/cutting/readme.mdx deleted file mode 100644 index ef887c0240b..00000000000 --- a/sites/orgdocs/docs/designs/hi/cutting/readme.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Hi the shark: Cutting Instructions" ---- - -- **Color 1 (Upper body; Traditionally blue)** - - Cut **2 Body** - - Cut **2 Tail** - - Cut **2 Top Fin** - - Cut **2 Bottom Fin** -- **Color 2 (Belly; Traditionally white)** - - Cut **1 Belly** - - Cut **2 Above Mouth** -- **Color 3 (Mouth; Traditionally pink)** - - Cut **1 Mouth** -- **Color 4 (Teeth; Traditionally white)** - - Cut **1 Upper Teeth** - - Cut **1 Lower Teeth** diff --git a/sites/orgdocs/docs/designs/hi/fabric/readme.mdx b/sites/orgdocs/docs/designs/hi/fabric/readme.mdx deleted file mode 100644 index 29740ad7c7f..00000000000 --- a/sites/orgdocs/docs/designs/hi/fabric/readme.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Hi the shark: Fabric Options" ---- - -## Main and Contrast Body Fabrics (Upper body, belly and mouth) - -This plush toy is intended to have three different coloured fabrics, one for the upper body, one for the belly, and a smaller piece for the mouth. If you don't wish to purchase additional fabric just for the mouth, it's a small enough piece that you can likely use a scrap from the upper body or belly fabric. - -Hi is designed for faux fur fabric, which most plush toys are made from, but you could also use polar fleece, felt, denim, corduroy, or anything moderately heavy. Lightweight or drapey fabrics may not hold Hi's shape well when stuffed. Fabrics with a two-way stretch will work better than wovens, the stretch should be perpendicular to the grainline. - -## Teeth Fabric - -The teeth edges are left raw, so should be made from a fabric that does not unravel such as felt. - -## Stuffing - -Since this is a plush toy, it will need to be stuffed with material. Most of the time you'll want to use polyester fiberfill (polyfill), but if you have a lot of fabric scraps, you can use shredded scrap fabric. However this may be heavier and less soft than fiberfill. It's also worth thinking about whether your Hi may be at risk of getting dirty, or want to go for a swim, as not all stuffing options are washable. diff --git a/sites/orgdocs/docs/designs/hi/instructions/readme.mdx b/sites/orgdocs/docs/designs/hi/instructions/readme.mdx deleted file mode 100644 index 1cf41abf124..00000000000 --- a/sites/orgdocs/docs/designs/hi/instructions/readme.mdx +++ /dev/null @@ -1,75 +0,0 @@ ---- -title: "Hi the shark: Sewing Instructions" ---- - -:::tip - - -When you're using fabric with some stretch in it, it is a good idea to stabilize the seams that go along the whole body, and between the body and the belly, with some stabilizing ribbon. - -::: - -## Step 1: The eyes - -- Cut pieces of black fabric the size of the eyes on the body pieces. -- Stabilise the fabric with a bit of interfacing. -- With white thread, either by hand or machine _bar tack_ the pupils onto the eyes like eyelets. - -:::tip - - -If stitching the pupil by machine you may find it easier to use either the eyelet function or a buttonholer that does eyelets if one of those are available to you. If not you may find it best to hand stitch the pupil for better control and neatness. - -::: - -- With orange thread, _bar tack_ around the edge of the eyes. -- If the fabric you are using frays, fray check the edges. - -:::note - - -The colour choices are up to you, but these are the recommended colours. - -If you wish to make an embroidered eye we recommended to make it an embroidery patch rather than embroidering directly on the fabric itself as screwing up will not result in a larger quantity of fabric being wasted. - -::: - -## Step 2: The Upper body - -- Using topstiching thread (thick thread), go back and forth several times along the gill lines of the body pieces. -- _Edgestitch_ the eyes to the body pieces, matching the thread colour of the outer bar tacks. -- Sew the darts on the front of both body pieces closed. Trim away any excess fabric. -- With _good sides together_ sew the tail pieces to the body pieces, matching notches. -- With _good sides together_ sew the topFin pieces to the body pieces. - -:::tip - - -It's worth double-checking that you are using the proper fin pieces, as Hi's pectoral (or side) fins have a similar topFin and bottomFin piece. The topFin should have a slightly convex curve along the edge where it meets the body, while the bottomFin is slightly concave. (The dorsal fin, or the fin along the shark's back that sticks out of the water when swimming, is incorporated into the body pieces, so you will create that in the next step.) - -::: - -- With _good sides together_ sew the body pieces together along the front, top, around the tail and below the tail, leaving a gap open below the tail for turning and stuffing the shark later. - -## Step 3: The Belly - -- With _good sides together_ sew the two aboveMouth pieces together along the larger straight edge. -- Sew the teeth pieces to the mouth, matching notches and making sure the teeth face towards the centre of the mouth. These will now be treated as one. -- Sew the darts on the belly, trim away any excess fabric. -- With _good sides together_ sew the aboveMouth pieces to the mouth, matching notches, being careful not to catch the teeth in the seam allowances. -- With _good sides together_ sew the joined mouth and aboveMouth to the belly piece, matching notches. -- With _good sides together_ sew the bottomFin pieces to the belly, matching notches. - -## Step 4: Final Assembly - -- With _good sides together_ sew the belly to the body, matching the front, back, and fins. -- Turn though the gap left below the tail. - -## Step 5: Stuffing - -- Fill the plush toy with stuffing through the opening you left below the tail, making sure to fill the tail and fins well before adding too much stuffing in the body itself. -- _Slipsticth_ or _whipstitch_ the opening closed. - -## Step 6: Enjoy! - -That's it you are all done now go adventure the oceans with your new Hi! diff --git a/sites/orgdocs/docs/designs/hi/measurements/readme.mdx b/sites/orgdocs/docs/designs/hi/measurements/readme.mdx deleted file mode 100644 index 34a19feca8c..00000000000 --- a/sites/orgdocs/docs/designs/hi/measurements/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Hi the shark: Required Measurements" ---- - -:::note - -Hi does not require any measurements -::: diff --git a/sites/orgdocs/docs/designs/hi/needs/readme.mdx b/sites/orgdocs/docs/designs/hi/needs/readme.mdx deleted file mode 100644 index 1e4851164aa..00000000000 --- a/sites/orgdocs/docs/designs/hi/needs/readme.mdx +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Hi the shark: What You Need" ---- - -To make Hi, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 1 meter (1.1 yards) of a suitable fabric (Upper body) ([see Hi Fabric options](/docs/designs/hi/fabric/)) -- About 0.5 meters (0.6 yards) of a suitable fabric (Belly) ([see Hi Fabric options](/docs/designs/hi/fabric/)) -- Small piece for the mouth -- Small piece of fabric for eyes -- Suitable, unraveling, fabric for the teeth -- Stuffing -- Topstiching thread (thick thread) for gills - -:::note - - -This list is based on a default Hi and you may need less or more fabric dependant on the [size you are making Hi](/docs/designs/hi/options/size/). - -For instance a 500% Hi will need 5 meters (1 meter x 500% = 5 meters) and a 50% Hi will need 0.5 meters (1 meter x 50% = 0.5 meters). - -::: diff --git a/sites/orgdocs/docs/designs/hi/notes/readme.mdx b/sites/orgdocs/docs/designs/hi/notes/readme.mdx deleted file mode 100644 index 481160f87e9..00000000000 --- a/sites/orgdocs/docs/designs/hi/notes/readme.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Hi the shark: Designer Notes" ---- - -Hi! This has quite a story behind it. - -A while ago rumours started swirling that IKEA would discontinue it's Blåhaj stuffed shark, which is a universally -beloved toy. The FreeSewing community was quite agitated by this prospect. No one wanted to see the worlds friendliest -shark becoming extinct. And neither did I. - -It turned out that no one in the community had ever taken a Blåhaj apart, and no one had the courage to do so. The only -Blåhaj in my household was my daughter's, and I couldn't touch that one. - -This seemed like a great project to work on, and the lack of a Blåhaj was not an insurmountable obstacle. So one day I -made a trip to Ikea, and bought me my own shark. I took the seam ripper to the poor animal, and transferred it's innards -to a sterile bag. The individual pieces were traced, scanned, and used in InkScape to generate a fully functional shark -pattern. - -It can be scaled up and down between 50 cm and 5 meter. So there is a shark for everyone. - -:::note - - -Ikea did not discontinue Blåhaj, and you can still get the blue shark. But if you want one in a different colour, you're at the right spot. - -::: - diff --git a/sites/orgdocs/docs/designs/hi/options/aggressive/readme.mdx b/sites/orgdocs/docs/designs/hi/options/aggressive/readme.mdx deleted file mode 100644 index 3a8f66c5fb5..00000000000 --- a/sites/orgdocs/docs/designs/hi/options/aggressive/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Aggressive" ---- - -Your Hi can come in the default sweet form, or in a more aggressive -version with more authentic teeth, and a mean look. - - - - diff --git a/sites/orgdocs/docs/designs/hi/options/hungry/readme.mdx b/sites/orgdocs/docs/designs/hi/options/hungry/readme.mdx deleted file mode 100644 index b7295868b53..00000000000 --- a/sites/orgdocs/docs/designs/hi/options/hungry/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Hungry" ---- - -This setting determines how long it has been since your Hi has had -something to eat. More hungry results in a leaner shark. - - - - diff --git a/sites/orgdocs/docs/designs/hi/options/nosepointiness/readme.mdx b/sites/orgdocs/docs/designs/hi/options/nosepointiness/readme.mdx deleted file mode 100644 index 2f58b4e0af7..00000000000 --- a/sites/orgdocs/docs/designs/hi/options/nosepointiness/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Pointiness of the nose" ---- - -The shark can be made with a more blunt, or sharper nose, -depending on your preference. - - - - diff --git a/sites/orgdocs/docs/designs/hi/options/readme.mdx b/sites/orgdocs/docs/designs/hi/options/readme.mdx deleted file mode 100644 index 0065909e526..00000000000 --- a/sites/orgdocs/docs/designs/hi/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hi the shark: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/hi/options/size/readme.mdx b/sites/orgdocs/docs/designs/hi/options/size/readme.mdx deleted file mode 100644 index e9384d3e0b4..00000000000 --- a/sites/orgdocs/docs/designs/hi/options/size/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Size" ---- - -Hi can be made in different sizes. The default is about a meter in length. -This is a percentage of this default length. - - - - diff --git a/sites/orgdocs/docs/designs/hi/readme.mdx b/sites/orgdocs/docs/designs/hi/readme.mdx deleted file mode 100644 index 5427d1712e5..00000000000 --- a/sites/orgdocs/docs/designs/hi/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Hi the shark ---- - - - - - diff --git a/sites/orgdocs/docs/designs/holmes/cutting/layout.svg b/sites/orgdocs/docs/designs/holmes/cutting/layout.svg deleted file mode 100644 index 5a1a1d9c97f..00000000000 --- a/sites/orgdocs/docs/designs/holmes/cutting/layout.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org FlorentFlatcap freesewing.org/drafts/drbtw The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - Grainline - 1 - Florent - Cap Top - 2x main, 2x lining - - - - - - - - - - - - - - - - Cut on fold - - Grainline - 2 - Florent - Cap Side - 1x main, 1x lining Cut on fold - - - - - - - - - - - - - Grainline - 3 - Florent - Cap Brim Bottom - 1x - - - - - - - - - - - - Grainline - 4 - Florent - Cap Brim Top - 1x - - - - - - - - - - - - - 5 - Florent - Cap Brim Interfacing - 1x - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/holmes/cutting/readme.mdx b/sites/orgdocs/docs/designs/holmes/cutting/readme.mdx deleted file mode 100644 index 37b86336730..00000000000 --- a/sites/orgdocs/docs/designs/holmes/cutting/readme.mdx +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: "Holmes deerstalker hat: Cutting Instructions" ---- - -The **crown** pattern piece needs to be cut on the fold to create a whole piece. - -### Materials - -- **Main fabric** - - Cut the amount of **crowns** you selected in the pattern options - - Cut **4 ear** parts or Cut **2 ear** from main and lining. - - Cut **4 visor** parts -- **Lining fabric** - - Cut the amount of **crowns** you selected in the pattern options -- **Visor Insert Material** - - Cut **2 visor inserts**. Use your visor pattern piece with no seam allowance. - -### Optional Fabric Ties - -If you don't wish to use ribbon for your ties you can make them out of fabric. Simply cut 4 crossgrain strips of an 1" (2.5cm) or width of your chosen seam allowances wide and sew two tubes leaving one of the short sides open for turning. Clip the corners and trim seams. Turn out an press. If desired you can _Edgestitch_ or _Topstitch_ the tubes to stop the fabric from shifting. The raw edge of the tubes can then be concealed in the ear flap seam when constructing the ear flaps. - -:::note - - -It is recommended to draft the pattern nett and use the pattern to trace the seam lines onto fabric and add the seam allowance on the fabric rather than the pattern. This to allow for a more precise sew which is needed for a hat. Recommended seam allowance 1/4" (6mm) on the sides of the crowns, ear flaps and outer curve of the visors. 1/2" (1.3cm) for the bottom of the crowns, ear flaps and inner curve of the visors. With these seam allowances you will not have to trim the allowances if you do not want to. - -::: -:::warning - - -It is recommended to make a mock-up with your crown pattern first before cutting your fabrics. This is to test the length and ease of the crown piece. Make sure to cut off the bottom seam allowance before trying it on. If it is too tight who will need to re-draft the pattern with more head ease just remember the ease is split across each crown. 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. - -::: diff --git a/sites/orgdocs/docs/designs/holmes/fabric/readme.mdx b/sites/orgdocs/docs/designs/holmes/fabric/readme.mdx deleted file mode 100644 index cecb8e866f7..00000000000 --- a/sites/orgdocs/docs/designs/holmes/fabric/readme.mdx +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: "Holmes deerstalker hat: Fabric Options" ---- - -### Main Fabric - -For the main fabric of your hat, a thick fabric will work best to hold the shape but if you wanna go for a lighter fabric you can interface it to give it more body. Generally you want to use **wools** of coating weight but you can experiment with different weights and fabrics with the relevant interfacing. - -:::note - - -A fun thing to try is printed cotton. Just double up the main fabric so each piece is double thickness. Then interface it with a **medium firm interfacing**. - -::: - -### Lining Fabric - -Generally you want a lightweight fabric such as **Silks** or **Cotton Lawn** but really you can make it from any fabric you deem appropriate for lining. Just remember it needs to protect the facing and the main fabric from your head. - -### Interfacing - -Depending on your main fabric's thickness and how well it keeps its shape you may need to interface your fabric. If you are uncertain of whether your fabric requires interfacing, quickly _baste_ your crown pieces together and see if the crown stays up right when placed on a surface. If it doesn't it needs interfacing. As a rule of thumb you will generally need a **Medium Firm Interfacing** but if your fabric is quite thin you may need a firmer interfacing. If you are still uncertain you can face your crown pieces and once again _baste_ the crown pieces together and check how it looks on your head. You can either use fusible or non-fusible interfacing. If using non-fusible interfacing you will want to flat line the interfacing to your pieces wih temporary _pad stitches_. - -:::note - - -If you are trying to make a more Historical Holmes you can use **Tarlatan** which is a lightweight stiffened muslin. Just make sure you use natural fibres. - -::: - -### Visor Insert - -For the visor insert you want a firm but thin material. You may want to try either, **Millinery Buckram**, **Plastic Canvas**, **Plastic Sheets** or **EVA Foam**. You can use **Leather** just know that depending on depth this may create a thicker visor and may make the visor harder to close. - -:::note - - -Just remember. All of these are recommendations. If you want to use something different go for it! - -::: diff --git a/sites/orgdocs/docs/designs/holmes/instructions/readme.mdx b/sites/orgdocs/docs/designs/holmes/instructions/readme.mdx deleted file mode 100644 index 5dbc0abe620..00000000000 --- a/sites/orgdocs/docs/designs/holmes/instructions/readme.mdx +++ /dev/null @@ -1,260 +0,0 @@ ---- -title: "Holmes deerstalker hat: Sewing Instructions" ---- - -### Step 1: Prepping the Pieces - -- If needed, Interface the crown and half the ear flap pieces. -- If not already done so, it is recommended to mark the seam lines on your fabric pieces by either a temporary marker or by thread marking. This is for a more precise sew which is key for hat construction. - -:::tip - - -Thread marking allows for the seam line to be seen on both the right and wrong sides. - -::: - -:::note - - -Even if you face the crown you may not want to face the ear flaps if you want them to be less rigid when tieing down. - -::: - -:::warning - - -These instructions assume you have marked your seam lines. They may be harder to follower if you skip this step. - -::: - -### Step 2: The Crown - -- With right sides together, matching seam lines and peaks, sew two crown pieces together. -- Press seams open. You made need to use a tailors ham for this, if you do not have one you can use flannels or towels instead. -- (Optional) _Edgestitch_ both sides of the seam, making sure to catch the seam allowances. -- Repeat until you have two halves. If half the number of crown pieces is an odd number you will have to sew a single piece to each half. e.g. If you have 6 crown pieces, you make two halves of 3 sewing one piece to two sewn together pieces. -- With right sides together, matching seam lines and peaks, sew the two halves together. You may find it easier to handstitch the peak together due to bulk or for precision. This seam will be referred to as the "centre crown seam" going forward. -- (Optional) _Edgestitch_ both sides of the centre crown seam, making sure to catch the seam allowances. - -:::note - - -Depending on your seam allowance you may want to trim seams as you go to reduce bulk. - -::: - -### Step 3: The Ear Flaps - -#### Ear Flaps with Ties - -- Cut two 12" (30cm) - 16" (40cm) length of ribbon. These will be referred to as ties going forward. -- _Baste_ a tie to the right side of an ear flap (the interfaced one if using). Repeat for other tie. -- With right sides together, matching seam lines, sew a tie ear flap to a non-tie ear flap. -- Clip and trim seam allowance. -- Turn inside out and press. -- (Optional) _Topstitch_ or _edgestitch_ the folded edge. -- _Baste_ the raw edges together. -- Repeat for the remaining ear flap. - -:::tip - - -If you are uncertain about the length you want for your ties take 1 metre (39") of ribbon and cut it in half. Use these halves as the ties in the instructions above. The ties are finished at the end so you can adjust the lengths then. - -::: - -:::note - - -The lengths above are recommendations so feel free to go as long or as short as you like with the ties. -If you prefer you can make your custom ties with fabric, [see Holmes cutting](/docs/designs/holmes/cutting/) for more info. - -::: - -#### Ear Flaps with Buttonholes - -- Face the backs of two of the buttonholes. (This is not needed if two flaps have already been interfaced) -- With right sides together, matching seam lines, sew two ear flap pieces together (one interfaced, one not). -- Clip and trim seam allowance. -- Turn inside out and press. -- (Optional) _Topstitch_ or _Edgestitch_ the folded edge. -- _Baste_ the raw edges together. -- Sew the buttonhole in your preferred method. -- Repeat for the remaining ear flap. - -:::warning - - -The ear flaps will need to be long enough to go over the top of the peak so they can be done up by a button on the peak. Do not use this method if you are not using a button on the top. - -::: - -:::note - - -**For both Ear Flaps with Ties and Button Holes** - -It is recommended to at least _topstitch_ the ear flaps but this may not be desirable with certain patterns so has been marked as optional. - -::: - -### Step 4: The Visors - -There are two methods for constructing the visors. This is due to the different types of materials the visor inserts can be made of. Method 1 is for materials that will not be damaged by a needle or iron. Method 2 is for materials that will be damaged by a needle or iron. Read both methods to determine which is best for you to use. - -#### The Visors Method 1 - -- Place visor insert on one visor piece inside seam lines. -- Temporarily secure visor insert to visor with temporary _pad Stitches_. This will be referred to as "faced visor" going forward. -- _Baste_ along the seam line of the inner curve of the faced visor, making sure not to catch the visor insert. -- With right sides together, matching seam lines and centre fronts, sew the faced visor to another visor piece along the outer curve close to the visor insert, making sure not to catch the visor Insert. -- Notch and trim the outer curve making sure not to clip the stitching. (You may wish to turn and check the shape before this step) -- Turn inside out and press. Making sure that the seam allowances are on top of not under the visor insert. -- Using the previous basting line as a guide, _baste_ the opening closed. -- Repeat this for remaining visor pieces. - -:::warning - - -Be careful with the heat of an iron when using certain insert materials. You do not want to melt the Visor Insert and damage both it and the fabric. - -::: - -:::note - - -If preferred you can temporarily attach the visor insert another way that does not require hand sewing and putting a needle through the material. Just make sure it does not damage your hat fabric when removing or applying. - -::: - -#### The Visors Method 2 - -- With rights sides together, matching seam lines and centre fronts, sew the outer curve of two visor pieces together. -- Notch and trim (if needed) the outer curve making sure not to clip the stitching. (You may wish to turn and check the shape before this step) -- Turn inside out and press. -- Insert visor insert in to sewn visor tightly so there is no gap on the outer curve and the seam allowances are all one on side of the visor insert. This will be the upper side of the visor. -- Pin the inner curve together making sure that the outer edge is pulled tightly over the visor insert. -- _Baste_ as close as you can to the inner curve of the visor insert, making sure you pull the fabric tightly over the outer edge as you sew. -- Repeat for the remaining visor pieces. - -### Step 5: Assembly and Lining - -Once again there are two methods for final assembly and lining. Read both methods carefully to determine which is best for you. - -#### Assembly and Lining Method 1 - -- Matchings centres and seam lines align the ear flap with the right side of one of the panels that is not part of the centre crown seam. Making sure the faced side is placed against the crown (if faced). -- Sew ear flap to the crown along seam lines. -- Repeat for the remaining ear flap on the opposite side of the crown. -- Align centre front of visor with the right side of the centre crown seam making sure the visor insert is on the bottom. -- Hand-baste the visor to the crown matching the visor basting lines to the crown seam lines. It easier to _baste_ the centre down first and then work from the centre out. -- Sew the visor to the crown along seam lines. You may find it easier to permanently hand-sew the visor on rather than using a machine. -- Repeat for the remaining visor on the opposite side of the centre crown seam. -- Remove all pad and basting stitches. -- Press the seam allowances inwards, making sure the stitching is not visible on the outside. -- (Optional) Loosely _whipstitch_ the seams to the inside of the crown making sure the stitching does not show on the outside. -- Construct lining the same way as the crown omitting _edgestitching_. -- Fold and Press under the bottom seam allowance of the lining. You may find you need to press under more to prevent the lining from showing. You may also find you need to _baste_ the seam allowance down. -- Matching centre crown seams and panel seams, pin the lining into the hat wrong sides together. Placing the folded edge along the stitching lines. -- _Slipstitch_ or _whipstitch_ the lining to the seam allowance of the hat. -- Remove lining basting if used. -- (Optional) _Tack_ the peak of the lining to the peak of the crown. This is to help prevent the lining from falling out. - -#### Assembly and Lining Method 2 - -- Matchings centres and seam lines align the ear flap with the right side of one of the panels that is not part of the centre crown seam. Making sure the faced side is placed against the crown (if faced). -- _Baste_ the ear flap to the crown along seam lines -- Repeat for the remaining ear flap on the opposite side of the crown. -- Align centre front of visor with the right side of the centre crown seam making sure the visor insert is on the bottom. -- Hand-baste the visor to the crown matching the visor basting lines to the crown seam lines. It easier to _baste_ the centre down first and then work from the centre out. -- (Optional) Machine-baste the visor to the crown along seam lines. -- Repeat for the remaining visor on the opposite side of the centre crown seam. -- Construct lining the same way as the crown omitting _edgestitching_ and leaving a gap in the centre lining seam large enough to turn the hat. -- With right sides together, matching centre crown seams, panel seams and seam lines. Sew the lining to the crown along seam lines. If bulky you may want to trim either the lining seams or both seams. -- Turn hat inside out, pressing lining to inside. -- (Optional/Alternate) _Understitch_ lining. -- Slipstitch lining opening closed. -- (Optional/Alternate) _Topstitch_ or _Edgestitch_ along the outside of the hat, catching the lining on the inside making sure it is not peaking whilst you sew. -- (Optional) _Tack_ the peak of the lining to the peak of the crown. This is to help prevent the lining from falling out. - -:::note - - -**For both Assembly and Lining Methods** - -You can attach the visors on first, just make sure the visors are under the ear flaps if there is any overlap. It is simply whether you prefer the visors to be underneath or prefer the ear flaps to be underneath like in the instructions. - -::: - -:::tip - - -**For both Assembly and Lining Methods** - -If you are having trouble dealing with the curves of the visors, sew a stitching line an 1/8" (3mm) from the basting line in the seam allowance of the visor and clip to it. This should make it easier to bend the visor to shape. Just make sure to hide this stitching and the clips when attaching the lining. - -::: - -:::warning - - -**For both Assembly and Lining Methods** - -Assembly and Lining instructions are written with a 6 panelled Holmes in mind. You may find the placement of visors and ear flap pieces are different for other numbered panelled Holmes. As a rule of thumb generally the centre front of the visor is always on the centre crown seam so go from there if struggling. - -::: - -### Step 6: Finishing Ties - -If you did not cut your ties down when constructing the ear flaps, now is the time to do so. If you made custom ties with fabric then you do not need to do these steps. Again read through both methods carefully and pick which is the best for you. - -#### Finishing Ties Method 1 - -- Fold the ends of a tie in half and cut a triangle out from the corner to the fold. -- Unfold. -- If you are worried about the ties fraying you can use fray check or equivalent. -- Repeat for the remaining tie. - -#### Finishing Ties Method 2 - -- Fold under 1/8" (3mm) and another 1/8" (3mm) on one of the ties. Pin if needed. -- _Whipstitch_ the folded edge down to the tie -- Repeat for the remaining tie. - -:::note - - -To determine which way you want to fold the ties, you may find it easier to tie the ear flaps up first. Generally you want the fold to be on the underside of the ties but as always it is personal preference. - -::: - -### Step 7: Button - -Unless you are doing the Buttonhole Ear Flaps you do not have to sew a button on but it may be useful if you want to hide any misaligned seams at the crown peak. - -- Construct a covered button. -- Attach the button via the shank to the peak of the crown doing your best to keep it in the middle of the seams. -- Alternatively if you are not using the button with the ear flaps you can bend the shank down and _whipstitch_ the edge of the button to the crown instead so it does not move. - -:::note - - -Whilst certainly optional, you may find that a button is what is missing from the hat to finish the look. So if you are uncertain of the look at this point, make up a quick button and place it on temporarily to see if this is what is missing. If it is, attach it permanently. -Whilst a covered button is recommended you can use whatever button you desire, feel free to experiment! - -::: - -### Step 8: Enjoy your new hat! - -That's it! You're all done. Now enjoy the world in your wonderful new hat whilst maybe solving a crime or two! - -:::note - - -Remember these instructions are just guidelines so don't worry if you want to construct the hat differently. -The Diagrams are yet to be made for this pattern so in the mean time if you need a visual aid, watch the YouTube video that inspired this pattern: - -::: - - diff --git a/sites/orgdocs/docs/designs/holmes/measurements/readme.mdx b/sites/orgdocs/docs/designs/holmes/measurements/readme.mdx deleted file mode 100644 index 56a48528c6b..00000000000 --- a/sites/orgdocs/docs/designs/holmes/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Holmes deerstalker hat: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/holmes/needs/readme.mdx b/sites/orgdocs/docs/designs/holmes/needs/readme.mdx deleted file mode 100644 index 89d9460f8d8..00000000000 --- a/sites/orgdocs/docs/designs/holmes/needs/readme.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Holmes deerstalker hat: What You Need" ---- - -To make Holmes, you will need the following: - -- Basic sewing supplies -- About 0.5 metres (0.6 yards) of a suitable fabric ([see Holmes Fabric options](/docs/designs/holmes/fabric/)) -- About 0.5 metres (0.6 yards) of lining fabric ([see Holmes Fabric options](/docs/designs/holmes/fabric/)) -- A rigid material for the visor insert ([see Holmes Fabric options](/docs/designs/holmes/fabric/)) -- (Optional) About 1 metre of 1" (2.5cm) crossgrain ribbon or petersham. -- (Optional) 1 covered button about 3/4" (2cm) - 7/8" (2.2cm) - -:::note - - -Depending on style the ties and buttons are optional. - -- If you are making Buttonhole Ear Flaps you can omit the ties. -- If you are making Tie Ear Flaps you can omit the button. -- Ties can also be made from fabric if you prefer ([see Holmes Cutting](/docs/designs/holmes/cutting/)) -- You can also use different width and type ribbons for the ties if you prefer. - -::: diff --git a/sites/orgdocs/docs/designs/holmes/notes/readme.mdx b/sites/orgdocs/docs/designs/holmes/notes/readme.mdx deleted file mode 100644 index db0c53bf75b..00000000000 --- a/sites/orgdocs/docs/designs/holmes/notes/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Holmes deerstalker hat: Designer Notes" ---- - -The idea of Holmes hat came from [a YouTube -video](https://www.youtube.com/watch?v=H24VBFMZJF4) I was watching once, in -which Bernadette Banner is making a Sherlock Holmes deerstalker hat, and -struggles to find the right shape of the gores to form the dome shape, which -ends up doing by trial and error. - -As a physicist, I cannot justify solving a problem with an iterative process -when there's an analytical solution, so I just calculated the shape needed, and -implemented it in a Freesewing pattern, creating a plugin to calculate gore -shapes. - -The name was an easy choice, I just needed a name starting with H for a -Sherlock Holmes hat :) - -Erica - diff --git a/sites/orgdocs/docs/designs/holmes/options/buttonhole/readme.mdx b/sites/orgdocs/docs/designs/holmes/options/buttonhole/readme.mdx deleted file mode 100644 index e750559dafc..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/buttonhole/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Buttonhole guide" ---- - -*** - -Adds a buttonhole to the ear flap to help you draft the buttonhole ear flap variant - - - - diff --git a/sites/orgdocs/docs/designs/holmes/options/earlength/readme.mdx b/sites/orgdocs/docs/designs/holmes/options/earlength/readme.mdx deleted file mode 100644 index 2bab05aa05d..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/earlength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Ear flap length" ---- - -*** - -Controls the length of the ear flaps independently from the crown pieces - - - - diff --git a/sites/orgdocs/docs/designs/holmes/options/earwidth/readme.mdx b/sites/orgdocs/docs/designs/holmes/options/earwidth/readme.mdx deleted file mode 100644 index 730972736ed..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/earwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Ear flap width" ---- - -*** - -Controls the width of the ear flaps - - - - diff --git a/sites/orgdocs/docs/designs/holmes/options/gores/gores.svg b/sites/orgdocs/docs/designs/holmes/options/gores/gores.svg deleted file mode 100644 index 011befa3fa8..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/gores/gores.svg +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/holmes/options/gores/readme.mdx b/sites/orgdocs/docs/designs/holmes/options/gores/readme.mdx deleted file mode 100644 index 34711d2bf7e..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/gores/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Number of gores" ---- - -*** - -Controls the number of panels there are in the crown - -![Illustration showing the effect of this option](gores.svg) - - - - diff --git a/sites/orgdocs/docs/designs/holmes/options/headease/readme.mdx b/sites/orgdocs/docs/designs/holmes/options/headease/readme.mdx deleted file mode 100755 index a2ed818c84b..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/headease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Head ease" ---- - -*** - -The amount of ease around your head. - - - - diff --git a/sites/orgdocs/docs/designs/holmes/options/lengthratio/lengthratio.svg b/sites/orgdocs/docs/designs/holmes/options/lengthratio/lengthratio.svg deleted file mode 100644 index 8290280e175..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/lengthratio/lengthratio.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/holmes/options/lengthratio/readme.mdx b/sites/orgdocs/docs/designs/holmes/options/lengthratio/readme.mdx deleted file mode 100644 index b35136fbed9..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/lengthratio/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Length ratio" ---- - -*** - -Controls the length of the crown and ear flaps - - - - diff --git a/sites/orgdocs/docs/designs/holmes/options/readme.mdx b/sites/orgdocs/docs/designs/holmes/options/readme.mdx deleted file mode 100644 index 7e114305895..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Holmes deerstalker hat: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/holmes/options/visorangle/brimangle.svg b/sites/orgdocs/docs/designs/holmes/options/visorangle/brimangle.svg deleted file mode 100644 index 447a436a21d..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/visorangle/brimangle.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/holmes/options/visorangle/readme.mdx b/sites/orgdocs/docs/designs/holmes/options/visorangle/readme.mdx deleted file mode 100644 index 2dfedfa7d13..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/visorangle/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Visor angle" ---- - -*** - -The arc angle used to draft the inner curve of the visor - - - - diff --git a/sites/orgdocs/docs/designs/holmes/options/visorlength/readme.mdx b/sites/orgdocs/docs/designs/holmes/options/visorlength/readme.mdx deleted file mode 100644 index 5f9104d1f31..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/visorlength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Visor length" ---- - -*** - -Controls the length of the visor - - - - diff --git a/sites/orgdocs/docs/designs/holmes/options/visorwidth/brimwidth.svg b/sites/orgdocs/docs/designs/holmes/options/visorwidth/brimwidth.svg deleted file mode 100644 index 6d388c64b96..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/visorwidth/brimwidth.svg +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/holmes/options/visorwidth/readme.mdx b/sites/orgdocs/docs/designs/holmes/options/visorwidth/readme.mdx deleted file mode 100644 index c207ce5fd58..00000000000 --- a/sites/orgdocs/docs/designs/holmes/options/visorwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Visor width" ---- - -*** - -Controls the width of the visor - - - - diff --git a/sites/orgdocs/docs/designs/holmes/readme.mdx b/sites/orgdocs/docs/designs/holmes/readme.mdx deleted file mode 100644 index 1a1cf88ce0b..00000000000 --- a/sites/orgdocs/docs/designs/holmes/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Holmes deerstalker hat" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/hortensia/cutting/readme.mdx b/sites/orgdocs/docs/designs/hortensia/cutting/readme.mdx deleted file mode 100644 index 0be463b4d0b..00000000000 --- a/sites/orgdocs/docs/designs/hortensia/cutting/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Hortensia handbag: Cutting Instructions" ---- - -### Materials - -- **Main fabric** - - Cut **2 SidePanel** parts - - Cut **2 FrontBackPanel** parts - - Cut **1 BottomPanel** - - Cut **2 SidePanelReinforcement** parts - - Cut **2 Strap** parts - - Cut **2 ZipperPanel** parts -- **Lining fabric** - - Cut **2 SidePanel** parts - - Cut **2 FrontBackPanel** parts - - Cut **1 BottomPanel** - - Cut **2 ZipperPanel** parts diff --git a/sites/orgdocs/docs/designs/hortensia/fabric/readme.mdx b/sites/orgdocs/docs/designs/hortensia/fabric/readme.mdx deleted file mode 100644 index 2e2620cb5d8..00000000000 --- a/sites/orgdocs/docs/designs/hortensia/fabric/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Hortensia handbag: Fabric Options" ---- - -### Main Fabric - -The key fabric choices for Hortensia are non-stretch, durable and strong enough to hold items. - -Your main fabric choice ultimately comes down to your personal style and what you wish to use your handbag for. Due to Hortensia having a size option it can also be enlarged and used for things such as a gym bag which does not need to be as fancy as an upmarket handbag. So you may just simply want to go with **Cottons**, **Linens** or have a little fun with **Printed Cottons**. If you want something more fancy you can try going for **Brocades** and other luxe fabrics. If you want something that will be very durable you can try **Upholstery fabrics**. You can also try **Leather** but this will be harder to sew especially if it is thick so only use it if you know what you are doing. Remember if you wish to use it all the time, favour practicality over design, as the goal should be to make it last rather than make it fancy. If you do not care about the look at all then this may be an opportunity to use up fabric from your stash that you otherwise would not such as that ugly fabric you can never find a use for. - -:::note - - -If you find that the fabric you want to use is a bit too thin or flimsy you can interface the pieces to give then strength. - -::: - -### Lining Fabric - -On the flipside the lining does not need to be as strong and simply needs to cover the raw seams and protect the outer fabric. If you want something fancy you can go for **Silks** and **Satins** but **Cotton** linings will do just as well. Bear in mind what you intend to store in the bag. If you intend to carry a lot you should go for something less prone to tearing, if you are only using it for knick-knacks and small personal items you can get away with fancier fabrics such as silks. The lining is also an opportunity to use up any fabrics in your stash that you don't like or don't have a use for as it will be hidden in the final product and only you will know/see. diff --git a/sites/orgdocs/docs/designs/hortensia/instructions/readme.mdx b/sites/orgdocs/docs/designs/hortensia/instructions/readme.mdx deleted file mode 100644 index eb26c8e47e4..00000000000 --- a/sites/orgdocs/docs/designs/hortensia/instructions/readme.mdx +++ /dev/null @@ -1,97 +0,0 @@ ---- -title: "Hortensia handbag: Sewing Instructions" ---- - -### (Optional) Step 1: Face the main fabric - -- If needed, Interface your main fabric pieces. - -### Step 2: Sew the front and back panels to the bottom - -- With _good sides together_ sew the front and back panels to the bottom panel. -- Press the seam allowances towards the bottom panel. -- On the outside _Edgestitch_ the seam allowance to the bottom panel. - -### Step 3: Create and attach straps - -- If needed, face your straps. -- Fold the straps in half lengthwise with _good sides matching_. -- Sew the raw edges together making sure to leave a gap for turning. -- Turn inside out. -- _Slipstich_ the opening closed. -- Alternatively _Edgestitch_ all the edges. -- Attach one strap to the front panel and one strap to the back panel by sewing a rectangle and a cross. - -:::warning - - -The placement of the straps are not on the pattern and need to be determined. You may need to baste the zipper panel to the front and back panels to help figure out the placement. - -::: - -:::note - - -If using bag strap webbing instead of fabric made straps do the following, - -- Cut the webbing to the length of the straps with seam allowance. -- Press under the short edge seam allowance. -- Attach the webbing the same way as the fabric straps. - -::: - -### Step 4: The zipper - -- With _good sides together_ sew a zipper panel to each side of the zipper. We will now refer to this as **the zipper panel**. - -### (Optional) Step 5: Construct tabs. - -- Construct tabs the same as the straps just shorter. -- _Baste_ the tabs _good sides together_ to the short edges of the zipper panel so the tabs face inward. - -:::tip - - -We recommend the tabs to be about a quarter length of the straps. - -::: - -### Step 6: Attach the zipper panel - -- With _good sides together_ sew the zipper panel to the front and pack panels. We will now refer to this as **the tube**. - -### Step 7: Prep the side panels - -- Press under the top seam allowance of the side panel reinforcement parts. -- Place the side panel reinforcement parts on top of the side panels matching the raw edges. -- _Edgestitch_ the folded edge of the reinforcement parts to the side panels. -- _Baste_ the raw edges together. - -### Step 8: Attach the side panels to the tube - -- With _good sides together_ sew the side panels to the tube matching notches to the bottom and zipper panel seams. -- If binding the edges rather than turning, sew with _wrong sides together_ instead. -- If not binding the edges leave a gap in one of the sides for turning. -- Turn inside out and _Slipstich_ the opening closed. -- If sewn _wrong sides together_ bind the raw edges of the side panels. - -:::note - - -It is recommended to leave the gap for turning on the side rather than the top or bottom as it needs less reinforcement. - -::: - -### Step 9: Lining - -- With _good sides together_ sew the front and back lining panels to the bottom lining panel. -- With _good sides together_ attach the lining side panels. -- With _good sides together_ attach the lining zipper panels to the side panels. -- Press under the top seam allowances. -- Alternatively you can bind the top edges. -- Place the lining inside the bag _wrong sides facing_ each other. -- _Slipstitch_ or _Whipstitch_ the lining to the sides of the zipper. - -### Step 10: Enjoy! - -That's it! You are all done! Now go enjoy you new bag! diff --git a/sites/orgdocs/docs/designs/hortensia/measurements/readme.mdx b/sites/orgdocs/docs/designs/hortensia/measurements/readme.mdx deleted file mode 100644 index 8f894fdb906..00000000000 --- a/sites/orgdocs/docs/designs/hortensia/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hortensia handbag: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/hortensia/needs/readme.mdx b/sites/orgdocs/docs/designs/hortensia/needs/readme.mdx deleted file mode 100644 index e779771ea38..00000000000 --- a/sites/orgdocs/docs/designs/hortensia/needs/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Hortensia handbag: What You Need" ---- - -To make Hortensia, you will need the following: - -- Basic sewing supplies -- About 0.5 - 2 metres (0.6 - 2.2 yards) of a suitable fabric ([see Hortensia Fabric options](/docs/designs/hortensia/fabric/)) -- About 0.5 - 2 metres (0.6 - 2.2 yards) of lining fabric ([see Hortensia Fabric options](/docs/designs/hortensia/fabric/)) -- A zipper the length of the zipper panels and matching the [coil width](/docs/designs/hortensia/options/zippersize/) selected -- (Optional) About 1 - 2 metres (1.1 - 2.2 yards) of bias binding if you want to bind the side panel edges on the outside. -- (Optional) Bag strap webbing double the length of the strap part with seam allowance and similar width if you don't wish to make your own straps -- (Optional) Interfacing if needed to strengthen fabric and/or for the strap - -:::note - - -The amount of fabric you need is dependant on [Hortensia's size option](/docs/designs/hortensia/options/size/). If you are uncertain of how much you need turn on paperless mode whilst viewing the pattern and add the bottom measures of Part 1 SidePanel, Part 2 FrontBackPanel and Part 3 BottomPanel to give yourself a rough estimate. - -::: diff --git a/sites/orgdocs/docs/designs/hortensia/notes/readme.mdx b/sites/orgdocs/docs/designs/hortensia/notes/readme.mdx deleted file mode 100644 index cb9348543ac..00000000000 --- a/sites/orgdocs/docs/designs/hortensia/notes/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Hortensia handbag: Designer Notes" ---- - -Wouter designed this with Stoffsuchti. They have not written any notes (yet) - diff --git a/sites/orgdocs/docs/designs/hortensia/options/handlewidth/readme.mdx b/sites/orgdocs/docs/designs/hortensia/options/handlewidth/readme.mdx deleted file mode 100644 index 82370749a75..00000000000 --- a/sites/orgdocs/docs/designs/hortensia/options/handlewidth/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Handle width" ---- - -Controls the width of the handle. - -:::tip - - -Turn on paperless to see the width of the handle. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/hortensia/options/readme.mdx b/sites/orgdocs/docs/designs/hortensia/options/readme.mdx deleted file mode 100644 index 0b7dc7a2183..00000000000 --- a/sites/orgdocs/docs/designs/hortensia/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hortensia handbag: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/hortensia/options/size/readme.mdx b/sites/orgdocs/docs/designs/hortensia/options/size/readme.mdx deleted file mode 100644 index 5f7659d0d02..00000000000 --- a/sites/orgdocs/docs/designs/hortensia/options/size/readme.mdx +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Size" ---- - -Controls the overall size of the handbag. - -Rather than using measurements, Hortensia's size is determined by scaling fixed values. - -- 20% : Will scale these values by 0.2 -- 200% : Will scale these values by 2 - -The two fixed values that are used the most are Width: 23cm and Height: 33cm. - -:::note - - -So an example of this would be the default, which is 50%. This would scale the values by 0.5 resulting in a handbag that is 11.5cm (23cm x 0.5) in width and 16.5cm (33cm x 0.5) in height. - -::: - -:::tip - - -Turn on paperless to see the measurements of the handbag. This will help you to determine the size you want and see the effects of this option. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/hortensia/options/straplength/readme.mdx b/sites/orgdocs/docs/designs/hortensia/options/straplength/readme.mdx deleted file mode 100644 index dbee442556c..00000000000 --- a/sites/orgdocs/docs/designs/hortensia/options/straplength/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Strap length" ---- - -Controls the length of the strap. - -:::tip - - -Turn on paperless to see the length of the strap. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/hortensia/options/zippersize/readme.mdx b/sites/orgdocs/docs/designs/hortensia/options/zippersize/readme.mdx deleted file mode 100644 index 0ad5bdb132a..00000000000 --- a/sites/orgdocs/docs/designs/hortensia/options/zippersize/readme.mdx +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: "Zipper size" ---- - -What size zipper the pattern uses to draft. - -This determines how wide the zipper panel will be by inserting the zipper size into the panel. - -The sizes are based off of the brand YKK's zippers and refers to the width of the zipper coils. - -Size guide for Hortensia: - -| Option | Size in Millimetres (mm) | -| ---- | ----------- | -| #Invisible | 0 | -| #3 | 4.8 | -| #4 | 5.4 | -| #4.5 | 5.9 | -| #5 | 6.2 | -| #6 | 7 | -| #8 | 8 | -| #10 | 10.6 | - -:::note - - -If in doubt, or if the size of your zipper is unavailable use the size that is slightly wider. This means you will have a wider zipper panel than needed but it is better than one that is not wide enough. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/hortensia/readme.mdx b/sites/orgdocs/docs/designs/hortensia/readme.mdx deleted file mode 100644 index 91f2576f528..00000000000 --- a/sites/orgdocs/docs/designs/hortensia/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Hortensia handbag" ---- - -Hortensia is designed by @stoffsuchti. She wanted the pattern to be available to people on FreeSewing, -and had made the paper designs. She did not have any coding experience, and I volunteered my time. - -The design is well thought out, and based on the Golden Rule. It can be sized up and down to fit your -exact needs. Construction is a bit finicky, having quite some curved seams. It can be lined, or you can -finish the seams with a bias tape. - -Wouter - diff --git a/sites/orgdocs/docs/designs/huey/cutting/readme.mdx b/sites/orgdocs/docs/designs/huey/cutting/readme.mdx deleted file mode 100644 index 18183ebec9e..00000000000 --- a/sites/orgdocs/docs/designs/huey/cutting/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Huey hoodie: Cutting Instructions" ---- - -**Main fabric** - -- Cut **2 front** parts -- Cut **1 back** part on the fold -- Cut **2 sleeves** parts -- Cut **2 pocket** parts -- Cut **4 Hood** parts - -**Ribbing** - -- Cut **2 cuff** parts -- Cut **1 waistband** diff --git a/sites/orgdocs/docs/designs/huey/fabric/readme.mdx b/sites/orgdocs/docs/designs/huey/fabric/readme.mdx deleted file mode 100644 index ae02018a17c..00000000000 --- a/sites/orgdocs/docs/designs/huey/fabric/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Huey hoodie: Fabric Options" ---- - -You may find a dedicated sweatshirt/tracksuit fabric section in your fabric store of choice. If you don't, just head for the knitwear section and look for a thicker comfortable knit fabric. - -As far as fibers go, you can go all cotton, or opt for a poly or acryl cotton blend. - -Make sure to pay attention to the inside of the fabric. Sweatshirt fabrics come in loopback and brushed back. If you want that OMG-it-feels-so-soft-on-my-skin feeling, go for brushed. - -:::note - - -You don't have to use sweatshirt fabric. Other options are available, from fashion-forward neoprene (aka scuba) to a more eyebrow-rising choice like crushed velour (aka velvet). - -Or if you have given up on class, you could go for fleece. - -::: diff --git a/sites/orgdocs/docs/designs/huey/instructions/layout.svg b/sites/orgdocs/docs/designs/huey/instructions/layout.svg deleted file mode 100644 index 09ec21a9989..00000000000 --- a/sites/orgdocs/docs/designs/huey/instructions/layout.svg +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org Huey Hoodie freesewing.org/drafts/__REFERENCE__ The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - - - Maximum zipper length is 72.6cm - - Facing edgeCut everything left from this line2x from main fabric - - Grainline - 1 - Front - 2x from main fabricCut on fold - - - - - - - - - - - - - Cut on fold - - Grainline - 2 - Back - 1x from main fabricCut on fold - - - - - - - - - - Grainline - 3 - Sleeve - 2x from main fabric - - - - - - - - - - Grainline - 4 - Hood - 4x from main fabric - - - - - - - - - Grainline - 4 - Pouch - 2x from main fabric - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/instructions/readme.mdx b/sites/orgdocs/docs/designs/huey/instructions/readme.mdx deleted file mode 100644 index 05f53c98d19..00000000000 --- a/sites/orgdocs/docs/designs/huey/instructions/readme.mdx +++ /dev/null @@ -1,153 +0,0 @@ ---- -title: "Huey hoodie: Sewing Instructions" ---- - -:::note - - -This pattern can be sewn with or with out a overlocker/serger. If not using a overlocker or serger you will have to _Finish_ the seams. - -::: - -### Step 1: Attaching the pockets - -- Press under seam allowance of top, curved and slanted edges. -- _Topstitch_ or _Edgestitch_ the curved seam allowance in place. This will form the openings of the pockets. -- Pin the pockets to the fronts using the guidelines and match raw edges. -- Baste the raw edges of the pockets and fronts together. -- _Topstitch_ or _Edgestitch_ the top and slanted edges of the pockets to the fronts leaving the curved edges open. - -### Step 2: Making the Body - -- With _good sides together_, sew the Fronts to the backs at the shoulder seams. -- With _good sides together_, sew the sleeves to the front and back matching notches. -- With _good sides together_, sew up the sleeves and side seams. - -### Step 3: Making drawstring holes (Optional) - -If you don't wish to add a drawstring you can skip to Step 4. - -- Take one matching set of the Hood pieces, that you intend to feature on the outside of the finished hoodie. -- Mark the place for a hole on each hood piece, along the inner curve. - - The hole should be about 1.5-2cm from the edge of the fabric. This is to keep your seam allowance out of the way. - - The hole should be located slightly up from the bottom of the inner curve. This is to keep it away from the front seams. -- On the wrong side of the fabric, face where you are making the hole to stabilise the fabric. -- Make a buttonhole at your mark either by hand or by your machine's method. -- Alternatively construct or use eyelets at the mark. - -:::tip - - -If you don't have or don't wish to use any interfacing you can use a scrap piece of sturdy fabric such as denim. - -::: - -:::note - - -The drawstrings will be threaded after the hoodie is constructed. - -::: - -### Step 4: Prepping the hood - -- With _good sides together_, matching sets, sew the hood pieces together along the outer curve edge. -- With _good sides together_, matching seams, sew the inner hood to the outer hood along the inner curve edge. -- Turn good sides out. -- Baste the front and bottom raw edges together. -- Create a casing for the drawstring by stitching about 2.5cm (1 inch) away from the inner edge on the side with the drawstring holes. -- (Optionally) If not using a drawstring, _Topstitch_ or _Edgestitch_ the inner curve. - -:::note - - -When creating the casing or topstitching, make sure the inner curve seam is slightly inside of the hood to stop it from peaking out in the future. -Alternatively if not using a drawstring you can _Understitch_ the inner curve seam. - -::: - -### Step 5: Making a neckband (Optional) - -A neckband can be useful to stablise and cover the neck seams but it is optional if you wish to skip it. - -- Cut a cross-wise strip of fabric out of your main fabric: - - Your neck opening + double your front seam allowance long - - Triple your neck seam allowance wide. - -### Step 6: Attaching the hood - -- Pin the hood to the neck with outer hood matching _good side_ of neck. -- If using, pin the neckband _good side_ to inner hood matching raw edges. -- Sew the neckband seam. -- _Finish_ seam if not using neckband then proceed to Step 7. -- Press neckband down. -- On outside _Topstitch_ neckband in place. -- On inside, trim neckband down to topstitching. - -### Step 7: Attaching the waistband - -- Fold the waistband in half lengthwise matching wrong sides. Press. -- With _good sides_ together sew the waistband to the bottom of the back and front. -- Press the seam allowance up. -- _Topstitch_ or _Edgestitch_ waistband seam allowance to the body. - -### Step 8: Attaching the cuffs - -- With _good sides together_ sew the short edges of the cuffs together to create two bands. -- Press open the seam allowances. -- (Optional) _Edgestitch_ the seam allowances down. -- Fold the cuffs in half lengthwise matching wrong sides. Press. -- Matching seams and raw edges, pin the cuffs to the sleeves _good sides together_. -- Sew the cuffs to the sleeves. -- Press the seam allowances up. -- _Topstitch_ or _Edgestitch_ cuffs seam allowances to the sleeves. - -### Step 9: The zipper - -- If need be, face the front edges of the hoodie. -- Unzip the zipper part way. -- Fold the top of the zipper tape down to the _good side_ of the zipper tape. Trim if need be. -- Pin the zipper along one of the front edges of the hood, front and waistband. Making sure the zipper pull is faced the _good sides_ of the hoodie and the bottoms are lined up. The zipper teeth should just be slightly over the seam line with the edge of the tape either matching or being slightly over from the hoodie edge. -- Using a zipper foot stitch the zipper to the hoodie using you seam allowance width. When you reach the zipper pull, stop, put your needle down, lift the presser foot, pull the zipper pull past the presser foot, lower the presser foot. Then you can continue sewing the seam. -- Unzip the zipper. -- Pin and sew the unattached zipper tape to the other side of the hoodie the same way. -- Press the seams to the inside being careful not to melt the zipper teeth with your iron. -- _Topstitch_ the zipper tapes in place. You may need to use a zipper foot. - -:::tip - - -To help match the pockets and seams, when it is attached to one side and temporarily mark the corresponding teeth at the pockets and seam. You can now use these marks to align the zipper to the pocket and seams on the other side. - -::: - -:::note - - -You only need to face your fabric if it is very stretchy or needs a bit more stability. - -::: - -### Step 10: Thread the drawstring - -- Thread the drawing string through the drawstring holes. -- If needed secure the ends of the drawstring e.g. with something like aglets. - -:::tip - - -Use a safety pin to help thread the drawstring. - -::: - -### Step 11: Enjoy! - -- That's it! Your all done! Now go feel warm and comfy in your new hoodie! - -:::note - - -This patterns was featured in [issue 27 of HackSpace magazine](https://hackspace.raspberrypi.org/issues/27), -the article includes instructions too, so you may want to have a look at it. - -::: diff --git a/sites/orgdocs/docs/designs/huey/measurements/readme.mdx b/sites/orgdocs/docs/designs/huey/measurements/readme.mdx deleted file mode 100644 index ff62caff9b5..00000000000 --- a/sites/orgdocs/docs/designs/huey/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Huey hoodie: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/huey/needs/readme.mdx b/sites/orgdocs/docs/designs/huey/needs/readme.mdx deleted file mode 100644 index 92ed317fef8..00000000000 --- a/sites/orgdocs/docs/designs/huey/needs/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Huey hoodie: What You Need" ---- - -To make Huey, you will need the following: - -- Basic sewing supplies -- About 2 metres (2.2 yards) of a suitable fabric ([see Fabric options](/docs/designs/huey/fabric)) -- Ribbing fabric for the hem and cuffs. -- 1 open ended zipper the length of front seam including hood and waistband. -- (Optional) Cording or suitable alternate for hood strings. diff --git a/sites/orgdocs/docs/designs/huey/notes/readme.mdx b/sites/orgdocs/docs/designs/huey/notes/readme.mdx deleted file mode 100644 index f6aea459640..00000000000 --- a/sites/orgdocs/docs/designs/huey/notes/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Huey hoodie: Designer Notes" ---- - -I had a hoodie I liked, but after years of wear it sort of disintegrated. -So I reincarnated it in this design and now its spirit can live on forever. - -The name choice is a tip of the hat to [Huey P. Newton](https://en.wikipedia.org/wiki/Huey_P._Newton). - -joost diff --git a/sites/orgdocs/docs/designs/huey/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/huey/options/acrossbackfactor/readme.mdx deleted file mode 100644 index 2a76eb8e2c7..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Across back factor" ---- - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/huey/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/huey/options/armholedepth/readme.mdx deleted file mode 100644 index e1b718e4533..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/huey/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/huey/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/huey/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/huey/options/armholedepthfactor/readme.mdx deleted file mode 100644 index 221c106b4bf..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -This option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/huey/options/backneckcutout/readme.mdx deleted file mode 100644 index c3d109b2a11..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Back neck cutout" ---- - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/huey/options/bicepsease/readme.mdx deleted file mode 100644 index dba9216db4d..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/bicepsease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Biceps ease" ---- - -The amount of ease at your upper arm. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/huey/options/chestease/readme.mdx deleted file mode 100644 index 26dec2bf08a..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/chestease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest ease" ---- - -This option controls the ease at your chest. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/collarease/readme.mdx b/sites/orgdocs/docs/designs/huey/options/collarease/readme.mdx deleted file mode 100644 index 777269af86b..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/collarease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Collar ease" ---- - -Controls the amount of ease at your collar/neck. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/huey/options/cuffease/readme.mdx deleted file mode 100644 index f14bd5a9a13..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/cuffease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Cuff ease" ---- - -This option controls the ease at your wrist. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/huey/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/huey/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index 5ea09a533ab..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front armhole extra cutout" ---- - -Controls how much the front of the armhole is cut deeper into the garment than the back. - -Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more -rounded there too, and the armhole is typically cut deeper into the front of the garment than -the back. This option controls how much deeper. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/hipsease/hipsease.svg b/sites/orgdocs/docs/designs/huey/options/hipsease/hipsease.svg deleted file mode 100644 index e4a88849b07..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/hipsease/hipsease.svg +++ /dev/null @@ -1,1738 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/huey/options/hipsease/readme.mdx deleted file mode 100644 index 5ded40d33a5..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/hipsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hips ease" ---- - -![Hips ease](./hipsease.svg) - -The amount of ease at your hips. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/hoodangle/hoodangle.svg b/sites/orgdocs/docs/designs/huey/options/hoodangle/hoodangle.svg deleted file mode 100644 index ed7324fea25..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/hoodangle/hoodangle.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/hoodangle/readme.mdx b/sites/orgdocs/docs/designs/huey/options/hoodangle/readme.mdx deleted file mode 100644 index 25bbe92a655..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/hoodangle/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hood angle" ---- - -![Hood angle](./hoodangle.svg) - -Controls the angle at which the hood is attached - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/hoodclosure/hoodclosure.svg b/sites/orgdocs/docs/designs/huey/options/hoodclosure/hoodclosure.svg deleted file mode 100644 index 5eb72ea9744..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/hoodclosure/hoodclosure.svg +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/hoodclosure/readme.mdx b/sites/orgdocs/docs/designs/huey/options/hoodclosure/readme.mdx deleted file mode 100644 index 41033c7d114..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/hoodclosure/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hood closure" ---- - -![Hood closure](./hoodclosure.svg) - -Controls how much of the hood is part of the front closure. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/hoodcutback/hoodcutback.svg b/sites/orgdocs/docs/designs/huey/options/hoodcutback/hoodcutback.svg deleted file mode 100644 index 2911c6f80bf..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/hoodcutback/hoodcutback.svg +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/hoodcutback/readme.mdx b/sites/orgdocs/docs/designs/huey/options/hoodcutback/readme.mdx deleted file mode 100644 index d005ceb60b4..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/hoodcutback/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hood cutback" ---- - -![Hood cutback](./hoodcutback.svg) - -Controls how much the hood opening is cut back, making the hood less deep. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/hooddepth/hooddepth.svg b/sites/orgdocs/docs/designs/huey/options/hooddepth/hooddepth.svg deleted file mode 100644 index 34ed527ee1f..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/hooddepth/hooddepth.svg +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/hooddepth/readme.mdx b/sites/orgdocs/docs/designs/huey/options/hooddepth/readme.mdx deleted file mode 100644 index b64ca7e1676..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/hooddepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hood depth" ---- - -![Hood depth](./hooddepth.svg) - -Controls the depth of the hood. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/hoodheight/hoodheight.svg b/sites/orgdocs/docs/designs/huey/options/hoodheight/hoodheight.svg deleted file mode 100644 index e5874640ad1..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/hoodheight/hoodheight.svg +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/hoodheight/readme.mdx b/sites/orgdocs/docs/designs/huey/options/hoodheight/readme.mdx deleted file mode 100644 index b2e4729da17..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/hoodheight/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hood height" ---- - -![Hood height](./hoodheight.svg) - -Controls the height of the hood. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/huey/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index 440ec62fcc0..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Huey extends. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Huey will follow. diff --git a/sites/orgdocs/docs/designs/huey/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/huey/options/lengthbonus/readme.mdx deleted file mode 100644 index 28a889b53ec..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length bonus" ---- - -The amount to lengthen the garment by. A negative value will shorten it. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/pocket/pocket.svg b/sites/orgdocs/docs/designs/huey/options/pocket/pocket.svg deleted file mode 100644 index 7721da68eb8..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/pocket/pocket.svg +++ /dev/null @@ -1,1740 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/pocket/readme.mdx b/sites/orgdocs/docs/designs/huey/options/pocket/readme.mdx deleted file mode 100644 index 6b4cf8a883f..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/pocket/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Pocket" ---- - -![This option controls whether or not to include the front pouch pocket](./pocket.svg) - -Do you want front (pouch) pocket or not? - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/pocketheight/pocketheight.svg b/sites/orgdocs/docs/designs/huey/options/pocketheight/pocketheight.svg deleted file mode 100644 index 4efbd268788..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/pocketheight/pocketheight.svg +++ /dev/null @@ -1,1748 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/pocketheight/readme.mdx b/sites/orgdocs/docs/designs/huey/options/pocketheight/readme.mdx deleted file mode 100644 index ced1aa11dda..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/pocketheight/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Pocket height" ---- - -![Pocket height](./pocketheight.svg) - -Controls the height of the front pocket. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/pocketopening/readme.mdx b/sites/orgdocs/docs/designs/huey/options/pocketopening/readme.mdx deleted file mode 100644 index 4b7b9cdacf9..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/pocketopening/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Pocket opening" ---- - - - -Controls the opening size of the front pocket. diff --git a/sites/orgdocs/docs/designs/huey/options/pocketwidth/pocketwidth.svg b/sites/orgdocs/docs/designs/huey/options/pocketwidth/pocketwidth.svg deleted file mode 100644 index 7db62540b88..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/pocketwidth/pocketwidth.svg +++ /dev/null @@ -1,1739 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/pocketwidth/readme.mdx b/sites/orgdocs/docs/designs/huey/options/pocketwidth/readme.mdx deleted file mode 100644 index d765b5e5119..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/pocketwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Pocket width" ---- - -![Pocket width](./pocketwidth.svg) - -Controls the width of the front pocket. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/readme.mdx b/sites/orgdocs/docs/designs/huey/options/readme.mdx deleted file mode 100644 index 857ab7b9ed0..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Huey hoodie: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/huey/options/ribbing/readme.mdx b/sites/orgdocs/docs/designs/huey/options/ribbing/readme.mdx deleted file mode 100644 index c84b32d0223..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/ribbing/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Ribbing" ---- - -![Ribbing](./ribbing.svg) - -Whether to include ribbing or not. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/ribbing/ribbing.svg b/sites/orgdocs/docs/designs/huey/options/ribbing/ribbing.svg deleted file mode 100644 index 5f5c624fc05..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/ribbing/ribbing.svg +++ /dev/null @@ -1,997 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/ribbingheight/readme.mdx b/sites/orgdocs/docs/designs/huey/options/ribbingheight/readme.mdx deleted file mode 100644 index cef7dacf516..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/ribbingheight/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Ribbing height" ---- - -![Ribbing height](ribbingheight.svg) - -The height of the ribbing at the hem and cuffs. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/ribbingheight/ribbingheight.svg b/sites/orgdocs/docs/designs/huey/options/ribbingheight/ribbingheight.svg deleted file mode 100644 index 435d7223e00..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/ribbingheight/ribbingheight.svg +++ /dev/null @@ -1,1755 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/ribbingstretch/readme.mdx b/sites/orgdocs/docs/designs/huey/options/ribbingstretch/readme.mdx deleted file mode 100644 index 8a330286285..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/ribbingstretch/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Ribbing stretch" ---- - -![Ribbing stretch](./ribbingstretch.svg) - -Controls the amount of stretch to foresee in the ribbing. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/ribbingstretch/ribbingstretch.svg b/sites/orgdocs/docs/designs/huey/options/ribbingstretch/ribbingstretch.svg deleted file mode 100644 index 090af78ff60..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/ribbingstretch/ribbingstretch.svg +++ /dev/null @@ -1,1828 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/s3armhole/readme.mdx b/sites/orgdocs/docs/designs/huey/options/s3armhole/readme.mdx deleted file mode 100644 index c483c8bc30b..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/s3armhole/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: armhole side" ---- - -Controls the shoulder seam location on the armhole side. - -- Increase this option to shift the shoulder seam forward on the armhole side -- Decrease this option to shift the shoulder seam backward on the armhole side - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/s3collar/readme.mdx b/sites/orgdocs/docs/designs/huey/options/s3collar/readme.mdx deleted file mode 100644 index 8887d957b6b..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/s3collar/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: collar side" ---- - -Controls the shoulder seam location on the collar side. - -- Increase this option to shift the shoulder seam forward on the collar side -- Decrease this option to shift the shoulder seam backward on the collar side - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/huey/options/shoulderease/readme.mdx deleted file mode 100644 index e1a09ce85a3..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/shoulderease/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Shoulder ease" ---- - -Controls the amount of ease on the shoulder to shoulder measurement. - -This option allows you to create some extra ease at the shoulders which shifts -the shoulder seam more outwards and off the shoulder. Thereby creating extra room -for extra layers of clothing underneath, or more shaped/padded shoulders. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/huey/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index 52e9c1647af..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Shoulder slope reduction ---- - -The amount by which the shoulder slope is reduced to allow for shoulder padding. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecap.svg b/sites/orgdocs/docs/designs/huey/options/sleevecap.svg deleted file mode 100644 index 34eca409502..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecap.svg +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapanchor.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapanchor.svg deleted file mode 100644 index 802276f7e75..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapanchor.svg +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapbackfactorx/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapbackfactorx/readme.mdx deleted file mode 100644 index 68949ed304e..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapbackfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back X" ---- - -![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapbackfactorx/sleevecapbackfactorx.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapbackfactorx/sleevecapbackfactorx.svg deleted file mode 100644 index 5e8e35dd35c..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapbackfactorx/sleevecapbackfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapbackfactory/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapbackfactory/readme.mdx deleted file mode 100644 index bd7ca497bb6..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapbackfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back Y" ---- - -![The vertical location of the back inflection point](./sleevecapbackfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapbackfactory/sleevecapbackfactory.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapbackfactory/sleevecapbackfactory.svg deleted file mode 100644 index 8348fbf7c7f..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapbackfactory/sleevecapbackfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapease/readme.mdx deleted file mode 100644 index 4ae0f103d9f..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -Determines the amount of sleevecap ease. - -:::note - - -The amount of sleevecap ease determines how the sleeves rolls from the shoulder. -More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. - -For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapfrontfactorx/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapfrontfactorx/readme.mdx deleted file mode 100644 index 9abd9b70923..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapfrontfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front X" ---- - -![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg deleted file mode 100644 index d58c9899afb..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapfrontfactory/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapfrontfactory/readme.mdx deleted file mode 100644 index f4c0fa83f49..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapfrontfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front Y" ---- - -![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapfrontfactory/sleevecapfrontfactory.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapfrontfactory/sleevecapfrontfactory.svg deleted file mode 100644 index e09d00f3d0f..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapfrontfactory/sleevecapfrontfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapinflection.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapinflection.svg deleted file mode 100644 index f53517d2a1c..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapinflection.svg +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq1offset/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapq1offset/readme.mdx deleted file mode 100644 index e7ae28286c4..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq1offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 offset" ---- - -![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) - -This option controls the offset in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq1offset/sleevecapq1offset.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapq1offset/sleevecapq1offset.svg deleted file mode 100644 index f0a2d726ec9..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq1offset/sleevecapq1offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq1spread1/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapq1spread1/readme.mdx deleted file mode 100644 index d5619127fa6..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq1spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 downward spread" ---- - -![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) - -This option controls the downward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq1spread1/sleevecapq1downwardspread.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapq1spread1/sleevecapq1downwardspread.svg deleted file mode 100644 index 6914bc68fa8..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq1spread1/sleevecapq1downwardspread.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq1spread2/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapq1spread2/readme.mdx deleted file mode 100644 index 4f85ea08ff8..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq1spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 upward spread" ---- - -![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) - -This option controls the upward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq1spread2/sleevecapq1spread2.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapq1spread2/sleevecapq1spread2.svg deleted file mode 100644 index f369a220f5e..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq1spread2/sleevecapq1spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq2offset/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapq2offset/readme.mdx deleted file mode 100644 index 5b57023476e..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq2offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 offset" ---- - -![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) - -This option controls the offset in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq2offset/sleevecapq2offset.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapq2offset/sleevecapq2offset.svg deleted file mode 100644 index dcc88d098f0..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq2offset/sleevecapq2offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq2spread1/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapq2spread1/readme.mdx deleted file mode 100644 index f2d22ebda77..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq2spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 downward spread" ---- - -![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) - -This option controls the downward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq2spread1/sleevecapq2spread1.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapq2spread1/sleevecapq2spread1.svg deleted file mode 100644 index 5197ed0114a..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq2spread1/sleevecapq2spread1.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq2spread2/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapq2spread2/readme.mdx deleted file mode 100644 index 0bc44c882a4..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq2spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 upward spread" ---- - -![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) - -This option controls the upward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq2spread2/sleevecapq2spread2.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapq2spread2/sleevecapq2spread2.svg deleted file mode 100644 index 222d43e460d..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq2spread2/sleevecapq2spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq3offset/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapq3offset/readme.mdx deleted file mode 100644 index c5bb57841b7..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq3offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 offset" ---- - -![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) - -This option controls the offset in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq3offset/sleevecapq3offset.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapq3offset/sleevecapq3offset.svg deleted file mode 100644 index ac048c72247..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq3offset/sleevecapq3offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq3spread1/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapq3spread1/readme.mdx deleted file mode 100644 index a90d63447bc..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq3spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 upward spread" ---- - -![The upward spread in the third quadrant of the sleevecap](./sleevecapq3spread1.svg) - -This option controls the upward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq3spread1/sleevecapq3spread1.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapq3spread1/sleevecapq3spread1.svg deleted file mode 100644 index 1649c2c5cc9..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq3spread1/sleevecapq3spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq3spread2/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapq3spread2/readme.mdx deleted file mode 100644 index 596fa8dc33c..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq3spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 downward spread" ---- - -![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) - -This option controls the downward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq3spread2/sleevecapq3spread2.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapq3spread2/sleevecapq3spread2.svg deleted file mode 100644 index 79135108ba0..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq3spread2/sleevecapq3spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq4offset/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapq4offset/readme.mdx deleted file mode 100644 index 54f165f2eca..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq4offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 offset" ---- - -![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) - -This option controls the offset in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq4offset/sleevecapq4offset.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapq4offset/sleevecapq4offset.svg deleted file mode 100644 index b5877e2c0a1..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq4offset/sleevecapq4offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq4spread1/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapq4spread1/readme.mdx deleted file mode 100644 index 5630d4682e3..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq4spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 upward spread" ---- - -![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) - -This option controls the upward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq4spread1/sleevecapq4spread1.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapq4spread1/sleevecapq4spread1.svg deleted file mode 100644 index 42f42a721fe..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq4spread1/sleevecapq4spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq4spread2/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecapq4spread2/readme.mdx deleted file mode 100644 index 624fce70c87..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq4spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 downward spread" ---- - -![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) - -This option controls the downward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapq4spread2/sleevecapq4spread2.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapq4spread2/sleevecapq4spread2.svg deleted file mode 100644 index b84e4d0c6c7..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapq4spread2/sleevecapq4spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecapspread.svg b/sites/orgdocs/docs/designs/huey/options/sleevecapspread.svg deleted file mode 100644 index 9878d2f0943..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecapspread.svg +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecaptop.svg b/sites/orgdocs/docs/designs/huey/options/sleevecaptop.svg deleted file mode 100644 index 39e7bb71c33..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecaptop.svg +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecaptopfactorx/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecaptopfactorx/readme.mdx deleted file mode 100644 index da109f5c03f..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecaptopfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top X" ---- - -![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) - -This option controls the horizontal placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecaptopfactorx/sleevecaptopfactorx.svg b/sites/orgdocs/docs/designs/huey/options/sleevecaptopfactorx/sleevecaptopfactorx.svg deleted file mode 100644 index be96935d057..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecaptopfactorx/sleevecaptopfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecaptopfactory/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevecaptopfactory/readme.mdx deleted file mode 100644 index ec42af0d5e5..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecaptopfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top Y" ---- - -![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) - -This option controls the vertical placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevecaptopfactory/sleevecaptopfactory.svg b/sites/orgdocs/docs/designs/huey/options/sleevecaptopfactory/sleevecaptopfactory.svg deleted file mode 100644 index cd55923d35e..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevecaptopfactory/sleevecaptopfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index 2f39201f7a8..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -This option controls how long to lengthen the sleeves by. - - - - diff --git a/sites/orgdocs/docs/designs/huey/options/sleevewidthguarantee/readme.mdx b/sites/orgdocs/docs/designs/huey/options/sleevewidthguarantee/readme.mdx deleted file mode 100644 index 6671e1c5917..00000000000 --- a/sites/orgdocs/docs/designs/huey/options/sleevewidthguarantee/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleeve width guarantee" ---- - -We first draft the arm opening, then we draft a sleeve to fit it. - -When all goes well, the sleeve fits perfectly, and this option is not relevant. -However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. - -Since the shape and height of the sleevecap are more important than the width, we tend to -prefer adjusting the width to fit the sleevecap. - -To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. -This option allows you to control how much of the sleeve width is guaranteed. -Increasing this option will allow us less of the width to play with to fit the sleeve. -This way, the resulting sleeve will be closer to the theoretical sleeve width, and we -will instead modify (more of) the sleevecap height to fit the sleeve. - - - - diff --git a/sites/orgdocs/docs/designs/huey/readme.mdx b/sites/orgdocs/docs/designs/huey/readme.mdx deleted file mode 100644 index c7d72893145..00000000000 --- a/sites/orgdocs/docs/designs/huey/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Huey hoodie" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/hugo/cutting/readme.mdx b/sites/orgdocs/docs/designs/hugo/cutting/readme.mdx deleted file mode 100644 index bf6f598ede1..00000000000 --- a/sites/orgdocs/docs/designs/hugo/cutting/readme.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Hugo hoodie: Cutting Instructions" ---- - -- **Main fabric** - - Cut **1 front** on the fold - - Cut **1 back** on the fold - - Cut **2 sleeves**, good sides together - - Cut **1 pocket** on the fold - - Cut **2 pocket facing(s)**, good sides together - - Cut **4 Hood side(s)**, 2x2 good sides together - - Cut **2 hood center(s)**, good sides together - - Cut **1 neck binding** -- **Ribbing** - - Cut **2 cuff(s)** - - Cut **1 waistband** - -:::warning - - -###### Caveats - -- **sleeve**: There's a single notch at the front, and a double notch at the back. These notches match on the front and back parts respectively. -- **pocket facing** and **hood**: Watch out for the grainlines on these parts - -Because Hugo's raglan sleeve also covers a portion of the back and front, -the sleeve is the dominant feature of your draft. - -::: diff --git a/sites/orgdocs/docs/designs/hugo/fabric/readme.mdx b/sites/orgdocs/docs/designs/hugo/fabric/readme.mdx deleted file mode 100644 index e4bd2909bd4..00000000000 --- a/sites/orgdocs/docs/designs/hugo/fabric/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Hugo hoodie: Fabric Options" ---- - -You may find a dedicated sweatshirt/tracksuit fabric section in your fabric store of choice. If you don't, just head for the knitwear section and look for a thicker comfortable knit fabric. - -As far as fibers go, you can go all cotton, or opt for a poly or acryl cotton blend. - -Make sure to pay attention to the inside of the fabric. Sweatshirt fabrics come in loopback and brushed back. If you want that OMG-it-feels-so-soft-on-my-skin feeling, go for brushed. - -:::note - - -You don't have to use sweatshirt fabric. Other options are available, from fashion-forward neoprene (aka scuba) to a more eyebrow-rising choice like crushed velour (aka velvet). - -Or if you have given up on class, you could go for fleece. - -::: diff --git a/sites/orgdocs/docs/designs/hugo/instructions/layout.svg b/sites/orgdocs/docs/designs/hugo/instructions/layout.svg deleted file mode 100644 index 9a5a3855b71..00000000000 --- a/sites/orgdocs/docs/designs/hugo/instructions/layout.svg +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org Hugo Hoodie freesewing.org/drafts/__REFERENCE__ The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - - Grainline - - Cut on fold - 1 - Front - 1x from main fabricCut on fold - - - - - - - - - - - - - Grainline - - Cut on fold - 2 - Back - 1x from main fabricCut on fold - - - - - - - - - - - - - Grainline - 3 - Sleeve - 2x from main fabricGood sides together - - - - - - - - - - - - - Grainline - - Cut on fold - 4 - Pocket - 1x from main fabricCut on fold - - - - - - - - - - Grainline - 5 - Pocket facing - 2x from main fabricGood sides together - - - - - - - - - Grainline - 6 - Hood side - 4x from main fabric (2x2)Good sides together - - - - - - - - - - - Grainline - 7 - Hood center - 2x from main fabricGood sides together - - - - - - - - - - Grainline - 8 - Cuff - 2x from ribbingGood sides together - - - - - - - - - - Grainline - 9 - Waistband - 1x from ribbing - - - - - - - - - Grainline - 10 - Neck binding - 1x from main fabric - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/hugo/instructions/readme.mdx b/sites/orgdocs/docs/designs/hugo/instructions/readme.mdx deleted file mode 100644 index 7ede264e898..00000000000 --- a/sites/orgdocs/docs/designs/hugo/instructions/readme.mdx +++ /dev/null @@ -1,117 +0,0 @@ ---- -title: "Hugo hoodie: Sewing Instructions" ---- - - - -###### Documentation under construction - -First the good news: There's a video series that shows how to make Hugo from start to finish. -Scroll down, it's embedded in this page. - -Now the bad news: The written instructions for Hugo are not complete yet. - - - -## Video - -Text a bit dry for you? I try to make videos available as part of the pattern documentation. - -This 6-episode series shows you how to make your hoodie start to finish: - - - -## Construction - -### Step 1: Prepare the Pocket - -- Place the Pocket Facing pieces together with the edges of the Pocket piece, good sides together. -- Stitch the facing pieces to the pocket with a 1cm seam allowance. Stitch both the long edge, and the shorter edge at the bottom of the pocket. -- Carefully trim the seam allowance on the facing pieces. -- Flip and turn the facing pieces good sides out. Then hand-roll and press the seams. -- Topstitch or edge-stitch 0.5 cm along both upper and lower edges on each side of the pocket, to anchor the facing and the seam allowance. -- Topstitch another line 0.5 cm from the inside upper edge of the facing on each side of the pocket. This topstitch line will end at the lower edge stitch line. -- Trim away the excess facing on the inside of the pocket. -- Press the edges. - -### Step 2: Attach the Pocket - -- Match the Pocket to the front, good sides together. -- The upper pocket seam line is marked by notches on the pattern. The pocket bottom edge should point towards the neckline. Align the pocket edges horizontally with the notches on the pattern. Overlap the top of the pocket over the seam line by a little less than 1 cm seam allowance. -- Stitch the top seam of the Pocket to the Shirt Front. -- Flip the pocket over the seam line so the bottom now lines up with the edge at the waist. -- Using a long basting stitch (4mm or longer), baste the pocket into place at the waist, with a ½ cm seam allowance. This is optional, but keeps the pocket in place while you work on the rest of the shirt. - -### Step 3: Attach the Sleeves - -- The side of the sleeve with the pointy edge at top is the back of the sleeve piece. It is also marked by a double notch on the pattern. - -- Match good sides of the sleeve seam to good sides of the front, matching the single notch on front to single notch on the sleeve piece. Stitch the seam. Do this for both sleeve pieces. - -- To finish the seam, you can use one of these methods: - - - Use a serger to sew and finish the seam in one step. This is fast and convenient, but produces a less-refined look. - - If you do not have a serger, or would like a more refined look, sew a seam with a straight stitch on your conventional machine. Press the seam allowances apart on the wrong side. Then, edgestitch along both sides of the seam from the right side. Finally, trim the excess seam allowance. This produces a refined look, but takes longer. - - Another serger-free option is to sew the seam with a straight stitch. Then stitch together the seam allowances with an additional line of zig-zag alongside the straight stitch. Finally, trim the excess seam allowance. This simulates what a serger would do, and is quicker than option (2). - -- Match the good sides of the sleeve to the good sides of the back, matching the double notch on back to the double notch on the sleeve seam. Stitch the seam, then finish the seams as you did for the front. - -### Step 4: Close the Sides - -- Match the good sides together along sides and sleeves. -- Stitch the side seam and the sleeves together in one long seam, starting at the waist and going all the way through to the end of the sleeve. You can stop at the underarm point to change colors for the sleeve, if your design calls for it. -- Finish the seam allowances as you did in step 2. If you finish the sleeves with the edgestitch method, you will need to go slow for finishing the sleeve seam, as you will be .sewing in the tunnel.. - -### Step 5: Add a Drawstring to the Hood (Optional) - -- Take one matching set of the Hood Side pieces, that you intend to feature on the outside of the finished hoodie. -- Mark the place for a hole on each side hood piece, along the rim. -- The hole should be located about 1.5-2cm from the edge of the fabric. This is to allow for the seam allowance, as well as for the hood -- The hole should be located above the notch on the hood rim. The notch shows where the sides of the hood overlap at center front , so the cord should exit above that point. -- You can consider using the buttonhole feature of your sewing machine, if it has one, to sew a buttonhole at this point. -- Cut open a hole at the points you marked. -- After the hood is prepared, you can run a cord around the front edge of the hood. Sneaker shoelaces work well for this. - -### Step 6: Prepare Inside and Outside Hood - -> Follow this set of steps twice, once for the outer hood and again for the inside hood. - -- Run a Center Panel piece around one outer edge of the Hood Side, good sides together, and pin in place. Stitch. -- Pin the Center Panel piece around the remaining outer edge of the hood, good sides together. Stitch. -- Press the seam allowances, and finish them as in Step 2. Trim the seam allowances. - -### Step 7: Join Inside and Outside Hood - -- With both hoods inside out, put them on top of each other, good sides together. -- Align the center panel seams and pin. -- Stitch along the outer edge of the hood with a 1cm seam allowance. Do not trim the seam allowance. -- Flip the hood pieces right side out, then press the outer edge flat. -- Topstitch along the edge of the hood, about 1.5-2 cm from the edge. Ensure that you go beyond the seam allowance, and that it is not caught in this line of stitching. This creates a decorative rim. The enclosed seam allowance helps make the rim a bit poofy. -- To close the hood, serge together the bottom layers along the neckline. If you do not have a serger, use a zig-zag stitch. -- (Optional) If you added holes for a drawstring, you can thread the drawstring now. - -### Step 8: Preparing a Neckband and Attaching the Hood - -- Cut a cross-wise strip of fabric out of your main fabric, your neck opening + 2cm (3/4 inch) long and triple your neck seam allowance wide. -- Place good sides together on the neck binding piece, then sew a 1cm seam allowance along the short side to make the binding into a circular band. -- Starting from the back, match the outside of the hood to the right side of the neckline. Align the hood panel to the back of the neckline. -- Working around to the front, pin the hood to the neckline. -- Match the good side of the neck binding to the outer neckline (this will be the inside of the hood). Pin the binding to the hood. -- Serge or zig-zag all layers together with 1cm seam allowance. Check around the neckline to make sure all layers were caught by the stitching. -- Reinforce the points where the neckline intersects with the sleeve seams. Use a straight stitch on the sewing machine to stabilize these seams. -- Fold the binding over the raw edge of the neckline, and pin. -- From the outside, topstitch along and approx 1cm away from the neck edge to catch and secure the binding. You should be able to use a straight stitch here as long as the neck fits somewhat loosely when you try it on. If the neck fits snug, then use a zigzag stitch. -- Trim excess binding from the inside. - -### Step 9: Attach the Cuffs and Waistband - -- If the ribbing is light or thin, you can cut the cuff and waistband pieces twice as high, then double-fold them. -- Place good sides together on the cuffs and waistband pieces, then sew a 1cm seam allowance along the short side to make them into circular bands. -- Fold along the long side to make cuffs and waistband into double-thick tubes. Sew or serge along the open edges to close. -- Align the seam on the cuff to the seam on the sleeve. Pin, good sides together. -- Pin the opposite side. -- Serge (or zig-zag stitch) the ribbing to the cuff, stretching gently until the ribbing and cuff are the same length. Remove pins before they enter the serger. -- Trim the bottom edge of the pocket if it extends past the waistband edge. -- Ensure the ribbing is gathered as uniformly as possible around the waistband. -- Serge or zig-zag the waistband, again gently stretching until the ribbing and waistband are the same length. Stitch with the hoodie on top so you can see it gets caught in the seam. -- Topstitch the lower pocket edges to the body of the shirt to anchor the bottom of the pocket. diff --git a/sites/orgdocs/docs/designs/hugo/measurements/readme.mdx b/sites/orgdocs/docs/designs/hugo/measurements/readme.mdx deleted file mode 100644 index dee7964dbfd..00000000000 --- a/sites/orgdocs/docs/designs/hugo/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hugo hoodie: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/hugo/needs/readme.mdx b/sites/orgdocs/docs/designs/hugo/needs/readme.mdx deleted file mode 100644 index d474a443d65..00000000000 --- a/sites/orgdocs/docs/designs/hugo/needs/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Hugo hoodie: What You Need" ---- - -To make Hugo, you will need the following: - -- Basic sewing supplies -- About 2 meters (2.2 yards) of a suitable fabric ([see Fabric options](/docs/designs/hugo/fabric)) -- Ribbing fabric for the hem and cuffs diff --git a/sites/orgdocs/docs/designs/hugo/notes/readme.mdx b/sites/orgdocs/docs/designs/hugo/notes/readme.mdx deleted file mode 100644 index f6893b3aeb1..00000000000 --- a/sites/orgdocs/docs/designs/hugo/notes/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hugo hoodie: Designer Notes" ---- - -I wanted to try my hand on raglan sleeves, so this is what I ended up with. -It's a hooded sweater, with raglan sleeves, and an optional kangaroo pocket. - -I named it `hugo` in memory of Hugo De Cock, my godfather with a name to make -pornstars jealous. - -joost diff --git a/sites/orgdocs/docs/designs/hugo/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/acrossbackfactor/readme.mdx deleted file mode 100644 index 2a76eb8e2c7..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Across back factor" ---- - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/hugo/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/hugo/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/hugo/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/armholedepth/readme.mdx deleted file mode 100644 index 12dccd666ec..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/hugo/options/legacyarmholedepth) option, this option will not apply, but instead a fixed factor will be applied. - diff --git a/sites/orgdocs/docs/designs/hugo/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/backneckcutout/readme.mdx deleted file mode 100644 index c3d109b2a11..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Back neck cutout" ---- - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/hugo/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/bicepsease/readme.mdx deleted file mode 100644 index dba9216db4d..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/bicepsease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Biceps ease" ---- - -The amount of ease at your upper arm. - - - - diff --git a/sites/orgdocs/docs/designs/hugo/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/chestease/readme.mdx deleted file mode 100644 index 26dec2bf08a..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/chestease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest ease" ---- - -This option controls the ease at your chest. - - - - diff --git a/sites/orgdocs/docs/designs/hugo/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/cuffease/readme.mdx deleted file mode 100644 index f14bd5a9a13..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/cuffease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Cuff ease" ---- - -This option controls the ease at your wrist. - - - - diff --git a/sites/orgdocs/docs/designs/hugo/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/hugo/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/hipsease/readme.mdx deleted file mode 100644 index e427aa424c9..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/hipsease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Hips ease" ---- - -How much room do you want at the hips? - - - - diff --git a/sites/orgdocs/docs/designs/hugo/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index 899caef9ca3..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Hugo extends. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Hugo will follow. diff --git a/sites/orgdocs/docs/designs/hugo/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/lengthbonus/readme.mdx deleted file mode 100644 index 28a889b53ec..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length bonus" ---- - -The amount to lengthen the garment by. A negative value will shorten it. - - - - diff --git a/sites/orgdocs/docs/designs/hugo/options/pocketwidth/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/pocketwidth/readme.mdx deleted file mode 100644 index 638dec509cf..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/pocketwidth/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Pocket width" ---- - -This option controls the width of the front pocket. - - diff --git a/sites/orgdocs/docs/designs/hugo/options/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/readme.mdx deleted file mode 100644 index a375862c603..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hugo hoodie: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/hugo/options/ribbingheight/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/ribbingheight/readme.mdx deleted file mode 100644 index a0d416d1a63..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/ribbingheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Ribbing height" ---- - -The height of the ribbing at the hem and cuffs. - - - - diff --git a/sites/orgdocs/docs/designs/hugo/options/ribbingstretch/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/ribbingstretch/readme.mdx deleted file mode 100644 index 3974dcb4b4e..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/ribbingstretch/readme.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Ribbing stretch" ---- - -![Ribbing stretch on Hugo](./ribbingstretch.svg) - -This option allows you to tweak the stretch of your ribbing. - -It's value is the percentage of stretch in the ribbing fabric, and -that amount will be subtracted from 100% to determine the final width -of fabric used in the pattern. - -For example, if you choose 10%, then for every 10 cm of ribbing, -we'll only draft 9 cm. -This way, 9 cm of ribbing will be stretched to 10 cm. - -The option range is between 0% and 10%, with the default set to 5%. - -:::note - - -If you're not sure what to pick, best is to take the ribbing you are going to use see how much of it -you need to stretch out to get to 10 cm with a _good_ stretch. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/hugo/options/ribbingstretch/ribbingstretch.svg b/sites/orgdocs/docs/designs/hugo/options/ribbingstretch/ribbingstretch.svg deleted file mode 100644 index d2832f6a52d..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/ribbingstretch/ribbingstretch.svg +++ /dev/null @@ -1,960 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/hugo/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/hugo/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index 2f39201f7a8..00000000000 --- a/sites/orgdocs/docs/designs/hugo/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -This option controls how long to lengthen the sleeves by. - - - - diff --git a/sites/orgdocs/docs/designs/hugo/readme.mdx b/sites/orgdocs/docs/designs/hugo/readme.mdx deleted file mode 100644 index 032c4d96ab6..00000000000 --- a/sites/orgdocs/docs/designs/hugo/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Hugo hoodie" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/cutting/cuttingCaveat.svg b/sites/orgdocs/docs/designs/jaeger/cutting/cuttingCaveat.svg deleted file mode 100644 index ef10343c326..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/cutting/cuttingCaveat.svg +++ /dev/null @@ -1,968 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/cutting/readme.mdx b/sites/orgdocs/docs/designs/jaeger/cutting/readme.mdx deleted file mode 100644 index 13a1d2404a3..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/cutting/readme.mdx +++ /dev/null @@ -1,72 +0,0 @@ ---- -title: "Jaeger jacket: Cutting Instructions" ---- - -- **Main fabric** - - Cut **2 fronts** (part 1) - - Cut **2 front facings** (look for the facing/lining boundary on the front part) - - Cut **2 backs** (part 2) - - Cut **2 sides** (part 3) - - Cut **2 topsleeves** (part 4) - - Cut **2 undersleeves** (part 5) - - Cut **1 collar** (part 7) - - Cut **1 collarstand** (part 8) - - Cut **2 pockets** (part 9) - - Cut **1 chest pocket welt** (part 10) -- **lining fabric** - - Cut **2 fronts** (part 1) - - Cut **2 front linings** (look for the facing/lining boundary on the front part, and don't forget to attach the inner pocket facing extension) - - Cut **2 backs** (part 2) - - Cut **2 sides** (part 3) - - Cut **2 topsleeves** (part 4) Note: Some people like to use different lining for the sleeves - - Cut **2 undersleeves** (part 5) Note: Some people like to use different lining for the sleeves - - Cut **2 chest pocket bags** (part 11) - - Cut **2 inner pocket welts** - - Cut **2 inner pocket bags** (part 13) -- **Canvas** - - Cut **2 fronts** on bias (part 1) Note: Don't include seam allowance - - Cut **2 chest pieces** on bias. Look for the indication on the front part. Note: Don't include seam allowance - - Cut **1 undercollar** (part 6). Do not include seam allowance. -- **Undercollar fabric** - - Cut **1 undercollar** (part 6) - -:::note - - -###### Good sides together, or precise pattern matching? - -When cutting out two, you can cut them [good sides together](/docs/sewing/good-sides-together). -However, when working with fabric with a pattern, I prefer to cut them individually to finely control the pattern matching. - -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. - -::: - -:::warning - - -###### Cutting caveats - -- The chest piece is marked on the front. -- Don't include seam allowance when cutting out canvas, and cut it on bias. -- The front facing and lining is marked on the front piece. They split the front part in two along the boundary line. You can cut the front part along that line after cutting out the front from the main fabric. The inner pocket extension for the facing is printed separately, and you can tape it back in its place after cutting the pattern piece. **Do not forget to add seam allowance to both the facing and the lining for this boundary seam**. - -![Trace the front facing and lining from the front part](cuttingCaveat.svg) - -::: - - - -Instead of cutting the canvas parts _nett_ (without seam allowance), -there is an alternate -method where seam allowance is included on the canvas parts. -The idea is that because the canvas parts have seam allowance, -when they are attached to the main fabric pieces this can allow -ease to be worked into the garment for a better shape. -The seam allowance is then trimmed from the canvas at a later point -in the garment construction process. - -However, because this is a more advanced tailoring technique, -our instructions are instead written with the nett canvas method. - - diff --git a/sites/orgdocs/docs/designs/jaeger/fabric/readme.mdx b/sites/orgdocs/docs/designs/jaeger/fabric/readme.mdx deleted file mode 100644 index 573127f6e9f..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/fabric/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Jaeger jacket: Fabric Options" ---- - -Sportscoats are typically made from a heavier wool, often with some texture or pattern in the weave. -In general, they are made in _busier_ fabrics. - -Style purists will argue that sportscoats should never be made out of suiting fabric, as a sportscoat -is not a suit jacket. You can tell them go feck off and do whatever you want, it's your jacket. - -However, making Jaeger is going to take some time. Do yourself a favour and get something nice for the final project. -(because you will be making a muslin, right?) diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/attachChestPocketBag.svg b/sites/orgdocs/docs/designs/jaeger/instructions/attachChestPocketBag.svg deleted file mode 100644 index 4bd709d5f1a..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/attachChestPocketBag.svg +++ /dev/null @@ -1,473 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/attachChestPocketWelt.svg b/sites/orgdocs/docs/designs/jaeger/instructions/attachChestPocketWelt.svg deleted file mode 100644 index 0e73e9e7cc3..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/attachChestPocketWelt.svg +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/basteChestPocket.svg b/sites/orgdocs/docs/designs/jaeger/instructions/basteChestPocket.svg deleted file mode 100644 index 948688d7723..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/basteChestPocket.svg +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/closeBack.svg b/sites/orgdocs/docs/designs/jaeger/instructions/closeBack.svg deleted file mode 100644 index 47aa1cdf8dc..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/closeBack.svg +++ /dev/null @@ -1,5711 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/closeFrontDarts.svg b/sites/orgdocs/docs/designs/jaeger/instructions/closeFrontDarts.svg deleted file mode 100644 index 9cf9f405c46..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/closeFrontDarts.svg +++ /dev/null @@ -1,496 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/closeShoulders.svg b/sites/orgdocs/docs/designs/jaeger/instructions/closeShoulders.svg deleted file mode 100644 index f9c2f544431..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/closeShoulders.svg +++ /dev/null @@ -1,3070 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/closeSides.svg b/sites/orgdocs/docs/designs/jaeger/instructions/closeSides.svg deleted file mode 100644 index 06abd111721..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/closeSides.svg +++ /dev/null @@ -1,545 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/collarCuts.svg b/sites/orgdocs/docs/designs/jaeger/instructions/collarCuts.svg deleted file mode 100644 index 26eaa3a7304..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/collarCuts.svg +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/collarMarkings.svg b/sites/orgdocs/docs/designs/jaeger/instructions/collarMarkings.svg deleted file mode 100644 index 437583cf51a..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/collarMarkings.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/collarWithCanvas.svg b/sites/orgdocs/docs/designs/jaeger/instructions/collarWithCanvas.svg deleted file mode 100644 index 9f4eabad5b5..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/collarWithCanvas.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/finishChestPocket.svg b/sites/orgdocs/docs/designs/jaeger/instructions/finishChestPocket.svg deleted file mode 100644 index 5675f00ec0c..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/finishChestPocket.svg +++ /dev/null @@ -1,812 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/foldChestPocketWelt.svg b/sites/orgdocs/docs/designs/jaeger/instructions/foldChestPocketWelt.svg deleted file mode 100644 index 1afdcdcc846..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/foldChestPocketWelt.svg +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/front.svg b/sites/orgdocs/docs/designs/jaeger/instructions/front.svg deleted file mode 100644 index 5e8b1e52b49..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/front.svg +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/padAndTape.svg b/sites/orgdocs/docs/designs/jaeger/instructions/padAndTape.svg deleted file mode 100644 index 64d280cc00b..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/padAndTape.svg +++ /dev/null @@ -1,5327 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/prepareCanvas.svg b/sites/orgdocs/docs/designs/jaeger/instructions/prepareCanvas.svg deleted file mode 100644 index 73c7ec40f28..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/prepareCanvas.svg +++ /dev/null @@ -1,913 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/pressChestPocket.svg b/sites/orgdocs/docs/designs/jaeger/instructions/pressChestPocket.svg deleted file mode 100644 index ddfb4032126..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/pressChestPocket.svg +++ /dev/null @@ -1,364 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/instructions/readme.mdx b/sites/orgdocs/docs/designs/jaeger/instructions/readme.mdx deleted file mode 100644 index 2679653c3fd..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/instructions/readme.mdx +++ /dev/null @@ -1,329 +0,0 @@ ---- -title: "Jaeger jacket: Sewing Instructions" ---- - - - -###### Jaeger documentation is under construction - -This documentation is not yet finished. - - - -## Construction - -### Close the front darts - -![Close the front darts](closeFrontDarts.svg) - -#### Fold double - -Fold the front double with the good sides together and pin it down so the fold is neatly in the middle of the front dart. - -#### Sew darts - -Sew the front dart close, taking care to have the dart stop at the correct top end. -The bottom is not that important as it will be covered by the pockets. -But the top end of the dart will be clearly visible, so please make sure to have it end at the same height at both sides. - -#### Cut open and press - -Once the front darts are closed, cut open the dart at the back. -You won't be able to cut it open all the way to the tip, but that's fine. -Press open the darts where they are cut open, and press the rest to the side. -Take care to only press from the back. Pressing from the front will likely mark your fabric. - -### Construct the chest pocket - -![Apply fusible interfacing to the back of the chest pocket](basteChestPocket.svg) - -#### Apply fusible interfacing - -Apply a rectangular piece of light fusible interfacing around the chest pocket area so that it extends a few cm in all directions. - -> ##### We're not using fusible on the entire front -> -> Sportcoats are typically made from somewhat heavier fabrics. -> That, and the fact that I prefer to use canvas rather than fusible interfacing, -> means that I don't interface the front with fusible. - -#### Baste the chest welt outline, mark top line endpoints - -With the fusible in place, thread a needle and baste around the chest pocket to -transfer the markings to the good side of the fabric. - -This pocket differs from a traditional welt pocket. The welt extends above the pocket opening. This hides the pocket bag without the need for facings. The top part of the opening is also smaller than the welt, allowing you to slip-stitch it closed. - -On the top line of your basted welt pocket, mark 0.5cm inwards from the corners of the top line. - -> These points are notches on the front part of your pattern. - -![Close the chest pocket welt](foldChestPocketWelt.svg) - -#### Fold, press and sew the side seams of the welt - -Fold the welt double with the good sides together, and close the sides (sew the side seams). - -#### Trim seam allowance, turn and press - -Trim the seam allowances on the sides and especially limit the seam allowance towards the corner to avoid bulk. - -Turn inside out so the good side is out and press. - -> Be careful not to overpress as you'll be pressing from the good side of the fabric. - -#### Baste the bottom line of the welt so you know where to sew - -Baste a stitching guide at the bottom of the welt to mark the welt/seam allowance boundary. -This will be the line to sew on later. - -#### Sew the welt to the front - -![Attach the chest pocket welt to the front](attachChestPocketWelt.svg) - -Place welt down on good side of front with the folded side downwards, and sew to bottom line. -Make sure to stop and start exactly at the edge of the line you basted. - -#### Sew the chest pocket bag to the front - -![Attach the chest pocket bag to the front](attachChestPocketBag.svg) - -Place the pocket bag down on the front. -The front with good side up, but the pocket bag with bad side up. -Make sure to have the longest side of the chest pocket bag on the highest side of the chest pocket. - -> Only slanted chest pockets have a higher and lower side. - -Sew this in place along the top line. Remember this should be shorter than the bottom row of stitches -to attach the welt, since you marked 0.5cm inwards from the corners. - -> As the pocket back is typically some slippery fabric, you probably want to pin or baste this in place prior to sewing. - -#### Cut open chest pocket opening, turn, and press - -![Press the chest pocket](pressChestPocket.svg) -Now cut open your welt in the middle of both seamlines. -Don't cut to the edge, but create a triangular shape there. - -Flip the pocket bag and welt to the backside by passing both of them through the opening you just created. - -Get everything to lay nice and flat, and press. - -Now, bring the welt only to the front and get it to lie nice and flat. -Press again from the back. - -> Resist the urge to press this from the front. - -#### Finish the chest pocket - -![Finish the chest pocket](finishChestPocket.svg) - -On the backside, fold the pocket bag double and sew it to the pocket -welt below the existing seamline of the welt. - -Thread a needle and hand-finish the chest pocket by sewing down the sides of the welt to the front panel (don't let your stitches show on the front). - -Finally, close the pocket bag by sewing the sides. -Do this by placing the front down with the good side up. Then fold over each side and sew the pocket bag. While sewing these sides, make sure to catch those triangular little pieces of the opening. This will reinforce the pocket opening. - -Baste the chest pocket closed while we construct the jacket. - -### Prepare the fronts - -![Prepare the canvas for the fronts](prepareCanvas.svg) - -Cut out the front canvas piece in a light and supple canvas placed on the bias. Cut out the entire front. - -Cut out the front dart and close it with a zig-zag stitch, making sure not to let the canvas overlap. - -Cut out the chest canvas piece. Align it along the roll line, and baste it in place on front canvas piece. - -> The chest piece is marked on the front part of your pattern. - -#### Baste canvas to the fronts - -![Pad-stitching, you love that stuff, right?](padAndTape.svg) - -Now baste the front canvas and chest piece to your front. Keep in mind that the canvas has no seam allowance. - -> Baste it a bit inwards from the seam line so you can fold it away when sewing these seams later. -> You don't want your canvas to get caught in the seams. - -#### Pad-stitch your lapels - -Time to feel like a real tailor, and pad-stitch those lapels. - -Make sure to make the stitches a bit smaller towards the lapel tip, -to make sure it lies flat against the chest, curling a bit inward instead of outward. - -> If you're not sure how to pad-stitch the lapels, [let us know](https://discord.freesewing.org/) -> and we'll make an attempt to document it. - -#### Tape the lapel edge and roll line - -Now we are going to hand-sew tailor tape along the lapel edges of the front, and along the roll line. -This will also secure the canvas to the front here and there. - -Keep in mind that: - -- The tape along the roll line should be placed inside the roll line. -- The tape along the roll line should be about half a centimeter shorter than the distance it spans. The slight tension this creates helps the lapel roll nicely and contour to your body. -- The tape along the lapel edge should be placed inside the seam line - -> ##### Don't sew through your fabric -> -> While sewing the tape to your front, avoid pushing your needle all the way through your fabric so that -> your stitches will show on the front. -> -> At the same time, you should not secure the tape only to your canvas either. -> Instead, you should try to catch a few threads of your fabric on every stitch, so that the tape is -> secured in place, yet the stitches don't show at the front. -> -> This is less of an issue above the break point of your lapel where the fabric will be on the backside of the lapel. - -### Close the body - -#### Close the side seams - -![Close the sides](closeSides.svg) - -Place your front with the good side up, and your side on it with the good side down. -Align the front/side seams, pin them in place if you feel like it, and sew them together. - -Place this down with the good side up, and place your back on top with the good side down. -Align the back/side seams, pin them in place if you feel like it, and sew them together. - -> Make sure the canvas does not get caught in the seam. - -> ##### Note for sewing vents -> -> If you have a double vent, this seam will contain the vent. -> -> Sew the downward part of the side/back seam and the sideways part that forms the vent. -> Do not sew downwards after that. - -#### Close the back seam - -![Close the back seam](closeBack.svg) - -Align your two half-jackets with the good sides together, and close the back seam. - -:::note - - -##### Note for sewing vents - -If you have a single vent, this seam will contain the vent. - -Sew the downward part of the back seam and the sideways part that forms the vent. -Do not sew downwards after that. - -::: - -#### Close the shoulder seams - -![Close the shoulder seams](closeShoulders.svg) - -Align the shoulder seams with good sides together, and sew them together. - -Make sure the canvas does not get caught in the seam. - -:::note - - -##### Align the shoulder notches - -Make sure to carefully align the shoulders based on the notches. -Because of the different shape of the back and front panels on the neck side, -the fabric edge looks different. So aligning those edges will not give you -what you need. - -So make sure to align the notches. It's what they're there for. - -::: - - -### Make the collar -In order to look real crisp, the collar should be symmetrical on both sides. -About 5mm difference is already visible to a collar, so the more precise you do these steps, the better. - -### Add markings to both collar and undercollar -Put the collar and undercollar on top of each other, baste the corners together and cut the basting. -Then use a marking pencil or some chalk to mark the edges of the collar. -Measure 2 times to make sure the remaining collars and the location of the corners are 100% identical on both corners -![Mark the collar Edges](collarMarkings.svg) - -:::note - -The undercollar's shape is that of the collar and collarstand parts -combined. -::: - -#### Add interfacing or canvas to the outside collar stand and under collar -Either use a fusible interfacing, or, if you want to be hardcore use a horsehair canvas. -Stitch it to the outside collar stand using the same technique as when adding canvas to the lapel. -![Add canvas to the collar](collarWithCanvas.svg) - -#### Sew the outside collarstand to the under collar, and add to jacket -Make sure the outside collarstand and under collar are aligned and sew together -Sew the outside collarstand+undercollar to the neckline of the jacket -Give small cuts in the fabric around the neckline to give it more ease -Cut the seam allowance in the corners diagonally for a better fit - -![make small cuts in SA around collar](collarCuts.svg) - - -### Sleeves -Sew the uppersleeve to the undersleeve until the split - -#### Create the split at the end of the sleeve - -Sew the other side of the sleeves -Turn the sleeves with the good side out -Add the sleeves to the jacket - - -### Inside pocket - -The inside pocket is a double welt pocket. Which is the same as the front pockets but without a cover. -Please see images at the front pockets for details - - -Locate the position of the pocket on the left inner lining with basting -Add some fusible interfacing around the area -Draw the pocket on the interfacing. -Add the welts to the upper and lower side of the pocket -Sew the welts on the line on both sides of the pocket. -Make use the welts end exactly on top of each other. -Cut the pocket entrance to about 1 or 2 cm from the end. -Cut the last part diagonally so you get a fish bone cut -Turn the welts inside out, baste and press -Turn the triangles inside out, baste and press -Sew around the pocket to put everything in place -Take the pocketbag, sew it to the lower welt and the other part to the upper welt (See: chest pocket) - -### Lining -Sew the lining back seam until the split -Sew the figure seams in the front parts -Add the whole lining together (front, side, back) -Add the from lining to the front facing. Leave about 5cm open from the bottom -Close the shoulders -Add the inside collar stand to the uppercollar and add to the lining jacket -Make small cuts in the neckline and the corners -Add upper to lower sleeves -Add sleeves to lining jacket - -### Close it up -But the jacket + lining jackets on top of each other with the good sides. -Sew around the collar and continue all the way to the front facing -Turn the jacket right side out -Fold the sleeves in place (make sure they are not turned!!) -Add the sleeves lining to the sleeves split -Make sure the collars are straight on top of each other (they align) and add the seam allowances to each other by hand. -Add in a few places front SA to lining SA by hand from the inside of the jacket -Create the backsplit and manually add the lining to the main fabric -Add buttonholes and buttons - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/measurements/readme.mdx b/sites/orgdocs/docs/designs/jaeger/measurements/readme.mdx deleted file mode 100644 index 64d578b20f0..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Jaeger jacket: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/jaeger/needs/readme.mdx b/sites/orgdocs/docs/designs/jaeger/needs/readme.mdx deleted file mode 100644 index e38b9092a2f..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/needs/readme.mdx +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: "Jaeger jacket: What You Need" ---- - -To make Jaeger, you will need the following: - -- About 2.5 meters (2.8 yards) of a suitable fabric (see [Fabric options](#fabric-options)) -- Lining fabric, optionally different sleeve lining fabric -- Two larger buttons for the front, and 8 buttons for the sleeves -- A bit of lightweight fusible interfacing for local enforcement -- Canvas for the fronts and collar -- Tailor's tape for the front edges -- Some domette for interlining -- Shoulder pads -- Sleevehead wadding, with canvas if possible -- Undercollar fabric - -:::note - - -###### Where to get all this stuff - -Making Jaeger is a fun and rewarding project, but getting all the required bits -and pieces can be challenging. - -That is because this kind of project is somewhat more ambitious than the -typical home sewing project, and as a result, your local haberdashery is -unlikely to stock all of these things. - -If you know where to get them, great. If not, some (quality) suppliers -sometimes sell a **Jacket trim pack** that includes everything you need. - -Below is a list of suppliers we are aware of where you can get this. -We have no affiliation with these suppliers. - -- [B. Black & Sons](https://www.bblackandsons.com/) is based in the US -- [Kenton Trimmings](http://kentontrimmings.co.uk/shop/) in based in the UK - -If you know of other places that carries this stuff, please let us know. - -::: diff --git a/sites/orgdocs/docs/designs/jaeger/notes/readme.mdx b/sites/orgdocs/docs/designs/jaeger/notes/readme.mdx deleted file mode 100644 index 58330d86cfd..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/notes/readme.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Jaeger jacket: Designer Notes" ---- - -I guess that when you start designing sewing patterns as a man, sooner or later -you are going to want to design a jacket. - -However, that's not why I did it. I got involved in this because I promised -[Portia Lawrie](https://www.instagram.com/portialawrie/) that I would help her -out with her Refashioners initiative and long story short, [I ended up making a -zebra jacket](/blog/the-refashioners-2017/) for which I obviously needed a -pattern. - - -So here it is. - -joost diff --git a/sites/orgdocs/docs/designs/jaeger/options/acrossbackfactor/acrossbackfactor.svg b/sites/orgdocs/docs/designs/jaeger/options/acrossbackfactor/acrossbackfactor.svg deleted file mode 100644 index 1b79408c2ad..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/acrossbackfactor/acrossbackfactor.svg +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/acrossbackfactor/readme.mdx deleted file mode 100644 index 302360faa4b..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Across back factor" ---- - -![Across back factor](acrossbackfactor.svg) - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/jaeger/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/armholedepth/readme.mdx deleted file mode 100644 index dccab96f2e2..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/jaeger/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/jaeger/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/jaeger/options/armholedepthfactor/armholedepthfactor.svg b/sites/orgdocs/docs/designs/jaeger/options/armholedepthfactor/armholedepthfactor.svg deleted file mode 100644 index 35e8450d7a9..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/armholedepthfactor/armholedepthfactor.svg +++ /dev/null @@ -1,424 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/armholedepthfactor/readme.mdx deleted file mode 100644 index f8f3ecd0c04..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -![Armhole depth factor](armholedepthfactor.svg) - -This controls the depth of the armhole, which in turn influences the sleevecap width. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/backneckcutout/readme.mdx deleted file mode 100644 index c3d109b2a11..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Back neck cutout" ---- - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/backvent/backvent.svg b/sites/orgdocs/docs/designs/jaeger/options/backvent/backvent.svg deleted file mode 100644 index ace776867a7..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/backvent/backvent.svg +++ /dev/null @@ -1,371 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/backvent/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/backvent/readme.mdx deleted file mode 100644 index 810b6957e68..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/backvent/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Back vent" ---- - -![Back vent](backvent.svg) - -How do you like your back vents? - -- Two back vents (shown on the left) -- One central back vent (shown in the middle) -- No back vents (shown on the right) - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/backventlength/backventlength.svg b/sites/orgdocs/docs/designs/jaeger/options/backventlength/backventlength.svg deleted file mode 100644 index 6d8481877e8..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/backventlength/backventlength.svg +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/backventlength/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/backventlength/readme.mdx deleted file mode 100644 index 5efa3302fba..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/backventlength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back vent length" ---- - -![Back vent length](backventlength.svg) - -Controls the length of the back vent. Lower numbers result in a shorter vent. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/bicepsease/readme.mdx deleted file mode 100644 index dba9216db4d..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/bicepsease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Biceps ease" ---- - -The amount of ease at your upper arm. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/buttonlength/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/buttonlength/readme.mdx deleted file mode 100644 index 8ac76a63bf4..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/buttonlength/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Button length" ---- - -Controls the length over which the buttons are spaced. -In other words, the length from the top to bottom buttons. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/buttons/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/buttons/readme.mdx deleted file mode 100644 index e0916765a7c..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/buttons/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Number of buttons" ---- - -Controls the amount of buttons. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/centerbackdart/centerbackdart.svg b/sites/orgdocs/docs/designs/jaeger/options/centerbackdart/centerbackdart.svg deleted file mode 100644 index 4990f5e2cd4..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/centerbackdart/centerbackdart.svg +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/centerbackdart/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/centerbackdart/readme.mdx deleted file mode 100644 index 35bd1532711..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/centerbackdart/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Center back dart" ---- - -![Center back dart](centerbackdart.svg) - -The reduction at the center back from shoulders to neck, which accommodates for a curved upper back. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/centerfronthemdrop/centerfronthemdrop.svg b/sites/orgdocs/docs/designs/jaeger/options/centerfronthemdrop/centerfronthemdrop.svg deleted file mode 100644 index 6ba0e5a5a92..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/centerfronthemdrop/centerfronthemdrop.svg +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/centerfronthemdrop/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/centerfronthemdrop/readme.mdx deleted file mode 100644 index cd79db5a7ad..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/centerfronthemdrop/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Center front hem drop" ---- - -![Center front hem drop](centerfronthemdrop.svg) - -How much do you want the front of your jacket to be longer/lower than the back? - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestease/chestease.svg b/sites/orgdocs/docs/designs/jaeger/options/chestease/chestease.svg deleted file mode 100644 index 15e9e33dbde..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestease/chestease.svg +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/chestease/readme.mdx deleted file mode 100644 index 83c9ac367c4..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest ease" ---- - -![Chest ease](chestease.svg) - -The amount of ease at your chest. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestpocketangle/chestpocketangle.svg b/sites/orgdocs/docs/designs/jaeger/options/chestpocketangle/chestpocketangle.svg deleted file mode 100644 index 8afc1527b1b..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestpocketangle/chestpocketangle.svg +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestpocketangle/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/chestpocketangle/readme.mdx deleted file mode 100644 index 3a5c8b61b63..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestpocketangle/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest pocket angle" ---- - -![Chest pocket angle](chestpocketangle.svg) - -The angle under which the chest pocket is placed. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestpocketdepth/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/chestpocketdepth/readme.mdx deleted file mode 100644 index 662d7d919b2..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestpocketdepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest pocket depth" ---- - -Controls the depth of the chest pocket. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestpocketplacement/chestpocketplacement.svg b/sites/orgdocs/docs/designs/jaeger/options/chestpocketplacement/chestpocketplacement.svg deleted file mode 100644 index 28872ca8323..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestpocketplacement/chestpocketplacement.svg +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestpocketplacement/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/chestpocketplacement/readme.mdx deleted file mode 100644 index 462842eab06..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestpocketplacement/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest pocket placement" ---- - -![Chest pocket placement](chestpocketplacement.svg) - -Location of the chest pocket as a proportion a quarter of your chest circumference. Higher numbers move it more to the side. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestpocketweltsize/chestpocketweltsize.svg b/sites/orgdocs/docs/designs/jaeger/options/chestpocketweltsize/chestpocketweltsize.svg deleted file mode 100644 index 19e4e53d15b..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestpocketweltsize/chestpocketweltsize.svg +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestpocketweltsize/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/chestpocketweltsize/readme.mdx deleted file mode 100644 index 438da37e1f0..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestpocketweltsize/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest pocket welt size" ---- - -![Chest pocket welt size](chestpocketweltsize.svg) - -The height of the chest pocket welt. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestpocketwidth/chestpocketwidth.svg b/sites/orgdocs/docs/designs/jaeger/options/chestpocketwidth/chestpocketwidth.svg deleted file mode 100644 index 883aa8c6366..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestpocketwidth/chestpocketwidth.svg +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestpocketwidth/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/chestpocketwidth/readme.mdx deleted file mode 100644 index 0930cd28e7f..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestpocketwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest pocket width" ---- - -![Chest pocket width](chestpocketwidth.svg) - -The width of the chest pocket, as a factor of your chest circumference. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestshaping/chestshaping.svg b/sites/orgdocs/docs/designs/jaeger/options/chestshaping/chestshaping.svg deleted file mode 100644 index 83f8c860f70..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestshaping/chestshaping.svg +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/chestshaping/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/chestshaping/readme.mdx deleted file mode 100644 index d42e5b63bd8..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/chestshaping/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest shaping" ---- - -![Chest shaping](chestshaping.svg) - -The vertical amount to slash & spread the upper front panel to shape the chest, as a factor of your chest circumference. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/collarease/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/collarease/readme.mdx deleted file mode 100644 index 777269af86b..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/collarease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Collar ease" ---- - -Controls the amount of ease at your collar/neck. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/collarheight/collarheight.svg b/sites/orgdocs/docs/designs/jaeger/options/collarheight/collarheight.svg deleted file mode 100644 index 472a044fff2..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/collarheight/collarheight.svg +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/collarheight/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/collarheight/readme.mdx deleted file mode 100644 index 355e362707a..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/collarheight/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Collar height" ---- - -![Collar height](collarheight.svg) - -This is the collar height at the back of the neck and can never be less than twice the roll line collar height. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/collarnotchangle/collarnotchangle.svg b/sites/orgdocs/docs/designs/jaeger/options/collarnotchangle/collarnotchangle.svg deleted file mode 100644 index 1ada90afd22..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/collarnotchangle/collarnotchangle.svg +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/collarnotchangle/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/collarnotchangle/readme.mdx deleted file mode 100644 index 9056142fef2..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/collarnotchangle/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Collar notch angle" ---- - -![Collar notch angle](collarnotchangle.svg) - -Angle of the collar notch. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/collarnotchdepth/collarnotchdepth.svg b/sites/orgdocs/docs/designs/jaeger/options/collarnotchdepth/collarnotchdepth.svg deleted file mode 100644 index b715b6712a2..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/collarnotchdepth/collarnotchdepth.svg +++ /dev/null @@ -1,322 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/collarnotchdepth/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/collarnotchdepth/readme.mdx deleted file mode 100644 index 11b84dcd519..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/collarnotchdepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Collar notch depth" ---- - -![Collar notch depth](collarnotchdepth.svg) - -Depth of the collar notch. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/collarnotchreturn/collarnotchreturn.svg b/sites/orgdocs/docs/designs/jaeger/options/collarnotchreturn/collarnotchreturn.svg deleted file mode 100644 index 3bd97e8ad99..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/collarnotchreturn/collarnotchreturn.svg +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/collarnotchreturn/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/collarnotchreturn/readme.mdx deleted file mode 100644 index 7b09b95f53a..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/collarnotchreturn/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Collar notch return" ---- - -![Collar notch return](collarnotchreturn.svg) - -Controls the length of the upper notch side. 100% = same as notch depth. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/collarroll/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/collarroll/readme.mdx deleted file mode 100644 index ad4bc8945c1..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/collarroll/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Collar roll" ---- - -Controls the amount of roll in the collar; how much the topcollar is higher than the undercollar. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/collarspread/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/collarspread/readme.mdx deleted file mode 100644 index b99300b5305..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/collarspread/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Collar spread" ---- - -The collar spread controls how the collar drapes over the shoulders - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/cuffease/cuffease.svg b/sites/orgdocs/docs/designs/jaeger/options/cuffease/cuffease.svg deleted file mode 100644 index b87a8f0dade..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/cuffease/cuffease.svg +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/cuffease/readme.mdx deleted file mode 100644 index a26d69054a5..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/cuffease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Cuff ease" ---- - -![Cuff ease](cuffease.svg) - -The amount of ease at your cuff/wrist. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index 5ea09a533ab..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front armhole extra cutout" ---- - -Controls how much the front of the armhole is cut deeper into the garment than the back. - -Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more -rounded there too, and the armhole is typically cut deeper into the front of the garment than -the back. This option controls how much deeper. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontcutawayangle/frontcutawayangle.svg b/sites/orgdocs/docs/designs/jaeger/options/frontcutawayangle/frontcutawayangle.svg deleted file mode 100644 index ede43327f99..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontcutawayangle/frontcutawayangle.svg +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontcutawayangle/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/frontcutawayangle/readme.mdx deleted file mode 100644 index 17e5c2933f3..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontcutawayangle/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front cutaway angle" ---- - -![Front cutaway angle](frontcutawayangle.svg) - -The angle by which the front opens up below the lower button. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontcutawayend/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/frontcutawayend/readme.mdx deleted file mode 100644 index ec8f42b26a9..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontcutawayend/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front cutaway end" ---- - -Increasing this will make the front cutaway stay closer to the center front - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontcutawaystart/frontcutawaystart.svg b/sites/orgdocs/docs/designs/jaeger/options/frontcutawaystart/frontcutawaystart.svg deleted file mode 100644 index b56286b7634..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontcutawaystart/frontcutawaystart.svg +++ /dev/null @@ -1,430 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontcutawaystart/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/frontcutawaystart/readme.mdx deleted file mode 100644 index d24c8255934..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontcutawaystart/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front cutaway start" ---- - -![Front cutaway start](frontcutawaystart.svg) - -How far below the lower button does the front start to open. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontdartplacement/frontdartplacement.svg b/sites/orgdocs/docs/designs/jaeger/options/frontdartplacement/frontdartplacement.svg deleted file mode 100644 index 98b2cd47b6c..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontdartplacement/frontdartplacement.svg +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontdartplacement/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/frontdartplacement/readme.mdx deleted file mode 100644 index 0cdbd5487f8..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontdartplacement/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front dart placement" ---- - -![Front dart placement](frontdartplacement.svg) - -Location of the front dart as a proportion of your chest circumference. Higher numbers move it more to the side. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontoverlap/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/frontoverlap/readme.mdx deleted file mode 100644 index 43441434889..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontoverlap/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front overlap" ---- - -How far the fabric extends beyond the button closure. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontpocketdepth/frontpocketdepth.svg b/sites/orgdocs/docs/designs/jaeger/options/frontpocketdepth/frontpocketdepth.svg deleted file mode 100644 index 3bf10a26fba..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontpocketdepth/frontpocketdepth.svg +++ /dev/null @@ -1,401 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontpocketdepth/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/frontpocketdepth/readme.mdx deleted file mode 100644 index 5f85b5531fe..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontpocketdepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front pocket depth" ---- - -![Front pocket depth](frontpocketdepth.svg) - -The depth of the front pockets, as a factor of the space between your waist and hem. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontpocketplacement/frontpocketplacement.svg b/sites/orgdocs/docs/designs/jaeger/options/frontpocketplacement/frontpocketplacement.svg deleted file mode 100644 index 942d4c31130..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontpocketplacement/frontpocketplacement.svg +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontpocketplacement/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/frontpocketplacement/readme.mdx deleted file mode 100644 index 5c1bf03a0b9..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontpocketplacement/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front pocket placement" ---- - -![Front pocket placement](frontpocketplacement.svg) - -Location of the front pocket as a proportion a quarter of your chest circumference. Higher numbers move it more to the side. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontpocketradius/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/frontpocketradius/readme.mdx deleted file mode 100644 index 0ce4739d315..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontpocketradius/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Front pocket radius" ---- - -The radius by which the front pocket is rounded. - -- Increase this option to curve the bottom of the front pocket -- Decrease this option to straighten out the bottom of the front pocket - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontpocketwidth/frontpocketwidth.svg b/sites/orgdocs/docs/designs/jaeger/options/frontpocketwidth/frontpocketwidth.svg deleted file mode 100644 index dd5722ab96e..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontpocketwidth/frontpocketwidth.svg +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/frontpocketwidth/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/frontpocketwidth/readme.mdx deleted file mode 100644 index d2efb7359af..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/frontpocketwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front pocket width" ---- - -![Front pocket width](frontpocketwidth.svg) - -The front of the chest pocket, as a factor of your chest circumference. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/hemradius/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/hemradius/readme.mdx deleted file mode 100644 index 14f3f00c425..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/hemradius/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Hem radius" ---- - -Controls the amount by which the hem is rounded at the front bottom. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/hipsease/hipsease.svg b/sites/orgdocs/docs/designs/jaeger/options/hipsease/hipsease.svg deleted file mode 100644 index 0c75d52c41b..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/hipsease/hipsease.svg +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/hipsease/readme.mdx deleted file mode 100644 index 1705f6ce73d..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/hipsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hips ease" ---- - -![Hips ease](hipsease.svg) - -The amount of ease at your hips. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/innerpocketdepth/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/innerpocketdepth/readme.mdx deleted file mode 100644 index 3ef0397dcac..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/innerpocketdepth/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Inner pocket depth" ---- - -How deep you would like the inner pocket to be. - -- Increase this option to make a deeper inner pocket -- Decrease this option to make a shallower inner pocket - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/innerpocketplacement/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/innerpocketplacement/readme.mdx deleted file mode 100644 index 498e30bc3f1..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/innerpocketplacement/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Inner pocket placement" ---- - -The location of the inner pocket. - -- Increase this option to shift the inner pocket towards the side seam -- Decrease this option to shift the inner pocket towards the centre front - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/innerpocketweltheight/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/innerpocketweltheight/readme.mdx deleted file mode 100644 index 625ca45cf6a..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/innerpocketweltheight/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Inner pocket welt height" ---- - -Controls the width of the inner pocket welts. - -- Increase this option to increase the width of the inner pocket welts -- Decrease this option to decrease the width of the inner pocket welts - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/innerpocketwidth/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/innerpocketwidth/readme.mdx deleted file mode 100644 index fcd2fb04afa..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/innerpocketwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Inner pocket width" ---- - -The width of the inner pocket. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/lapelreduction/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/lapelreduction/readme.mdx deleted file mode 100644 index 70bd0b45f84..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/lapelreduction/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Lapel reduction" ---- - -How much the tip of the lapels turns inwards. - -It is common to have the edge of the lapels not be entirely straight, but rather turn inwards a bit towards the top of the lapels. This option controls by how much it does that. - -- Increase this option to shift the lapel tip inward -- Decrease this option to shift the lapel tip outward - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/lapelstart/lapelstart.svg b/sites/orgdocs/docs/designs/jaeger/options/lapelstart/lapelstart.svg deleted file mode 100644 index 54bc38717a3..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/lapelstart/lapelstart.svg +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/lapelstart/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/lapelstart/readme.mdx deleted file mode 100644 index 95425c69b17..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/lapelstart/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Lapel start" ---- - -![Lapel start](lapelstart.svg) - -Location of the lapel break point (where the front opening starts). Lower values are closer to the waistline, higher values closer to the chestline. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index a30f1e7ad3e..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Jaeger extends. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Jaeger will follow.. diff --git a/sites/orgdocs/docs/designs/jaeger/options/lengthbonus/lengthbonus.svg b/sites/orgdocs/docs/designs/jaeger/options/lengthbonus/lengthbonus.svg deleted file mode 100644 index b6b27d2972d..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/lengthbonus/lengthbonus.svg +++ /dev/null @@ -1,433 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/lengthbonus/readme.mdx deleted file mode 100644 index 596ab66ff91..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Length bonus" ---- - -![Length bonus](lengthbonus.svg) - -The amount to lengthen the body of your jacket. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/pocketfoldover/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/pocketfoldover/readme.mdx deleted file mode 100644 index 3e556f1577c..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/pocketfoldover/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Pocket fold-over" ---- - -Controls the amount of main fabric that's folded over at the top of the path pockets. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/readme.mdx deleted file mode 100644 index 212552095f0..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Jaeger jacket: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/rolllinecollarheight/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/rolllinecollarheight/readme.mdx deleted file mode 100644 index 105bbeafa01..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/rolllinecollarheight/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Roll-line collar height" ---- - -![Roll line collar height](rolllinecollarheight.svg) - -The amount by which the roll line hugs the neck. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/rolllinecollarheight/rolllinecollarheight.svg b/sites/orgdocs/docs/designs/jaeger/options/rolllinecollarheight/rolllinecollarheight.svg deleted file mode 100644 index bbcc6bbb67d..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/rolllinecollarheight/rolllinecollarheight.svg +++ /dev/null @@ -1,419 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/shoulderease/readme.mdx deleted file mode 100644 index e1a09ce85a3..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/shoulderease/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Shoulder ease" ---- - -Controls the amount of ease on the shoulder to shoulder measurement. - -This option allows you to create some extra ease at the shoulders which shifts -the shoulder seam more outwards and off the shoulder. Thereby creating extra room -for extra layers of clothing underneath, or more shaped/padded shoulders. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index 2e5189f1af5..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder slope reduction" ---- - -![Shoulder slope reduction](shoulderslopereduction.svg) - -The amount by which the shoulder slope is reduced to allow for shoulder padding. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/shoulderslopereduction/shoulderslopereduction.svg b/sites/orgdocs/docs/designs/jaeger/options/shoulderslopereduction/shoulderslopereduction.svg deleted file mode 100644 index 532503c397b..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/shoulderslopereduction/shoulderslopereduction.svg +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/sidefrontplacement/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/sidefrontplacement/readme.mdx deleted file mode 100644 index 548235e9df7..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/sidefrontplacement/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Side/Front placement" ---- - -![Side-front placement](sidefrontplacement.svg) - -Location of the front/side boundary as a proportion of your chest circumference. Higher numbers make a wider side panel. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/sidefrontplacement/sidefrontplacement.svg b/sites/orgdocs/docs/designs/jaeger/options/sidefrontplacement/sidefrontplacement.svg deleted file mode 100644 index 59b912a0d45..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/sidefrontplacement/sidefrontplacement.svg +++ /dev/null @@ -1,402 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/sleevebend/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/sleevebend/readme.mdx deleted file mode 100644 index fa5095c7095..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/sleevebend/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve bend" ---- - -![Sleeve bend](sleevebend.svg) - -The bend at the elbow of your sleeve. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/sleevebend/sleevebend.svg b/sites/orgdocs/docs/designs/jaeger/options/sleevebend/sleevebend.svg deleted file mode 100644 index 679a6b6ba6b..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/sleevebend/sleevebend.svg +++ /dev/null @@ -1,452 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/sleevecapease/readme.mdx deleted file mode 100644 index e3a418121fa..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -![Sleevecap ease](sleevecapease.svg) - -The ease on the sleevecap. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/sleevecapease/sleevecapease.svg b/sites/orgdocs/docs/designs/jaeger/options/sleevecapease/sleevecapease.svg deleted file mode 100644 index 9ae7528a74e..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/sleevecapease/sleevecapease.svg +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/sleevecapheight/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/sleevecapheight/readme.mdx deleted file mode 100644 index ceafa58880e..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/sleevecapheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleevecap height" ---- - -This factor controls the height of the sleevecap. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index 45ad4007988..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -![Sleeve length bonus](sleevelengthbonus.svg) - -The amount to extend the sleeve beyond the length of the sleeve in the base block. - -:::note - - -###### This is not supposed to be zero - -Setting this to zero will make the sleeve length the same as the base length of the Bent block, -which is certainly too short for a coat. -Please take note of the default value and use that as a basis to lengthen or shorten the sleeve. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/sleevelengthbonus/sleevelengthbonus.svg b/sites/orgdocs/docs/designs/jaeger/options/sleevelengthbonus/sleevelengthbonus.svg deleted file mode 100644 index dc846e99092..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/sleevelengthbonus/sleevelengthbonus.svg +++ /dev/null @@ -1,429 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/sleeveventlength/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/sleeveventlength/readme.mdx deleted file mode 100644 index 9b010bb3bd1..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/sleeveventlength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleeve vent length" ---- - -Controls the length of the sleeve vent. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/sleeveventwidth/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/sleeveventwidth/readme.mdx deleted file mode 100644 index 34e0de8878a..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/sleeveventwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleeve vent width" ---- - -Controls the width of the sleeve vent. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/jaeger/options/waistease/readme.mdx deleted file mode 100644 index a5783bdfb19..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/waistease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist ease" ---- - -![Waist ease](waistease.svg) - -The amount of ease at your waist. - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/options/waistease/waistease.svg b/sites/orgdocs/docs/designs/jaeger/options/waistease/waistease.svg deleted file mode 100644 index 31c10a33a5c..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/options/waistease/waistease.svg +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/jaeger/readme.mdx b/sites/orgdocs/docs/designs/jaeger/readme.mdx deleted file mode 100644 index 7b337d9b95f..00000000000 --- a/sites/orgdocs/docs/designs/jaeger/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Jaeger jacket" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/jane/cutting/readme.mdx b/sites/orgdocs/docs/designs/jane/cutting/readme.mdx deleted file mode 100644 index 0982e5a50ad..00000000000 --- a/sites/orgdocs/docs/designs/jane/cutting/readme.mdx +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "Jane 1790's Shift: Cutting Instructions" ---- - -The best way to get a truly straight line for all the straight seams in Jane is to pull a thread. This is done by snipping into the fabric at the right measurement and then carefully pulling on the single thread that the cut exposes. Once pulled all the way out of the fabric it creates a void that is easily followed to cut a straight line. - -There are two different ways to cut Jane, with or without a shoulder seam. The pattern doesn’t include a back and front to save on paper. - -If you are cutting Jane with a shoulder seam you: -- Cut **1 body** part with front neckline -- Cut **1 body** part with back neckline -- Cut gore line in front and back parts -- Repeat on the other side of the front and back parts -- Cut **2 sleeve** parts -- Cut **2 sleeve** gusset parts - -If you want to cut Jane without a shoulder seam you: -- Cut **1 body** part on the fold as indicated on the pattern -- Cut the neckline on the body part -- With the body part folded at the fold line, cut the side gores -- Repeat on the other side of the body part -- Cut **2 sleeve** parts -- Cut **2 sleeve** gusset parts - -### Cutting out without a pattern - -In the past shifts were generally cut without a paper pattern. If you want to cut without a pattern as well you can use the following instructions: - -Cut a rectangle double the body length and the body width. You can cut the side gores all in one go. To do this you fold your fabric at the shoulder line and then mark the halfway point down the length. - -Then you mark your shoulder width (the distance from the shoulder to the beginning of the dotted line). And mark the side gore by tracing a line from the point marked to the midpoint of the body length. - -Then you fold the body in half widthwise. There should be 4 layers of fabric at 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. diff --git a/sites/orgdocs/docs/designs/jane/fabric/readme.mdx b/sites/orgdocs/docs/designs/jane/fabric/readme.mdx deleted file mode 100644 index 3073ecf1716..00000000000 --- a/sites/orgdocs/docs/designs/jane/fabric/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Jane 1790's Shift: Fabric Options" ---- - -## Historically Accurate Fabrics -During the Regency period shifts were made out of white linen. If you want to sew a historically accurate Jane, linen is the only choice you have. Linen is a fabric that could withstand the harsh laundry methods of the past better than silk or wool. Because shifts would be washed more than the clothing that went over them, the way the fabric laundered was a priority. Over time, white linens came to represent cleanliness,and could be easily rid of stains by bleaching. - -Additionally, the weave would universally be a plain or tabby weave. What would vary is the weight of linen used. Everyone wore body linen, to not wear it wasn’t permissible. - -This meant that poorer people might use a coarser woven linen which was generally cheaper than someone with a lot of money who could afford finer woven linen. Additionally, unbleached linen was cheaper than bleached linen. - -In your own making, it can be good to keep in mind that finer linen will often be sheerer and will wear more quickly. If you are making a shift to wear on a regular basis, a slightly heavier weight will last longer. The shift Jane was based on is made out of Irish linen that weighs 180 gsm or 5.3 oz/sq yd. This is a linen on the light side of medium weight. - -## Non-historic fabrics -A Jane that isn’t historically accurate can be made out of a variety of fabrics. It is drafted for a woven fabric. What fabric that should be largely depends on preference and use. For example if you want to use Jane as a slip or nightgown you could make it in a soft cotton or some slinky silk. In general you want a fairly light weight fabric and if you want to use something heavier, it is smart to add more ease to the pattern. As long as you keep in mind that the pattern was designed for a woven you can use any fabric you want. diff --git a/sites/orgdocs/docs/designs/jane/instructions/readme.mdx b/sites/orgdocs/docs/designs/jane/instructions/readme.mdx deleted file mode 100644 index 52c35d409bf..00000000000 --- a/sites/orgdocs/docs/designs/jane/instructions/readme.mdx +++ /dev/null @@ -1,76 +0,0 @@ ---- -title: "Jane 1790's Shift: Sewing Instructions" ---- - -You can sew your Jane entirely by machine, or by hand. But it is also possible to mix and match techniques to your liking. It is common practice for modern makers of historical clothing to sew the seams by machine but finish them by hand. - -Extant examples are stitched very finely to allow them to stand up to harsh laundering practices. You can stitch your seams with a backstitch and then finish them with a felling stitch. - -The shift Jane was based on is sewn with a technique called *double felling* or *german hemming*. This was a common technique for constructing shifts circa 1750s - 1850s so it is a good choice when making a historical Jane. The benefit of this technique is that it allows you to stitch and finish the seam at the same time. - -### How to double fell - -- Baste the seam allowance to outside on one piece. (*good side*) -- Baste the seam allowance to the inside the other piece. (*wrong side*) -- With *good sides facing up*, pin the piece with the edge folded to the inside over the top of the piece with edge folded to the outside, making sure to line the folded edge up with the raw edge. -- Fell the folded edge on the outside down. -- Fell the folded edge on the inside down. -- Remove basting threads - -:::note - - -It is important to line the weave up of the two pieces when pinning together. You can find out [more about double felling here](https://www.sewncompany.com/felled-seam-german-hemming). - -::: - -## Step 1: Hem the neckline - -- Hem the neckline with the smallest hem you can manage. - -## Step 2: Prep the Sleeves - -- Fold the sleeve in half from the shoulder to the hem. -- Sew the sleeve together to create a tube, making sure to leave the width of the sleeve gusset open at the top. -- Finish the seam. -- Sew one of the sleeve gusset edges to one side of the gap left in the seam you've just sewn. -- Take the edge of the sleeve gusset that is adjacent to the one you've just sewn and sew it to the gap on the other side of the sleeve. You should now be looking at a diamond with the top two edges connected to the sleeve and the bottom two edges free. -- Finish the seams. -- Repeat for the second sleeve. -- Hem the bottom of the sleeves. - -## Step 3: Prep the side gores - -- Sew the two side gores together along the longest straight edges to create a kite. -- Finish the seam. -- Repeat for other set of side gores. - -## Step 4: Prep the Body -- Mark down from the shoulder, along the side seam, half the total width of the sleeve + the sleeve gusset width. -- Sew the front of the body to the back of the body from the mark, down to the corner where the body runs parallel to the grain. -- Repeat for the 3 remaining side seams. - -## Step 5: Set in the side gores - -- Sew the side gore to the front and then to back along the edges that were left free from the corner to bottom of the body. -- Finish the seams. -- Repeat for other side gore. - -## Step 6: Set in the sleeves -- Sew the sleeve to the body matching the notch to the shoulder. The sleeve should fit in the gap that has been left in the side seam. Make sure to not sew the sleeve shut when attaching. -- Finish the seam. -- Repeat for the other sleeve. - -:::note - - -You may find it easier to turn the body *wrong sides* out for this. It will depend on your construction method though. - -::: - -## Step 7: Hemming - -- Hem the bottom of your shift. - -## Step 8: Enjoy! -- Now go forth and wear it as a historical undergarment or however you like! diff --git a/sites/orgdocs/docs/designs/jane/measurements/readme.mdx b/sites/orgdocs/docs/designs/jane/measurements/readme.mdx deleted file mode 100644 index 40f3d89468a..00000000000 --- a/sites/orgdocs/docs/designs/jane/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Jane 1790's Shift: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/jane/needs/readme.mdx b/sites/orgdocs/docs/designs/jane/needs/readme.mdx deleted file mode 100644 index 96c9a98298e..00000000000 --- a/sites/orgdocs/docs/designs/jane/needs/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Jane 1790's Shift: What you need" ---- - -To determine how much fabric you need for Jane you take: -- Twice the length of your body pattern piece + the length of your sleeve pattern piece. -- If your sleeves and gussets can fit alongside the maximum width of your body pattern piece, then twice the length of the body pattern piece will be enough. - -This makes the total amount of fabric needed for Jane as the a-line shape is created by taking away fabric at the top of the shift and adding it to the bottom. Depending on how you cut the neckhole, it is possible to take the gussets out of that leftover fabric. - -If you are sewing a historically accurate Jane you will want the following for your sewing supplies: - -- A fine linen thread (2/80 or 2/90, finer if comfortable) -- Handsewing needles you find work with your size thread -- Beeswax for waxing thread -- A thimble is recommended for comfortable handsewing - -If you are working with a sewing machine or not constrained by historical accuracy you will want some [basic sewing supplies](/docs/sewing/basic-sewing-supplies). diff --git a/sites/orgdocs/docs/designs/jane/notes/readme.mdx b/sites/orgdocs/docs/designs/jane/notes/readme.mdx deleted file mode 100644 index 9010dd976c1..00000000000 --- a/sites/orgdocs/docs/designs/jane/notes/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Jane 1790's Shift: Designer Notes" ---- - -I made Jane because shifts are a very fundamental part of historical sewing but its hard to make or find a pattern that works for you. A lot of blogs have instructions for drafting, but drafting can be overwhelming. Freesewing allowed me to code a pattern that is sized to your body without you having to do all the work of drafting. The shift Jane is based on is one I made following [Sharon Ann Burnstons instructions](http://sharonburnston.com/). Her work got me interested in shifts and the details and minutia of making one that does what you want it to do. I wanted to make Jane to give people a great place to start their historical sewing journey, a pattern that is easy to use and lets you move on to the exciting things if you feel that way or play around in the world of squarecut garments like I have. -Zee diff --git a/sites/orgdocs/docs/designs/jane/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/jane/options/bicepsease/readme.mdx deleted file mode 100644 index 7cb10423fa0..00000000000 --- a/sites/orgdocs/docs/designs/jane/options/bicepsease/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Biceps Ease ---- - -This option controls the amount of ease in the sleeve circumference. The default is for the historically accurate version of a regency sleeve, which is fairly tight to the arm. diff --git a/sites/orgdocs/docs/designs/jane/options/bodyease/readme.mdx b/sites/orgdocs/docs/designs/jane/options/bodyease/readme.mdx deleted file mode 100644 index f1cacbef892..00000000000 --- a/sites/orgdocs/docs/designs/jane/options/bodyease/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Body Ease ---- - -The Body Ease option controls how wide the shift is on your body. The default is for a shift that is fairly tight but you can still easily move in. diff --git a/sites/orgdocs/docs/designs/jane/options/gussetsize/readme.mdx b/sites/orgdocs/docs/designs/jane/options/gussetsize/readme.mdx deleted file mode 100644 index 4e3087173ed..00000000000 --- a/sites/orgdocs/docs/designs/jane/options/gussetsize/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Gusset Size ---- - -This option controls the size of the gusset, a larger gusset will give you more freedom of movement and gives a little extra width in the sleeve at the top of the bicep. diff --git a/sites/orgdocs/docs/designs/jane/options/neckdepthback/readme.mdx b/sites/orgdocs/docs/designs/jane/options/neckdepthback/readme.mdx deleted file mode 100644 index fea8956e51f..00000000000 --- a/sites/orgdocs/docs/designs/jane/options/neckdepthback/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Neckline Depth Back ---- - -This option controls how deep the back neckline is. A historical shift would be low enough to be below the neckline of the dress it goes under. diff --git a/sites/orgdocs/docs/designs/jane/options/neckdepthfront/readme.mdx b/sites/orgdocs/docs/designs/jane/options/neckdepthfront/readme.mdx deleted file mode 100644 index 4a7fa897114..00000000000 --- a/sites/orgdocs/docs/designs/jane/options/neckdepthfront/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Neckline Depth Front ---- - -This option controls how deep the front neckline is. A historical shift would have a neckline that comes to the top of the stays. diff --git a/sites/orgdocs/docs/designs/jane/options/neckwidth/readme.mdx b/sites/orgdocs/docs/designs/jane/options/neckwidth/readme.mdx deleted file mode 100644 index 832020e0e90..00000000000 --- a/sites/orgdocs/docs/designs/jane/options/neckwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Neckline Width ---- - -This option controls how wide the neckline is. On a historical shift this would be wide enough to not peek out of the dress neckline. diff --git a/sites/orgdocs/docs/designs/jane/options/readme.mdx b/sites/orgdocs/docs/designs/jane/options/readme.mdx deleted file mode 100644 index 8af5d7b7648..00000000000 --- a/sites/orgdocs/docs/designs/jane/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Jane 1970's Shift: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/jane/options/shiftlength/readme.mdx b/sites/orgdocs/docs/designs/jane/options/shiftlength/readme.mdx deleted file mode 100644 index 9b61db49d40..00000000000 --- a/sites/orgdocs/docs/designs/jane/options/shiftlength/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Shift Length ---- - -This option controls the overall length of the shift. Historical shifts have different lengths, anywhere between knee and calf would be appropriate. diff --git a/sites/orgdocs/docs/designs/jane/options/sleevelength/readme.mdx b/sites/orgdocs/docs/designs/jane/options/sleevelength/readme.mdx deleted file mode 100644 index f892a3a5649..00000000000 --- a/sites/orgdocs/docs/designs/jane/options/sleevelength/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: Sleeve Length ---- - -This option controls the extra length added to the sleeve. If you want a length appropriate for 1790's then you don't use this option. diff --git a/sites/orgdocs/docs/designs/jane/readme.mdx b/sites/orgdocs/docs/designs/jane/readme.mdx deleted file mode 100644 index affbc155516..00000000000 --- a/sites/orgdocs/docs/designs/jane/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Jane 1790's shift" ---- - - diff --git a/sites/orgdocs/docs/designs/lily/cutting/readme.mdx b/sites/orgdocs/docs/designs/lily/cutting/readme.mdx deleted file mode 100644 index 93be08a0cca..00000000000 --- a/sites/orgdocs/docs/designs/lily/cutting/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Lily leggings: Cutting Instructions" ---- - -**Main fabric** - -- Cut **2 front** parts -- Cut **2 back** parts -- Cut **1 waistband** part diff --git a/sites/orgdocs/docs/designs/lily/fabric/readme.mdx b/sites/orgdocs/docs/designs/lily/fabric/readme.mdx deleted file mode 100644 index 8998a8c7656..00000000000 --- a/sites/orgdocs/docs/designs/lily/fabric/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Lily leggings: Fabric Options" ---- - -Lily is designed for stretch fabrics. 2-way stretch can be used as long as the stretch is perpendicular to the grainline. 4-way stretch can also be used. -It is important to remember that **not** all stretch fabrics have the same amount of stretch. You may have to adjust the ease and fabric stretch options to match the stretch of you fabric. - -The type of fabric you want depends on use desired. If you are making an Athletic Lily you may wish to use fabrics such as **Spandex**. If you are making a Lily for warmth you may wish to use **Winter knit** fabric just bear in mind these may have less stretch than the default settings for Lily. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/lily/instructions/readme.mdx b/sites/orgdocs/docs/designs/lily/instructions/readme.mdx deleted file mode 100644 index a067648048b..00000000000 --- a/sites/orgdocs/docs/designs/lily/instructions/readme.mdx +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Lily leggings: Sewing Instructions" ---- - -:::note - - -This is a garment made from a stretch fabric. So use appropriate seam solutions. A serger is a good way to do this, as -are specific stitches that certain sewing machine provide. A zigzag stitch will do if that's all you have. - -Keep in mind that since these seams are always under tension, it may be a good idea to double them up, or -provide a zigzag in addition to serging the seam. - -::: - -### Step 1: Construct the legs - -- With *good sides together* sew the crotch seam of the fronts together. -- With *good sides together* sew the cross seam of the backs together. -- With *good sides together* sew the front to the back along the inseam. -- With *good sides together* sew the front to the back along the side seams. - -:::tip - - -Open the legs out after sewing the crotch and cross seams to make it easy to sew the inseam and side seams. - -::: - -### Step 2: The waistband - -- With *good sides together* sew the waistband together along the short edges creating a loop. -- Fold the waistband in half lengthwise *wrong sides together*. -- Pin the waistband to the legs *good sides together* matching the seam of the waistband to the centre back seam of the legs. -- Sew the waistband to the legs. -- Press the waistband up and away from the legs. - -### Step 3: Hemming - -- Hem the legs. It is recommended to two parallel lines of stitches to secure the hems. - -### Step 4: Enjoy! - -- Whether for leisure, sports or just for fun, go enjoy your new leggings! \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/lily/measurements/readme.mdx b/sites/orgdocs/docs/designs/lily/measurements/readme.mdx deleted file mode 100644 index 0f3fbf8df00..00000000000 --- a/sites/orgdocs/docs/designs/lily/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Lily leggings: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/lily/needs/readme.mdx b/sites/orgdocs/docs/designs/lily/needs/readme.mdx deleted file mode 100644 index 2d36afa49a2..00000000000 --- a/sites/orgdocs/docs/designs/lily/needs/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Lily leggings: What You Need" ---- - -To make Lily, you will need the following: - -- Basic sewing supplies -- About 1.5 meters (1.7 yards) of suitable fabric ([see Lily Fabric options](/docs/designs/lily/fabric)) \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/lily/notes/readme.mdx b/sites/orgdocs/docs/designs/lily/notes/readme.mdx deleted file mode 100644 index ce58f0fe903..00000000000 --- a/sites/orgdocs/docs/designs/lily/notes/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Lily leggings: Designer Notes" ---- - - -Placeholder for designer note - - -Anna Puk \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/lily/options/crossseamcurveangle/readme.mdx b/sites/orgdocs/docs/designs/lily/options/crossseamcurveangle/readme.mdx deleted file mode 100644 index 9f476fed3ca..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/crossseamcurveangle/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Cross seam angle" ---- - -Controls the angle of cross seam curve. - -- 0% makes the cross seam draft parallel to the hem. -- Increasing this option will draft the cross seam at that angle away from the hem. - - - - diff --git a/sites/orgdocs/docs/designs/lily/options/crossseamcurvebend/readme.mdx b/sites/orgdocs/docs/designs/lily/options/crossseamcurvebend/readme.mdx deleted file mode 100644 index b1ce2371865..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/crossseamcurvebend/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Cross seam bend" ---- - -Controls the curvature of the cross seam curve. - -:::note - - -This curve has an influence on the amount of fabric at your bum. - -People with a flatter bum will get a better fit by increasing this, as the curve will start later, -and this there will be less fabric pooling at the bum. - -People with a round bum might want to lower this to create a little more (horizontal) room for their behind. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/lily/options/crossseamcurvestart/readme.mdx b/sites/orgdocs/docs/designs/lily/options/crossseamcurvestart/readme.mdx deleted file mode 100644 index 5d2d3c45cf9..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/crossseamcurvestart/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Start of the cross seam curve" ---- - -Controls the start of the cross seam curve. - -:::note - - -This curve has an influence on the amount of fabric at your bum. - -People with a flatter bum will get a better fit by increasing this, as the curve will start later, -and this there will be less fabric pooling at the bum. - -People with a round bum might want to lower this to create a little more (horizontal) room for their behind. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/lily/options/crotchdrop/readme.mdx b/sites/orgdocs/docs/designs/lily/options/crotchdrop/readme.mdx deleted file mode 100644 index 43afc1cf5f0..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/crotchdrop/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Crotch drop" ---- - -Controls by how much the crotch is lowered. - -Lowering the crotch makes for a more casual fit. -A significantly lowered crotched can also be a style choice. - - - - diff --git a/sites/orgdocs/docs/designs/lily/options/crotchseamcurveangle/readme.mdx b/sites/orgdocs/docs/designs/lily/options/crotchseamcurveangle/readme.mdx deleted file mode 100644 index 5d0cfd46c4f..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/crotchseamcurveangle/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Crotch seam angle" ---- - -Controls the angle of the crotch seam curve. - -- 0% makes the crotch seam draft parallel to the hem. -- Increasing this option will draft the crotch seam at 180 - the angle. - - - - diff --git a/sites/orgdocs/docs/designs/lily/options/crotchseamcurvebend/readme.mdx b/sites/orgdocs/docs/designs/lily/options/crotchseamcurvebend/readme.mdx deleted file mode 100644 index 7bd47432a2d..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/crotchseamcurvebend/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Crotch seam bend" ---- - -Controls the curvature of the crotch seam, which influences the fit at your crotch. - - - - diff --git a/sites/orgdocs/docs/designs/lily/options/crotchseamcurvestart/readme.mdx b/sites/orgdocs/docs/designs/lily/options/crotchseamcurvestart/readme.mdx deleted file mode 100644 index f4d71a83157..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/crotchseamcurvestart/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Start of the crotch seam curve" ---- - -Controls where the crotch seam starts to curve, which influences the fit at your crotch. - - - - diff --git a/sites/orgdocs/docs/designs/lily/options/fabricstretch/readme.mdx b/sites/orgdocs/docs/designs/lily/options/fabricstretch/readme.mdx deleted file mode 100644 index 3a2824396a3..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/fabricstretch/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Fabric stretch" ---- - -How much the fabric can stretch horizontally; this is used to calculate ease in conjuction with waist, knee & seat ease options. -If the ease options clash with the fabric stretch option, a message from the designer will appear with a button you can use to fix the eases. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/lily/options/fitguides/readme.mdx b/sites/orgdocs/docs/designs/lily/options/fitguides/readme.mdx deleted file mode 100644 index 536f3251d88..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/fitguides/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Fit guides" ---- - -Show measurement guides for horizontal measures; seat, knees & hips. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/lily/options/grainlineposition/readme.mdx b/sites/orgdocs/docs/designs/lily/options/grainlineposition/readme.mdx deleted file mode 100644 index 9d91fa9c65d..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/grainlineposition/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Grainline position" ---- - -Controls the position of the grainline. - -You can use this to shift the grainline inward or outward if that works better for your body. - - - - diff --git a/sites/orgdocs/docs/designs/lily/options/kneeease/readme.mdx b/sites/orgdocs/docs/designs/lily/options/kneeease/readme.mdx deleted file mode 100644 index 2fc96765629..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/kneeease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Knee ease" ---- - -Controls the amount of ease at your knees, which also determines the width of the trouser legs. - - - - diff --git a/sites/orgdocs/docs/designs/lily/options/lengthreduction/readme.mdx b/sites/orgdocs/docs/designs/lily/options/lengthreduction/readme.mdx deleted file mode 100644 index 8049b34662b..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/lengthreduction/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Length reduction" ---- - -Controls how much the leggings are shortened with respect to ankle length. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/lily/options/readme.mdx b/sites/orgdocs/docs/designs/lily/options/readme.mdx deleted file mode 100644 index c9be52c031e..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Lily leggings: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/lily/options/seatease/readme.mdx b/sites/orgdocs/docs/designs/lily/options/seatease/readme.mdx deleted file mode 100644 index 255b99b2e7c..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/seatease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Seat ease" ---- - -Controls the amount of ease at your seat/bum. - - - - diff --git a/sites/orgdocs/docs/designs/lily/options/waistbandwidth/readme.mdx b/sites/orgdocs/docs/designs/lily/options/waistbandwidth/readme.mdx deleted file mode 100644 index fca613d9be9..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/waistbandwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waistband width" ---- - -Controls the width of the waistband. - - - - diff --git a/sites/orgdocs/docs/designs/lily/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/lily/options/waistease/readme.mdx deleted file mode 100644 index 6660945434c..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/waistease/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Waist ease" ---- - -Controls the amount of ease at your waist. - -Even if you draft lower pants, this will still influence the ease -at the top of your pants (the closure). - - - - diff --git a/sites/orgdocs/docs/designs/lily/options/waistheight/readme.mdx b/sites/orgdocs/docs/designs/lily/options/waistheight/readme.mdx deleted file mode 100644 index 9f758969e6b..00000000000 --- a/sites/orgdocs/docs/designs/lily/options/waistheight/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Waist height" ---- - -Controls the height of the waist, where: - -- 100% : The waist of the trousers sits at the waist line -- 0% : The waist of the trousers sits at the hip line - - - - diff --git a/sites/orgdocs/docs/designs/lily/readme.mdx b/sites/orgdocs/docs/designs/lily/readme.mdx deleted file mode 100644 index fd921ca7165..00000000000 --- a/sites/orgdocs/docs/designs/lily/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Lily leggings" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/lucy/cutting/readme.mdx b/sites/orgdocs/docs/designs/lucy/cutting/readme.mdx deleted file mode 100644 index 7d99a010be4..00000000000 --- a/sites/orgdocs/docs/designs/lucy/cutting/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Lucy tie-on pocket: Cutting Instructions" ---- - -- Cut **2 pocket** parts -- Cut pocket slit into **1 pocket** part - -#### Historical context - -Tie-on pockets like Lucy were worn roughly from the mid-seventeenth (1650s) century until the end of the 19th century (1890s). They came in all shapes and sizes but Lucy is based on an 18th century example. - -They were worn and used by all members of society and were mainly womens wear as men had a variety of pockets sewn into their clothing. - -Pockets would be tied around the waist and could be accessed through a slit in skirts and petticoats. Where the pocket would be in between the layers was up to the individual. If it was hidden in between layers that would provide more security, but hinder accessibility. People who worked in trade often wore their pockets on the outside of their garments entirely, for easy access. - -(Tie-on) Pockets were used alongside patch pockets, sewn in pockets, bags and other ways to carry your things. Sometimes they even had additional pockets hidden inside them! - -If you want to learn more you can read: Burman, B. & Fennetaux A. (2020) _The Pocket, A Hidden History of Women's Lives_ Yale University Press, London diff --git a/sites/orgdocs/docs/designs/lucy/fabric/readme.mdx b/sites/orgdocs/docs/designs/lucy/fabric/readme.mdx deleted file mode 100644 index 58d8b692a16..00000000000 --- a/sites/orgdocs/docs/designs/lucy/fabric/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Lucy tie-on pocket: Fabric Options" ---- - -Because pockets were worn by people in every layer of society historically what they were made out of varied intensely. Some were made out of sturdy and plain fabrics, marked with the owners initials. Others were made out of lavish silks or richly embroidered. - -As such when it comes to fabric options the world is your oyster. - -- Modern prints make fun modern pockets -- Use a plain cotton or linen for a more historical option -- Have a lot of scraps? Make a patchwork pocket! -- Pockets were often a first embroidery project, so go wild if you want to - -The one thing to keep in mind is how stable your fabric is. If it is not very stable or you think it won’t hold very much weight, you can add a lining. - -Additionally, if you are handsewing your pocket it is worth picking a fabric that isn’t too thick or heavy. - -Your binding doesn’t have to be the same colour as the main fabric either. You can use it to add a fun accent, or make your pocket fancier. Bias binding curves easier around any curves, but you can just as easily use strips of fabric as a more waste conscious option. - -The ties can be made from self fabric, or you can use something like a twill tape instead. - -As always, whether you want to stick to historical practices or make something modern is entirely up to you! diff --git a/sites/orgdocs/docs/designs/lucy/instructions/readme.mdx b/sites/orgdocs/docs/designs/lucy/instructions/readme.mdx deleted file mode 100644 index 8c059584aaf..00000000000 --- a/sites/orgdocs/docs/designs/lucy/instructions/readme.mdx +++ /dev/null @@ -1,52 +0,0 @@ ---- -title: "Lucy tie-on pocket: Sewing Instructions" ---- - -:::note - - -Lucy can be sewn by hand or by machine as you prefer. When sewing by hand, you can use a running stitch to sew the pocket pieces together and bind with a whipstitch. - -::: - -## Step 1: Constructing the Pocket - -- Bind the pocket slit. -- With _wrong sides together_ stitch the two pocket pieces together around the outside. -- Bind the outside edge. - -:::note - - -If you prefer you can _french seam_ the outer edges of the pocket bag together. - -::: - -## Step 2: Binding the top edge and ties. - -There are two methods for binding the top edge. One leaves the side edges of the top binding open so the ties can be threaded through. The second uses the tape for the ties to bind the top edge. Read through both methods carefully and decide which one you wish to use. - -### Using binding - -- Cut a piece of binding the length of the top edge + seam allowance. -- Fold under the short edges of the binging and stitch in place. -- Bind the top edge of the pocket bag with the prepared binding making sure that the folded ends are left open. -- Thread a tie through the binding. -- Finish the tie ends. - -:::tip - - -To make sure the binding is long enough, instead of cutting the binding down you can fold under one edge and stitch the binding to the top edge but before getting to other end fold under and trim the other edge of the binding then continue the stitching. - -::: - -### Bind with the ties - -- Use a piece of tape as binding and tie, attach the pocket bag to the centre of the tape. -- Bind the top edge of the pocket bag whilst leaving the remainder of tape free. -- Finish the tape ends. - -## Step 3: Enjoy! - -That's it! You're all done! Now go stuff your new pockets to the brim! diff --git a/sites/orgdocs/docs/designs/lucy/measurements/readme.mdx b/sites/orgdocs/docs/designs/lucy/measurements/readme.mdx deleted file mode 100644 index ea5fc3dfc58..00000000000 --- a/sites/orgdocs/docs/designs/lucy/measurements/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Lucy tie-on pocket: Required measurements" ---- - -:::note - -Lucy does not require any measurements -::: diff --git a/sites/orgdocs/docs/designs/lucy/needs/readme.mdx b/sites/orgdocs/docs/designs/lucy/needs/readme.mdx deleted file mode 100644 index 4b1ade1e548..00000000000 --- a/sites/orgdocs/docs/designs/lucy/needs/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Lucy tie-on pocket: What You Need" ---- - -To make Lucy, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 0.5 meters (0.6 yards) of suitable fabric ([see Fabric options](/docs/designs/lucy/fabric)) -- About 0.5 meters (0.6 yards) of fabric if using a lining -- About 2 meters (2.2 yards) of bias binding or strips of fabric if binding the edges -- A length of tape that you can tie around your waist to make the ties with - -:::note - - -#### Piecing is Period! - -Pockets like these do not need to be made out of whole pieces of fabric, you can piece together scraps into a large enough piece to cut your pocket pattern out of. Neither do both sides need to be made out of the same fabric. - -::: diff --git a/sites/orgdocs/docs/designs/lucy/notes/readme.mdx b/sites/orgdocs/docs/designs/lucy/notes/readme.mdx deleted file mode 100644 index a772100fa92..00000000000 --- a/sites/orgdocs/docs/designs/lucy/notes/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Lucy tie-on pocket: Designer Notes" ---- - -This is a 18th century pocket pattern based on the hanging pocket in Patterns of Fashion 1 pp. 73. I made it so people could have a historical pocket pattern that is easily adjustable. I would like historical patterns and resources to be more accessible to people so the documentation has some historical context and suggestions on historically accurate ways to make it, but its just as awesome to see people make wild modern versions. diff --git a/sites/orgdocs/docs/designs/lucy/options/edge/readme.mdx b/sites/orgdocs/docs/designs/lucy/options/edge/readme.mdx deleted file mode 100644 index 0f10e75f70c..00000000000 --- a/sites/orgdocs/docs/designs/lucy/options/edge/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Edge ---- - -This option controls the width of the top edge of your pocket. - - - - diff --git a/sites/orgdocs/docs/designs/lucy/options/length/readme.mdx b/sites/orgdocs/docs/designs/lucy/options/length/readme.mdx deleted file mode 100644 index 934849fd2f8..00000000000 --- a/sites/orgdocs/docs/designs/lucy/options/length/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Length ---- - -The length option determines how long your pocket will be. - - - - diff --git a/sites/orgdocs/docs/designs/lucy/options/readme.mdx b/sites/orgdocs/docs/designs/lucy/options/readme.mdx deleted file mode 100644 index 90248477ef9..00000000000 --- a/sites/orgdocs/docs/designs/lucy/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Lucy tie-on pocket: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/lucy/options/width/readme.mdx b/sites/orgdocs/docs/designs/lucy/options/width/readme.mdx deleted file mode 100644 index 0b106786284..00000000000 --- a/sites/orgdocs/docs/designs/lucy/options/width/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Width ---- - -This option determines the width of the pocket overall. - - - - diff --git a/sites/orgdocs/docs/designs/lucy/readme.mdx b/sites/orgdocs/docs/designs/lucy/readme.mdx deleted file mode 100644 index af4d8edaaa0..00000000000 --- a/sites/orgdocs/docs/designs/lucy/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Lucy tie-on pocket" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/lumina/cutting/readme.mdx b/sites/orgdocs/docs/designs/lumina/cutting/readme.mdx deleted file mode 100644 index c43389eed9a..00000000000 --- a/sites/orgdocs/docs/designs/lumina/cutting/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Lumina leggings: Cutting Instructions" ---- - -### Materials - -- **Main fabric** - - Cut **2 leg** parts - - Cut **2 panel** parts - -Optionally - - Cut **2 waistband** parts on the fold - - Cut **2 pocket** parts - diff --git a/sites/orgdocs/docs/designs/lumina/fabric/readme.mdx b/sites/orgdocs/docs/designs/lumina/fabric/readme.mdx deleted file mode 100644 index 7aad99bdcbd..00000000000 --- a/sites/orgdocs/docs/designs/lumina/fabric/readme.mdx +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "Lumina leggings: Fabric Options" ---- - -### Main Fabric - -This pattern requires a stretch fabric. The stretch needs to be perpendicular to the grainline. There is no stretch required along -the grainline, but a 4-way stretch fabric can definitely be used. Not all stretch fabrics have the same amount of stretch. The default -ease value of -5% works well for fabrics that have 60% stretch. If your fabric has a different amount of stretch, you may want to -adjust this setting accordingly. Reduce the ease when your fabric has more stretch. Getting the ease right is *very* important for -getting a good fit. - -:::note - - -If the ease setting is larger than 0 (positive ease), any type of knit fabric can be used. Keep in mind that even with the ease -set at the maximum, you probably will not be able to use a fabric with no stretch at all (a woven fabric). - -::: - -These fabrics come in different weights. Pick one that works for how you intend to use it. Thicker fabrics provide more support -and warmth. - -For yoga pants, take something that has a medium thickness. Supplex is a good choice for this. It also works well for cycling. For -other athletics use fabrics that would be appropriate for that. Most fabrics that contain spandex will work. - -:::note - - -Since this pattern has an outside panel, you can use contrasting fabrics to make interesting effects. - -::: diff --git a/sites/orgdocs/docs/designs/lumina/instructions/readme.mdx b/sites/orgdocs/docs/designs/lumina/instructions/readme.mdx deleted file mode 100644 index 682ede294f9..00000000000 --- a/sites/orgdocs/docs/designs/lumina/instructions/readme.mdx +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: "Lumina leggings: Sewing Instructions" ---- - -:::note - - -This is a garment made from a stretch fabric. So use appropriate seam solutions. A serger is a good way to do this, as -are specific stitches that certain sewing machines provide. A zigzag stitch will do if that's all you have. - -Keep in mind that since these seams are always under tension, it may be a good idea to double them up, or -provide a zigzag in addition to serging the seam. - -::: - -### Step 1: The waistband (optional) - -- Sew the two pieces to each other, right sides together, along the top seam. -- Press the seam open -- Sew the back seam, right sides together. This creates a loop. - -:::note - -If you want to include elastic into the waistband, now is a good time to do so. You should -add it to the seam you just sewed. -::: - -### Step 2: The cross seam - -- Sew both leg pieces together along the cross seam. - -### Step 3: Pockets - -- Serge the top of the two panels. -- Fold this top over onto itself, and stitch in place. Using a double needle is a good way to do this. -Zigzag works too. Make sure that you fold it slightly more than the seam allowance. -- Lay the panel down with the right side down. -- Lay the pocket part on top, right side down, aligning the notches. Pin in place -- Stitch the bottom of the pocket to the panel. Again, a double needle or zigzag works well. - -### Step 4: Panels - -- Align all the front notches of the panel to the front of the leg panel, right sides together. -If you included the pocket option, make sure you treat the pocket and panel pieces as one piece. -- Seam this seam on both legs. -- Repeat for the back side of the panel and leg parts - -:::note - -The number and distance of the notches on the front and back seams are different. -::: - -### Step 5: Attaching the waistband - -- Align the waistband seam with the seam in the back. Align the notches with the panel seams. -- Sew all the way around, attaching the waistband to the legs. Make sure you sew both pieces of the waistband -into this seam. This seam will combine three layers, both layers of the waistband, and one layer of the leg -pieces. - -:::note - -If you have included the pocket option, take extra care not to sew the folded over part of the panel into -the waistband seam. -::: - -### Step 6: Finish up - -Now you can add the elastic to the leg openings. Otherwise finish those in any way you like. - - -You're all done! Enjoy your Lumina leggings! diff --git a/sites/orgdocs/docs/designs/lumina/measurements/readme.mdx b/sites/orgdocs/docs/designs/lumina/measurements/readme.mdx deleted file mode 100644 index 063e941c890..00000000000 --- a/sites/orgdocs/docs/designs/lumina/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Lumina leggings: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/lumina/needs/readme.mdx b/sites/orgdocs/docs/designs/lumina/needs/readme.mdx deleted file mode 100644 index f7c5cb0c474..00000000000 --- a/sites/orgdocs/docs/designs/lumina/needs/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Lumina leggings: What You Need" ---- - -To make Lumina, you will need the following: - -- Basic sewing supplies -- About 1.5 metres (1.7 yards) of a suitable fabric ([see Lumina Fabric options](/docs/designs/lumina/fabric/)) -- Elastic for the leg openings and waist. - diff --git a/sites/orgdocs/docs/designs/lumina/notes/readme.mdx b/sites/orgdocs/docs/designs/lumina/notes/readme.mdx deleted file mode 100644 index 621e3ea7633..00000000000 --- a/sites/orgdocs/docs/designs/lumina/notes/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Lumina leggings: Designer Notes" ---- - -I started working on this design when I wanted to make a pair of cycling shorts. I had made a pair in the past, -using a commercial pattern. And since you can buy the chamois separately, this is a great garment to make. - -After starting this, I realized that there would be people who would want a more traditional leggings pattern. -So I decided to make two patterns, one with a seam on the inside of the leg (traditional), and one without a -seam on the inside (this one). I played with the idea to keep both patterns under one name, but it became -obvious that it would be better to have two different patterns instead. Since this one was called `lumina`, I -named the other `lumira`. As it may be, I quickly got distracted by the other version, and that one was -published first. - -Since this pattern has a panel on the side, it seemed easy to add a pocket option. So if you want to keep -your mobile phone on you while working out, this is the pattern to use. - -I was also in need of a pair of gym climbing pants. So this pattern has the option to have a positive ease -setting, allowing you to use a non-stretch knit fabric. This makes for loose-fitting workout pants. - -Wouter diff --git a/sites/orgdocs/docs/designs/lumina/options/ease/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/ease/readme.mdx deleted file mode 100644 index 654e22b0587..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/ease/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Ease" ---- - -*** - -Controls the amount of ease built into the pattern. Since these are leggings that are to be made of stretch fabric, -the ease is nagative. So the completed garment will be narrower than the measurements would dictate. - -:::note - -Getting the ease right for your type of fabric is essential for getting a good fit. If you make the ease -too negative, the leggings will be too constricting, and limiting movement. If you don't make the ease -negative enough, the leggings will not hug your legs and torso. The fabric should be stretched in all -places, without being too tight. -::: - -:::note - -With a positive ease, these leggings will turn into slightly loose fitting pants -::: diff --git a/sites/orgdocs/docs/designs/lumina/options/fixedsidepanel/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/fixedsidepanel/readme.mdx deleted file mode 100644 index 4b88922f2aa..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/fixedsidepanel/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Fixed-width side panel" ---- - -*** - -Have either a fixed width side panel, or one that follows the contours of the legs. - -:::note - -Even a fixed width side panel will taper towards the ankle -::: - - - - diff --git a/sites/orgdocs/docs/designs/lumina/options/length/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/length/readme.mdx deleted file mode 100644 index 8033f405444..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/length/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Leg length" ---- - -*** - -Controls the length of the legs. This is a percentage of the inseam. - - - -Since the inseam is measured to the floor, and these leggings max out at the ankle, -The maximum is beyond the ankle, and is ignored. The slider will not do anything -for the top 10% or so. - - - - - - diff --git a/sites/orgdocs/docs/designs/lumina/options/lowerwaistbandback/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/lowerwaistbandback/readme.mdx deleted file mode 100644 index 3fa8f72831b..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/lowerwaistbandback/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waistband lowering" ---- - -*** - -Controls whether to lower the waistband in the back, creating a 'V' shape. - - - - diff --git a/sites/orgdocs/docs/designs/lumina/options/pocket/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/pocket/readme.mdx deleted file mode 100644 index cc77272532a..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/pocket/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Pocket" ---- - -*** - -The pattern allows for a pocket to be added in the side panel. - - - diff --git a/sites/orgdocs/docs/designs/lumina/options/pocketdepth/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/pocketdepth/readme.mdx deleted file mode 100644 index 2fa34028e67..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/pocketdepth/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Pocket depth" ---- - -*** - -Controls the depth of the pocket. - - - diff --git a/sites/orgdocs/docs/designs/lumina/options/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/readme.mdx deleted file mode 100644 index 7b6330f3b63..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Lumina leggings: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/lumina/options/sidepanel/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/sidepanel/readme.mdx deleted file mode 100644 index fd32f0facd7..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/sidepanel/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Side panel size" ---- - -*** - -Size (width) of the side panel. This is a percentage of the waist circumference. diff --git a/sites/orgdocs/docs/designs/lumina/options/sidepanelsize/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/sidepanelsize/readme.mdx deleted file mode 100644 index 80e25f47b11..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/sidepanelsize/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Side panel side" ---- - -*** - -Controls the width of the side panel. This is a percentage of the waist. - - - - diff --git a/sites/orgdocs/docs/designs/lumina/options/smoothing/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/smoothing/readme.mdx deleted file mode 100644 index ffc36921dfa..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/smoothing/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Smoothing" ---- - -*** - -This option controls the amount of smoothing of the side seam the pattern employs. - - - - diff --git a/sites/orgdocs/docs/designs/lumina/options/waistband/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/waistband/readme.mdx deleted file mode 100644 index 2c9aa3d1f6f..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/waistband/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waistband" ---- - -*** - -Adds a waistband - - - - diff --git a/sites/orgdocs/docs/designs/lumina/options/waistbandsize/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/waistbandsize/readme.mdx deleted file mode 100644 index ae583903bc5..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/waistbandsize/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waistband size" ---- - -*** - -Controls the size of the waistband. - - - - diff --git a/sites/orgdocs/docs/designs/lumina/options/waistlowering/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/waistlowering/readme.mdx deleted file mode 100644 index 9b5ab3119ed..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/waistlowering/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist lowering" ---- - -*** - -This lowers where the top of the leggings stop. Can be anywhere between the true waist and the hips. - - - - diff --git a/sites/orgdocs/docs/designs/lumina/options/waistreduction/readme.mdx b/sites/orgdocs/docs/designs/lumina/options/waistreduction/readme.mdx deleted file mode 100644 index 3ddc6afca62..00000000000 --- a/sites/orgdocs/docs/designs/lumina/options/waistreduction/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist reduction" ---- - -*** - -Reduces the waist for a more snug fit. - - - - diff --git a/sites/orgdocs/docs/designs/lumina/readme.mdx b/sites/orgdocs/docs/designs/lumina/readme.mdx deleted file mode 100644 index c3d49f4c903..00000000000 --- a/sites/orgdocs/docs/designs/lumina/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Lumina leggings" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/lumira/cutting/readme.mdx b/sites/orgdocs/docs/designs/lumira/cutting/readme.mdx deleted file mode 100644 index 7102e9fde7c..00000000000 --- a/sites/orgdocs/docs/designs/lumira/cutting/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Lumira leggings: Cutting Instructions" ---- - -### Materials - -- **Main fabric** - - Cut **2 leg** parts - - Cut **1 gusset** part on the fold - -Optionally - - Cut **2 waistband** parts on the fold - diff --git a/sites/orgdocs/docs/designs/lumira/fabric/readme.mdx b/sites/orgdocs/docs/designs/lumira/fabric/readme.mdx deleted file mode 100644 index b95ba04faca..00000000000 --- a/sites/orgdocs/docs/designs/lumira/fabric/readme.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Lumira leggings: Fabric Options" ---- - -### Main Fabric - -This pattern requires a stretch fabric. The stretch needs to be perpendicular to the grainline. There is no stretch required along -the grainline, but a 4-way stretch fabric can definitely be used. Not all stretch fabrics have the same amount of stretch. The default -ease value of -5% works well for fabrics that have 60% stretch. If your fabric has a different amount of stretch, you may want to -adjust this setting accordingly. Reduce the ease when your fabric has more stretch. Getting the ease right is *very* important for -getting a good fit. - -These fabrics come in different weights. Pick one that works for how you intent to use it. Thicker fabrics provide more support -and warmth. - -For yoga pants, take something that has a medium thickness. Supplex is a good choice for this. It also works well for cycling. For -other athletic use fabrics that would be appropriate for that. Most fabrics that contain spandex will work. - -:::note - - -This pattern doesn't have a side seam, so fabrics with interesting patterns will not be distorted. - -::: diff --git a/sites/orgdocs/docs/designs/lumira/instructions/readme.mdx b/sites/orgdocs/docs/designs/lumira/instructions/readme.mdx deleted file mode 100644 index c784e06d038..00000000000 --- a/sites/orgdocs/docs/designs/lumira/instructions/readme.mdx +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: "Lumira leggings: Sewing Instructions" ---- - -:::note - - -This is a garment made from a stretch fabric. So use appropriate seam solutions. A serger is a good way to do this, as -are specific stitches that certain sewing machine provide. A zigzag stitch will do if that's all you have. - -Keep in mind that since these seams are always under tension, it may be a good idea to double them up, or -provide a zigzag in addition to serging the seam. - -::: - -### Step 1: The waistband (optional) - -- Sew the two pieces to each other, right sides together, along the top seam. -- Press the seam open -- Sew the back seam, right sides together. This creates a loop. - -:::note - -If you want to include elastic into the waistband, now is a good time to do so. You should -add it to the seam you just sewed. -::: - -### Step 2: The legs - -- Sew each leg along the long seam to itself. This will result in two 'pipes' of your fabric. - -### Step 3: Combine - -- Sew the two pieces together along the back seam. This seam is marked with '+'. - -### Step 4: Gusset preparation - -- If you have a front bulge in your gusset, sew the middle 'dart' closed first. -- If you do not have a front bulge, it is useful to sew the front seam closed. This seam is marked with '-'. - -### Step 5: Gusset - -:::note - -If you do not have the large back gusset option, you just need to sew the little diamond shaped gusset -in the right spot. -::: - -- Match all the notches of the gusset with the legs and seams. Be careful, since you'll be sewing a circle -to an outline, and that is always tricky to get right. Use a lot of pins, or clips, to keep the fabrics -aligned. -- Sew the seam from one side all the way to the other. - -### Step 6: Attaching the waistband - -- Align the waistband seam with the seam in the back. -- Sew all the way around, attaching the waistband to the legs. Make sure you sew both pieces of the waistband -into this seam. This seam will combine three layers, both layers of the waistband, and one layer of the leg -pieces. - -### Step 7: Finish up - -Now you can add the elastic to the leg openings. Otherwise finish those in any way you like. - - -You're all done! Enjoy your Lumira leggings! diff --git a/sites/orgdocs/docs/designs/lumira/measurements/readme.mdx b/sites/orgdocs/docs/designs/lumira/measurements/readme.mdx deleted file mode 100644 index ba0ace22446..00000000000 --- a/sites/orgdocs/docs/designs/lumira/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Lumira leggings: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/lumira/needs/readme.mdx b/sites/orgdocs/docs/designs/lumira/needs/readme.mdx deleted file mode 100644 index 5e1cd036cc3..00000000000 --- a/sites/orgdocs/docs/designs/lumira/needs/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Lumira leggings: What You Need" ---- - -To make Lumira, you will need the following: - -- Basic sewing supplies -- About 1.5 metres (1.7 yards) of a suitable fabric ([see Lumira Fabric options](/docs/designs/lumira/fabric/)) -- Elastic for the leg openings and waist. - diff --git a/sites/orgdocs/docs/designs/lumira/notes/readme.mdx b/sites/orgdocs/docs/designs/lumira/notes/readme.mdx deleted file mode 100644 index 9d0ec5d04e2..00000000000 --- a/sites/orgdocs/docs/designs/lumira/notes/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Lumira leggings: Designer Notes" ---- - -I started working on this design when I decided I needed more leggings to cycle in the fall and winter. My previous -pair was made with a commercial pattern, and they have served me well. The easy solution would have been to just -make some more. But if I need some of these, there should be more people that do. - -I decided to make this pattern so it allows for a waistband to be part of it. This should make for a good fit on -a wide range of body types. It can optionally create a gusset that is relatively large in the back. This is both -a nice design feature, and provides support for the rear. To exemplify this, you could use a contrasting fabric -for this part. - -The pattern's gusset can be extended to the front to allow for a bulge. And since I wanted this pattern to be -able to be used for cycling, there is an option to use a chamois, the padding you find in most cycling shorts. - -This is a pattern that has no outside seams, so interesting designs on the fabric will not be distorted. - -Wouter diff --git a/sites/orgdocs/docs/designs/lumira/options/backgusset/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/backgusset/readme.mdx deleted file mode 100644 index a1b0d84e9ea..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/backgusset/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back gusset" ---- - -*** - -Add a circular gusset in the back. This can be used to tweak the shape and tension on the butt. - - - - diff --git a/sites/orgdocs/docs/designs/lumira/options/backgussetwidth/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/backgussetwidth/readme.mdx deleted file mode 100644 index e2f8877ba74..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/backgussetwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back gusset width" ---- - -*** - -Controls the width of the gusset in the back. - - - - diff --git a/sites/orgdocs/docs/designs/lumira/options/buttlift/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/buttlift/readme.mdx deleted file mode 100644 index 42f4a9efcdc..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/buttlift/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Butt lift" ---- - -*** - -Controls the shape of the back of the gusset. This provides more or less support, or lift, of the buttocks. - - - - diff --git a/sites/orgdocs/docs/designs/lumira/options/cyclingchamois/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/cyclingchamois/readme.mdx deleted file mode 100644 index 2c07508ae2f..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/cyclingchamois/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Cycling Chamois" ---- - -*** - -The pattern allows for the gusset to be shaped such that a cycling chamois can be added. These -are the padded pads that you see in cycling shorts. - - - diff --git a/sites/orgdocs/docs/designs/lumira/options/ease/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/ease/readme.mdx deleted file mode 100644 index 9be834eb4df..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/ease/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Ease" ---- - -Controls the amount of ease build into the pattern. Since these are leggings that are to be made of stretch fabric, -the ease is negative. So the completed garment will be narrower than the measurements would dictate. - -:::note - -Getting the ease right for your type of fabric is essential for getting a good fit. If you make the ease -too negative, the leggings will be too constricting, and limiting movement. If you don't make the ease -negative enough, the leggings will not hug your legs and torso. The fabric should be stretched in all -places, without being too tight. -::: - diff --git a/sites/orgdocs/docs/designs/lumira/options/frontbulge/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/frontbulge/readme.mdx deleted file mode 100644 index fe19a0e75f7..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/frontbulge/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front bulge" ---- - -*** - -Add a front bulge to the pattern. The gusset will be extended in the front and shaped. - - - - diff --git a/sites/orgdocs/docs/designs/lumira/options/frontbulgesize/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/frontbulgesize/readme.mdx deleted file mode 100644 index b9c78f27b65..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/frontbulgesize/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front bulge size" ---- - -*** - -This option controls the size of the front bulge. Adjust to your comfort. - - - - diff --git a/sites/orgdocs/docs/designs/lumira/options/frontgussetlength/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/frontgussetlength/readme.mdx deleted file mode 100644 index e671be76993..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/frontgussetlength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front gusset length" ---- - -*** - -Controls the length of the gusset in the front. - - - - diff --git a/sites/orgdocs/docs/designs/lumira/options/gussetwidth/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/gussetwidth/readme.mdx deleted file mode 100644 index 86b8121e07f..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/gussetwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Gusset width" ---- - -*** - -Controls the width of the gusset. - - - - diff --git a/sites/orgdocs/docs/designs/lumira/options/leglength/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/leglength/readme.mdx deleted file mode 100644 index 8033f405444..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/leglength/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Leg length" ---- - -*** - -Controls the length of the legs. This is a percentage of the inseam. - - - -Since the inseam is measured to the floor, and these leggings max out at the ankle, -The maximum is beyond the ankle, and is ignored. The slider will not do anything -for the top 10% or so. - - - - - - diff --git a/sites/orgdocs/docs/designs/lumira/options/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/readme.mdx deleted file mode 100644 index 28b2581450d..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Lumira leggings: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/lumira/options/waistband/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/waistband/readme.mdx deleted file mode 100644 index 2c9aa3d1f6f..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/waistband/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waistband" ---- - -*** - -Adds a waistband - - - - diff --git a/sites/orgdocs/docs/designs/lumira/options/waistbandsize/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/waistbandsize/readme.mdx deleted file mode 100644 index ae583903bc5..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/waistbandsize/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waistband size" ---- - -*** - -Controls the size of the waistband. - - - - diff --git a/sites/orgdocs/docs/designs/lumira/options/waistlowering/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/waistlowering/readme.mdx deleted file mode 100644 index 9b5ab3119ed..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/waistlowering/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist lowering" ---- - -*** - -This lowers where the top of the leggings stop. Can be anywhere between the true waist and the hips. - - - - diff --git a/sites/orgdocs/docs/designs/lumira/options/waistreduction/readme.mdx b/sites/orgdocs/docs/designs/lumira/options/waistreduction/readme.mdx deleted file mode 100644 index 3ddc6afca62..00000000000 --- a/sites/orgdocs/docs/designs/lumira/options/waistreduction/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist reduction" ---- - -*** - -Reduces the waist for a more snug fit. - - - - diff --git a/sites/orgdocs/docs/designs/lumira/readme.mdx b/sites/orgdocs/docs/designs/lumira/readme.mdx deleted file mode 100644 index 5480e6615ca..00000000000 --- a/sites/orgdocs/docs/designs/lumira/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Lumira leggings" ---- - - - diff --git a/sites/orgdocs/docs/designs/lunetius/cutting/readme.mdx b/sites/orgdocs/docs/designs/lunetius/cutting/readme.mdx deleted file mode 100644 index 851eb6ad0fb..00000000000 --- a/sites/orgdocs/docs/designs/lunetius/cutting/readme.mdx +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Lunetius Lacerna: Cutting Instructions" ---- - -- 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. - -In that case I salute you and please share the results [in our discord](https://discord.freesewing.org/)! - -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! diff --git a/sites/orgdocs/docs/designs/lunetius/fabric/readme.mdx b/sites/orgdocs/docs/designs/lunetius/fabric/readme.mdx deleted file mode 100644 index 6e9aae3cb4e..00000000000 --- a/sites/orgdocs/docs/designs/lunetius/fabric/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Lunetius Lacerna: Fabric Options" ---- - -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. - -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 diff --git a/sites/orgdocs/docs/designs/lunetius/instructions/readme.mdx b/sites/orgdocs/docs/designs/lunetius/instructions/readme.mdx deleted file mode 100644 index 0907a87d32e..00000000000 --- a/sites/orgdocs/docs/designs/lunetius/instructions/readme.mdx +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "Lunetius Lacerna: Sewing Instructions" ---- - -:::note - - -All the sewing can be done by machine or by hand as you prefer. If you want to sew with historically accurate thread, you can use linen or wool thread, or silk if you prefer. - -::: - -### Step 1: Sewing and finishing the centre back seam - -- If you cut Lunetius with a centre back seam, sew this up first and finish the seam in some way. You can do this by binding it, or by felling it to the fabric. On a stretch fabric simply sewing up the centre back seam is enough. - -:::tip - - -When done by hand, this can be done with a spaced backstitch, or a running stitch with the occasional backstitch. - -On the machine a regular straight stitch in any size will work. - -Felling the edges by hand can be done with a felling stitch, or a running stitch if you prefer. On the machine you can use any stitch you use to hem fabric. - -::: - -### Step 2: Hemming the edges - -- The next and last step is to finish the edges. This can be done by turning a hem on the whole edge, or by using a binding. Once this is done, you are finished! - -:::tip - - -When handsewing you can use a felling stitch or a running stitch. Or any other stitch you prefer for hemming. - -On the machine, a straight stitch is a good option, but if you have a blind hem stitch that is an option too. - -::: - -### Step 3: Enjoy! - -That's it you are all done! Now take a _fibula_ (a brooch, pin or clasp) to fasten your cloak over your right shoulder (that is how the Romans did it, you can of course also take the left shoulder, or the middle, or whatever you prefer) and enjoy looking dramatic. diff --git a/sites/orgdocs/docs/designs/lunetius/measurements/readme.mdx b/sites/orgdocs/docs/designs/lunetius/measurements/readme.mdx deleted file mode 100644 index 162fb5ddd83..00000000000 --- a/sites/orgdocs/docs/designs/lunetius/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Lunetius Lacerna: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/lunetius/needs/readme.mdx b/sites/orgdocs/docs/designs/lunetius/needs/readme.mdx deleted file mode 100644 index 4da3d0ef08f..00000000000 --- a/sites/orgdocs/docs/designs/lunetius/needs/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Lunetius Lacerna: What You Need" ---- - -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) diff --git a/sites/orgdocs/docs/designs/lunetius/notes/readme.mdx b/sites/orgdocs/docs/designs/lunetius/notes/readme.mdx deleted file mode 100644 index 0dc18585996..00000000000 --- a/sites/orgdocs/docs/designs/lunetius/notes/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Lunetius Lacerna: Designer Notes" ---- - -:::note -Lunetius, Tiberius and Walburga really come as a set. Not only were they born at the same time, they are designed to work together to form a full outfit. Not that this means that they can't be made separately ;)::: - -Lunetius the lacerna is the pattern that went through the most name-changes and iterations behind the scenes. Why? Because I found conflicting information in secondary literature about how this type of cloak was called and who wore it when. - -To start at the beginning, I wanted a cloak that goes with the rest of my costume for my TTRPG character, a kind-of fantasy Roman. I knew it had to be red, but apart from that I wasn't really sure what I wanted. So I started reading up on cloaks in the Roman military. While this may sound like an easy task, there was no real standardised "uniform" for Roman soldiers, contrary to common belief. It also really depends on the timeframe you're looking at, "Roman" can mean anything from the days of kings to the late republic to the late empire, a timespan of a few hundred years. Things change. -After narrowing the type of cloak I wanted down to a *sagum* or a *lacerna*, I went back and forth between them, because I could not find reliable information on them. First, the *sagum* seemed like the safer choice, because many historical reenactment sites referred to it, but digging a little deeper revealed that most of them linked to the same source (if they linked to a source at all), that appeared a bit questionable. That was when I abandoned the internet search and went to the university library, borrowing a stack of academic books on the subject. Those were very interesting reads! After finding more references for a *lacerna* in them then for a *sagum*, I went for the *lacerna*. Then I only had to agonise a bit over the exact shape of curve I wanted while looking at stone reliefs. - -Coding the pattern was the easiest part of the whole process. - -Oh, and why the name `lunetius`? Well, that actually is the name of the character I made this whole outfit for. And yes, he has a special relationship with the moon. - -Rika - -Also see [Tiberius Designer Notes](/docs/designs/tiberius/notes) and [Walburga Designer Notes](/docs/designs/walburga/notes). diff --git a/sites/orgdocs/docs/designs/lunetius/options/length/readme.mdx b/sites/orgdocs/docs/designs/lunetius/options/length/readme.mdx deleted file mode 100644 index d5263d36706..00000000000 --- a/sites/orgdocs/docs/designs/lunetius/options/length/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length" ---- - -Choose from the different length styles - - - - diff --git a/sites/orgdocs/docs/designs/lunetius/options/lengthratio/readme.mdx b/sites/orgdocs/docs/designs/lunetius/options/lengthratio/readme.mdx deleted file mode 100644 index 670ae40fa6a..00000000000 --- a/sites/orgdocs/docs/designs/lunetius/options/lengthratio/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length ratio" ---- - -Controls the length of the garment - - - - diff --git a/sites/orgdocs/docs/designs/lunetius/options/readme.mdx b/sites/orgdocs/docs/designs/lunetius/options/readme.mdx deleted file mode 100644 index e5bee0e741c..00000000000 --- a/sites/orgdocs/docs/designs/lunetius/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Lunetius Lacerna: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/lunetius/options/widthratio/readme.mdx b/sites/orgdocs/docs/designs/lunetius/options/widthratio/readme.mdx deleted file mode 100644 index 7a54693a6ee..00000000000 --- a/sites/orgdocs/docs/designs/lunetius/options/widthratio/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Width ratio" ---- - -Controls the width of the garment - - - - diff --git a/sites/orgdocs/docs/designs/lunetius/readme.mdx b/sites/orgdocs/docs/designs/lunetius/readme.mdx deleted file mode 100644 index 1f4d40e9027..00000000000 --- a/sites/orgdocs/docs/designs/lunetius/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Lunetius Lacerna" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/noble/cutting/readme.mdx b/sites/orgdocs/docs/designs/noble/cutting/readme.mdx deleted file mode 100644 index dc385f68844..00000000000 --- a/sites/orgdocs/docs/designs/noble/cutting/readme.mdx +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: "Noble body block: Cutting Instructions" ---- - -**Main fabric** - -- Cut **1 Front Inside** part on the fold. -- Cut **2 Front Outside** parts. - -### Shoulder dart - -- Cut **2 Back Inside** parts. -- Cut **2 Back Outside** parts. - -### Armhole dart - -- Cut **2 Back** parts. - -These cutting instructions are just for the default Noble block. Adjust your cutting accordingly if you have/are making changes to the block. - -:::tip - - -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. - -::: - -:::note - - -###### Noble is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/noble/fabric/readme.mdx b/sites/orgdocs/docs/designs/noble/fabric/readme.mdx deleted file mode 100644 index c8338668b64..00000000000 --- a/sites/orgdocs/docs/designs/noble/fabric/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Noble body block: Fabric Options" ---- - -If you are making a default Noble to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Noble with. - -You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Noble. - -:::note - - -###### Noble is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/noble/instructions/readme.mdx b/sites/orgdocs/docs/designs/noble/instructions/readme.mdx deleted file mode 100644 index 1ce0b4c3370..00000000000 --- a/sites/orgdocs/docs/designs/noble/instructions/readme.mdx +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: "Noble body block: Sewing Instructions" ---- - -:::note - - -###### Noble is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Noble block. - -Noble is based on the Bella body block - -::: - -### Step 1: Mock-up Construction - -- Sew the front inside to the front outside, _good sides together_. - -### Shoulder seam - -- Sew the back inside to the back outside, _good sides together_. - -### Armhole seam - -- Close the back darts. - -### Both - -- Sew the front to the backs at the shoulders, _good sides together_. -- Sew the front to the backs at the side seams, _good sides together_. - -:::tip - - -If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust. - -::: - -### Step 2: Try it on - -- Try it on and check the fit by pinning the back closed whilst wearing it. -- Make any alterations and try it on again. -- Repeat until you are happy. - -:::tip - - -If you do not have someone to help with pinning, you may find it easier to cut the front part in two with seam allowance rather than on a fold and sew the back seam up so that you can pin in the front when trying on. - -Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting. - -Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours. - -::: - -:::note - - -Remember to treat Noble as a basis rather than a final product, so adjust what you need to get the desired look. -For instance: - -- Change the neck line -- Add/change the closure allowances -- Alter the princess seam placements -- Alter the back dart placements. -- Add a collar - -It is all up to you! Experiment and go forth! - -::: - -### Step 3: Make a paper pattern - -- Once happy with all your changes unpick your mockup and make a paper pattern based off of it. -- Now you have a pattern you can use to produce a garment. - -:::note - - -It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. - -::: diff --git a/sites/orgdocs/docs/designs/noble/measurements/readme.mdx b/sites/orgdocs/docs/designs/noble/measurements/readme.mdx deleted file mode 100644 index f0229b8f64d..00000000000 --- a/sites/orgdocs/docs/designs/noble/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Noble body block: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/noble/needs/readme.mdx b/sites/orgdocs/docs/designs/noble/needs/readme.mdx deleted file mode 100644 index fa299fe6660..00000000000 --- a/sites/orgdocs/docs/designs/noble/needs/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Noble body block: What You Need" ---- - -To make Noble, you will need the following: - -- Basic sewing supplies -- About 0.5 metres (0.6 yards) of a suitable fabric ([see Noble Fabric options](/docs/designs/noble/fabric/)) - -This list is for a default Noble Block. If you have/are making changes to the block you may need to get additional items such as closures, binding etc. - -:::note - - -###### Noble is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/noble/notes/readme.mdx b/sites/orgdocs/docs/designs/noble/notes/readme.mdx deleted file mode 100644 index 28e0ba4f5fd..00000000000 --- a/sites/orgdocs/docs/designs/noble/notes/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Noble body block: Designer Notes" ---- - -Noble is a design for a block with prince(ss) seams instead of darts. It is based on `bella`. - -This is not intended to be made as is, but merely to base other designs on. This is also why I made -it. I wanted to make a coat, and for it I needed a block with prince(ss) seams. So I made -that first, and the coat would come later. - -Wouter - diff --git a/sites/orgdocs/docs/designs/noble/options/armholedartposition/readme.mdx b/sites/orgdocs/docs/designs/noble/options/armholedartposition/readme.mdx deleted file mode 100644 index a9d4423395c..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/armholedartposition/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole Dart Position" ---- - -*** - -The **Armhole Dart Position** option allows you to move the position of the dart/princess seam. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/noble/options/armholedepth/readme.mdx deleted file mode 100644 index 8a2d03c3831..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/armholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole depth" ---- - -*** - -The **armhole depth** option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/backarmholecurvature/readme.mdx b/sites/orgdocs/docs/designs/noble/options/backarmholecurvature/readme.mdx deleted file mode 100644 index ecb83bd08ca..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/backarmholecurvature/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back armhole curvature" ---- - -*** - -The **back armhole curvature** option controls how much the armhole is scooped at out the bottom in the back. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/backarmholepitchdepth/readme.mdx b/sites/orgdocs/docs/designs/noble/options/backarmholepitchdepth/readme.mdx deleted file mode 100644 index 3a21ac768e9..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/backarmholepitchdepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back armhole pitch depth" ---- - -*** - -The **back armhole pitch depth** option controls the vertical position of the armhole pitch point at the back. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/backarmholeslant/readme.mdx b/sites/orgdocs/docs/designs/noble/options/backarmholeslant/readme.mdx deleted file mode 100644 index 1a592dd31bb..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/backarmholeslant/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back armhole slant" ---- - -*** - -The **back armhole slant** slightly rotates the armhole around the back pitch point. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/backdartheight/readme.mdx b/sites/orgdocs/docs/designs/noble/options/backdartheight/readme.mdx deleted file mode 100644 index 850a0f426c7..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/backdartheight/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back dart height" ---- - -*** - -The **back dart height** option controls the height (length if you will) of the back dart. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/backhemslope/readme.mdx b/sites/orgdocs/docs/designs/noble/options/backhemslope/readme.mdx deleted file mode 100644 index b535a873996..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/backhemslope/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back hem slope" ---- - -*** - -The **back hem slope** option controls the slope of the hem at the back. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/noble/options/backneckcutout/readme.mdx deleted file mode 100644 index ae07c16f14a..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Back neck cutout" ---- - -*** - -The **back neck cutout** option controls how far the neck opening is scooped out at the back. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/bustspanease/readme.mdx b/sites/orgdocs/docs/designs/noble/options/bustspanease/readme.mdx deleted file mode 100644 index fce20bd47f9..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/bustspanease/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Bust span ease" ---- - -*** - -The **bust span ease** option controls how much ease is applied to the bust span. - -:::note -This will not add ease to the garment, but merely influence the bust point::: - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/noble/options/chestease/readme.mdx deleted file mode 100644 index ed8fef65d30..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/chestease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest ease" ---- - -*** - -The **chest ease** option controls the amount of ease at the fullest part of your chest. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/dartposition/readme.mdx b/sites/orgdocs/docs/designs/noble/options/dartposition/readme.mdx deleted file mode 100644 index 3fa6d7a429f..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/dartposition/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Dart position ---- - -Controls whether to split at the shoulder or armhole - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/frontarmholecurvature/readme.mdx b/sites/orgdocs/docs/designs/noble/options/frontarmholecurvature/readme.mdx deleted file mode 100644 index f2e2258063f..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/frontarmholecurvature/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front armhole curvature" ---- - -*** - -Controls how deep the armhole is scooped out at the front bottom - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/frontarmholepitchdepth/readme.mdx b/sites/orgdocs/docs/designs/noble/options/frontarmholepitchdepth/readme.mdx deleted file mode 100644 index e177d45615c..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/frontarmholepitchdepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front armhole pitch depth" ---- - -*** - -The **front armhole pitch depth** option controls the vertical position of the armhole pitch point at the front. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/frontshoulderwidth/readme.mdx b/sites/orgdocs/docs/designs/noble/options/frontshoulderwidth/readme.mdx deleted file mode 100644 index a891f275dcf..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/frontshoulderwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front shoulder width" ---- - -*** - -The **front shoulder width** option controls the width of the shoulders at the front, relative to the back. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/fullchesteasereduction/readme.mdx b/sites/orgdocs/docs/designs/noble/options/fullchesteasereduction/readme.mdx deleted file mode 100644 index 70696fe82de..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/fullchesteasereduction/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Full chest ease reduction" ---- - -*** - -Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area. diff --git a/sites/orgdocs/docs/designs/noble/options/highbustwidth/readme.mdx b/sites/orgdocs/docs/designs/noble/options/highbustwidth/readme.mdx deleted file mode 100644 index 9829cab1b18..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/highbustwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "High bust width" ---- - -*** - -The **high bust width** option allows you to tweak the high bust width at the front. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/readme.mdx b/sites/orgdocs/docs/designs/noble/options/readme.mdx deleted file mode 100644 index e469d100d62..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Noble body block: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/noble/options/shoulderdartcurvature/readme.mdx b/sites/orgdocs/docs/designs/noble/options/shoulderdartcurvature/readme.mdx deleted file mode 100644 index 64676a2ab4f..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/shoulderdartcurvature/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder Dart Curvature" ---- - -*** - -The **Shoulder Dart Curvature** option controls the curvature of the upper part of the shoulder dart. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/shoulderdartposition/readme.mdx b/sites/orgdocs/docs/designs/noble/options/shoulderdartposition/readme.mdx deleted file mode 100644 index 30caccd12d8..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/shoulderdartposition/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder Dart Position" ---- - -*** - -The **Shoulder Dart Position** option allows you to move the position of the dart/princess seam. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/shouldertoshoulderease/readme.mdx b/sites/orgdocs/docs/designs/noble/options/shouldertoshoulderease/readme.mdx deleted file mode 100644 index 6cd003449bb..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/shouldertoshoulderease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder to Shoulder Ease" ---- - -*** - -The **Shoulder to Shoulder Ease** option allows you to add ease between the shoulders. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/upperdartlength/readme.mdx b/sites/orgdocs/docs/designs/noble/options/upperdartlength/readme.mdx deleted file mode 100644 index 2a790f863e8..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/upperdartlength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Upper Dart Length" ---- - -*** - -The **Upper Dart Length** controls the length of the upper dart, 100% is all the way to the bust point. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/waistdartlength/readme.mdx b/sites/orgdocs/docs/designs/noble/options/waistdartlength/readme.mdx deleted file mode 100644 index b0c75990481..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/waistdartlength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist dart length" ---- - -*** - -The **waist dart length** option controls the length of the waist dart towards the bust. - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/waistdartposition/readme.mdx b/sites/orgdocs/docs/designs/noble/options/waistdartposition/readme.mdx deleted file mode 100644 index c602635298b..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/waistdartposition/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist dart position" ---- - -*** - -The **waist dart position** option controls the position of the waist 'dart', moving it to the center (negative) or side (positive). - - - - diff --git a/sites/orgdocs/docs/designs/noble/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/noble/options/waistease/readme.mdx deleted file mode 100644 index 0ca649ecfa9..00000000000 --- a/sites/orgdocs/docs/designs/noble/options/waistease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist ease" ---- - -*** - -The **waist ease** option controls the amount of ease at your waist. - - - - diff --git a/sites/orgdocs/docs/designs/noble/readme.mdx b/sites/orgdocs/docs/designs/noble/readme.mdx deleted file mode 100644 index d39923c1a23..00000000000 --- a/sites/orgdocs/docs/designs/noble/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Noble body block" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/octoplushy/cutting/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/cutting/readme.mdx deleted file mode 100644 index 55c384d926e..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/cutting/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Octoplushy, the plushy octopus: Cutting Instructions" ---- - -- **Color 1 (Upper body, top of legs & head)** - - **Octoplushy, Octopus & Squid** - - Cut **8 head** parts - - **Octopus only** - - Cut **2 eyebrow** parts - - **Squid only** - - Cut **2 head (a)** parts - -- **Color 2 (Belly, bottom of legs)** - - **Octoplushy, Octopus & Squid** - - Cut **8 leg** parts - - **Squid only** - - Cut **2 leg (a)** parts - -- **Eyes Fabric** - - **Octopus & Squid** - - Cut **2 eye (white)** parts - - Cut **2 pupil (black)** parts diff --git a/sites/orgdocs/docs/designs/octoplushy/fabric/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/fabric/readme.mdx deleted file mode 100644 index c08fbc441d2..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/fabric/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Octoplushy, the plushy octopus: Fabric Options" ---- - -## Main and Contrast Body Fabrics (Upper body and legs, belly and underside legs) - -This plush toy is intended to have two different coloured fabrics, one for the upper body and top side of the legs, one for the belly and underside of the legs. - -Octoplushy is designed for faux fur fabric, which most plush toys are made from, but you could also use polar fleece, felt, denim, corduroy, or anything moderately heavy. Lightweight or drapey fabrics may not hold Octoplushy's shape well when stuffed. Fabrics with a two-way stretch will work better than wovens, the stretch should be perpendicular to the grainline. - -## Stuffing - -Since this is a plush toy, it will need to be stuffed with material. Most of the time you'll want to use polyester fiberfill (polyfill), but if you have a lot of fabric scraps, you can use shredded scrap fabric. However this may be heavier and less soft than fiberfill. It's also worth thinking about whether your Octoplushy may be at risk of getting dirty, or want to go for a swim, as not all stuffing options are washable. diff --git a/sites/orgdocs/docs/designs/octoplushy/instructions/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/instructions/readme.mdx deleted file mode 100644 index badf4870518..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/instructions/readme.mdx +++ /dev/null @@ -1,94 +0,0 @@ ---- -title: "Octoplushy, the plushy octopus: Sewing Instructions" ---- - -## Step 1: The Body - -### The Face - -- **Octoplushy** - - With _good sides together_ sew four head parts together, from notch B to the tip of the head part A creating a semi-sphere like shape. - - Repeat with the remaining four head parts to create a second half. - - Use topstitching, or a long bar-tack, to make the mouth on one of the segments. - - On the same section create eyes where the buttons are marked on the pattern. - - With _good sides together_ sew the two head halves together, from notch B to the tip of the head part A. - - Turn _good sides_ out. - -:::note - - -There are a couple of ways to make eyes for the Octoplushy version. -- Buttons -- Toy eyes -- Embroidery -- Felt or other suitable unravelling fabrics which can be combined with a _satin stitch_ - -::: - -- **Octopus** - - With _good sides together_ sew four head parts together, from notch B to the tip of the head part A creating a semi-sphere like shape. - - Repeat with the remaining four head parts to create a second half. - - With _wrong sides_ to _good sides_ sew the pupil to eyes parts. - - With _good sides together_ sew both short ends of eyebrows together, creating a ring. - - With _good sides together_ sew the eyebrows to the circumferences of the eyes, gathering the excess as you go. - - Fold the eyebrows in half _wrong sides together_, and sew it again to the eyes. You may find it easier to hand sew this step. - - Hand sew the eyes to the lower part of one of the head halves, so that you will have two sections between them when it all comes together. - - With _good sides together_ sew the two head halves together, from notch B to the tip of the head part A. - - Turn _good sides_ out. - -:::note - - -Before sewing the eyebrows in half, you can stuff the eyebrows to create a more dramatic looking eyebrow. - -::: - -- **Squid** - - With _good sides together_ sew four head parts together, from notch B to the tip of the head part A creating a semi-sphere like shape. - - Repeat with the remaining four head parts to create a second half. - - On the head (a) parts fold along the fold-line with _good sides together_. - - Sew the straight line that juts out and then turn the flap _good sides_ out. - - With _good sides together_ sew the non - flap edges of the head (a) parts to the one of the head halves sewn earlier, from notch B to the tip of the head part A. - - With _wrong side_ to _good side_ sew the pupils to the eyes and finish their sides the best you can. - - Hand Sew the eyes to the section closest to the legs. - - With _good sides together_ sew the two halves together, from notch B to the tip of the head part A making sure that the flaps are on the outside. - - Turn _good sides_ out. - -## Step 2: The Legs - -- **Octoplushy & Octopus** - - With _good sides together_ sew four leg parts together, from notch D to the tip of the leg part C. - - Repeat with the remaining four leg parts to create a second half. - - With _good sides together_ sew the two leg halves together, from notch D to the tip of the leg part C but only one side. This other side stays open for -stuffing later. - -- **Squid** - - With _good sides together_ sew four leg parts together, from notch D to the tip of the leg part C. - - Repeat with the remaining four leg parts to create a second half. - - With _good sides together_ sew a leg (a) part to each half so you have matching halves. - - With _good sides together_ sew the two leg halves together, from notch D to the tip of the leg part C but only one side. This other side stays open for -stuffing later. - -## Step 3: Final Construction - -- With _good sides together_ match up the leg parts with the body parts. -- Sew each leg from notch B/D down and back around to notch B/D. -- If the leg part is slightly shorter than the leg on the head parts you will have to ease it in while matching it up. Notches have been provided to make this easier. - -:::tip - - -It is easiest to sew one leg almost to the next B/D notch, stop sewing, pin the next leg, and continue sewing rather than trying to pin and sew all the legs in one go. - -Those who are more confident can do this with the needle down on their machine but if you are less confident you may wish to remove from the machine, pin and then start sewing again a little bit over your original stitching to secure it. - -::: - -- Turn _good sides_ out. -- For Octopus sew along stitching lines of the legs before stuffing. -- Stuff the plushy through the opening in the legs. -- Hand sew the opening closed. - -## Step 4: Enjoy! - -- That's it you are all done now go explore the depths of the oceans with your new Octoplushy! diff --git a/sites/orgdocs/docs/designs/octoplushy/measurements/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/measurements/readme.mdx deleted file mode 100644 index 574a71530f9..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/measurements/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Octoplushy, the plushy octopus: Required Measurements" ---- - -:::note - -Octoplushy does not require any measurements -::: diff --git a/sites/orgdocs/docs/designs/octoplushy/needs/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/needs/readme.mdx deleted file mode 100644 index 13c6cd6a6ba..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/needs/readme.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Octoplushy, the plushy octopus: What You Need" ---- - -To make Octoplushy, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 1 meter (1.1 yards) of a suitable fabric (Upper body) ([see Octoplushy Fabric options](/docs/designs/octoplushy/fabric/)) -- About 0.75 meters (0.85 yards) of a suitable fabric (Belly) ([see Octoplushy Fabric options](/docs/designs/octoplushy/fabric/)) -- Either 2 buttons or a small piece of suitable unraveling, fabric for the eyes of the Octoplushy version -- Small piece of black fabric for the pupils of the Squid and Octopus versions -- Small piece of white fabric for the eyes of the Squid and Octopus versions -- (Optional) Topstitch or Embroidery thread for the mouth of the Octoplushy version -- Stuffing - -:::note - - -This list is based on a default Octoplushy and you may need less or more fabric dependant on the [size you are making Octoplushy](/docs/designs/octoplushy/options/size/). - -The amount of fabric required is also dependant on the [type of Octoplushy you are making](/docs/designs/octoplushy/options/type/). -- The Octopus version requires about 50% more fabric than the Octoplushy version. -- The Squid version requires about 75% more fabric than the Octoplushy version. - -The color of the pupils and eyes for the Squid and Octopus versions are up to you, but for clarification and simplicity the pupils will be referred to as black and the eyes will be referred to as white in the documentation. - -::: diff --git a/sites/orgdocs/docs/designs/octoplushy/notes/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/notes/readme.mdx deleted file mode 100644 index 82c120ce4d4..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/notes/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Octoplushy, the plushy octopus: Designer Notes" ---- - -Octoplushy. This is one of those designs that have no explanation. I was almost done with the `hi` design, -so I had plushies on my mind. The sea, and it's inhabitants must have been on my mind, for all of a sudden -"octoplushy" pops enters my thoughts. Where that came from, I don't know. But with that name, I could not -ignore what I was apparently destined to work on next. - -A plushy octopus. With a cute name. That had to become something very cuddly. The first attempt was a round -head, complete with sewn smile and buttons for eyes, and eight arms to complete it. Using the eight arms and -extending the upper part into segments for the head seemed logical. It worked out fine. - -Then I decided that a more anatomically correct version should also be possible, just by tweaking the parameters somewhat, -and moving the eyes down. And I figured I could then not forget the squid cousin too. So it turned into three designs in one. - -Have fun making them. They're not hard to sew, but not easy to fill. - -Wouter diff --git a/sites/orgdocs/docs/designs/octoplushy/options/armlength/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/options/armlength/readme.mdx deleted file mode 100644 index c09f1660949..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/options/armlength/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Arm Length" ---- - -This setting adjusts the length of the arms. diff --git a/sites/orgdocs/docs/designs/octoplushy/options/armtaper/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/options/armtaper/readme.mdx deleted file mode 100644 index 00cefdd8500..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/options/armtaper/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Arm Taper" ---- - -This setting changes how much the arms taper from the body down to the end. diff --git a/sites/orgdocs/docs/designs/octoplushy/options/armwidth/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/options/armwidth/readme.mdx deleted file mode 100644 index 5eac7557494..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/options/armwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Arm Width" ---- - -The setting adjusts the width of the arms. diff --git a/sites/orgdocs/docs/designs/octoplushy/options/bottomarmreduction/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/options/bottomarmreduction/readme.mdx deleted file mode 100644 index 64ab5c58f90..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/options/bottomarmreduction/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Bottom Arm Reduction" ---- - -This setting adjusts the difference in length between the top and the bottom fabric of the arms for the Octopus and Squid styles. -The bigger the difference, the more the arms will want to curl. diff --git a/sites/orgdocs/docs/designs/octoplushy/options/bottomarmreductionplushy/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/options/bottomarmreductionplushy/readme.mdx deleted file mode 100644 index 386f6ad77f0..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/options/bottomarmreductionplushy/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Bottom Arm Reduction (Octoplushy)" ---- - -This setting adjusts the difference in length between the top and the bottom fabric of the arms for the Octoplushy style. -The bigger the difference, the more the arms will want to curl. diff --git a/sites/orgdocs/docs/designs/octoplushy/options/bottomtoparmratio/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/options/bottomtoparmratio/readme.mdx deleted file mode 100644 index 955d803815e..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/options/bottomtoparmratio/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Bottom to Top Arm Ratio" ---- - -This setting adjusts the ratio between the top and the bottom of the arms. -The lower the ratio, the more fabric will be associated with the top of the leg. -100% makes both the top and the bottom the same. diff --git a/sites/orgdocs/docs/designs/octoplushy/options/neckwidth/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/options/neckwidth/readme.mdx deleted file mode 100644 index 65cae849e62..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/options/neckwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Neck Width" ---- - -The width of the neck can be adjusted. This is a percentage of the head. - - - - diff --git a/sites/orgdocs/docs/designs/octoplushy/options/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/options/readme.mdx deleted file mode 100644 index ea912943e3c..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Octoplushy, the plushy octopus: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/octoplushy/options/size/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/options/size/readme.mdx deleted file mode 100644 index 08fcb3a87aa..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/options/size/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Size" ---- - -Octoplushy can be made in different sizes. The default has a head size of about 15cm, and 25cm long legs. -This is a percentage of this default length. - - - - diff --git a/sites/orgdocs/docs/designs/octoplushy/options/type/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/options/type/readme.mdx deleted file mode 100644 index a83bb56b71b..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/options/type/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Type" ---- - -There are three distinct Octoplushies. The original cute Octoplushy, the more authentic Octopus, and the Squid. - - - - diff --git a/sites/orgdocs/docs/designs/octoplushy/readme.mdx b/sites/orgdocs/docs/designs/octoplushy/readme.mdx deleted file mode 100644 index 5df04848013..00000000000 --- a/sites/orgdocs/docs/designs/octoplushy/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Octoplushy, the plushy octopus ---- - - - - - diff --git a/sites/orgdocs/docs/designs/onyx/cutting/readme.mdx b/sites/orgdocs/docs/designs/onyx/cutting/readme.mdx deleted file mode 100644 index 6a9a4327c2b..00000000000 --- a/sites/orgdocs/docs/designs/onyx/cutting/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Onyx One-piece: Cutting Instructions" ---- - -- Cut **1 front** part _on the fold_ -or- cut **2 front parts** (refer to pattern piece) -- Cut **1 back** part _on the fold_ -or- cut **2 back parts** (refer to pattern piece) -- Cut **2 sleeve** parts -- Cut **1 crotch gusset** part _on the fold_ -- Cut **1 zipper guard** part _on the fold_ (optional) -- Cut **1 neckband** part _on the fold_ (optional) -- Cut **2 hood** parts (optional) -- Cut **1 hood front** part _on the fold_ (optional) -- Cut **1 skirt** part _on the fold_ (optional) diff --git a/sites/orgdocs/docs/designs/onyx/fabric/readme.mdx b/sites/orgdocs/docs/designs/onyx/fabric/readme.mdx deleted file mode 100644 index 128d0503858..00000000000 --- a/sites/orgdocs/docs/designs/onyx/fabric/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Onyx One-piece: Fabric Options" ---- - -This pattern is designed to work with stretch/knit fabrics, such as swim fabric, fleece, and jersey. - -For unisuits, unitards, and other performance-oriented and form-fitting garments, four-way stretch fabric such a 20% spandex blend is strongly recommended. For more casual garments, such as one-piece fleece pajamas, kigurumi, rompers, and jumpsuits, most knit fabrics can be used. Fleece can be used to make warm winter pajamas, while jersey knit can be used to make a summer romper. - -The raglan sleeves lend themselves well to using different colors/prints for the body and for the sleeves. Contrasting fabrics can also be used on the skirt or hood. - -Lined portions of the garment lend themselves well to embroidery, as the stabilizer (strongly recommended) and stitching will be kept away from the wearer's body by the lining. The chest, next to the zipper, is a particularly good spot, both because it's prominent, and because the chest doesn't stretch vertically much, since it's near the zipper. - -With swim fabric/spandex, it is recommended to make the neckband out of the same material used for the body. For less stretchy fabric, such as cotton jersey knit, ribbing is recommended. diff --git a/sites/orgdocs/docs/designs/onyx/instructions/readme.mdx b/sites/orgdocs/docs/designs/onyx/instructions/readme.mdx deleted file mode 100644 index 9860b89033d..00000000000 --- a/sites/orgdocs/docs/designs/onyx/instructions/readme.mdx +++ /dev/null @@ -1,260 +0,0 @@ ---- -title: "Onyx one-piece: Sewing Instructions" ---- - -:::note - - -The use of a serger/overlocker is recommended, to keep the size of the finished seams small and to allow the seams to stretch. If using a serger with the knife engaged, a seam allowance of 1/2 inch (12 mm) is recommended. If using an overlocking foot on a sewing machine, or serging without the use of the knife, a seam allowance of 1/4 inch (6 mm) is recommended. - -Unless otherwise stated, use stretch steams for construction of this garment. A 4-thread overlock stitch is recommended, or an overlock foot on a sewing machine if a serger is unavailable. - -Hems or cuffs are optional (since knit doesn't fray), but if you do make hems or add cuffs, make sure they can stretch. These instructions describe how to make a single-fold hem with a double needle, which is suitable for swimwear or lightweight garments, and how to make a rib knit cuff, which is suitable for fleece pajamas or kigurumi. - -If sewing stretch/swim fabric, adjust your tension to allow for extra stretch. On a serger, this will usually mean lowering the needle tension, especially the right needle, and adjusting the looper tension as needed to keep the stitch looking decent. On a regular sewing machine, lower the tension. Test your choice of stitch first on scrap fabric, and try to pop the test seam by stretching the seam along its length. It should only pop after stretching quite a bit. If it pops too easily, keep playing with your stitches/tension settings until you get something that can survive some abuse. - -For making garments using 2-way stretch knits (such as jersey and fleece), regular settings with a stitch that stretches should be fine. - -::: - -### Step 0: Customizing and fitting your pattern -Decide what type of garment you're going to make. This design supports several options: -- Unisuits (one-piece compression swimwear with sleeves and legs) -- One-piece pajamas (loose-fitting garment made with soft fabric, either short or long sleeved) -- Romper (casual garment with short sleeves and legs) -- Jumpsuit (casual garment with long sleeves and legs) -- Unitard (compression garment used for dance) - -Decide if you want a hood, or to finish the neck with a neckband. -If you want a hood, decide if you want a two-piece hood with a center seam, or a three-piece hood that also has a front piece, allowing for ears or other decorative feature to be inserted into the seam. - -Decide if you want to add a simple gathered skirt around the waist. - -Select a fabric (see fabrics for details) - -Decide what lining to use, if any: -- Unisuits should use swim lining or a second layer of swim fabric for the body, to give form, to prevent chafing, and to prevent the suit from being see-through. The sleeves may be left unlined. If using multiple layers of lining, treat them as a single layer when constructing the garment. -- One-piece pajamas are usually not lined, except for the hood, which may or may not be lined with something soft. -- Rompers or jumpsuits may be lined, depending on preference, fabric, and purpose. - -Select an appropriate sleeve length: -- 10-30% for short sleeves. -- 75% for 3/4 length sleeves. -- 100% for long sleeves (to the wrist). -- 115% is a good value if making a shirt with thumb holes (extends to the knuckles). - -Select an appropriate leg length: -- 20-60% for shorts -- 90% for ankle-length legs -- 100% for legs that touch the floor. - -Decide on a closure. -- One-piece pajamas usually use a coiled plastic zipper (#3-5 gauge). -- Unisuits usually use a half-length molded plastic zipper, #5 gauge. -- Unitards use a large neckhole and no zipper. -- Rompers and jumpsuits can use buttons, coiled plastic zippers, invisible zippers, or a large neckhole. -- NOTE: This design assumes the use of a zipper. If using buttons, you will need to add plackets and buttons yourself. They are not included in this design. - -Decide whether to cut the front and/or back pieces _on the fold_: -- If using a zipper or buttons, do _not_ cut the piece containing the zipper _on the fold_. -- For unitards, cut both the front and back _on the fold_ (total of 2 pieces). -- For unisuits, cut the back _on the fold_ if making a front-zip unisuit, or the front _on the fold_ is making a back-zip unisuit (total of 3 pieces). -- For one-piece pajamas, rompers, and jumpsuits, cut only the back _on the fold_ (total of 3 pieces). - -Figure out what kind of fit you want and set your eases accordingly. Make sure you have an appropriate fabric. If in doubt, making the garment too loose is safer than too tight. -- For unisuits and unitards, you want negative ease. This will allow the stretch/swim fabric to form itself around the wearer's body. -- For one-piece pajamas, you want positive ease and to smooth out the shape (ie., add extra ease to areas that cut in, like the waist, to give the overall garment a less fitted shape). -- Rompers and bodysuits use positive ease, with the amount and distribution of the ease varying greatly based on the intended shape of the garment. - -The neckband length will be mostly determined by the material of the neckband. Stretch fabric will generally use a length of around 80%. Less stretchy fabric will be longer, but always shorter than 100%, and ribbed knit (traditional t-shirt neckbands) are around 60-70%. - -Check around the hips, upper legs, and crotch fork, and make sure that everything is smooth and looks right. Small errors in measurements or options can cause issues here, and it's best to tweak seat east, upper leg ease, crotch gusset width, and leg taper position until all curves are smooth. The outseam should roughly match the silhouette of the wearer. - -### Step 1: Forming the body - -Note: If the front or back was cut _on the fold_, skip steps producing center seams. -Note: These instructions are intended to form the seams such that the side seams extend backwards, and the center seams extend leftwards. -Note: These instructions assume that the zipper is on the front. If the zipper is on the back or there is no zipper, the directions will have to be modified slightly. -Note: If you're having the zipper zip up across the neckband (recommended for unisuits), remember that when placing the zipper on the center seam. - -If not using lining: -- (if front was _not_ cut _on the fold_) With _good sides together_, place the zipper and neckband into position along the center seam, remembering to take seam allowance into account. Mark where the bottom stop of the zipper is, and serge/overlock the front pieces together starting at the crotch fork and stopping at the bottom stop of the zipper. -- (if back was _not_ cut _on the fold_) With _good sides together_, sew the back pieces together. -- With _good sides together_, sew the front and the back assemblies together along the two side seams. -- Skip to step 2. - -If using lining: -Front (center) seam: (from the point of view of the wearer) -Note: Seam will be formed on the right side of the assembly. -Layer the pieces as follows, from top to bottom: - - _wrong side up_: fashion fabric, front-left piece. - - _good side up_: fashion fabric, front-right piece. - - _wrong side up_: lining, front-right piece. - - _good side up_: lining, front-left piece. -- Line up the four pieces and clip/pin. -- Place your neckband and zipper on the seam. Remember to take into account seam allowances, that the top stop of the zipper is at the top of the folded neckband, and mark where the bottom stop of the zipper is. Remove the zipper and neckband. -- Disengage the serger knife (it will cause issues near the zipper where a section would be cut but not sewn). - - Alternatively, leave the serger knife engaged, but disengage it right when the knife reaches the point where your seam stops, and then continue without the knife until the stop point reaches the needles. -- Make sure the layers of fabric are lined up very evenly. Without the knife, you must make sure that every layer gets under the needles of the serger, or there will be holes in the seam of your garment or the lining. -- Serge/overlock through all 4 layers, stopping at the point you marked where the bottom stop of the zipper is. -- Flip the top and bottom layers (the front-left pieces) of fabric over. -- Re-engage the serger knife. - -Left (side) seam: -Note: Seam will be formed on the right side of the assembly. -Layer the pieces as follows, from top to bottom: - - _wrong side up_: fashion fabric, back-left piece. - - _good side up_: lining+fashion fabric from prior steps. - - _good side up_: lining, back-left piece. -- Line up the four pieces, and serge/overlock through all 4 layers. -- Flip the top and bottom pieces (the back-left pieces) of fabric over. - -Right (side) seam: -Layer the pieces as follows, from top to bottom: -Note: Seam will be formed on the left side of the assembly. - - _wrong side up_: fashion fabric, back-right piece. - - _good side up_: lining+fashion fabric from prior steps. - - _good side up_: lining, back-right piece. -- Line up the four pieces, and serge/overlock through all 4 layers. -- Flip the top and bottom layers (the back-right pieces) of fabric over. - -Back (center) seam: -Layer the pieces as follows, from top to bottom: -Note: Seam will be formed on the left side of the assembly. -Note: This is the last seam to complete the body, and the steps are slightly different in order to still have the seam encased between the fashion fabric and the lining once it's finished. - - _wrong side up_: fashion fabric, back-right piece pulled over the main part. - - _good side up_: lining+fashion fabric, main part; from prior steps. - - _good side up_: lining, back-right piece pulled under the main part. -- Line up the four pieces, and serge/overlock through all 4 layers. -- Pull the lining right-side-out, so that the main bulk that was locked between the newly sewn parts is freed and the garment is right-side-out. - -### Step 2: Attaching the gusset - -If not using lining: -- Place the garment _inside-out_ and flat on your table, with the front of the garment face-up. -- With _good sides together_, serge or overlock the crotch gusset up the front of one leg, around the crotch fork, and down the other leg. Be careful to keep the layers of fabric together and aligned when going around the fork. -- Turn the garment over. -- With _good sides together_, serge or overlock the crotch gusset up the back of one leg, around the crotch, and down the other leg. -- Skip to step 3. - -If using lining: -Front Inseam: -- Place the garment _right-side-out_ and flat on your table, with the front of the garment face-up. -- Push the back crotch and legs out of the way, so you have easy access to only the front crotch and legs. -- Place the fashion fabric gusset piece on top of the garment and running along the inseam, around the crotch, and back down the other inseam, with the _wrong side up_. -- Slide the lining gusset piece under the garment with the _good side up_. -- (optional) Baste the seam, taking care to secure the portion near the crotch, as it has a tendancy to slip and cause a hole in the next step if not well secured. -- Serge/overlock through all 4 layers to form the front inseam. - -Back Inseam: -Note: It's not possible to hide this seam in between the lining and the fashion fabric, so it'll be on the inside. For adaptive/sensory-friendly clothing, place this seam on the outside instead. -- Turn the garment inside-out. -- Flip the garment so that the back is facing you. -- Line up the gusset (that you attached to the front in the previous step) with the back inseam and clip it together. -- (optional) Baste the seam, taking care to secure the portion near the crotch, as it has a tendancy to slip and cause a hole in the next step if not well secured. -- Serge/overlock through all 4 layers to form the back inseam. - -### Step 3: Attaching the sleeves -- Fold each sleeve and, with _good sides together_, sew the sleeve seam from the hem to the armpit. - -- Turn the garment _right-side-out_. -- Turn the sleeves _right-side-out_. -- With _good sides together_, clip each sleeve to the body. The longer side of each sleeve should be clipped to the back, the shorter side to the front, and the sleeve seam should line up with the outseam. Verify that the sleeve is properly attached. Serge or overlock through all 3 layers. -- Repeat with the other sleeve. - -### Step 4a: Attaching the neckband - - Fold the neckband in half short ways (so it's half as wide) with _wrong sides together_, and clip it at each end and at the midpoint. - - With _good sides together_, clip the middle of the neckband to the middle of the piece without the slit for the zipper (the back piece if using a front zipper). - - Clip each end of the neckband to the corresponding side of the zipper slit. - - Place clips along the length, stretching the neckband evenly along the length of the neck hole. - - Baste the neckband to the neck hole, taking care to secure the two ends. - - Serge/overlock through all layers. - - Turn the neckband over. It should lay flat. - -### Step 4b: Constructing and attaching the hood - -##### Assembling the hood: - - Place the two main hood pieces together with _good sides together_, and serge/overlock along the center seam (the curved seam running from the back of the neck to the top of the head). - - If using a front piece, place it against the back pieces with _good sides together_, and serge/overlock along the side seam (the straight seam going up one side, over the head, and down the other side). - -If using lining, do the following two steps, otherwise skip to attaching the hood. - - Repeat the previous steps to put together the lining pieces. - - Place the lining assembly and the main hood assembly together with _wrong sides together_, and clip them together along the neck. - -##### Attaching the hood: - - Lay the garment down _right-side-out_. - - Place the hood around the neckline, with _good sides together_. - - Clip the two ends of the hood to the slit in the front where the zipper will go, and clip the back seam of the hood to the middle of the back body piece. - - Add additional clips to secure the hood to the neck for sewing. - - Check to make sure that it is assembled correctly. - - Serge/overlock through all layers. - -### Step 5: Preparing the zipper guard - - Fold the zipper guard in half short ways (so it's half as wide) with _good sides together_, and secure it loosely with a clip or two. - - If needed, flip it so that the open seam is on the right side. - - Using your sewing machine and a straight stitch, sew a curve starting vertically at a point along the fold about as far down as the zipper guard is wide, and ending horizontally at the top right corner of the zipper guard. The curve should be shaped such that it forms a smooth corner around the top-left corner of the zipper guard. - - Trim the fabric on the outside of the curve, cutting close to the line of stitching, but not touching it. - - Unclip the fabric and turn it right-side-out, refolding and reclipping the fabric, this time with _wrong sides together_. - - Serge/overlock down the length of the zipper guard. - - Serge/overlock the bottom of the zipper guard. - - You should have a strip of fabric with a serged/overlocked seam along the right and bottom sides, and a curved corner with a french seam along the top-left. - -### Step 6: Installing the zipper. -Note: This step is the same with or without lining. Treat the lining and the fashion fabric as one. - - Lay your garment _right side out_. - - Unzip the zipper. - - Place the zipper _good side up_ along the center seam and align it carefully. The alignment of the top stop is more important than that of the bottom stop, and try not to stretch or gather the fabric as you align your zipper. - - Turn one side of the zipper 1/2 turn outward, and lay it along the open seam so that the tape edge is along the seam and the toothed edge is facing the bulk of the fabric. Line up the edge of the fabric with the edge of the tape and clip in place. - - - If sewing swim fabric, sew the fabric and the zipper tape together with a straight stight down each side. This is both to hold things together, and to provide a second, safety line of stitching for the zipper. For less tricky fabrics, this step is optional. - - - Turn the zipper back _good side up_, folding the fabric under in the process. - - Repeat for the other side. - -Installing the zipper guard. - - Turn the garment _inside-out_. - - Place the long serged edge of the zipper guard along the left side of the zipper. The edge of the zipper guard should line up with the tape edge of the zipper and should cover the zipper. - - Adjust the zipper guard vertically. It should extend above the top stop of the zipper by enough so that you can fold the fabric over to hide the zipper pull and protect the neck from the zipper. - - If you're using a neckband, fold the portion extending above the top zipper stop over to the front of the garment. - - Clip the zipper guard into place. This will cover up the clips holding the zipper to the garment. Remember not to sew over these clips when sewing. - -Sewing the zipper. - - Switch to a zipper foot. - - Turn the garment _right side out_. - - For swim fabric or to have an exposed zipper: Pull the fabric into position, so that the fabric is cleanly folded back from the zipper teeth. - - For fleece fabric or to have a covered zipper: Pull the fabric into position, leaving a small fold of fabric extending over the zipper. - - Place the garment into your sewing machine and adjust the needle so that it is a few mm into the fold of the fabric. - - Start at the neck on the right side, and sew down until you are a few mm past the zipper stop using a straight stitch. Be careful not to sew into the zipper guard or any loose fabric. - - Repeat for the other side. This time, when you reach the bottom, turn the fabric 90 degress and sew across the bottom until you meet the first line of stitching, securing the bottom of the zipper and zipper guard. - -### Step 7a: (Optional) Ribbed cuffs -The ribbed cuff pieces can be added to the sleeves and legs in a mannar similar to that used to attach the neckband to the neck hole. - -- Fold the ribbed cuff piece opposite the fold line (vertically), with _good sides together_. -- Serge/overlock along the edge, so that the ribbed cuff piece is now a closed loop. -- Unfold the ribbed cuff piece. -- Fold the ribbed cuff piece in half along the fold line (horizontally), with _wrong sides together_. -- Turn the garment _right side out_. -- Place the loop of ribbing around the sleeve or leg of the garment, lining up the edges of the ribbing and the sleeve/leg. -- Stretch both the sleeve/leg and ribbing together until the folds/gathers/slack in the sleeve are all gone, and clip into place. -- Serge/overlock _on the round_ along the seam. -- Repeat for the remaining sleeves/legs. - -### Step 7b: (Optional) Hemming - -- Hem the sleeves, legs, hood, and/or bottom of the skirt using a single-fold hem. A coverstitch machine is ideal, but not necessary. Using a twin needle with a regular sewing machine will add some stretch to the stitching, but in either case the use of a stretch stitch is still recommended for high-stretch fabrics. -- You may carefully cutaway excess fabric to make a cleaner hem. This is quite optional, since this fabric should stay on the inside. -- Alternatively, you can overlock or serge the raw edge _without_ folding it over to give it a little bit of substance without adding as much bulk as a folded hem, or you can make a rolled hem. -- Or you can leave the edges unfinished, particularly if it's swim fabric or some other fabric that does not fray at all. - -### Step 8: (Options) Adding a skirt - -- Fold the skirt piece in half along the cut-on-fold line, with _good sides together_, and serge/overlock along the side so that the skirt is closed. -- (optional) Hem the bottom of the skirt. -- Gather the skirt along the waist (or top) of the skirt using two gather threads spaced 12mm (1/2") apart. Place the skirt around the garment where it will rest, and adjust the gathers to fit around the garment. -- The skirt can be either placed _right side out_ on the garment, or _inside-out_ and _upside-down_ on the garment. _Right side out_ will produce a lighter and stronger seam, but the seam will be visible (which may or may not be desirable). _Inside-out_ will hide the seam under the skirt, but will add an extra fold of fabric to the waist. -- Line up the waist of the skirt with where you want it to rest on the garment, and pin it into place. -- Use a coverstitch machine or a short and wide zigzag stitch along the top edge of the skirt, forming a lap seam and hiding the edge of the fabric under the coverstitch or zigzag. -- Make a second coverstitch or zigzag about 6-12mm (1/4" to 1/2") below the first line of stitching, placing it between the two gather threads and being careful not to catch either gather thread under the coverstitch. -- Remove the gather threads. -- If the skirt was placed _inside-out_ and _upside-down_, flip it back over. diff --git a/sites/orgdocs/docs/designs/onyx/measurements/readme.mdx b/sites/orgdocs/docs/designs/onyx/measurements/readme.mdx deleted file mode 100644 index 0dab59f8bd6..00000000000 --- a/sites/orgdocs/docs/designs/onyx/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Onyx One-piece: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/onyx/needs/readme.mdx b/sites/orgdocs/docs/designs/onyx/needs/readme.mdx deleted file mode 100644 index 8718bd370cc..00000000000 --- a/sites/orgdocs/docs/designs/onyx/needs/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Onyx One-Piece: What You Need" ---- - -To make Onyx, you will need the following: - -- Basic sewing supplies -- (Recommended) A serger/overlock machine. Light, strong, and stretchy seams are important for this garment. -- Between 1 - 5 meters (1.1 - 5.5 yards) of a suitable fabric, depending on size and style ([see Fabric options](/docs/designs/onyx/fabric)) - - Long sleeves, long legs, use of lining, larger measurements, more ease, use of a hood, and use of a skirt will all increase fabric requirements. - - A typical adult unisuit with short sleeves and short legs with a self-lined body will take about 2 meters of fabric. -- (Optional) Rib knit fabric for the neck, arms, and legs, if desired. diff --git a/sites/orgdocs/docs/designs/onyx/notes/readme.mdx b/sites/orgdocs/docs/designs/onyx/notes/readme.mdx deleted file mode 100644 index 2bd82d417e5..00000000000 --- a/sites/orgdocs/docs/designs/onyx/notes/readme.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Onyx One-piece: Designer Notes" ---- - -Onyx is my second design. Like Shelly, the design was made to address a need for sensory compression garments (related to autism), as well as the difficulty in finding sleeved and legged gender-neutral one-piece swimsuits sized for adults. - -What started as a swimsuit/unisuit design turned into a more general design capable of making other forms of casual or athletic one-piece outfits. I've made one-piece pajamas with the Onyx design, and the design should be capable of making simple rompers (such as pajamas rompers), leotards, and unitards, as these garments all share the same general form, varying in fabric, ease, and sleeve/leg length more than in their core design. Options for ribbed cuffs were added to aid in making pajamas with the design, and pajamas were also a major reason for the addition of the optional hood (sun protection is the other reason). - -The skirt was added in for modesty, primarily for the swimwear, though it does allow the Onyx design to be used to make gathered dresses with built-in shorts. - -Onyx does copy a number of Shelly's features, including raglan sleeves for mobility and the use of symmetrical front and back parts, except for the neck and head. - -Onyx is named after the gemstone and its deep black color, which not coincidentally is a great base color for Onyx swimsuits, particularly if one wants them to look like a wetsuit. - -A bit of history: Onyx may never have been born had it not been for the anti-LGBTQ+ protests and boycotts in the spring of 2023, which led to a unisuit that I particularly liked being pulled from the shelves of a major US retailer, and me needing a suitable replacement. - -Thrunic diff --git a/sites/orgdocs/docs/designs/onyx/options/armpitease/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/armpitease/readme.mdx deleted file mode 100644 index 28729dad68f..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/armpitease/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Armpit ease" ---- - -Shifts the sleeves downward to give extra room in the armpit, measured as a percentage of the sleeve diameter. If in doubt, go with the default value. - -Note: This option does not change the diameter of the sleeve. To make the sleeve larger or smaller, use the Sleeve ease option. - -Note: The Raglan scoop length and Raglan scoop depth options also affect the amount of ease in the armpit. - -> ##### This option also allows negative values. -> -> Negative values will move the sleeves upwards. Use with caution, even on stretch garments, as this can easily cause binding at the armpit. diff --git a/sites/orgdocs/docs/designs/onyx/options/backonfold/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/backonfold/readme.mdx deleted file mode 100644 index bf7d5fee355..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/backonfold/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Back on fold" ---- - -Controls if the back is made of of a single piece of fabric cut on the fold, or as two mirrored pieces that are sewn together down the center. - -> Advantages: Saves a construction step, removes a seam, may be more comfortable. - -> Disadvantages: Doesn't work with zippers, harder to fit a larger pattern piece on the fabric (may cause more fabric waste). - -> ##### Zippers: - -If using a back zipper, do _not_ enable this option. diff --git a/sites/orgdocs/docs/designs/onyx/options/centerseamease/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/centerseamease/readme.mdx deleted file mode 100644 index 12f774da461..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/centerseamease/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Center seam ease" ---- - -Controls how long the center seam will be, and thus how low the crotch fork of the garment will be. diff --git a/sites/orgdocs/docs/designs/onyx/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/chestease/readme.mdx deleted file mode 100644 index 09c42888f4f..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/chestease/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Chest ease" ---- - -Controls how wide the garment will be at your chest. - -Whatever value you provide here will simply be added to your chest circumference measurement when drafting the garment. - -> ##### This option allows negative values -> -> You should use negative ease if you are using a stretch material that you want to fit tightly. Unisuits and unitards typically have negative ease, while other garments typically have positive ease. - - - - diff --git a/sites/orgdocs/docs/designs/onyx/options/crotchgussetwidth/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/crotchgussetwidth/readme.mdx deleted file mode 100644 index 7a5441c945b..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/crotchgussetwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Crotch gusset width" ---- - -Adjusts how wide the crotch gusset will be. The crotch gusset is a rectangular strip of fabric running up one leg, across the crotch fork, and down the other leg. It adds room in the crotch, creates a stronger outfit by avoiding the 4-way seam normally found at the crotch fork, and greatly reduces the need for scoops around the crotch fork. - -Bodies that are wider than they are deep do not need as wide a gusset, while those with very deep thighs may need a wider gusset. - -The width of the crotch gusset will affect how the garment is shaped around the hips, crotch, and upper legs. You may have to adjust the upper leg east, seat ease, and leg taper position along with this option to get a proper fit. diff --git a/sites/orgdocs/docs/designs/onyx/options/frontonfold/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/frontonfold/readme.mdx deleted file mode 100644 index 54e2559ca21..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/frontonfold/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front on fold" ---- - -Controls if the front is made of of a single piece of fabric cut on the fold, or as two mirrored pieces that are sewn together down the center. - -> Advantages: Saves a construction step, removes a seam, may be more comfortable. - -> Disadvantages: Doesn't work with zippers, harder to fit a larger pattern piece on the fabric (may cause more fabric waste). - -> ##### Zippers: - -If using a front zipper, do _not_ enable this option. diff --git a/sites/orgdocs/docs/designs/onyx/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/hipsease/readme.mdx deleted file mode 100644 index 361ad4445db..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/hipsease/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Hips ease" ---- - -Controls how wide the garment will be at your hips. - -Whatever value you provide here will simply be added to your hips circumference measurement when drafting the garment. - -> ##### This option also allows negative values. -> -> You should use negative ease if you are using a stretch material that you want to fit tightly. Unisuits and unitards typically have negative ease, while other garments typically have positive ease. - - - - diff --git a/sites/orgdocs/docs/designs/onyx/options/hooddepth/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/hooddepth/readme.mdx deleted file mode 100644 index b0453dc4413..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/hooddepth/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Hood depth" ---- - -Controls how much room will be in the hood around the back of the head. - -Note: This option is only available if the 'neck style' option is set to 'hood.' diff --git a/sites/orgdocs/docs/designs/onyx/options/hoodfrontbonus/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/hoodfrontbonus/readme.mdx deleted file mode 100644 index 787a344cdaf..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/hoodfrontbonus/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hoodfrontbonus" ---- - -Controls how far forward the hood comes over the forehead. diff --git a/sites/orgdocs/docs/designs/onyx/options/hoodfrontdip/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/hoodfrontdip/readme.mdx deleted file mode 100644 index 0092aad13a1..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/hoodfrontdip/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hoodfrontdip" ---- - -Controls far down the front of the hood drops over the forehead. Larger values work best with lightweight/flexible fabrics. diff --git a/sites/orgdocs/docs/designs/onyx/options/hoodfrontpiecesize/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/hoodfrontpiecesize/readme.mdx deleted file mode 100644 index 33775bdc4e2..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/hoodfrontpiecesize/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Sleeve length" ---- - -Controls how long the sleeves of your garment will be. - - 15-30% will make short sleeves. - - 75% will make three-quarter sleeves. - - 100% will make long sleeves, stopping at the wrist. - - 115% will make sleeves covering the knuckles, and is appropriate if using thumb holes. - diff --git a/sites/orgdocs/docs/designs/onyx/options/hoodheight/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/hoodheight/readme.mdx deleted file mode 100644 index f9e486ea734..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/hoodheight/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Hood height" ---- - -Controls how tall the hood will be. - -Note: This option is only available if the 'neck style' option is set to 'hood.' diff --git a/sites/orgdocs/docs/designs/onyx/options/hoodhem/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/hoodhem/readme.mdx deleted file mode 100644 index 8de8f9e9144..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/hoodhem/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Hood hem" ---- - -Controls how wide the hem going around the front of the hood will be, as a multiple of the seam allowance. A hem of 2.5cm/1" is a common value. - -Note: This option is only available if the 'neck style' option is set to 'hood.' diff --git a/sites/orgdocs/docs/designs/onyx/options/leghem/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/leghem/readme.mdx deleted file mode 100644 index 5a4d77b140b..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/leghem/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Leg hem" ---- - -Controls how wide the hem going around the legs will be, as a multiple of the seam allowance. A hem of 2.5cm/1" is a common value. - -Note: This option is only available if the _Leg ribbing_ option is set to 'hem.' diff --git a/sites/orgdocs/docs/designs/onyx/options/leghemease/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/leghemease/readme.mdx deleted file mode 100644 index 8d080f8c7fa..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/leghemease/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Leg hem ease" ---- - -Controls how wide the bottom of the legs of the garment will be. The base value is interpolated between the circumference of the upper legs and the ankles, based on how long the legs on the garment are, and this option is then applied to this. diff --git a/sites/orgdocs/docs/designs/onyx/options/leglength/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/leglength/readme.mdx deleted file mode 100644 index c564d0e07e8..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/leglength/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Leg length" ---- - -Controls how long the legs on your garment will be. - - 15-30% will make short legs. - - 40-50% will be around knee length. - - 91% will cover the ankles (appropriate for long-legged swimwear). - - 100% will reach the floor (appropriate for one-piece pajamas using ribbed cuffs). - diff --git a/sites/orgdocs/docs/designs/onyx/options/legribbing/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/legribbing/readme.mdx deleted file mode 100644 index 541761f9449..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/legribbing/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Leg ribbing" ---- - -Choose whether to make ribbed knit cuffs for the legs or to use a hem. - -Note: Setting this option to 'hem' will enable the 'leg hem' option, while setting this option to 'ribbing' will enable the 'leg ribbing length' and 'leg ribbing width' options. diff --git a/sites/orgdocs/docs/designs/onyx/options/legribbinglength/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/legribbinglength/readme.mdx deleted file mode 100644 index 6e49bf14178..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/legribbinglength/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Leg ribbing length" ---- - -Controls how long the ribbing around the leg is, as a percentage of the leg circumference. Setting this to a smaller value will make the cuff tighter and hold onto the ankle better, while a larger value will give more room. - -Note: This option is only available if the 'leg ribbing' option is set to 'ribbing.' diff --git a/sites/orgdocs/docs/designs/onyx/options/legribbingwidth/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/legribbingwidth/readme.mdx deleted file mode 100644 index 4d7b37b9b87..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/legribbingwidth/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Leg ribbing width" ---- - -Controls how wide the ribbing around the leg is. - -Note: This option is only available if the 'leg ribbing' option is set to 'ribbing.' diff --git a/sites/orgdocs/docs/designs/onyx/options/legtaperposition/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/legtaperposition/readme.mdx deleted file mode 100644 index e91b3bfda29..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/legtaperposition/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Leg taper position" ---- - -Controls how the lower legs are laid out on the pattern. - -Whether the legs taper inwards or outwards or down the middle will slightly affect the fit of the garment, and will affect the shape around the crotch fork and the upper legs. It's recommended to use a value for this option that produces the smoothest looking front and back pattern pieces. - -Note: Setting this to 100% will generally produce pattern pieces that can be fit more efficiently onto the fabric. diff --git a/sites/orgdocs/docs/designs/onyx/options/neckbalance/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/neckbalance/readme.mdx deleted file mode 100644 index a510456cf0a..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/neckbalance/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Neck position" ---- - -Controls where the neck hole is placed on the garment. A value of 0% has the center of the neck hole exactly where the four raglan seams would intersect, with the front and back parts being identical and the sleeve being symmetrical. A positive value shifts the neck towards the front of the garment. diff --git a/sites/orgdocs/docs/designs/onyx/options/neckbandlength/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/neckbandlength/readme.mdx deleted file mode 100644 index c78f2951d6d..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/neckbandlength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Neckband length" ---- - -Controls how long to make the neckband, as a percentage of the circumference of the neckline. - -Too large a value will make for a loose neckband that doesn't hold its shape properly, while too small a value will cause the fabric around the neckband to be gathered. - -Materials that stretch more easily should use smaller values. 80-85% is a reasonable value when using swim fabric, and 75% is a reasonable value for rib knit. - -Note: This option is only available if the 'neck style' option is set to 'neckband.' diff --git a/sites/orgdocs/docs/designs/onyx/options/neckbandwidth/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/neckbandwidth/readme.mdx deleted file mode 100644 index a829763ef67..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/neckbandwidth/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Neckband width" ---- - -Controls how wide to make the finished neckband. For swimwear, 4cm / 1.5in (the default) is a common value. If using rib knit, 5-7.5cm (2-3in) is generally used. - -Note: This option is only available if the 'neck style' option is set to 'neckband.' diff --git a/sites/orgdocs/docs/designs/onyx/options/neckease/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/neckease/readme.mdx deleted file mode 100644 index 76d1f2e1fbe..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/neckease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Neck ease" ---- - -Controls how large the neck hole is. Keep in mind that most garments have neck holes that are substantially larger than the wearer's neck, and that the neckband will further constrict the neck. 0% ease will make a very small neck hole that hugs the neck snugly. +50% will still make what's generally considered a tight neckband appropriate for swimwear. For garments with a loose fit, or that do not use a zipper, even larger values are recommended. - -> ##### This option allows negative values -> -> Be careful setting a negative ease for the neck, even on compression garments, as it can get very uncomfortable. Perhaps it could be useful for a garment trying to seal off the body, such as a wetsuit? diff --git a/sites/orgdocs/docs/designs/onyx/options/neckguardlength/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/neckguardlength/readme.mdx deleted file mode 100644 index 85ca621b7c6..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/neckguardlength/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "neck guard length" ---- - -On garments with a neckband, this option adds extra length to the zipper guard to allow it to wrap around the neckband to protect the neck. - -Note: This option is only available if the 'neck style' option is set to 'neckband.' diff --git a/sites/orgdocs/docs/designs/onyx/options/neckstyle/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/neckstyle/readme.mdx deleted file mode 100644 index 0d2e4e1c3f6..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/neckstyle/readme.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Neck style" ---- - -Choose whether to add a hood to your garment, or to finish it with a neckband. - -Note: Setting this option to 'hood' will enable the following options: -1: Hood height -2: Hood depth -3: Hood front piece size -4: Hood front bonus -5: Hood dip -6: Hood hem - -Setting this option to 'neckband' will enable the following options: -1: Neckband length -2: Neckband width diff --git a/sites/orgdocs/docs/designs/onyx/options/outseamease/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/outseamease/readme.mdx deleted file mode 100644 index 541e11de207..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/outseamease/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Outseam ease" ---- - -Controls how far down the garment the waist, hips, seat, and upper leg points on the outseam will be. diff --git a/sites/orgdocs/docs/designs/onyx/options/raglanscooplength/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/raglanscooplength/readme.mdx deleted file mode 100644 index d077846eb94..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/raglanscooplength/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Raglan scoop length" ---- - -Controls how far out from the armhole the raglan seam starts to scoop. diff --git a/sites/orgdocs/docs/designs/onyx/options/raglanscoopmagnitude/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/raglanscoopmagnitude/readme.mdx deleted file mode 100644 index 23c07a762b3..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/raglanscoopmagnitude/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Raglan scoop depth" ---- - -Controls how much extra material to place under the armpits. diff --git a/sites/orgdocs/docs/designs/onyx/options/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/readme.mdx deleted file mode 100644 index cf6737cb92c..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Onyx One-piece: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/onyx/options/seatease/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/seatease/readme.mdx deleted file mode 100644 index 4980bf84afb..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/seatease/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Seat ease" ---- - -Controls how wide the garment will be at your seat. - -Whatever value you provide here will simply be added to your seat circumference measurement when drafting the garment. - -> ##### This option also allows negative values. -> -> You should use negative ease if you are using a stretch material that you want to fit tightly. Unisuits and unitards typically have negative ease, while other garments typically have positive ease. - - - - diff --git a/sites/orgdocs/docs/designs/onyx/options/skirt/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/skirt/readme.mdx deleted file mode 100644 index 052e4dc1379..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/skirt/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Skirt" ---- - -Select whether or not you want to add a simple gathered skirt around the waist of the garment. - -This is a basic skirt intended to not add much bulk to the garment while offering a degree of modesty and flair. It's designed for use with swimwear, but may work well for other types of garments. diff --git a/sites/orgdocs/docs/designs/onyx/options/skirthem/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/skirthem/readme.mdx deleted file mode 100644 index 9cf18c76472..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/skirthem/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Skirt hem" ---- - -Sets the hem allowance of the hem along the bottom of the skirt, as a multiple of the seam allowance. diff --git a/sites/orgdocs/docs/designs/onyx/options/skirtlength/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/skirtlength/readme.mdx deleted file mode 100644 index 20a1aec14fb..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/skirtlength/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Skirt length" ---- - -Controls the length of the skirt, as a percentage of the waist to upper leg measurement. A length of 100% should make a skirt just long enough to reach the upper leg. diff --git a/sites/orgdocs/docs/designs/onyx/options/skirtwaistband/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/skirtwaistband/readme.mdx deleted file mode 100644 index 9b479abf0f7..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/skirtwaistband/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Skirt waistband" ---- - -Sets the width of the waistband along the top of the skirt, as a multiple of the seam allowance.. - -The waistband is a single fold hem that is topstitched into the main garment around the waist. The fold serves to hide and finish the top edge. It only needs to be wide enough to allow the topstitching to secure the skirt in place. diff --git a/sites/orgdocs/docs/designs/onyx/options/skirtwidth/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/skirtwidth/readme.mdx deleted file mode 100644 index eed3945b924..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/skirtwidth/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Skirt width" ---- - -Controls the width of the skirt at the bottom, as a percentage of the waist measurement. - -The top of the skirt is cut to the same width, and gathered around the waist. As such, a large value for this option will make a more heavily gathered skirt that is wide at the bottom. diff --git a/sites/orgdocs/docs/designs/onyx/options/sleeveease/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/sleeveease/readme.mdx deleted file mode 100644 index 64932c0c002..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/sleeveease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleeve ease" ---- - -Affects how wide the sleeve is at the armhole on all garments. For sleeves that are less than 100% length, this option also affects how wide the sleeve is at the hem, with shorter sleeves being affected by this option to a greater degree, and longer sleeves being more affected by the wrist ease option. In most cases, this value should be set larger than chest ease, as the shoulders and arms are smaller and the same percentage of ease will translate to a smaller absolute ease. For compression clothes, shoulders and armpits also need more mobility than the chest, so very negative eases should generally be avoided for this option. - -> ##### This option allows negative values -> -> You should use negative ease if you are using a stretch material that you want to fit tightly. Unisuits and unitards typically have negative ease, while other garments typically have positive ease. diff --git a/sites/orgdocs/docs/designs/onyx/options/sleevehem/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/sleevehem/readme.mdx deleted file mode 100644 index 4550f00fd64..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/sleevehem/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Sleeve hem" ---- - -Controls how wide the hem going around each sleeve will be, as a multiple of the seam allowance. A hem of 2.5cm/1" is a common value. - -Note: This option is only available if the _Sleeve ribbing_ option is set to 'hem.' diff --git a/sites/orgdocs/docs/designs/onyx/options/sleevelength/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/sleevelength/readme.mdx deleted file mode 100644 index 33775bdc4e2..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/sleevelength/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Sleeve length" ---- - -Controls how long the sleeves of your garment will be. - - 15-30% will make short sleeves. - - 75% will make three-quarter sleeves. - - 100% will make long sleeves, stopping at the wrist. - - 115% will make sleeves covering the knuckles, and is appropriate if using thumb holes. - diff --git a/sites/orgdocs/docs/designs/onyx/options/sleeveribbing/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/sleeveribbing/readme.mdx deleted file mode 100644 index 131d7a6d908..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/sleeveribbing/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Sleeve ribbing" ---- - -Choose whether to make ribbed knit cuffs for the sleeves or to use a hem. - -Note: Setting this option to 'hem' will enable the 'sleeve hem' option, while setting this option to 'ribbing' will enable the 'sleeve ribbing length' and 'sleeve ribbing width' options. diff --git a/sites/orgdocs/docs/designs/onyx/options/sleeveribbinglength/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/sleeveribbinglength/readme.mdx deleted file mode 100644 index 4f4b3446462..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/sleeveribbinglength/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Sleeve ribbing length" ---- - -Controls how long the ribbing around the sleeves is, as a percentage of the sleeve circumference. Setting this to a smaller value will make the cuff tighter and hold onto the arm better, while a larger value will give more room. If making sleeves with thumb holes, it is recommended to set this value a little larger or to use a hem instead to avoid squeezing the hands. - -Note: This option is only available if the 'sleeve ribbing' option is set to 'ribbing.' diff --git a/sites/orgdocs/docs/designs/onyx/options/sleeveribbingwidth/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/sleeveribbingwidth/readme.mdx deleted file mode 100644 index bf04c23ff33..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/sleeveribbingwidth/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Sleeve ribbing width" ---- - -Controls how wide the ribbing around the sleeve is. - -Note: This option is only available if the 'sleeve ribbing' option is set to 'ribbing.' diff --git a/sites/orgdocs/docs/designs/onyx/options/upperlegease/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/upperlegease/readme.mdx deleted file mode 100644 index f3d7ed3d6a1..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/upperlegease/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Upper leg ease" ---- - -Controls how wide the garment will be at your upper leg. - -Whatever value you provide here will simply be added to your upper leg circumference measurement when drafting the garment. - -> ##### This option also allows negative values. -> -> You should use negative ease if you are using a stretch material that you want to fit tightly. Unisuits and unitards typically have negative ease, while other garments typically have positive ease. - - - - diff --git a/sites/orgdocs/docs/designs/onyx/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/waistease/readme.mdx deleted file mode 100644 index 54574948845..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/waistease/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Waist ease" ---- - -Controls how wide the garment will be around the waist. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/onyx/options/wristease/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/wristease/readme.mdx deleted file mode 100644 index c668948d675..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/wristease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Wrist ease" ---- - -Affects how wide the end of the sleeve is on some garments. There is no effect for sleeves ending at the biceps or above. For longer sleeves, the wrist measurement and this wrist ease option have a progressively larger effect, reaching full effect for long sleeved garments (sleeve length of 100% or greater). - -> ##### This option allows negative values -> -> You should use negative ease if you are using a stretch material that you want to fit tightly. Unisuits and unitards typically have negative ease, while other garments typically have positive ease. diff --git a/sites/orgdocs/docs/designs/onyx/options/zipperPosition/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/zipperPosition/readme.mdx deleted file mode 100644 index 8bd07c15699..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/zipperPosition/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Zipper position ---- - -Choose whether to place the zipper on the front, the back, or to not use a zipper at all. - -Front Zipper: -1: Easy for the wearer to reach the zipper. -2: Allows for a tight neckline. -3: Provides the least mobility of any option. - -Back Zipper: -1: Allows greater mobility and stretch in the torso than a front zipper. -2: Allows for a tight neckline. -3: Can be hard to zip up and down by oneself. - -No Zipper: -1: Allows maximum mobility and stretch in the torso. -2: Easy to put on and take off the garment. -3: Requires a very large neckline, since the neck must be able to stretch around the widest part of the hips. - -Note: The zipper guard piece is only generated if a zipper is used. diff --git a/sites/orgdocs/docs/designs/onyx/options/zipperguardwidth/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/zipperguardwidth/readme.mdx deleted file mode 100644 index f0c6c22f24e..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/zipperguardwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Zipper guard width" ---- - -Controls how wide the zipper guard will be. It should be wide enough to fully cover the zipper, with a little extra in case it shirts or stretches while in use. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/onyx/options/zipperlength/readme.mdx b/sites/orgdocs/docs/designs/onyx/options/zipperlength/readme.mdx deleted file mode 100644 index b8bb5dd1bac..00000000000 --- a/sites/orgdocs/docs/designs/onyx/options/zipperlength/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Zipper length" ---- - -Sets the length of the zipper, as a percentage of the vertical trunk. If you're using a precut zipper, you should adjust this option until the value shown below (in cm/in) matches the length of your zipper, measured from the lower stop to the upper stop. - -Note: This option doesn't directly change the shape of the front or back pieces where the zipper is attached, but the zipper will be drawn onto the appropriate piece for reference, and will be used in drafting the zipper guard piece. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/onyx/readme.mdx b/sites/orgdocs/docs/designs/onyx/readme.mdx deleted file mode 100644 index 2a19837749e..00000000000 --- a/sites/orgdocs/docs/designs/onyx/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Onyx One-piece" ---- - - diff --git a/sites/orgdocs/docs/designs/opal/cutting/readme.mdx b/sites/orgdocs/docs/designs/opal/cutting/readme.mdx deleted file mode 100644 index 6ba2fde3e00..00000000000 --- a/sites/orgdocs/docs/designs/opal/cutting/readme.mdx +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Opal Overalls: Cutting Instructions" ---- - -- Cut **2 front** parts -- Cut **2 back** parts -- Cut **1 bib** part -- Cut **1 waistband** part -- Cut **1 bib placket** part -- Cut **1 bib pocket** part (optional) -- Cut **2 slash pocket** parts (optional) -- Cut **2 pocket shield** parts (optional) -- Cut **2 back pocket** parts (optional) -- Cut **1 carpenter pocket** part (optional) -- Cut **1 2nd carpenter pocket** part (optional) -- Cut **1 hammer loop** part (optional) - -:::note - - -When cutting out two, you can cut them [good sides together](/docs/sewing/good-sides-together). -However, when working with fabric with a pattern, I prefer to cut them individually to finely control the pattern matching. - -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. - -::: diff --git a/sites/orgdocs/docs/designs/opal/fabric/readme.mdx b/sites/orgdocs/docs/designs/opal/fabric/readme.mdx deleted file mode 100644 index 03565664215..00000000000 --- a/sites/orgdocs/docs/designs/opal/fabric/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Opal Overalls: Fabric Options" ---- - -This pattern is designed to work with denim, but should work with most woven fabrics. diff --git a/sites/orgdocs/docs/designs/opal/instructions/readme.mdx b/sites/orgdocs/docs/designs/opal/instructions/readme.mdx deleted file mode 100644 index 6b48d9d7cea..00000000000 --- a/sites/orgdocs/docs/designs/opal/instructions/readme.mdx +++ /dev/null @@ -1,112 +0,0 @@ ---- -title: "Opal Overalls: Sewing Instructions" ---- - -## Note -- A _double row of stitching_ means a row of *edgestitching* no more than 3mm in from the edge, followed by a row of *topstitching* about 6-10mm in from the first row. This should produce stitching that looks like the stitching found on jeans, or a flat felled seam. - -### Step 0: Customizing and fitting your pattern - -Select an appropriate leg length: -- 20-60% for shorts -- 90% for ankle-length legs -- 100% for legs that touch the floor. - -Decide on what hardware you want to use, if any. These instruction assume you're using traditional overalls hardware (tack buttons + buckles + sliders), but there are many ways of securing the straps to the front bib. - -Decide on what pockets to include, if any. The designs supports up to seven pockets in a classical carpenter style (a bib pocket, two front slash pockets, two back pockets, and two carpenter pockets on the right leg), along with a hammer loop. If not including front slash pockets, the front piece will have to have the triangular gap filled in where the pocket would go. - -Figure out what kind of fit you want and set your eases accordingly. - - Overalls are generally much roomier than pants. As such, they usually have quite a bit of ease. - - Keep in mind that the waist must slide over your hips. Either make sure the waist has enough ease to slide over the hips, or use a fabric with some two-way stretch (like the fabric used in skinny jeans). - - The straps must be long enough to add any extra length needed for the hardware. Traditional overalls hardware (tack buttons + buckles + sliders) generally need 20-30cm of extra length to accomodate the straps being adjustable. - -If you wish to do any embroidery, it's easiest to do it now, before starting to assemble the garment. - -### Step 1: Slash Pockets - -- Overcast or serge the slanted edge of the pocket shield to prevent it from fraying. -- With the slash pocket laying flat with *good sides up* place the pocket shield onto the slash pocket *wrong side* to *good side* in the upper corner, matching the slanted edge of the pocket shield to the line indicated on the slash pocket part. -- *Edgestitch* the slanted edge of the pocket shield to the slash pocket. -- Turn the pocket *right-side-out*. -- Secure the seam with a double row of stitching. -- *Baste* the remaining two sides; these will be secured when the pocket is sewn into the legs. -- Repeat for the other slash pocket making sure it is mirrored to one you've already made. - -### Step 2: Bib Pocket - -- Press a double fold hem into the top edge of the bib pocket, and secure with a double row of stitching. -- Press a single fold hem into the remaining sides of the bib pocket, and secure with clips or pins. Place the bib pocket carefully into place onto the front bib, *wrong side to good side*, and pin into place, removing the previous clips/pins as you do so. -- Secure with a double row of stitching. - -### Step 3a: Back Pockets (first part) - -- Press a double fold hem into the top edge of the back pocket, and secure with a double row of stitching. -- Press a single fold hem into the remaining sides of the back pocket, and secure with clips or pins. Place the back pocket carefully into place onto the rear piece, *wrong side to good side*, and pin into place, removing the previous clips/pins as you do so. - -### Step 3b: Carpenter Pockets -- Press a double fold hem into the slanted edge of the carpenter pocket, and secure with a double row of stitching. -- Press a single fold hem into the remaining sides of the carpenter pocket, and secure with clips or pins. -- Carefully remove pins as needed from the right back pocket to make room for the carpenter pocket to be slid under the back pocket. - Place the carpenter pocket carefully into place *on top of* the right(opposite of left) rear piece and *under* the back pocket, *wrong side to good side*, and pin into place, removing the previous clips/pins as you do so. -- Secure with a double row of stitching on the top, left, and bottom sides of the carpenter pocket, being careful to lift the back pocket out of the way as you sew to avoid sewing into it. -- Baste the rightmost edges of the carpenter pocket and rear pieces together. - -- Press a double fold hem into the slanted edge of the 2nd carpenter pocket, and secure with a double row of stitching. -- Press a single fold hem into the remaining sides of the 2nd carpenter pocket, and secure with clips or pins. -- Baste the rightmost edges of the 2nd carpenter pocket and rear pieces together. - -### Step 3c: Hammer Loop - -- Fold the hammer loop piece to the desired width and clip/pin. -- Carefully remove pins from the left back pockets to make room for the hammer loop to be slid under the back pocket. -- Slide the hammer loop *under* the left back pocket, and replace the pins, securing the hammer loop into place. -- Place the hammer loop along the left edge of the left rear piece, and baste into place. - -### Step 3d: Back Pockets (second part) -- Secure with a double row of stitching. -- Repeat for the second back pocket. - -### Step 4: Assembling the front -- Fold the waistband piece as indicated and clip/pin it. -- With *right sides together* join the front pieces together along the center seam with a flat felled or mock flat felled seam. -- Place the front piece and front bib together with *right sides together* and secure them together with a straight stitch to form the front assembly. Press the seam so that it lays towards to top the garment. -- Unfold the front assembly and lay it on the table *wrong side up*. -- Place the waistband over the waist seam, with the smooth side face up, and the side with the raw edge placed against the front assembly. Place the bottom edge of the waistband 3-5mm below the seam, and make sure that the waistband fully covers the seam. -- Trim any excess waistband length. -- Pin into place, removing existing clips/pins from the waistband in the process. -- Flip the front assembly *right side up*. -- Topstitch 3 or 4 horizontal rows of straight stitching to secure the waistband to the front assembly and reinforce the waist seam, making sure to enclose the waist seam fully within the topstitching. - -### Step 5: Assembling the back - -Note: The center seam runs from the bottom of the 'hexagon' to the crotch fork. Be careful not to stitch any part of the hexagon in this step. -- With *right sides together* , join the front and back assemblies along the center seam with a flat felled or mock flat felled seam. - -### Step 6: Joining the front and back assemblies -- With *right sides together*, join the front and back assemblies along each outseam with a flat felled or mock flat felled seam. -- With *right sides still together*, close the inseam with a flat felled or mock flat felled seam. - -### Step 7: Forming the hexagon and hemming the bibs -- Lay the back bib flat with *right sides up*, so that the two back bibs overlap to form the hexagon. The left back/right strap crosses over the right back/left strap. -- Fold the hem allowances of the hexagon inwards into a single-fold topstitched hem/seam, and pin into place (clips won't work here). -- Fold the remaining hem allowances of the straps and bibs into a double-fold hem, and clip or pin. -- Secure the hexagon and the hems with a double row of stitching. You should be able to be do this in two parts, starting and finishing on the sides of the hexagon for each one. - -### Step 8: Reinforcing the front bib and installing hardware - -- Fold the bib placket piece as indicated, and clip or pin. -- Trim any excess length away. -- (optional) Serge or overlock the sides of the bib placket to prevent fraying. -- Clip or pin the bib placket into place. It should be slightly inset from the edges of the front bib, and the side with the raw edge should be placed against the *wrong side* of the bib. -- Topstitch 3 or 4 horizontal rows of straight stitching from the *right side* of the garment to secure the placket into place. - -### Step 9: Hemming the legs - -- Fold the hem allowances of the legs into double-fold hems, and clip or pin. -- Secure the hems with a single row of stitching. - -### Step 10: Finishing -- Put on a comfortable shirt or one-piece garment for underneath, or just go shirtless. -- Put on your finished overalls. -- You're all done. Enjoy. diff --git a/sites/orgdocs/docs/designs/opal/measurements/readme.mdx b/sites/orgdocs/docs/designs/opal/measurements/readme.mdx deleted file mode 100644 index fe40a0414f3..00000000000 --- a/sites/orgdocs/docs/designs/opal/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Opal Overalls: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/opal/needs/readme.mdx b/sites/orgdocs/docs/designs/opal/needs/readme.mdx deleted file mode 100644 index 2df4863371a..00000000000 --- a/sites/orgdocs/docs/designs/opal/needs/readme.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Opal Overalls: What You Need" ---- - -To make Opal, you will need the following: - -- Basic sewing supplies -- Between 1 - 3 meters (1.1 - 3.3 yards) of a suitable fabric, depending on size and style ([see Fabric options](/docs/designs/opal/fabric)). -- (optional) Fasteners to attach the straps to the front bib. I make my overalls using tack buttons on the bib, and a buckle and slider on each strap. - -:::warning - - - - Long legs and a looser fit will increase fabric requirements. Pockets usually can be fit on the otherwise wasted portion of the fabric, and don't change the fabric length requirement. - - A pair of shortalls for a typical adult will need about 2 meters of fabric. - -::: diff --git a/sites/orgdocs/docs/designs/opal/notes/readme.mdx b/sites/orgdocs/docs/designs/opal/notes/readme.mdx deleted file mode 100644 index 0dc10283e7f..00000000000 --- a/sites/orgdocs/docs/designs/opal/notes/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Opal Overalls: Designer Notes" ---- - -Opal is my third design. Like my first two designs (Shelly and Onyx), Opal has been designed to address my sensory needs. Overalls are loose, practical garments that don't cause the sensory issues that jeans cause, but are still a sturdy, practical garment that can be worn over other sensory clothes. - -The lack of side buttons is due to these sensory issues - the garment is intended to be drafted loose enough to fit over the hips, and omitting the side buttons makes for a more comfortable garment, as well as making the overalls quite a fair bit easier to draft and make. - -The fabric crossing over on the back bib adds strength and is a look I really like, which is why I drafted it that way. - -Opal's name is in keeping with the gemstone theme of my designs. - -Thrunic diff --git a/sites/orgdocs/docs/designs/opal/options/backbibbaseangle/readme.mdx b/sites/orgdocs/docs/designs/opal/options/backbibbaseangle/readme.mdx deleted file mode 100644 index c8c764723b1..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/backbibbaseangle/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Back bib base angle" ---- - -Controls the angle at which the back bib rises from side seam. Larger values will provide a fuller back bib. diff --git a/sites/orgdocs/docs/designs/opal/options/backbibbasecurve/readme.mdx b/sites/orgdocs/docs/designs/opal/options/backbibbasecurve/readme.mdx deleted file mode 100644 index 85018393ce1..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/backbibbasecurve/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Back bib base curve" ---- - -Controls how strongly curved the back bib is as it rises from the side seam. Smaller values will provide a fuller back bib. diff --git a/sites/orgdocs/docs/designs/opal/options/backbibhexagonheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/backbibhexagonheight/readme.mdx deleted file mode 100644 index eb0cc85d3d7..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/backbibhexagonheight/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Back bib hexagon height" ---- - -Controls how tall the hexagon formed by the straps crossing is. This is mostly a stylistic option, though higher values will produce a taller hexagonal crossing-over region, which will somewhat reduce the length of the straps and slightly reduce the coverage of the back bib, but should be a little stronger. diff --git a/sites/orgdocs/docs/designs/opal/options/backbibhexagonsideheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/backbibhexagonsideheight/readme.mdx deleted file mode 100644 index da828b28f76..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/backbibhexagonsideheight/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Back bib hexagon side height" ---- - -Controls how tall the left and right sides of the hexagon formed by the straps crossing are. This is mostly a style choice, but too small a value will make the garment construction harder, and may weaken the garment. diff --git a/sites/orgdocs/docs/designs/opal/options/backbibhexagonverticalposition/readme.mdx b/sites/orgdocs/docs/designs/opal/options/backbibhexagonverticalposition/readme.mdx deleted file mode 100644 index 2320d148081..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/backbibhexagonverticalposition/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Back bib hexagon vertical position" ---- - -Controls how far up the hexagon formed by the straps crossing is. Higher values will produce a taller back bib, and correspondingly shorter straps. This will produce more coverage, but shorter straps will reduce their adjustment range. diff --git a/sites/orgdocs/docs/designs/opal/options/backbibhexagonwidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/backbibhexagonwidth/readme.mdx deleted file mode 100644 index 08ce7c5075b..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/backbibhexagonwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Back bib hexagon width" ---- - -Controls how wide the hexagon formed by the straps crossing is. Larger values will make the entire back bib wider, and also wider the base of the straps, adding quite a bit more coverage. diff --git a/sites/orgdocs/docs/designs/opal/options/bibheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/bibheight/readme.mdx deleted file mode 100644 index 4104d58fd3a..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/bibheight/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bib height" ---- - -Controls how tall the front bib is. diff --git a/sites/orgdocs/docs/designs/opal/options/bibplacketlayers/readme.mdx b/sites/orgdocs/docs/designs/opal/options/bibplacketlayers/readme.mdx deleted file mode 100644 index 2a0514ab94f..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/bibplacketlayers/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bib placket layers" ---- - -Sets how many layers of fabric are used for the placket at the top of the front bib. Using more layers will produce a stronger area to install the bib hardware into, but too many layers will be hard to sew and will add bulk. diff --git a/sites/orgdocs/docs/designs/opal/options/bibplacketwidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/bibplacketwidth/readme.mdx deleted file mode 100644 index 37c8e518201..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/bibplacketwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bib placket width" ---- - -Controls how wide to make the placket at the top of the front bib. diff --git a/sites/orgdocs/docs/designs/opal/options/bibpocketonfold/readme.mdx b/sites/orgdocs/docs/designs/opal/options/bibpocketonfold/readme.mdx deleted file mode 100644 index 842605842f8..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/bibpocketonfold/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bib pocket on fold" ---- - -Toggles whether to draft the bib pocket pattern on-the-fold, or as a full pattern piece. diff --git a/sites/orgdocs/docs/designs/opal/options/bibwaistdrop/readme.mdx b/sites/orgdocs/docs/designs/opal/options/bibwaistdrop/readme.mdx deleted file mode 100644 index 9e5a68a3399..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/bibwaistdrop/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bib waist drop" ---- - -Places extra fabric in the center of the waist, to help the garment better wrap around the belly. This extra fabric helps to avoid having the folds of fabric that often form at the base of the bib. diff --git a/sites/orgdocs/docs/designs/opal/options/bibwidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/bibwidth/readme.mdx deleted file mode 100644 index d8998e8b888..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/bibwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bib width" ---- - -Controls how wide the front bib is. diff --git a/sites/orgdocs/docs/designs/opal/options/crossseamcurveangle/readme.mdx b/sites/orgdocs/docs/designs/opal/options/crossseamcurveangle/readme.mdx deleted file mode 100644 index 4e41a0f5157..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/crossseamcurveangle/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Cross seam curve angle" ---- - -Controls at what angle the cross seam reaches the crotch fork. diff --git a/sites/orgdocs/docs/designs/opal/options/crossseamcurvebend/readme.mdx b/sites/orgdocs/docs/designs/opal/options/crossseamcurvebend/readme.mdx deleted file mode 100644 index 506e5dfea57..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/crossseamcurvebend/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Cross seam curve bend" ---- - -Controls how deeply scooped the cross seam is. Smaller values will give more room in the seat. diff --git a/sites/orgdocs/docs/designs/opal/options/crossseamcurvestart/readme.mdx b/sites/orgdocs/docs/designs/opal/options/crossseamcurvestart/readme.mdx deleted file mode 100644 index 15432c457c6..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/crossseamcurvestart/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Cross seam curve start" ---- - -Controls where the cross seam starts curving on the back. Smaller values will give more room in the seat. diff --git a/sites/orgdocs/docs/designs/opal/options/crotchdrop/readme.mdx b/sites/orgdocs/docs/designs/opal/options/crotchdrop/readme.mdx deleted file mode 100644 index 68a2a0a39c6..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/crotchdrop/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Crotch drop" ---- - -Controls vertical ease at the crotch fork. diff --git a/sites/orgdocs/docs/designs/opal/options/crotchease/readme.mdx b/sites/orgdocs/docs/designs/opal/options/crotchease/readme.mdx deleted file mode 100644 index 8f4e1793b46..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/crotchease/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Crotch ease" ---- - -Controls horizontal ease at the crotch fork. diff --git a/sites/orgdocs/docs/designs/opal/options/crotchforkbalance/readme.mdx b/sites/orgdocs/docs/designs/opal/options/crotchforkbalance/readme.mdx deleted file mode 100644 index 7d3356a6414..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/crotchforkbalance/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Crotch fork balance" ---- - -Controls how far back/forward the crotch fork is placed. diff --git a/sites/orgdocs/docs/designs/opal/options/crotchseamcurveangle/readme.mdx b/sites/orgdocs/docs/designs/opal/options/crotchseamcurveangle/readme.mdx deleted file mode 100644 index 1ef98c3a2d7..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/crotchseamcurveangle/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Crotch seam curve angle" ---- - -Controls at what angle the crotch seam reaches the crotch fork. diff --git a/sites/orgdocs/docs/designs/opal/options/crotchseamcurvebend/readme.mdx b/sites/orgdocs/docs/designs/opal/options/crotchseamcurvebend/readme.mdx deleted file mode 100644 index b1220bb0705..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/crotchseamcurvebend/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Crotch seam curve bend" ---- - -Controls how deeply scooped the crotch seam is. Smaller values will give more room in the crotch. diff --git a/sites/orgdocs/docs/designs/opal/options/crotchseamcurvestart/readme.mdx b/sites/orgdocs/docs/designs/opal/options/crotchseamcurvestart/readme.mdx deleted file mode 100644 index 9e476a2127f..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/crotchseamcurvestart/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Crotch seam curve start" ---- - -Controls where the crotch seam starts curving on the front. Smaller values will give more room in the crotch. diff --git a/sites/orgdocs/docs/designs/opal/options/hammerloop/readme.mdx b/sites/orgdocs/docs/designs/opal/options/hammerloop/readme.mdx deleted file mode 100644 index 45cb895152f..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/hammerloop/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hammer loop" ---- - -Toggles whether to include a hammer loop under the left back pocket. diff --git a/sites/orgdocs/docs/designs/opal/options/hammerloopcornerx/readme.mdx b/sites/orgdocs/docs/designs/opal/options/hammerloopcornerx/readme.mdx deleted file mode 100644 index d17f6f4c09f..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/hammerloopcornerx/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hammer loop corner horizontal position" ---- - -Controls how the hammer loop curves. Used for calculating its length. diff --git a/sites/orgdocs/docs/designs/opal/options/hammerloopcornery/readme.mdx b/sites/orgdocs/docs/designs/opal/options/hammerloopcornery/readme.mdx deleted file mode 100644 index 1f160cd8488..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/hammerloopcornery/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hammer loop corner vertical position" ---- - -Controls how the hammer loop curves. Used for calculating its length. diff --git a/sites/orgdocs/docs/designs/opal/options/hammerloopcurve/readme.mdx b/sites/orgdocs/docs/designs/opal/options/hammerloopcurve/readme.mdx deleted file mode 100644 index 52f666b9098..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/hammerloopcurve/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hammer loop curve" ---- - -Controls how the hammer loop curves. Used for calculating its length. diff --git a/sites/orgdocs/docs/designs/opal/options/hammerloopfirstfold/readme.mdx b/sites/orgdocs/docs/designs/opal/options/hammerloopfirstfold/readme.mdx deleted file mode 100644 index ddc9983d598..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/hammerloopfirstfold/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hammer loop first fold" ---- - -Controls how wide the first fold of the hammer loop is. This is used for calculating how wide the fabric needs to be cut for the hammer loop. diff --git a/sites/orgdocs/docs/designs/opal/options/hammerloopoutseam/readme.mdx b/sites/orgdocs/docs/designs/opal/options/hammerloopoutseam/readme.mdx deleted file mode 100644 index 203e534d0dd..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/hammerloopoutseam/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hammer loop outseam" ---- - -Controls how far down the outseam the hammer loop is inserted. Used for calculating its length. diff --git a/sites/orgdocs/docs/designs/opal/options/hammerloopsecondfold/readme.mdx b/sites/orgdocs/docs/designs/opal/options/hammerloopsecondfold/readme.mdx deleted file mode 100644 index 6b69d00c997..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/hammerloopsecondfold/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hammer loop second fold" ---- - -Controls how wide the second fold of the hammer loop is. This is used for calculating how wide the fabric needs to be cut for the hammer loop. diff --git a/sites/orgdocs/docs/designs/opal/options/hammerloopwidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/hammerloopwidth/readme.mdx deleted file mode 100644 index 196b7c2612a..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/hammerloopwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hammer loop width" ---- - -How wide to make the hammer loop. diff --git a/sites/orgdocs/docs/designs/opal/options/hemallowance/readme.mdx b/sites/orgdocs/docs/designs/opal/options/hemallowance/readme.mdx deleted file mode 100644 index 5311296560a..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/hemallowance/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Hem allowance" ---- - -Sets how wide the hems are around the front bib, back bib, and straps are. A larger hem will make the bibs and straps a little stiffer and stronger, but large values can make the curves harder to sew. - -Note: This option does not change the hem around the legs. Use the Leg hem allowance options for that. diff --git a/sites/orgdocs/docs/designs/opal/options/legbalance/readme.mdx b/sites/orgdocs/docs/designs/opal/options/legbalance/readme.mdx deleted file mode 100644 index 31e14c8e99e..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/legbalance/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Leg balance" ---- - -Positive values move more of the fabric to the back piece, negative values to the front piece. diff --git a/sites/orgdocs/docs/designs/opal/options/leghemallowance/readme.mdx b/sites/orgdocs/docs/designs/opal/options/leghemallowance/readme.mdx deleted file mode 100644 index d7d6e1ecf00..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/leghemallowance/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Leg hem allowance" ---- - -Sets how wide the hems are around the legs. If you want to cuff the legs as well as hem them, add additional allowance here for the cuffs. diff --git a/sites/orgdocs/docs/designs/opal/options/leghemease/readme.mdx b/sites/orgdocs/docs/designs/opal/options/leghemease/readme.mdx deleted file mode 100644 index 005ba2ed6dc..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/leghemease/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Leg hem ease" ---- - -Controls how much ease there is at the bottom of the legs. - -Note: This option does _not_ affect the width of any hem. It only affects the length around the circumference of the leg, with the greatest effect felt at the hem, and tapering off towards the thighs. diff --git a/sites/orgdocs/docs/designs/opal/options/leglength/readme.mdx b/sites/orgdocs/docs/designs/opal/options/leglength/readme.mdx deleted file mode 100644 index 17a88a315f9..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/leglength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Leg length" ---- - -Controls how long the legs of the garment will be. A value of 100% should produce legs that reach the floor. Much smaller values (20%-60%) are used to draft a pattern for shortalls. - -Note: The exact length needed will probably need tweaking, based on how the garment is intended to be worn. I recommend that you take a measuring tape, place one end where you want the top of the outseam to rest, measure from there to where you want the bottom of the legs to reach, and adjust this option so that the outseam of the drafted pattern is the right length. - -Note: Too long is better than too short. Excess leg length can be hemmed, cuffed, or cut away, but it's hard to add more length to overalls that are too short. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/opal/options/outseamheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/outseamheight/readme.mdx deleted file mode 100644 index cdbd97da304..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/outseamheight/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Outseam height" ---- - -Controls how far up past the waist the outseam extends, and thus how far up the front and back bibs separate. - -Note: This option has a major effect on the overall style of your design. Larger values will give overalls with more side coverage and are more common in mens' or kids' overalls, while smaller values will expose more of the sides and are more common in feminine overalls. Larger values should produce a stronger (more tear-resistant) garment. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketback/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketback/readme.mdx deleted file mode 100644 index 152870109d9..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketback/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Back pocket" ---- - -Toggles whether to include back pockets in the pattern. - -Note: Setting this option to 'true' will enable the following options: -- Back pocket horizontal position -- Back pocket vertical position -- Back pocket width -- Back pocket height -- Back pocket corner width -- Back pocket corner height diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbackcornerheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbackcornerheight/readme.mdx deleted file mode 100644 index 4d6f54e4f8d..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbackcornerheight/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Back pocket corner height" ---- - -Controls how tall the bottom-left and bottom-right corners of the back pocket are. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbackcornerwidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbackcornerwidth/readme.mdx deleted file mode 100644 index c12f2365469..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbackcornerwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Back pocket corner width" ---- - -Controls how wide the bottom-left and bottom-right corners of the back pocket are. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbackheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbackheight/readme.mdx deleted file mode 100644 index 948019c1be5..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbackheight/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Back pocket height" ---- - -Controls how tall the back pockets are. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbackpositionx/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbackpositionx/readme.mdx deleted file mode 100644 index 1ba2890f3ae..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbackpositionx/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Back pocket horizontal position" ---- - -Controls where the back pockets are horizontally. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbackpositiony/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbackpositiony/readme.mdx deleted file mode 100644 index fef70246df3..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbackpositiony/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Back pocket vertical position" ---- - -Controls where the back pockets are vertically. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbackwidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbackwidth/readme.mdx deleted file mode 100644 index 1c09f3940cd..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbackwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Back pocket width" ---- - -Controls how wide the back pockets are. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbib/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbib/readme.mdx deleted file mode 100644 index 7b1bdf4fa30..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbib/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Bib pocket" ---- - -Toggles whether to include a bib pocket in the pattern. - -Note: Setting this option to 'true' will enable the following options: -- Bib pocket on fold -- Bib pocket vertical position -- Bib pocket style -- Bib pocket width -- Bib pocket height -- Bib pocket feature width -- Bib pocket feature height -- Bib pocket curve diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbibfeaturecurve/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbibfeaturecurve/readme.mdx deleted file mode 100644 index 4e0786c0c12..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbibfeaturecurve/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Bib pocket feature curve" ---- - -The exact effect of this option varies based on the selected bib pocket style: -- Pentagon: This option has no effect. -- Hexagon: This option has no effect. -- Curved bottom: This option controls how strongly curved the curved sections on the bottom of the pocket extends. -- Rectangle: This option has no effect. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbibfeatureheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbibfeatureheight/readme.mdx deleted file mode 100644 index 517585e82ef..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbibfeatureheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Bib pocket feature height" ---- - -The exact effect of this option varies based on the selected bib pocket style: -- Pentagon: This option controls how far up the bottom-right and bottom-left corners are. -- Hexagon: This option controls how high the diagonal (bottom-right and bottom-left) edges of the pocket are. -- Curved bottom: This option controls how high the curved sections on the bottom of the pocket extend. -- Rectangle: This option has no effect. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbibfeaturewidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbibfeaturewidth/readme.mdx deleted file mode 100644 index c5742cc1ea1..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbibfeaturewidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Bib pocket feature width" ---- - -The exact effect of this option varies based on the selected bib pocket style: -- Pentagon: This option controls how wide the bib pocket is at the bottom-right and bottom-left corners. -- Hexagon: This option controls how wide bottom edge of the pocket is. -- Curved bottom: This option controls how wide the flat section on the bottom edge of the pocket is. -- Rectangle: This option has no effect. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbibheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbibheight/readme.mdx deleted file mode 100644 index c74e2a248df..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbibheight/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bib pocket height" ---- - -Controls how tall the bib pocket is. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbibonfold/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbibonfold/readme.mdx deleted file mode 100644 index a9ffbf32ce1..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbibonfold/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Bib pocket on fold" ---- - -Toggles whether to draft the bib pocket pattern on-the-fold, or as a full pattern piece. - -Note: Printing on-the-fold can save a small amount of paper, but I recommend to print the full pattern piece to avoid confusion, since the other pieces are all full pieces. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbibstyle/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbibstyle/readme.mdx deleted file mode 100644 index 819de492882..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbibstyle/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Bib pocket style" ---- - -Choose among the available types/styles for the bib pocket: -- Pentagon: The bib pocket is in the shape of a pentagon. The feature options control the bottom-right and bottom-left points of the pentagon. This is the designer's preferred style, as it follows the trapezoidal shape of the front bib. -- Hexagon: The bib pocket is in the shape of a hexagon, similar to the style of the back pockets. -- Curved bottom: This is like 'hexagon,' but the two diagonal edges are curves instead of straight lines. -- Rectangle: The bib pocket is in the shape of a rectangle. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbibverticalposition/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbibverticalposition/readme.mdx deleted file mode 100644 index ef59ee03ac7..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbibverticalposition/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bib pocket vertical position" ---- - -Controls where the bib pocket is located on the bib vertically. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketbibwidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketbibwidth/readme.mdx deleted file mode 100644 index a6e714866de..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketbibwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Bib pocket width" ---- - -Controls how wide the top of the bib pocket is. For the rectangular bib pocket style, this also controls how wide the bottom of the bib pocket is. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketcarpenter/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketcarpenter/readme.mdx deleted file mode 100644 index 661912bddeb..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketcarpenter/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Carpenter pocket" ---- - -Toggles whether to include a carpenter pocket under the right back pocket. - -Note: Setting this option to 'true' will enable the following options: -- Carpenter pocket height -- Carpenter pocket anchor horizontal position -- Carpenter pocket anchor vertical position -- Carpenter pocket anchor width -- Carpenter pocket opening height -- Carpenter pocket extra -- Carpenter pocket extra height (If carpenter pocket extra is also true) diff --git a/sites/orgdocs/docs/designs/opal/options/pocketcarpenteranchorwidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketcarpenteranchorwidth/readme.mdx deleted file mode 100644 index e1fce497baf..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketcarpenteranchorwidth/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Carpenter pocket anchor width" ---- - -Controls how wide the section of the carpenter pocket anchored under the back pocket is. - -Note: This option also controls how slanted the opening of the carpenter pocket is. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketcarpenteranchorx/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketcarpenteranchorx/readme.mdx deleted file mode 100644 index fe04fb9aadd..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketcarpenteranchorx/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Carpenter pocket height" ---- - -Controls how tall the carpenter pocket is. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketcarpenteranchory/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketcarpenteranchory/readme.mdx deleted file mode 100644 index 7a768f77787..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketcarpenteranchory/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Carpenter pocket anchor vertical position" ---- - -Controls where the carpenter pocket is anchored under the back pocket vertically. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketcarpenterextra/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketcarpenterextra/readme.mdx deleted file mode 100644 index 6ef8b904bdb..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketcarpenterextra/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Carpenter pocket extra" ---- - -Toggles whether to include a second pocket over the bottom portion of the carpenter pocket. - -Note: Setting this option to 'true' will enable the following option: -- Carpenter pocket extra height diff --git a/sites/orgdocs/docs/designs/opal/options/pocketcarpenterextraheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketcarpenterextraheight/readme.mdx deleted file mode 100644 index d4bda3fdda2..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketcarpenterextraheight/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Carpenter pocket extra height" ---- - -Controls how tall to make the second carpenter pocket. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketcarpenterheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketcarpenterheight/readme.mdx deleted file mode 100644 index fe04fb9aadd..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketcarpenterheight/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Carpenter pocket height" ---- - -Controls how tall the carpenter pocket is. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketcarpenteropeningheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketcarpenteropeningheight/readme.mdx deleted file mode 100644 index 17c6da25e12..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketcarpenteropeningheight/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Carpenter pocket opening height" ---- - -Controls how tall the opening to the carpenter pocket is. - -Note: The width of the opening to the carpenter pocket is adjusted using the carpenter pocket anchor width option. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketslash/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketslash/readme.mdx deleted file mode 100644 index e17603d11d3..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketslash/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Slash pocket" ---- - -Toggles whether or not to include slash (front) pockets in the pattern. - -Note: Setting this option to 'true' will enable the following options: -- Slash pocket opening width -- Slash pocket opening height -- Slash pocket curve -- Slash pocket width -- Slash pocket height -- Slash pocket shield overlap diff --git a/sites/orgdocs/docs/designs/opal/options/pocketslashheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketslashheight/readme.mdx deleted file mode 100644 index c2f1dad3b45..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketslashheight/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Slash pocket height" ---- - -Controls how deep the slash pocket bags are. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketslashopeningcurve/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketslashopeningcurve/readme.mdx deleted file mode 100644 index 265fddb4ec9..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketslashopeningcurve/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Slash pocket opening curve" ---- - -Controls the shape of the openings the slash pockets. 0 is a straight opening, while larger values are more deeply curved. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketslashopeningheight/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketslashopeningheight/readme.mdx deleted file mode 100644 index 39b424c599c..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketslashopeningheight/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Slash pocket opening height" ---- - -Controls how tall the openings of the slash pockets are. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketslashopeningwidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketslashopeningwidth/readme.mdx deleted file mode 100644 index e90cdfa3751..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketslashopeningwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Slash pocket opening width" ---- - -Controls how wide the openings of the slash pockets are. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketslashshieldoverlap/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketslashshieldoverlap/readme.mdx deleted file mode 100644 index 5c424d8dd64..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketslashshieldoverlap/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Slash pocket shield overlap" ---- - -Controls how far the pocket shield extends past the opening of the slash pockets. Larger values will make it less likely for the pocket lining to be visible from the outside, but will add more bulk to the pockets. diff --git a/sites/orgdocs/docs/designs/opal/options/pocketslashwidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/pocketslashwidth/readme.mdx deleted file mode 100644 index 192703459cd..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/pocketslashwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Slash pocket width" ---- - -Controls how wide the slash pocket bags are. diff --git a/sites/orgdocs/docs/designs/opal/options/readme.mdx b/sites/orgdocs/docs/designs/opal/options/readme.mdx deleted file mode 100644 index 6903b2dd2b7..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Opal Overalls: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/opal/options/seatbalance/readme.mdx b/sites/orgdocs/docs/designs/opal/options/seatbalance/readme.mdx deleted file mode 100644 index 1666eb2d69e..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/seatbalance/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Seat balance" ---- - -Controls the position of the side seam at the seat. Positive values will cause the front piece to be wider, while negative values will cause the back piece to be wider. - -Note: The side seam in this design is always straight. Instead, all adjustments are made by moving the center seam. - -Note: For most people, this option will be set less positive/more negative than the waist balance. diff --git a/sites/orgdocs/docs/designs/opal/options/seatease/readme.mdx b/sites/orgdocs/docs/designs/opal/options/seatease/readme.mdx deleted file mode 100644 index b7f46b9ac3e..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/seatease/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Seat ease" ---- - -Controls how wide the garment will be at seat height. - -:::note - - -This option controls the circumference/overall ease of the garment at this height. -If you want to move fabric to/from the seat or the crotch, you should adjust the seat balance option instead. -::: diff --git a/sites/orgdocs/docs/designs/opal/options/straplength/readme.mdx b/sites/orgdocs/docs/designs/opal/options/straplength/readme.mdx deleted file mode 100644 index 307cbc4ca3c..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/straplength/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Strap length" ---- - -Controls how long the straps are. This option should generally be substantially larger than 100%, to allow the strap to be passed through the hardware. 160% is generally a good value to allow for a wide range of adjustments using the hardware. - -Note: If not using hardware and permanently sewing the straps to the front bib, or if using non-adjustable buttons, a value of slightly over 100% should be used. diff --git a/sites/orgdocs/docs/designs/opal/options/strapposition/readme.mdx b/sites/orgdocs/docs/designs/opal/options/strapposition/readme.mdx deleted file mode 100644 index 1fc7c044b58..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/strapposition/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Strap position" ---- - -Controls where the straps are positioned with respect to the hexagon. This option can only go negative, and smaller (more negative) values set the straps a little farther away from the centerline, which can affect how they fit around the shoulders. - -Note: If you don't have a good reason to change this, it is recommended to leave it at the default (0%). diff --git a/sites/orgdocs/docs/designs/opal/options/straptapercurve/readme.mdx b/sites/orgdocs/docs/designs/opal/options/straptapercurve/readme.mdx deleted file mode 100644 index 8beb5a2771e..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/straptapercurve/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Strap taper curve" ---- - -Controls how strongly curved the taper of the straps is. diff --git a/sites/orgdocs/docs/designs/opal/options/straptaperposition/readme.mdx b/sites/orgdocs/docs/designs/opal/options/straptaperposition/readme.mdx deleted file mode 100644 index c6ddef457bd..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/straptaperposition/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Strap taper position" ---- - -Controls how long the tapered portion of the straps is. Setting this value too low can make for unnatural-looking straps, but the larger this value is set, the smaller the range over which the straps can be adjusted, since the slider can't fit over the tapered portion of the straps. It is recommended to set this to as small a value as will still produce nice-looking straps. diff --git a/sites/orgdocs/docs/designs/opal/options/strapwidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/strapwidth/readme.mdx deleted file mode 100644 index 349230d785c..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/strapwidth/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Strap length" ---- - -Controls how wide the straps are. - -Note: It is recommended to select your hardware first, and make sure that the strap width that you choose is compatible with your sliders and buckles. diff --git a/sites/orgdocs/docs/designs/opal/options/thighshape/readme.mdx b/sites/orgdocs/docs/designs/opal/options/thighshape/readme.mdx deleted file mode 100644 index 8d7bd2f507c..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/thighshape/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Thigh shape" ---- - -Controls how elongated the thighs of the garment are. Higher values are used for deeper but narrower thighs. - -This controls the transition between the trunk (one big tube) and the legs (two smaller tubes). The two legs will always require more fabric than the trunk, but the shape of the thighs affects how much more fabric is needed. This option is used to account for this. diff --git a/sites/orgdocs/docs/designs/opal/options/waistbalance/readme.mdx b/sites/orgdocs/docs/designs/opal/options/waistbalance/readme.mdx deleted file mode 100644 index d1554bd84a9..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/waistbalance/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waist balance" ---- - -Controls the position of the side seam at the waist. Positive values will cause the front piece to be wider, while negative values will cause the back piece to be wider. - -Note: The side seam in this design is always straight. Instead, all adjustments are made by moving the center seam. - -Note: For most people, this option will be set more positive/less negative than the seat balance. diff --git a/sites/orgdocs/docs/designs/opal/options/waistbandlayers/readme.mdx b/sites/orgdocs/docs/designs/opal/options/waistbandlayers/readme.mdx deleted file mode 100644 index add6a480be8..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/waistbandlayers/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Waistband layers" ---- - -Sets how many layers the front waistband is folded into. diff --git a/sites/orgdocs/docs/designs/opal/options/waistbandwidth/readme.mdx b/sites/orgdocs/docs/designs/opal/options/waistbandwidth/readme.mdx deleted file mode 100644 index 832b52f81df..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/waistbandwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Waistband width" ---- - -Controls how wide the front (and only) waistband is. Make sure that the waistband is at least a little larger than the seam allowance. Seam allowance + 6mm should be the minimum. diff --git a/sites/orgdocs/docs/designs/opal/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/opal/options/waistease/readme.mdx deleted file mode 100644 index f603b21f540..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/waistease/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Waist ease" ---- - -Controls how wide the garment will be around the waist. - -Note: This overalls design does not feature any side closure. As such, there must be enough ease in the waist for the garment to slide over the widest part of the hips. As such, waist ease should usually be set to fairly large positive value. If the waist ease is too narrow, you may make a garment that cannot be put on or taken off. diff --git a/sites/orgdocs/docs/designs/opal/options/waistposition/readme.mdx b/sites/orgdocs/docs/designs/opal/options/waistposition/readme.mdx deleted file mode 100644 index 73309bd4127..00000000000 --- a/sites/orgdocs/docs/designs/opal/options/waistposition/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Waist position" ---- - -Controls where the waistband is on the front of the overalls. 0 is at the natural waist and -100 is at the seat. Positive values will place the waistband above the natural waist. Values near 0 are recommended for traditional overalls. diff --git a/sites/orgdocs/docs/designs/opal/readme.mdx b/sites/orgdocs/docs/designs/opal/readme.mdx deleted file mode 100644 index ce3306cdb2e..00000000000 --- a/sites/orgdocs/docs/designs/opal/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Opal Overalls" ---- - - diff --git a/sites/orgdocs/docs/designs/otis/cutting/readme.mdx b/sites/orgdocs/docs/designs/otis/cutting/readme.mdx deleted file mode 100644 index c22696a0c62..00000000000 --- a/sites/orgdocs/docs/designs/otis/cutting/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Otis, the simple baby romper: Cutting Instructions" ---- - -- **Main fabric** - - Cut **1 back** part on fold - - Cut **1 front** part on fold - - Cut **2 shortSleeve ** parts on fold - or - - Cut **2 longSleeve** parts on fold - - Cut **1 bindingBackNeck** part - - Cut **1 bindingFrontNeck** part - - Cut **2 bindingLeg** parts - -:::note - - -Depending on your fabric, it may be useful to add interfacing to the snap placket. - -::: \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/otis/fabric/readme.mdx b/sites/orgdocs/docs/designs/otis/fabric/readme.mdx deleted file mode 100644 index 3571b9bdb12..00000000000 --- a/sites/orgdocs/docs/designs/otis/fabric/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Otis, the simple baby romper: Fabric Options" ---- - -## Main Fabric - -Rompers are normally made from knit fabric. For best results, use a cotton fabric with just one or two percent of spandex. -Jersey works well if it has good recovery. - -## Interfacing - -If your fabric has a lot of stretch, it is probably a good idea to put some iron-on interfacing on the snap placket. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/otis/instructions/readme.mdx b/sites/orgdocs/docs/designs/otis/instructions/readme.mdx deleted file mode 100644 index 6e7f68bd372..00000000000 --- a/sites/orgdocs/docs/designs/otis/instructions/readme.mdx +++ /dev/null @@ -1,90 +0,0 @@ ---- -title: "Otis, the simple baby romper: Sewing Instructions" ---- - -:::note - - -You should use a stretch stitch on your sewing machine. Small zig-zag stitches work really well. The side seams can also be done with a serger. - -::: - -## Step 1: Bindings - -### Two options - -There are two ways to do the bindings. You can use it like double-folded bias binding, or just fold it in two and stitch that to the pieces. The double-folding will look nicer and more finished, but is a lot more involved. - -#### Double-folded - - - Fold both bindings along the long side in two, _wrong sides together_, and give it a good press. - - Mark the middle of each of the bindings (notch) and of the front and back parts. - - Attach the binding to the corresponding part, _good sides together_. Make sure you distribute the binding evenly along the edge. - - Sew just shy of the SA. - - Press the binding towards the edge and flip your part over. - - Now fold the remaining SA under and press. - - Sew this side of the binding to the part through all five layers. - -#### Fold and stitch - - - Fold both bindings along the long side in two, _wrong sides together_, and give it a good press. - - Mark the middle of each of the bindings and of the front and back parts. - - Attach the folded binding to the corresponding part, _good sides together_. Make sure you distribute the binding evenly along the edge. You should have three layers pinned together. - - Sew just shy of the SA. - - Press the binding towards the edge, pressing the SA towards the _wrong side_. - - Sew through the part and the SA underneath, holding the folded SA on the _wrong side_. - -## Step 2: Attach body parts - - - Lay the back and front parts with the _good sides up_, tops facing each other. - - Lay the front part shoulders on top of the back part shoulders, aligning the notches on the left and right. - - Baste or pin together. - -## Step 3: Attach sleeves - - - Mark the middle of the shoulder of each sleeve. - - Pin the sleeve to the two body parts, aligning the middle of the sleeve with the shoulder notch. - - Distribute the sleeve evenly along the opening. - - Sew the pieces together. - -## Step 4: Prepare snap placket - - - (Optional) If your fabric is flimsy, or very stretchy, cut a piece of iron-on interfacing the size of the snap placket and iron it in place. - - Press the SA of the snap placket over, and then press the snap placket in two. - - Sew just along the inner edge on the snap placket. - -## Step 5: Body - - :::note - - -You can reinforce the sleeve openings now if you're so inclined. Add some iron-on interfacing tape to the hem of the sleeve. This will keep the sleeve opening looking nice if you have flimsy or stretchy fabric. - - ::: - - - Press the sleeve SA and hem over, so it'll be easier to sew the hem once you've done the next steps. - - Pin both front and back sides together, _wrong sides out_, from the leg opening all the way to the arm opening in the sleeve. - - Sew the whole seam on both sides. - - Turn the romper _good sides out_. - -## Step 6: Hem - - - Fold the hems on the sleeves in. - - Sew them in place. - -## Step 7: Leg binding - - - Fold the leg binding in two length-wise, _wrong sides together_, and press. - - Hold the ends _good sides together_, and sew the SA at the ends. - - Fold the binding back, _wrong sides together_. - - Pin the binding to the leg opening, matching the notch to the side seam, and the beginning and end to the snap placket. - - Sew this binding to the leg opening like you did with the earlier bindings. - -## Step 8: Snaps - - - Mark the position of the snaps along the snap placket, evenly distributed. - - Install the studs on the _good side_ of the back part, and the sockets on the _wrong side_ of the front part. - -## Step 9: Done! - -Give it a good press all around and take a moment to enjoy the new romper. This will be the last time it will ever look this nice. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/otis/measurements/readme.mdx b/sites/orgdocs/docs/designs/otis/measurements/readme.mdx deleted file mode 100644 index 9ed83dcf90f..00000000000 --- a/sites/orgdocs/docs/designs/otis/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Otis, the simple baby romper: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/otis/needs/readme.mdx b/sites/orgdocs/docs/designs/otis/needs/readme.mdx deleted file mode 100644 index d75f3719c7a..00000000000 --- a/sites/orgdocs/docs/designs/otis/needs/readme.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Otis, the simple baby romper: What You Need" ---- - -To make Otis, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/designs/otis/fabric/)) -- 3 snaps. -- A little bit of interfacing if your fabric is very stretchy. - -:::note - - -You can use a different color fabric for the bindings to give it some additional flair. - -::: diff --git a/sites/orgdocs/docs/designs/otis/notes/readme.mdx b/sites/orgdocs/docs/designs/otis/notes/readme.mdx deleted file mode 100644 index cf61478fb05..00000000000 --- a/sites/orgdocs/docs/designs/otis/notes/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Otis romper: Designer Notes" ---- - -When my niece had a baby, I knew just what to do; sew her some clothes for the little one. And I -had never made any clothes for infants. What they should look like was easy. I had kids of my own -years ago, and the one-piece things should be easy to make. - -What I did not have was a pattern. That meant that I should get one, or make one. That was not a hard -decision; FreeSewing was definitely lacking in the infant-focused designs. Infants have the nice -quality that while they are growing, they grow in each direction at the same pace. The only real -challenge is that their head is a lot bigger in proportion than older specimens. A normal shirt -with opening doesn't work. But there are easy solutions to that, and these are used by all -romper making manufacturers. - -I incorporated the neck design with a simple body design, and a snap closure. Easy short or -long sleeves completed the design. - -According to my niece, they fit fine! - -Wouter. diff --git a/sites/orgdocs/docs/designs/otis/options/binding/readme.mdx b/sites/orgdocs/docs/designs/otis/options/binding/readme.mdx deleted file mode 100644 index f9af6b3cca2..00000000000 --- a/sites/orgdocs/docs/designs/otis/options/binding/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Binding" ---- - -Binding determines the size of the binding for the neck and leg openings. - -The binding is a percentage of the waist divided by 4. Default is 11% \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/otis/options/ease/readme.mdx b/sites/orgdocs/docs/designs/otis/options/ease/readme.mdx deleted file mode 100644 index 1f0d7cfb79a..00000000000 --- a/sites/orgdocs/docs/designs/otis/options/ease/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Ease" ---- - -Otis is constructed with a considerable amount of ease. This is to allow for nappies, and the fact that infants move around a lot, and loose garments are more comfortable for them. It also allows them to grow a bit without you having to make a new one every week. - -The ease is a percentage of the waist measurement. Default is 14% \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/otis/options/hem/readme.mdx b/sites/orgdocs/docs/designs/otis/options/hem/readme.mdx deleted file mode 100644 index 847fddc8da9..00000000000 --- a/sites/orgdocs/docs/designs/otis/options/hem/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Hem" ---- - -Hem determines the size of the hem on the sleeves. - -The hem is a percentage of the distance between the shoulder and the arm opening (of the short sleeve version). Default is 10% diff --git a/sites/orgdocs/docs/designs/otis/options/readme.mdx b/sites/orgdocs/docs/designs/otis/options/readme.mdx deleted file mode 100644 index 30bd07aa3b2..00000000000 --- a/sites/orgdocs/docs/designs/otis/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Otis, the simple baby romper: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/otis/options/sleevetype/readme.mdx b/sites/orgdocs/docs/designs/otis/options/sleevetype/readme.mdx deleted file mode 100644 index d9ede35dd9d..00000000000 --- a/sites/orgdocs/docs/designs/otis/options/sleevetype/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Sleeve Type" ---- - -Otis can be made with short or long sleeves. diff --git a/sites/orgdocs/docs/designs/otis/options/snapplacket/readme.mdx b/sites/orgdocs/docs/designs/otis/options/snapplacket/readme.mdx deleted file mode 100644 index c982d53833e..00000000000 --- a/sites/orgdocs/docs/designs/otis/options/snapplacket/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Snap Placket" ---- - -This option controls the depth of the placket that holds the snaps. - -It is roughly a percentage of the waist measurement. Default is 5% \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/otis/readme.mdx b/sites/orgdocs/docs/designs/otis/readme.mdx deleted file mode 100644 index 1f0bc4189fe..00000000000 --- a/sites/orgdocs/docs/designs/otis/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Otis: the simple baby romper" ---- - - diff --git a/sites/orgdocs/docs/designs/paco/cutting/readme.mdx b/sites/orgdocs/docs/designs/paco/cutting/readme.mdx deleted file mode 100644 index 448affa9170..00000000000 --- a/sites/orgdocs/docs/designs/paco/cutting/readme.mdx +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "Paco pants: Cutting Instructions" ---- - -:::tip - - -###### Cut out only what you need - -Depending on the choices you made in your pattern, you may not need all parts. -If a pattern part is not printed, it means you don't need it. - -::: - -- From your main fabric: - - 2x **part 1**: This is the back panel. Cut these from your **main fabric** with _good sides together_ - - 2x **part 2**: This is the front panel. Cut these from your **main fabric** with _good sides together_ - - 1x **part 3**: This is the waistband. Cut it from your **main fabric** - - 2x **part 4**: This is the ankle cuff. Cut these, from your **main fabric** with _good sides together_ (not needed if your chose not to have an elasticated hem) - - 2x **part 7**: This is the back pocket welt. Cut 2 of these from your **main fabric** with _good sides together_ -- From your lining fabric: - - 2x **part 5**: This is the front pocket bag. Cut these, from your **lining fabric** _on the fold_ (not needed if you chose to not have front pockets) - - 2x **part 6**: This is the back pocket bag. Cut 2 of these from your **lining fabric** _on the fold_ -- From interfacing: - - 2x **part 8**: This is the back pocket welt interfacing. Cut 2 of these from **interfacing** - -:::warning - - -#### Caveats - -- There is no seam allowance on the interfacing -- There is extra seam allowance on the waist band and hem - -::: diff --git a/sites/orgdocs/docs/designs/paco/fabric/readme.mdx b/sites/orgdocs/docs/designs/paco/fabric/readme.mdx deleted file mode 100644 index 876a9c5c7ab..00000000000 --- a/sites/orgdocs/docs/designs/paco/fabric/readme.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Paco pants: Fabric Options" ---- - -These work best in a lighter fabric with relatively good drape. - -A light cotton, or chambray are particularly well-suited. -Rayon or jersey will work too, but will give it a more casual-look. - -For the opposite effect, less casual and more style, you can consider a silk blend or light wool. - -:::tip - - -###### Some things to avoid - -Resist the temptation to make these in linen. -While linen is the go-to for hot summer days, I would not recommend it for these pants -as they come with an elasticated waist/cuffs, which means wrinkle hell. -Use one of out other designs with a fitted waist if you want linen pants. - -Also avoid picking a fabric with a lot of stretch, for it will complicate matters when you're installing the elastic. - -::: diff --git a/sites/orgdocs/docs/designs/paco/instructions/readme.mdx b/sites/orgdocs/docs/designs/paco/instructions/readme.mdx deleted file mode 100644 index 3baf4861e3e..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/readme.mdx +++ /dev/null @@ -1,430 +0,0 @@ ---- -title: "Paco pants: Sewing Instructions" ---- - -:::tip - - -##### A note on seam finishes - -Before you get started, you'll want to decide on your method of seam finishing, or how you tidy -up the raw seams along the legs of your pants to keep them from fraying. There are a lot of -options for this. Common choices are serging the raw edges, or using French seams to encase -the raw edges. - -For these instructions, we'll assume that you are using a serger for seam finishes, but we'll -also provide alternatives. Other options for finishing seams include trimming them with pinking -shears, stitching a zig-zag along the edge of the seam to keep it from fraying, or binding with -bias tape. - -::: - -## Step 1: Construct the back pockets - -Are you planning to insert welt pockets in the back of your Paco pants? Is so, awesome! -This is arguably the trickiest part, and we'll accomplish it first. If not, you can skip -ahead to the next step, preparing the front pockets. - -Construct the welt pockets at the back of your trousers, including the pocket bag. - -:::tip - - -##### Welt pockets - -Constructing a welt pocket is a technique that is used is different garments. That is why it's -branched it off into its own documentation page. - -There’s both written documentation and a video series that shows you how to do it, so even if -you’ve never made welt pockets before, you’ll be fine. - -[To the welt pockets documentation](https://freesewing.org/docs/sewing/double-welt-pockets/) - -::: - -## Step 2: Prepare the front pockets - -Your pockets are cut from a lining material, which can save on weight and bulk, but also means -that you'll want to hide them a little bit inside the side seam, so the lining doesn't show. -The flap along the outside seam of each leg is for just this purpose. - -If you are using a serger, serge the curved edges of your pocket pieces. Then, serge along the -long edges of the pocket flaps. - -![Front pockets with serged edges](step02.svg) - -## Step 3: Attach pockets to pants - -With [good sides together](https://freesewing.org/docs/sewing/good-sides-together/), line up the -markings on the edge of the pocket bag with the ends of the flap along the outside seam of the -front leg. Sew together. Repeat for second leg. - -![Pockets sewn to front pants](step03.svg) - -Now do the same with the back legs. With good sides together, line up the markings on the edge of -the pocket bag with the ends of the flap along the outside seam of the back leg. Before sewing, -make sure that your left leg front and back are attached to one pocket, and your right leg front -and back are attached to the other. Sew together. - -Press all seams toward the pants (away from the pocket bag). - -![Pressed pockets](step03b.svg) - -:::note - - -Optional: You can understitch here, a millimeter or two in from the seam on each side of the pocket -bag, to secure the flaps and pocket bag all together the way you pressed them. - -::: - -![Understitched pockets](step03c.svg) - -## Step 4: Prepare the side seams and pocket bag - -You should now have two big pieces, each with a front and back leg attached by a pocket. - -Take one of the pieces, and place the front and back leg good sides together. Align the outer -side seam, so that the side seam of the leg pieces match up, and the pocket bag edges are aligned, -with good sides together. - -## Step 5: Sew the side seams - -You'll sew two separate seams to stitch up your side seams while leaving your pockets open. - -Start at the top of the leg pieces. Sew along the side seam, pivoting as you reach the pocket bag. -You can also shorten your stitch length here to reinforce the corner of the pocket opening. -Follow the side seam, pivoting again and ending at the top of the pocket. - -Next, you'll close the bottom of the pocket bag and stitch the rest of the side seam. Start at the -bottom edge of the pocket bag, sewing along the bottom of the pocket, then pivoting when you get to -the side seam of the pants. You can use a shorter stitch length for the first few stitches on the -side seam, to reinforce the bottom of the pocket opening. Sew all the way down the leg side seam. - -Repeat for second leg. - -![Sewn up side leg](step05.svg) - -## Step 6: Finish the side seams - -Finishing these seams requires a touch of delicacy, especially around the tops of the pockets. - -It would be difficult to finish the top part of the side seam with a serger, so we'll use a -zig-zag stitch. Starting at the top of the side seam, zig-zag stitch along the raw edge of the seam -allowance, pivoting around the pocket opening. Continue the zig-zag stitch up the side of the pocket, -unless you've serged your pockets already (in which case you can stop when you reach the pocket). - -The bottom opening of the pocket is a tight corner. To finish the seam around this corner, zig-zag -stitch the raw edge of the seam allowance, starting where it joins the pocket, pivoting at the -corner and continuing about 5 cm (2 in.) down the side seam. You can continue finishing the side seam -with a zig-zag stitch all the way down. Alternatively, you can serge the side seam, making sure to -stop the line of serger stitches a little ways from the pocket. - -:::note - - -Make sure to secure these serger stitches. They won't be caught in any other seams, so they risk -unravelling if left unsecured. - -::: - -Repeat for second leg. - -![Zig-zag stitched side seams](step06.svg) - -Press the side seams toward the front. - -:::note - - -This may feel counterintuitive, as a lot of pants suggest pressing the side seams to the back. -However, with inseam pockets, you'll want the pockets pressed toward the front of the pants. Your -pockets will be fighting your side seam if you press the seam to the back, so we'll press it all -to the front. This will will result in a smoother finish. - -::: - -:::note - - -The corners of a pocket opening are one of the most likely places to wear out or tear, especially -if you use your pockets a lot. If you're worried about tearing at the corners of your pockets, or -if your fabric is more delicate, you can reinforce the pocket openings with bar tacks along the seam -line, just outside the pocket openings. - -::: - -## Step 7: Anchor pocket bag to waist - -The pockets in Paco are anchored at the waist. This means that you can put things in your pockets -without them becoming unsightly bump that’s just dangling around in your trouser leg. - -To anchor each pocket, align the top of the pocket with the mark along the waistline of your -pattern. Sew a line of basting stitches inside your seam allowance to hold the pocket in place. - -![Anchored pocket bags showing basted seam](step07.svg) - -## Step 8: Sew and finish the inseams - -Align the inseams with good sides together, then sew up the inseams. Finish the seams the same way -you finished the side seams. Press inseams to the back. - -![Sewn up inseam](step08.svg) - -## Step 9: Sew and finish crotch seam - -To attach the individual legs, flip one leg good side out (it doesn't matter which leg), then -place it inside the other leg, good sides together. You should now have what looks like just one -pant leg, with wrong sides visible. Align the center front, center back, and inseams of each leg, -then pin along the length of the crotch seam. Sew and finish the crotch seam. - -:::note - - -If you sew from center front to center back, it's easier to keep your inseam seam allowances -pressed to the back as they feed through the machine. - -::: - -![Crotch seam](step09.svg) - -## Step 10: Place eyelets for the draw string (optional) - -Mark the middle of your waistband length. Fold one of your waistband pieces double, and mark the -middle of the width (do not take the seam allowance into account). - -A bit to the left and right of this, you can add two eyelets to pass a drawstring through. Because -your Paco pants have elastic in the waistband, as well, this is a nice detail, but is not required. - -:::tip - - -##### It’s best to add some reinforcement - -If you've chosen a fabric that is slippery, drapey, or thin, you might want to add some reinforcement -behind these eyelets. A bit of interfacing or a leftover piece of denim will do just fine. - -::: - -![Waistband with eyelets](step10.svg) - -## Step 11: Prepare the waist elastic - -There’s no magic formula for the length of your elastic. So you wrap it around your waist and pull -it tight until you get a good fit. Paco is cut to sit at the high hip, so make sure your elastic is -long enough to sit comfortably at the high hip. - -Mark this length, cut the elastic, and join the two ends together. - -![Elastic joined with a series of zig-zag stitches](step11.svg) - -## Step 12: Join the waistband - -Fold the waistband in half with good sides together, aligning the two -short edge ends. -Sew the short edges together to sew the waistband into a ring. -Press open the seam. -They will be inside the waistband, so you don't need to finish the -edges of these seams unless your fabric is particularly likely to fray. - -![Joined waistband pieces](step12.svg) - -Fold the waistband double along the length, with good sides out, and press. This fold will be the -top of your waistband. - -## Step 13: Attach the waistband - -You have two options for attaching your waistband. One is a bit simpler, but leaves an exposed seam -on the inside. The other is a bit more fiddly, but it encloses the raw edges of your fabric. - -### The simpler method - -Keep your waistband folded double, and place the elastic inside. Make sure to align the place where -the elastic is joined with the back of the waistband (opposite the eyelets). - -Find the center front of your waistband (easy if there are eyelets, if not just fold it double), -and align that with the center front seam of your pants. Make sure that your waistband is outside -of your pants, with good sides together. Pin in place. - -:::tip - - -##### Mind your eyelets - -If you’ve made eyelets in your waistband, double check that they are placed towards the outside, -not the inside of your waistband. - -::: - -Next, align the center backs and pin in place, adding additional pins around the waistband as needed. - -Sew the waistband to the pants, as close to the elastic as you can, but don’t sew into the elastic. - -![Waistband sewn with simple method](step13.svg) - -It’s fine to not sew too close the first time around, and once your elastic is attached and encased, -make a second round to sew it a bit more snugly. - -Remove any basting stitches from the tops of the pocket bags. - -Finish the seam with a serger or other method. - -### The enclosed seam method - -Open the waistband. You will still be able to see the fold along its length, but you will be working -with each side of the waistband individually. - -Find the center front of your waistband (easy if there are eyelets, if not just fold it double), and -align that with the center front seam of your pants. Make sure that your waistband is outside of your -pants, with good sides together. Pin in place. - -:::tip - - -##### Mind your eyelets - -To make sure your eyelets will end up on the outside, make sure they are closer to the top of your -waistband, above the fold, for now. - -::: - -![Open waistband sewn to pants](step13b.svg) - -Next, align the center back of your waistband with the center back seam. Pin in place. Then, add -additional pins around the waistband as needed. - -Sew the waistband to the pants. - -Press the waistband up. Press the seam allowance in on the opposite side of the waistband, maintaining -the fold along the center of the waistband. - -Refold the waistband, turning half the waistband to the inside. Pin so that the seam allowance on the -inside is just below the seam joining the waistband to the pants, and pin in place around the waistband. -From the outside, stitch in the ditch, catching the inner waistband as you go. - - -![Waistband sewn with enclosed seams](step13c.svg) - -## Step 14: Prepare the cuff elastic - -As you did with the waistband elastic, wrap the elastic for your cuff around your ankle and pull it -tight until you get a good fit. - -Mark this length, cut the elastic, and join the two ends together. Repeat for the other cuff elastic. - -![Elastic joined with zig-zag stitching](step14.svg) - -## Step 15: Join the cuffs - -Fold each cuff with good sides together, aligning the short edges. For each cuff, sew the short edges -together, then press open. These will be inside the cuff, so you don't need to finish the edges of -these seams unless your fabric is particularly likely to fray. - -![Joined cuffs](step15.svg) - -Fold each cuff double along the length, with good sides out, and press. This fold will be the bottom -of your cuffs. - -## Step 16: Attach the cuffs - -You will attach your cuffs the same way that you attached the waistband. As with the waistband, -there are two options - a simpler choice, and a choice without exposed seams on the inside. - -:::note - - -If your sewing machine has a detachable bed (usually removed to expose the "free arm" for sewing -sleeve cuffs), this will make sewing the cuffs easier. - - ::: - -### The simpler method - -Keep your cuffs folded double, and place the elastic inside. - -Align the seam in the cuff with the inseam of the pants. Make sure that your cuff is outside of -your pants, with good sides together. Pin in place, then pin the rest of the way around the cuff. - -:::tip - - -##### Pinning the cuffs - -The elastic will make the cuffs more difficult to pin. To make sure that your cuffs are pinned evenly -to the pants, place your second pin on the opposite side of the leg opening from the first. You can -stretch the elastic to make sure that everything is lined up smoothly, then place your next pins halfway -between the first two. Continue this way, pinning halfway between other pins, until you feel confident -there are enough. - -::: - -Sew the cuff to the pants opening, as close to the elastic as you can, but don’t sew into the elastic. - -![Cuffs sewn with simple method](step16.svg) - -Finish the seam with a serger or other method. - -### The enclosed seam method - -Open the cuff. You will still be able to see the fold along its length, but you will be working with -each side of the cuff individually. - -Align the seam in the cuff with the inseam of the pants. Make sure that your cuff is outside of your -pants, with good sides together. Pin in place, then pin the rest of the way around the cuff. - -Sew the cuff to the pants. - -![Sewing the open cuffs to the pants](step16b.svg) - -Press the cuff away from the pants. Press the seam allowance in on the opposite side of the cuff, maintaining the -fold along the center of the cuff. - -Refold the cuff, turning half the cuff to the inside. Pin so that the seam allowance on the inside -is just past the seam joining the cuff to the pants, and pin in place around the cuff. From the outside, -stitch in the ditch, catching the inner cuff as you go. - -![Cuffs sewn with enclosed seams](step16c.svg) - -## Step 17: Stitching the cuffs and waistband (optional) - -If you have wider cuff elastic, you may want to stitch a horizontal line halfway up the cuff. This will -hold your elastic in place and help keep it from folding or twisting. Make sure to stretch the elastic -evenly as you sew, so that it gathers the fabric evenly. (If you sew without stretching the elastic, -you risk lumpy gathers and a leg opening too narrow to get your foot through.) - - -If you like the look, you can also sew more than one line of stitches, evenly spaced between the top -and bottom of the cuff. - -You can do the same for the waistband. - -![Waistband and cuffs with decorative stitching](step17.svg) - -:::note - - -If you put in eyelets for a drawstring, sew a line of stitches above the eyelets and a separate line -below the eyelets, leaving a channel wide enough for your drawstring. - -::: - -## Step 18: Thread a draw string around the waist (optional) - -If you put eyelets in your waistband, thread a drawstring through one eyelet, around the waist, and -out of the other eyelet. - -:::note - - -There are tools to make this task easier, but one that almost everyone has is a simple safety pin. -Pin the safety pin to one end of your drawstring, then push it through the channel. The safety pin -will be easier to maneuver through the fabric, and it will pull the drawstring along with it. - -::: - -![Paco threaded with drawstring](step18.svg) - -## Step 19: Enjoy your Paco pants! - -You did it! Way to go! - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step02.jpg b/sites/orgdocs/docs/designs/paco/instructions/step02.jpg deleted file mode 100644 index 648cb7b5da9..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step02.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step02.svg b/sites/orgdocs/docs/designs/paco/instructions/step02.svg deleted file mode 100644 index e5621d9a293..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step02.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step02b.jpg b/sites/orgdocs/docs/designs/paco/instructions/step02b.jpg deleted file mode 100644 index b85f954ef68..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step02b.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step03.jpg b/sites/orgdocs/docs/designs/paco/instructions/step03.jpg deleted file mode 100644 index cc47b99bea7..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step03.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step03.svg b/sites/orgdocs/docs/designs/paco/instructions/step03.svg deleted file mode 100644 index aaf35e0c071..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step03.svg +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step03b.jpg b/sites/orgdocs/docs/designs/paco/instructions/step03b.jpg deleted file mode 100644 index 534b8df61b9..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step03b.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step03b.svg b/sites/orgdocs/docs/designs/paco/instructions/step03b.svg deleted file mode 100644 index 00c55eebe12..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step03b.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step03c.jpg b/sites/orgdocs/docs/designs/paco/instructions/step03c.jpg deleted file mode 100644 index d6c4ecc916e..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step03c.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step03c.svg b/sites/orgdocs/docs/designs/paco/instructions/step03c.svg deleted file mode 100644 index d5446c7fb69..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step03c.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step04.jpg b/sites/orgdocs/docs/designs/paco/instructions/step04.jpg deleted file mode 100644 index 751dac7d2e0..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step04.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step04b.jpg b/sites/orgdocs/docs/designs/paco/instructions/step04b.jpg deleted file mode 100644 index a57543a4edd..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step04b.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step05.jpg b/sites/orgdocs/docs/designs/paco/instructions/step05.jpg deleted file mode 100644 index 089959ae03c..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step05.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step05.svg b/sites/orgdocs/docs/designs/paco/instructions/step05.svg deleted file mode 100644 index 65a7062fb66..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step05.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step05b.jpg b/sites/orgdocs/docs/designs/paco/instructions/step05b.jpg deleted file mode 100644 index 2cb1aaccacd..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step05b.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step05c.jpg b/sites/orgdocs/docs/designs/paco/instructions/step05c.jpg deleted file mode 100644 index 25cb22ad737..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step05c.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step06.jpg b/sites/orgdocs/docs/designs/paco/instructions/step06.jpg deleted file mode 100644 index 2f2024775da..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step06.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step06.svg b/sites/orgdocs/docs/designs/paco/instructions/step06.svg deleted file mode 100644 index 1c97ffb250d..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step06.svg +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step06b.jpg b/sites/orgdocs/docs/designs/paco/instructions/step06b.jpg deleted file mode 100644 index a9e07a475a9..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step06b.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step06c.jpg b/sites/orgdocs/docs/designs/paco/instructions/step06c.jpg deleted file mode 100644 index 34227ab7c4a..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step06c.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step07.jpg b/sites/orgdocs/docs/designs/paco/instructions/step07.jpg deleted file mode 100644 index c149e32edb9..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step07.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step07.svg b/sites/orgdocs/docs/designs/paco/instructions/step07.svg deleted file mode 100644 index 065242898a4..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step07.svg +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step08.svg b/sites/orgdocs/docs/designs/paco/instructions/step08.svg deleted file mode 100644 index a0d91669ab1..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step08.svg +++ /dev/null @@ -1,111 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step09.svg b/sites/orgdocs/docs/designs/paco/instructions/step09.svg deleted file mode 100644 index f6caabe6e6b..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step09.svg +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step10.svg b/sites/orgdocs/docs/designs/paco/instructions/step10.svg deleted file mode 100644 index 8136c35b8fe..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step10.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step11.jpg b/sites/orgdocs/docs/designs/paco/instructions/step11.jpg deleted file mode 100644 index c6fa8fd450b..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step11.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step11.svg b/sites/orgdocs/docs/designs/paco/instructions/step11.svg deleted file mode 100644 index 62fc3a78d45..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step11.svg +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step12.jpg b/sites/orgdocs/docs/designs/paco/instructions/step12.jpg deleted file mode 100644 index 67549966761..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step12.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step12.svg b/sites/orgdocs/docs/designs/paco/instructions/step12.svg deleted file mode 100644 index 6adf1267c33..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step12.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step13.svg b/sites/orgdocs/docs/designs/paco/instructions/step13.svg deleted file mode 100644 index 3b32b817d78..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step13.svg +++ /dev/null @@ -1,434 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step13b.svg b/sites/orgdocs/docs/designs/paco/instructions/step13b.svg deleted file mode 100644 index 9d726ae7f07..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step13b.svg +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step13c.svg b/sites/orgdocs/docs/designs/paco/instructions/step13c.svg deleted file mode 100644 index 66f88a6eb6e..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step13c.svg +++ /dev/null @@ -1,432 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Elastic - Inside of waistband - Outside of waistband - Stitching - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step13d.jpg b/sites/orgdocs/docs/designs/paco/instructions/step13d.jpg deleted file mode 100644 index 2653b554784..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step13d.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step13e.jpg b/sites/orgdocs/docs/designs/paco/instructions/step13e.jpg deleted file mode 100644 index 80c79d7295d..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step13e.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step14.jpg b/sites/orgdocs/docs/designs/paco/instructions/step14.jpg deleted file mode 100644 index c9d784d31f5..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step14.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step14.svg b/sites/orgdocs/docs/designs/paco/instructions/step14.svg deleted file mode 100644 index f286e8285ed..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step14.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step15.jpg b/sites/orgdocs/docs/designs/paco/instructions/step15.jpg deleted file mode 100644 index a3a32ab6d12..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step15.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step15.svg b/sites/orgdocs/docs/designs/paco/instructions/step15.svg deleted file mode 100644 index a36c7d83e4e..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step15.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step16.svg b/sites/orgdocs/docs/designs/paco/instructions/step16.svg deleted file mode 100644 index 68b02f034fb..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step16.svg +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step16b.svg b/sites/orgdocs/docs/designs/paco/instructions/step16b.svg deleted file mode 100644 index 1888276710d..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step16b.svg +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step16c.svg b/sites/orgdocs/docs/designs/paco/instructions/step16c.svg deleted file mode 100644 index 04185289258..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step16c.svg +++ /dev/null @@ -1,427 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - Elastic - Inside of cuff - Outside of cuff - Stitching - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step16d.jpg b/sites/orgdocs/docs/designs/paco/instructions/step16d.jpg deleted file mode 100644 index a46f83fd6b6..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step16d.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step16e.jpg b/sites/orgdocs/docs/designs/paco/instructions/step16e.jpg deleted file mode 100644 index 8408c772a0f..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step16e.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step16f.jpg b/sites/orgdocs/docs/designs/paco/instructions/step16f.jpg deleted file mode 100644 index 188195727ec..00000000000 Binary files a/sites/orgdocs/docs/designs/paco/instructions/step16f.jpg and /dev/null differ diff --git a/sites/orgdocs/docs/designs/paco/instructions/step17.svg b/sites/orgdocs/docs/designs/paco/instructions/step17.svg deleted file mode 100644 index a6d67e06eb2..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step17.svg +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/instructions/step18.svg b/sites/orgdocs/docs/designs/paco/instructions/step18.svg deleted file mode 100644 index 5bba3d46c1b..00000000000 --- a/sites/orgdocs/docs/designs/paco/instructions/step18.svg +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/paco/measurements/readme.mdx b/sites/orgdocs/docs/designs/paco/measurements/readme.mdx deleted file mode 100644 index 53fcba62e24..00000000000 --- a/sites/orgdocs/docs/designs/paco/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Paco pants: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/paco/needs/readme.mdx b/sites/orgdocs/docs/designs/paco/needs/readme.mdx deleted file mode 100644 index 212ce6e72f7..00000000000 --- a/sites/orgdocs/docs/designs/paco/needs/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Paco pants: What You Need" ---- - -To make Paco, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 1.25 meters (1.4 yards) (depending on your height) of a suitable fabric ([see Fabric options](/docs/designs/paco/fabric)) -- 30cm (12") of lining for the pocket bags -- A little bit of interfacing for the pocket welts (only needed if you opted for back pockets) -- A drawstring and two eyelets (optional) -- Enough wide flat elastic for your waist and cuffs diff --git a/sites/orgdocs/docs/designs/paco/notes/readme.mdx b/sites/orgdocs/docs/designs/paco/notes/readme.mdx deleted file mode 100644 index fb84977f01a..00000000000 --- a/sites/orgdocs/docs/designs/paco/notes/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Paco pants: Designer Notes" ---- - -I made these because I wanted trousers to wear that were comfortable yet still -stylish. - -They have pockets in the side seams, making this a relatively simple make for -trousers. - -joost diff --git a/sites/orgdocs/docs/designs/paco/options/ankleelastic/readme.mdx b/sites/orgdocs/docs/designs/paco/options/ankleelastic/readme.mdx deleted file mode 100644 index 623f6507235..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/ankleelastic/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Ankle/Hem elastic width" ---- - -If you're using an elasticated hem at the ankle, use this to set the width -of the elastic you'll use. - -In other words, this will control the height of the cuff. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/backpockets/readme.mdx b/sites/orgdocs/docs/designs/paco/options/backpockets/readme.mdx deleted file mode 100644 index 035b0dda6a8..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/backpockets/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Back pockets" ---- - -Whether to include back pockets, yes or no. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/crossseamcurveangle/readme.mdx b/sites/orgdocs/docs/designs/paco/options/crossseamcurveangle/readme.mdx deleted file mode 100644 index 9f476fed3ca..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/crossseamcurveangle/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Cross seam angle" ---- - -Controls the angle of cross seam curve. - -- 0% makes the cross seam draft parallel to the hem. -- Increasing this option will draft the cross seam at that angle away from the hem. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/crossseamcurvebend/readme.mdx b/sites/orgdocs/docs/designs/paco/options/crossseamcurvebend/readme.mdx deleted file mode 100644 index b1ce2371865..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/crossseamcurvebend/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Cross seam bend" ---- - -Controls the curvature of the cross seam curve. - -:::note - - -This curve has an influence on the amount of fabric at your bum. - -People with a flatter bum will get a better fit by increasing this, as the curve will start later, -and this there will be less fabric pooling at the bum. - -People with a round bum might want to lower this to create a little more (horizontal) room for their behind. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/crossseamcurvestart/readme.mdx b/sites/orgdocs/docs/designs/paco/options/crossseamcurvestart/readme.mdx deleted file mode 100644 index 5d2d3c45cf9..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/crossseamcurvestart/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Start of the cross seam curve" ---- - -Controls the start of the cross seam curve. - -:::note - - -This curve has an influence on the amount of fabric at your bum. - -People with a flatter bum will get a better fit by increasing this, as the curve will start later, -and this there will be less fabric pooling at the bum. - -People with a round bum might want to lower this to create a little more (horizontal) room for their behind. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/crotchdrop/readme.mdx b/sites/orgdocs/docs/designs/paco/options/crotchdrop/readme.mdx deleted file mode 100644 index 43afc1cf5f0..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/crotchdrop/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Crotch drop" ---- - -Controls by how much the crotch is lowered. - -Lowering the crotch makes for a more casual fit. -A significantly lowered crotched can also be a style choice. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/crotchseamcurveangle/readme.mdx b/sites/orgdocs/docs/designs/paco/options/crotchseamcurveangle/readme.mdx deleted file mode 100644 index 59ea599babd..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/crotchseamcurveangle/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Crotch seam angle" ---- - -Controls the angle of the crotch seam curve. - -- 0% makes the crotch seam draft parallel to the hem. -- Increasing this option will draft the crotch seam at 180 - the angle. - - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/crotchseamcurvebend/readme.mdx b/sites/orgdocs/docs/designs/paco/options/crotchseamcurvebend/readme.mdx deleted file mode 100644 index 7bd47432a2d..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/crotchseamcurvebend/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Crotch seam bend" ---- - -Controls the curvature of the crotch seam, which influences the fit at your crotch. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/crotchseamcurvestart/readme.mdx b/sites/orgdocs/docs/designs/paco/options/crotchseamcurvestart/readme.mdx deleted file mode 100644 index f4d71a83157..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/crotchseamcurvestart/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Start of the crotch seam curve" ---- - -Controls where the crotch seam starts to curve, which influences the fit at your crotch. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/elasticatedcuff/readme.mdx b/sites/orgdocs/docs/designs/paco/options/elasticatedcuff/readme.mdx deleted file mode 100644 index f438f9caa9b..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/elasticatedcuff/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Elasticated cuff" ---- - -Whether you want to include an elasticated cuff at the ankle, -or rather prefer a classic hemmed leg. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/frontpockets/readme.mdx b/sites/orgdocs/docs/designs/paco/options/frontpockets/readme.mdx deleted file mode 100644 index ce4e3a21a2e..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/frontpockets/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front pockets" ---- - -Whether to include front pockets (on the side seam) or not. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/grainlineposition/readme.mdx b/sites/orgdocs/docs/designs/paco/options/grainlineposition/readme.mdx deleted file mode 100644 index 9d91fa9c65d..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/grainlineposition/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Grainline position" ---- - -Controls the position of the grainline. - -You can use this to shift the grainline inward or outward if that works better for your body. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/heelease/readme.mdx b/sites/orgdocs/docs/designs/paco/options/heelease/readme.mdx deleted file mode 100644 index d85b2a4de4c..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/heelease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Heel ease" ---- - -This controls the amount of ease at the instep, or heel. - -Increase this to make it easier to get in and out of your pants. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/legbalance/readme.mdx b/sites/orgdocs/docs/designs/paco/options/legbalance/readme.mdx deleted file mode 100644 index 81ed57fab28..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/legbalance/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Leg balance" ---- - -Controls the proportion between the front and back part of the legs. - -The back of the trouser legs are always wider than the front. This controls by how much. - -:::note - - -Increasing this will make the front leg panel narrower. -This makes the wearer look more skinny. - -This trick is often used in womenswear jeans -(now you know why you can't find womenswear jeans with functional front pockets). - -::: - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/paco/options/lengthbonus/readme.mdx deleted file mode 100644 index aeaec6f9ebe..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Length bonus" ---- - -Controls the length of the entire trousers, which essentially means the length of the legs. - -:::note - - -Setting this to zero will make the trousers the same length as the [waist to floor](/docs/measurements/waisttofloor) measurement. - -This does not mean that the trousers will hit the floor, since due to the curves of the body and the way the fabric drapes, -the trousers will need to be longer than this to actually hit the floor. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/readme.mdx b/sites/orgdocs/docs/designs/paco/options/readme.mdx deleted file mode 100644 index dd9a862d647..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Paco pants: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/paco/options/seatease/readme.mdx b/sites/orgdocs/docs/designs/paco/options/seatease/readme.mdx deleted file mode 100644 index 255b99b2e7c..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/seatease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Seat ease" ---- - -Controls the amount of ease at your seat/bum. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/waistbalance/readme.mdx b/sites/orgdocs/docs/designs/paco/options/waistbalance/readme.mdx deleted file mode 100644 index 011957f9fe8..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/waistbalance/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Waist balance" ---- - -Controls the distribution of fabric between front and back parts at the waist. - -It is somewhat in vogue to draft a larger back panel these days. -Doing so shifts the side seam forward which gives the illusion of being -slimmer. - -The side effect of shifting the side seam forward is that it's easy -to get into the pockets that are located on the side seam. - -This option allows you to control this balance. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/waistbandwidth/readme.mdx b/sites/orgdocs/docs/designs/paco/options/waistbandwidth/readme.mdx deleted file mode 100644 index fca613d9be9..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/waistbandwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waistband width" ---- - -Controls the width of the waistband. - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/paco/options/waistease/readme.mdx deleted file mode 100644 index 6660945434c..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/waistease/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Waist ease" ---- - -Controls the amount of ease at your waist. - -Even if you draft lower pants, this will still influence the ease -at the top of your pants (the closure). - - - - diff --git a/sites/orgdocs/docs/designs/paco/options/waistheight/readme.mdx b/sites/orgdocs/docs/designs/paco/options/waistheight/readme.mdx deleted file mode 100644 index 9f758969e6b..00000000000 --- a/sites/orgdocs/docs/designs/paco/options/waistheight/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Waist height" ---- - -Controls the height of the waist, where: - -- 100% : The waist of the trousers sits at the waist line -- 0% : The waist of the trousers sits at the hip line - - - - diff --git a/sites/orgdocs/docs/designs/paco/readme.mdx b/sites/orgdocs/docs/designs/paco/readme.mdx deleted file mode 100644 index c511deb62e4..00000000000 --- a/sites/orgdocs/docs/designs/paco/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Paco pants" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/penelope/cutting/readme.mdx b/sites/orgdocs/docs/designs/penelope/cutting/readme.mdx deleted file mode 100644 index b1c80d1e609..00000000000 --- a/sites/orgdocs/docs/designs/penelope/cutting/readme.mdx +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "Penelope pencil skirt: Cutting Instructions" ---- - -:::note - - -The number of back parts depends on whether you want a vent, or have moved the zipper to the back seam. -Either one of these options will require you to cut out two individual back parts. Otherwise the back is cut on the fold. -Due to this, the cutting list does not specify how many back parts to cut as the pattern options determine this. - -::: - -**Main Fabric** - -- Cut **1 front** part on fold. -- Cut **back** part(s). -- (Optional) Cut **1 waistband** parts on the fold. - -**Lining Fabric (Optional)** - -- Cut **1 front** part on fold. -- Cut **back** part(s). - -:::note - - -[See Penelope Instructions](/docs/designs/penelope/instructions/#lining) to understand alterations to the front and back parts required for the lining. - -::: - -**Interfacing** - -- Cut **1 waistband** part on the fold. - -:::tip - - -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. - -::: diff --git a/sites/orgdocs/docs/designs/penelope/fabric/readme.mdx b/sites/orgdocs/docs/designs/penelope/fabric/readme.mdx deleted file mode 100644 index b44300073f4..00000000000 --- a/sites/orgdocs/docs/designs/penelope/fabric/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Penelope pencil skirt: Fabric Options" ---- - -### Main Fabric - -A pencil skirt is a rather formal cut, and most commonly is made in a suiting material. In other words, a **fine wool**. -More casual options among **medium weight** fabrics include **cotton** or **denim**. - -Using a fabric with some stretch will make it easier to get a comfortable fit and give you some more room to move about -as pencil skirts fit rather tight. **Scuba** is often seen in pencil skirts as it is firm, has body but also stretches. - -### Lining Fabric - -The lining fabric needs to be light, and allow the body to slide over it easily. You also don't want something to thick as this will be constricting. **Silky** fabrics are the go to choice as they are lightweight and slippery. diff --git a/sites/orgdocs/docs/designs/penelope/instructions/readme.mdx b/sites/orgdocs/docs/designs/penelope/instructions/readme.mdx deleted file mode 100644 index 7c64a095f1e..00000000000 --- a/sites/orgdocs/docs/designs/penelope/instructions/readme.mdx +++ /dev/null @@ -1,163 +0,0 @@ ---- -title: "Penelope pencil skirt: Sewing Instructions" ---- - -:::note - - -Due to the different styles and configurations of Penelope, we will first go over some tips of the different elements that make up a pencil skirt. - -::: - -## Notes and tips - -### Lining - -Pencil skirts are tight. This limits your movement quite a bit. More so, when you -try to sit down, the skirt may try to pull itself off your waist, or, when you get -back up, stay quite high on your bum. Lining the skirt will make it move a lot -easier around your curves, and thereby make it easier for you to move. - -Adding lining can be done by creating a slightly shorter front and back piece, that -has some extra fabric in the middle. The extra fabric makes it easier for the -lining to move. One inch for each of the front and back pieces is enough. You can -either make a box pleat in the front and back, or add the extra fabric where the -darts are. You do not need to sew darts in the lining fabric. Just a pleat at the -dart position will be fine. - -### Waistband - -A waistband is optional on Penelope. If you omit it, there will be quite some stress -on the top of the zipper. Make sure your zipper is up to the task. An invisible zipper might not be the best option then, since they can't always take that much strain. - -### Zipper - -Without the zipper it will be impossible to get in and out of the skirt. So it should -be at least the length from your waist to the largest part of your bum. Longer will -make it easier to put the skirt on and off. Don't use one that's too long, because the -part of the seam where the zipper is behaves differently than the part without it, and -you want to try to make it invisible also in movement. - -Traditionally, an invisible zipper is used in a pencil skirt but a regular zipper will work just as well. -You can even use a zipper that contrasts your fabric if the fancy takes you. -Choose what works for you and the style you're going for. Be creative (or not) it is entirely up to you! -All though if your fabric is on the heavier side you might want to opt for a different closure entirely. - -### Vent - -A vent in the back is optional with Penelope. It will allow you to walk a lot easier -than if you make the skirt without it. The vent also influences where the zipper will -be located. If you choose to have no vent, the default zipper location is on the side -seam, and the back will be cut-on-fold. With the vent, there has to be a seam in the -back piece, and the zipper will be located on that seam. - -### Darts - -Darts are used to compensate for the difference between your waist and seat measurements. -Depending on this difference, there can be two darts, one dart, or no darts at all. More -darts make for a potentially better fit. But if the amount of fabric that the dart will -take in becomes too small, the number of darts will be reduced. Otherwise it would be -very difficult to sew the darts, and they would probably become rather unsightly. Some -of the difference will be taken in by the side seam, and if the difference is small, no -darts will be included in the front and back pieces. - -## Construction - -:::warning - - -We're not going to go into a full explanation on how to create all the individual details -that make up a pencil skirt. These instructions assume that you know how to sew a dart, insert an invisible -zipper, make a vent, etc. If not, there are numerous excellent articles available on the -web, both in written form, and on video. If you do get stuck, you can always reach out to -[other FreeSewers](https://discord.freesewing.org/) in our discord. - -::: - -### Step 1: Darts - -- Sew all the darts. -- Press the darts towards the back. - - For the back piece(s), that means you press the darts towards each other. - - For the front piece, that means you press the darts towards the side seams. - -### Step 2: The zipper - -- With _good sides together_, sew the seam that has the zipper leaving the top open for the zipper. -- Insert the zipper into the seam following the procedure that is appropriate for the type of zipper you're using. - -:::note - - -If using a different closure, construct it during this step. - -::: - -### Step 3: Sew the side seams - -- With _good sides together_, sew up both the side seams. -- With _good sides together_, if not the zipper seam, sew the centre back seam either completely or down to the vent if included. - -### Step 4: The lining (Optional) - -You can skip this step if not making a lining. - -- Follow Step 1 - 4 to construct the lining with the following changes: - - Adjust the darts to compensate for the extra 'ease' in the lining pieces. - - Do not include the zipper but leave the opening in the zipper seam. -- Attach the lining to the body in your preferred way. You will need to construct the vent during this and connect the lining to the zipper. - -:::note - - -How to distribute the extra 'ease' is up to you. You can either add it to the darts by increasing them. Or you can add another dart or box pleat in the middle. - -::: - -:::warning - - -If you prefer to insert the zipper with the main and lining fabric as one, you will need to omit inserting the zipper until this step. - -::: - -### Step 5: The waistband - -- Face lengthwise half of the waistband. -- Press a fold the waistband in half lengthwise. -- With _good sides together_ sew the face half of the waistband to the top of the skirt. Part of this waistband should overhang the zipper seam. -- Press the waistband up and away from the skirt. -- Press the remaining waistband seam allowances to the inside of the waistband. -- Fold and press the waistband to the inside along fold line. -- _Stitch in the ditch_ to secure the waistband. -- _Slipstitch_ or _Whipstitch_ the gap in the waistband that goes over the zipper seam -- Construct your preferred choice of closure where the waistband overlaps. - -:::note - - -Alternatively you can _Edgestitch_ the waistband in place which will admit the need to hand-stitch the gap closed but this will leave visible stitching. -The closure can be a button and buttonhole, snaps or simple dress hooks. It's really up to you. - -::: - -### Step 6: The hem and vents - -This step is only needed if you have not lined your skirt as the hem and vents would have been taken care of in that step. - -- If desired, face the hem and vents. -- Construct the vents with your preferred method -- Press under the hem allowances of the skirt. -- If hem is large enough and/or the fabric press under a small amount along the top, this will help to prevent fraying. -- Secure the hem in place with your preferred method. For instance you can sew from the outside or _Slipstitch_ from the inside. This comes down to how you want the finished product to look. - -:::tip - - -If the seam allowances are big enough you can sew the hems as narrow hems. This is especially useful if your fabric is prone to fraying. - -::: - -### Step 7: Enjoy! - -- Now all that's left to do is to enjoy you new skirt! diff --git a/sites/orgdocs/docs/designs/penelope/measurements/readme.mdx b/sites/orgdocs/docs/designs/penelope/measurements/readme.mdx deleted file mode 100644 index 4682ed33f09..00000000000 --- a/sites/orgdocs/docs/designs/penelope/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Penelope pencil skirt: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/penelope/needs/readme.mdx b/sites/orgdocs/docs/designs/penelope/needs/readme.mdx deleted file mode 100644 index 1a4bff530b4..00000000000 --- a/sites/orgdocs/docs/designs/penelope/needs/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Penelope pencil skirt: What You Need" ---- - -To make Penelope, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 1 meter (1.1 yards) of a suitable main fabric ([see Penelope Fabric options](/docs/designs/penelope/fabric)) -- An invisible or regular closed end zipper -- Some interfacing for the waistband (if using) and maybe for the vent and hem -- Some sort of closure for the waistband (if using) -- (Optional) About 1 meter (1.1 yards) of suitable lining fabric ([see Penelope Fabric options](/docs/designs/penelope/fabric)) diff --git a/sites/orgdocs/docs/designs/penelope/notes/readme.mdx b/sites/orgdocs/docs/designs/penelope/notes/readme.mdx deleted file mode 100644 index 2caaa9378a5..00000000000 --- a/sites/orgdocs/docs/designs/penelope/notes/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Penelope pencil skirt: Designer Notes" ---- - -Penelope is the first garment I made for someone else. I just met my partner after figuring out -that I like to sew. So obviously I wanted to sew something for her. A pencil skirt seemed like -the appropriate thing to do. I found a drafting method online and made her a skirt. This -fitted remarkably well. - -So when it was time for me to try making another pattern for FreeSewing, this was the obvious -choice. I used the same basis for the drafting, but changed everything to percentages, so -it would scale from dolls to giants. - -The design should not pose any issues for a sewist, although the hidden zipper may be a challenge, -specially if you line the skirt (which I would recommend). - -Wouter - diff --git a/sites/orgdocs/docs/designs/penelope/options/backdartdepthfactor/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/backdartdepthfactor/readme.mdx deleted file mode 100644 index 0c530a90cd8..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/backdartdepthfactor/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Back dart depth factor" ---- - -How far down does the back dart go from the waistband. -This is a factor of the Natural Waist To Seat measurement. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/backvent/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/backvent/readme.mdx deleted file mode 100644 index d631a74b8a2..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/backvent/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Back vent" ---- - -This adds a vent to the back of the skirt. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/backventlength/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/backventlength/readme.mdx deleted file mode 100644 index 5a15c0c32f4..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/backventlength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Back vent length" ---- - -This controls the length of the back vent as a percentage of the skirt length. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/curveddarts/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/curveddarts/readme.mdx deleted file mode 100644 index f905e8e577b..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/curveddarts/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Curved darts" ---- - -The darts can be straight, or curved. Straight darts is what you see in most -pencil skirt patterns. Curved darts shape the top of the skirt slightly, hopefully -giving a better fit. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/darttosideseamfactor/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/darttosideseamfactor/readme.mdx deleted file mode 100644 index 1e03e52cd4c..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/darttosideseamfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Dart to side seam factor" ---- - -Percentage of how much of the hip to waist reduction has to be taken in by the darts versus the side seam. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/frontdartdepthfactor/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/frontdartdepthfactor/readme.mdx deleted file mode 100644 index 5e6ac3af8ad..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/frontdartdepthfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front dart depth factor" ---- - -How far down does the front dart go from the waistband. This is a factor of the natural waist To seat measurement. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/hem/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/hem/readme.mdx deleted file mode 100644 index 6cf1807b729..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/hem/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Size of the hem" ---- - -The size of the hem. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/hembonus/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/hembonus/readme.mdx deleted file mode 100644 index bee3cbb1c11..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/hembonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Hem bonus" ---- - -This option will reduce the circumference of the skirt at the hem. Percentage of the seat measurement. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/lengthbonus/readme.mdx deleted file mode 100644 index a2ffa70edf1..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length bonus" ---- - -This controls the length of the skirt. Percentage of the natural waist to knee measurement. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/nrofdarts/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/nrofdarts/readme.mdx deleted file mode 100644 index d3b91bbd47a..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/nrofdarts/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Number of darts" ---- - -The number of darts used in the pattern. -The maximum is 2, but this option can be reduced by the pattern if the calculations create darts that are too small. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/readme.mdx deleted file mode 100644 index 39652b01636..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Penelope pencil skirt: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/penelope/options/seatease/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/seatease/readme.mdx deleted file mode 100644 index c23ff9358fd..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/seatease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Seat ease" ---- - -Amount of ease around the fullest part of your bum. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/waistband/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/waistband/readme.mdx deleted file mode 100644 index 357c5eb22c0..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/waistband/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waist band" ---- - -Adds a waistband to the pattern. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/waistbandoverlap/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/waistbandoverlap/readme.mdx deleted file mode 100644 index 8c882128f1b..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/waistbandoverlap/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Waist band overlap" ---- - -The width of the overlap by the zipper. This is normally used to hide snaps, buttons, or hooks that -reinforce the zipper at the waistband. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/waistbandwidth/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/waistbandwidth/readme.mdx deleted file mode 100644 index 71af015395a..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/waistbandwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waist band width" ---- - -The width of the waist band. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/waistease/readme.mdx deleted file mode 100644 index 59c059f7922..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/waistease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waist ease" ---- - -The amount of ease at the waist. - - - - diff --git a/sites/orgdocs/docs/designs/penelope/options/zipperlocation/readme.mdx b/sites/orgdocs/docs/designs/penelope/options/zipperlocation/readme.mdx deleted file mode 100644 index cf7d7661fae..00000000000 --- a/sites/orgdocs/docs/designs/penelope/options/zipperlocation/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Zipper location" ---- - -Controls the location of the zipper. -Either at the back seam, or at the side seam - - - - diff --git a/sites/orgdocs/docs/designs/penelope/readme.mdx b/sites/orgdocs/docs/designs/penelope/readme.mdx deleted file mode 100644 index b82b1887c53..00000000000 --- a/sites/orgdocs/docs/designs/penelope/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Penelope pencil skirt" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/sandy/cutting/readme.mdx b/sites/orgdocs/docs/designs/sandy/cutting/readme.mdx deleted file mode 100644 index 4e82f3ab714..00000000000 --- a/sites/orgdocs/docs/designs/sandy/cutting/readme.mdx +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: "Sandy circle skirt: Cutting Instructions" ---- - -:::note - - -If not using seamless follow the default list, If using seamless follow the seamless list. - -::: - -**Main Fabric** - -- (If default) Cut **1 skirt** part on the fold. -- (If seamless) Cut **1 skirt** part on double fold. -- (If straight) Cut **1 waistband** part. -- (If curved) Cut **2 waistband** parts. - -**Lining Fabric (Optional)** - -- (If default) Cut **1 skirt** part on the fold. -- (If seamless) Cut **1 skirt** part on double fold. - -**Interfacing** - -- Cut **1 waistband** part. diff --git a/sites/orgdocs/docs/designs/sandy/fabric/readme.mdx b/sites/orgdocs/docs/designs/sandy/fabric/readme.mdx deleted file mode 100644 index 0d678108824..00000000000 --- a/sites/orgdocs/docs/designs/sandy/fabric/readme.mdx +++ /dev/null @@ -1,43 +0,0 @@ ---- -title: "Sandy circle skirt: Fabric Options" ---- - -### Main Fabric - -A circle skirt is a very versatile garment and can be made from a variety of fabric. It all depends on your intended use and preferred style. - -- If you wish for an everyday, easy to wash skirt then **Linen** and **Cotton** is the way to go. -- If you are looking for something more formal you may want to try **Suiting Fabrics**. -- If you want something warm for the winter you can try **Wools**. -- If wish for something flowy that drapes you can try lightweight materials such as **Chiffon**. -- If you are want something for a special occasion who may wish to try **Brocades** and **Silks**. - -Basically any fabric can be used to make a circle skirt you just need to find one that is right for you. - -:::tip - - -Keep in mind the weight, drape and body of the fabric. Do you want the skirt to hang? or do you want it to swoosh? do you want it to be rigid or flowy? -Another thing to look out for is gathering, if you are making a gathered Sandy you will need to make sure your fabric can gather nicely or be pleated if you prefer. -Circle skirts can look very different dependant on these things and whether you are making a full, half or quarter circle skirt. - -::: - -:::note - - -Need some inspo? check out [Sandy's showcase](/showcase#filter="sandy") page and see some finished Sandy's made by our wonderful community. - -::: - -### Lining Fabric - -Linings are optional for Sandy but you may need one if your main fabric is scratchy, sheds, hard to wash or is not nice to wear against skin. -You will want to use lighter fabrics to reduce bulk such as lightweight **Cottons** and **Silks**. - -:::note - - -Though pockets are not included in Sandy many people like to add them so make sure your lining can hold weight if you intend to make them out of the same fabric. - -::: diff --git a/sites/orgdocs/docs/designs/sandy/instructions/readme.mdx b/sites/orgdocs/docs/designs/sandy/instructions/readme.mdx deleted file mode 100644 index 1511971c95c..00000000000 --- a/sites/orgdocs/docs/designs/sandy/instructions/readme.mdx +++ /dev/null @@ -1,132 +0,0 @@ ---- -title: "Sandy circle skirt: Sewing Instructions" ---- - -:::warning - - -Due to the different styles and configurations of Sandy you may find you need to skip or re-order certain steps. -We're not going to go into a full explanation on how to create all the individual details that make up a circle skirt. These instructions assume that you know how to sew a zipper, construct pockets, etc. If not, there are numerous excellent articles available on the web, both in written form, and on video. If you do get stuck, you can always reach out to [other FreeSewers](https://discord.freesewing.org/) in our discord. - -::: - -:::note - - -Due to seamless and closure Sandy's needing different constructions we have separated their instructions. - -::: - -## Step 1: Prepping the Skirt - -- If including a closure, sew the skirt seam _good sides together_ up to where you intend the opening to start. -- Add Pockets if using. -- If using lining, prep the same as the skirt. -- _Finish_ seams if not lining. - -:::note - - -Pockets are not included in Sandy as it has one seam by default or no seams at all. - -If you would like inseam pockets you can cut the skirt pattern piece into multiple pieces rather than a single one to create seams to insert them into. Cutting it into thirds (for default) or two (for seamless) will give you two sideseams for two inseam pockets, just don't forget to add back seam allowance to the cut lines if including. - -If you do not wish to create additional seams but still wish to have pockets, you can use Patch Pockets or if you are feeling adventurous, you can use Welt Pockets. - -::: - -## Step 2: Prep the opening - -- Insert zipper or placket into opening if using. -- If not using, press the openings seam allowance to the inside and _Edgestitch_/_Topstitch_ in place. You may also wish to continue the topstitching down the seam. - -:::note - - -Skip this step if: -- You are including the zipper in the waistband. -- You are making a seamless version. - -::: - -## Step 3: Lining - -- (Optional) Interline the skirt with a stiffer or stronger fabric. -- Attach Lining to skirt at hem and opening by your preferred method. -- _Baste_ Lining to skirt at waist. -- Gather the waist if needed. - -## Step 4: The waistband - -### Closures - -- Interface/stiffen half the waistband part lengthwise. Or interface/stiffen one of the curved waistband parts. -- Press under the seam allowance on the long edge of the waistband that is not interfaced. Trim. _Baste_ the fold in place if needed. -- With _good sides together_ sew the interfaced waistband/side of the waistband to the skirt. Gather the skirt down to the waistband if needed. -- If using the curved waistband sew the non-interfaced part to the interfaced part. Trim and clip seam and press the non-interfaced part up and away from the skirt. - -There will be some overhangs: - -- The side you wish not to overlap should be overhang by your seam allowance. -- The side intended to overlap will have a greater overhang. -- If using a placket, both sides will overhang by your seam allowance. -- If using a zipper in the waistband the greater overhang will need to be trimmed to the seam allowance. - -__Inserting Zipper in Waistband__ -- If inserting a zipper into the waistband now is the time to do so, attach the zipper from the waistband fold line down. Or from seam-line down for curved waistband. -- _Slipstitch_ or _Whipstitch_ the lining to the zipper at this point if you have not treated the lining and skirt as one at the opening. -- Press under overhangs. -- Press the waistband _wrong sides together_ along fold-line. Or along seam-line for curved waistband. -- Slipstitch_ or _Whipstitch_ the overhang edges to the zipper. -- _Edgestitch_ the waistband in place. -- Alternatively, _Slipstitch_ or _Whipstitch_ the waistband in place on the inside. - -__Other closures__ -- Press the waistband _good sides together_ along fold-line. Or along seam-line for curved waistband. -- Sew the overhangs with your seam allowance. -- Turn the waistband out and to the inside, Press. -- _Egdestitch_ the waistband in place, this should also close the gap of the over-lap. -- Alternatively, _Slipstich_ or _Whipstitch_ the waistband in place on the inside and close the gap of the over-lap with _Slipstiching_. -- Add snaps, dress hooks or button and buttonhole, whatever is your preferred closure to the waistband overhang. - -### Seamless - -- If curved waistband with _good sides together_ sew the two waistbands together along the shortest curved edge. Press away from one another, Trim and clip the seam. -- With _good sides together_ sew the waistband together along the short seams, leaving a gap for the elastic that will be on the inside. -- Press under the seam allowance on the long edge of the waistband that is intended to be on the inside. -- With _good sides together_ attach the waistband to the skirt along the unpressed seam. Trim seam. -- Press waistband and seam allowance up away from skirt. -- Press the waistband to the inside along the fold-line/seam-line. -- _Edgestitch_ the waistband in place. -- Alternatively you can _Slipstitch_ or _Whipstitch_ the waistband in place on the inside. -- Cut the elastic to your waist. -- Thread the elastic through the opening of the waistband making sure not to lose the end. -- Overlap the ends of the elastic by 1cm (3/8 inch) and zig-zag stitch in place. -- Tuck elastic into waistband and close the opening with hand-sewing. - -## Step 5: Hemming - -If you have hemmed the skirt with the lining you can skip this step. - -Hem the skirt in one of the following ways: -- Omit the hem allowance and bind the raw edge. -- Bind the raw edge of the hem allowance, single fold the hem under and either _Topstitch_ or hand sew the hem in place. -- Double fold the hem under and either _Topstitch_ or hand sew the hem in place. You may have heard this be called a Rolled hem. - -:::note - - -There are many ways to hem/face the bottom of a skirt, If you have a preferred method use it here. - -::: - -## Step 6: Enjoy! - -You are all done! Now go enjoy your wonderful new skirt and try not to get too dizzy showing off it's fullness! - -:::note - - -These instructions are just a suggestion, there are many ways to construct a circle skirt so feel free to deviate or completely disregard. If you need help, you can always reach out to [other FreeSewers](https://discord.freesewing.org/) in our discord. - -::: diff --git a/sites/orgdocs/docs/designs/sandy/measurements/readme.mdx b/sites/orgdocs/docs/designs/sandy/measurements/readme.mdx deleted file mode 100644 index 79fb323fd15..00000000000 --- a/sites/orgdocs/docs/designs/sandy/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Sandy circle skirt: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/sandy/needs/readme.mdx b/sites/orgdocs/docs/designs/sandy/needs/readme.mdx deleted file mode 100644 index d2ae97ec0ea..00000000000 --- a/sites/orgdocs/docs/designs/sandy/needs/readme.mdx +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: "Sandy circle skirt: What You Need" ---- - -To make Sandy, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 2 - 6 metres (2.2 - 6.6 yards) of a suitable main fabric ([see Sandy Fabric options](/docs/designs/sandy/fabric)) -- Some interfacing for the waistband -- (Optional) Facing for the hem. -- Some sort of closure for the waistband (if not seamless) -- (Optional) About 2 - 6 metres (2.2 - 6.6 yards) of suitable lining fabric ([see Sandy Fabric options](/docs/designs/sandy/fabric)) -- Elastic (if needed) - -Due to the many different styles of Sandy it is difficult to precisely say what you need so we will go through some of the options. - -##### Main Fabric - -The length you require is dependant on how long and how full your circle skirt is, mid length and smaller should be sufficient with 2 - 2.5 metres whereas a floor length will require more. If in doubt buy a metre more than you think. Also don't be afraid to piece if your fabric is not wide or long enough, it is better to have an extra seam than not to use the fabric you like. - -:::note - - -Don't forget that the waistband also needs to be cut from the main fabric. - -::: - -:::warning - - -If making a **seamless** Sandy you will need to make sure the width of your fabrics are double the length of your skirt pieces otherwise you will have to piece or add seams. - -::: - -##### Lining Fabric - -Lining fabric is only really needed if your main fabric is unpleasant to have against the skin or hard to wash. You will need the same amount as your main fabric if you are fully lining the skirt. -If you only intend to make pockets with a lining you only need 0.25 - 0.5 metres of fabric. - -##### Hem Facing - -To add flare/keep the hems shape you may wish to add a facing to the bottom of the skirt. This can be done multiple ways such as the use of horsehair braid or tarlatan and really depends on the look you are going for and the fabric you are using. - -##### Closures - -If not making an elasticated Sandy you will need some type of closure. -This can be just a zip that is inserted in to the waistband and seam or it can be buttons, dress hooks, or snaps with an overlapping waistband and an opening, placket or zipper at the top of the seam. - -##### Elastic - -Elastic is needed if you intend to make a seamless or a closure free Sandy. Width-wise it will need to be able to fit inside the waistband, length-wise it will need to be able to fit around your waist. diff --git a/sites/orgdocs/docs/designs/sandy/notes/readme.mdx b/sites/orgdocs/docs/designs/sandy/notes/readme.mdx deleted file mode 100644 index 3af02069843..00000000000 --- a/sites/orgdocs/docs/designs/sandy/notes/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Sandy circle skirt: Designer Notes" ---- - -Sandy was my first pattern after I made the bib tutorial. Usually, no one needs -a pattern to make a circle skirt, you just fold your fabric, run your numbers -and cut the circle. However, I wanted an automated way to get those numbers and -that was not limited to a full or half circle, so I decided to make the -pattern. Additionally, I gave it the option to have an accurately curved -waistband, which I use also for other projects. - -The name is a tribute to Sandy, Olivia Newton John's character in Grease, who -wears a fair amount of circle skirts as a typical 50s teenager. - -Erica - diff --git a/sites/orgdocs/docs/designs/sandy/options/circleratio/circleratio.svg b/sites/orgdocs/docs/designs/sandy/options/circleratio/circleratio.svg deleted file mode 100644 index 78e400f8075..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/circleratio/circleratio.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/circleratio/readme.mdx b/sites/orgdocs/docs/designs/sandy/options/circleratio/readme.mdx deleted file mode 100644 index a66828ce809..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/circleratio/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Circle ratio" ---- - -![Circle ratio](circleratio.svg) - -The percent of a circle skirt. 100% makes a full circle skirt, 50% makes a half circle skirt. - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/gathering/gathering.svg b/sites/orgdocs/docs/designs/sandy/options/gathering/gathering.svg deleted file mode 100644 index 33b6dbf691a..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/gathering/gathering.svg +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/gathering/readme.mdx b/sites/orgdocs/docs/designs/sandy/options/gathering/readme.mdx deleted file mode 100644 index 5351d9411fc..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/gathering/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Gathering" ---- - -![Gathering](gathering.svg) - -The percent by which the top of the skirt is longer than the bottom of the waistband. -Give a value higher than 0 to pleat the skirt. - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/hemwidth/hemwidth.svg b/sites/orgdocs/docs/designs/sandy/options/hemwidth/hemwidth.svg deleted file mode 100644 index f86377c7e7a..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/hemwidth/hemwidth.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/hemwidth/readme.mdx b/sites/orgdocs/docs/designs/sandy/options/hemwidth/readme.mdx deleted file mode 100644 index a27709a73bf..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/hemwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hem width" ---- - -![Hem width](hemwidth.svg) - -The width of the hem. - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/lengthbonus/lengthbonus.svg b/sites/orgdocs/docs/designs/sandy/options/lengthbonus/lengthbonus.svg deleted file mode 100644 index 0a59677a7b9..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/lengthbonus/lengthbonus.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/sandy/options/lengthbonus/readme.mdx deleted file mode 100644 index 23eaf6fa279..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Length bonus" ---- - -![Length bonus](lengthbonus.svg) - -The length of the skirt. - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/panels/panels.svg b/sites/orgdocs/docs/designs/sandy/options/panels/panels.svg deleted file mode 100644 index aa051b5473e..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/panels/panels.svg +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/panels/readme.mdx b/sites/orgdocs/docs/designs/sandy/options/panels/readme.mdx deleted file mode 100644 index 33327b816ad..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/panels/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Panels" ---- - -![Panels](panels.svg) - -Number of panels the skirt is made of. - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/readme.mdx b/sites/orgdocs/docs/designs/sandy/options/readme.mdx deleted file mode 100644 index 9e54832de25..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Sandy circle skirt: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/sandy/options/seamlessfullcircle/readme.mdx b/sites/orgdocs/docs/designs/sandy/options/seamlessfullcircle/readme.mdx deleted file mode 100644 index 65a8e15f4d5..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/seamlessfullcircle/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Seamless full circle" ---- - -![Seamless full circle](seamlessfullcircle.svg) - -Select 'yes' for a seamless circle, which is cut on a double fold. -Since it has no openings, you'll need an elastic waistband. - -:::note - - -- This produces a full circle ignoring the _Circle percent_ option. -- You may need to use the [gathering option](/docs/designs/sandy/options/gathering) to increase the waist circumference to fit over your seat/hips. -- You will need to set the [waistband overlap](/docs/designs/sandy/options/waistbandoverlap) to 0%. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/seamlessfullcircle/seamlessfullcircle.svg b/sites/orgdocs/docs/designs/sandy/options/seamlessfullcircle/seamlessfullcircle.svg deleted file mode 100644 index 6f7e9804393..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/seamlessfullcircle/seamlessfullcircle.svg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/waistbandoverlap/readme.mdx b/sites/orgdocs/docs/designs/sandy/options/waistbandoverlap/readme.mdx deleted file mode 100644 index b20db1642f9..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/waistbandoverlap/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waistband overlap" ---- - -![Waistband overlap](waistbandoverlap.svg) - -The length of the overlap between the ends of the waistband, to allow a button. 0 means no overlap, for example to place a zipper that goes all the way to the top of the waistband. - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/waistbandoverlap/waistbandoverlap.svg b/sites/orgdocs/docs/designs/sandy/options/waistbandoverlap/waistbandoverlap.svg deleted file mode 100644 index e97b4764224..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/waistbandoverlap/waistbandoverlap.svg +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/waistbandposition/readme.mdx b/sites/orgdocs/docs/designs/sandy/options/waistbandposition/readme.mdx deleted file mode 100644 index 7c0809fa3a9..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/waistbandposition/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waistband position" ---- - -![Waistband position](waistbandposition.svg) - -Where the waistband sits. 0% makes it sit on the natural waist, 100% makes it sit on the hips. - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/waistbandposition/waistbandposition.svg b/sites/orgdocs/docs/designs/sandy/options/waistbandposition/waistbandposition.svg deleted file mode 100644 index 9e44ef8cbfa..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/waistbandposition/waistbandposition.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/waistbandshape/readme.mdx b/sites/orgdocs/docs/designs/sandy/options/waistbandshape/readme.mdx deleted file mode 100644 index 2c4f328d3c7..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/waistbandshape/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waistband shape" ---- - -![Waistband shape](waistbandshape.svg) - -The shape of the waistband. Straight makes things easier, but a rounded waistband adapts to your body if you have a fair difference between waist and hips circumferences. - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/waistbandshape/waistbandshape.svg b/sites/orgdocs/docs/designs/sandy/options/waistbandshape/waistbandshape.svg deleted file mode 100644 index be842a15e34..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/waistbandshape/waistbandshape.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/waistbandwidth/readme.mdx b/sites/orgdocs/docs/designs/sandy/options/waistbandwidth/readme.mdx deleted file mode 100644 index 0a15d1b9844..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/waistbandwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waistband width" ---- - -![Waistband width](waistbandwidth.svg) - -The width of the waistband - - - - diff --git a/sites/orgdocs/docs/designs/sandy/options/waistbandwidth/waistbandwidth.svg b/sites/orgdocs/docs/designs/sandy/options/waistbandwidth/waistbandwidth.svg deleted file mode 100644 index 527d4341b9c..00000000000 --- a/sites/orgdocs/docs/designs/sandy/options/waistbandwidth/waistbandwidth.svg +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sandy/readme.mdx b/sites/orgdocs/docs/designs/sandy/readme.mdx deleted file mode 100644 index 2ef26016856..00000000000 --- a/sites/orgdocs/docs/designs/sandy/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Sandy circle skirt" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/shelly/cutting/readme.mdx b/sites/orgdocs/docs/designs/shelly/cutting/readme.mdx deleted file mode 100644 index 470f152edca..00000000000 --- a/sites/orgdocs/docs/designs/shelly/cutting/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Shelly shirt: Cutting Instructions" ---- - -- Cut **1 front** part on the fold -- Cut **1 back** part on the fold -- Cut **2 sleeve** parts -- Cut **1 neckband** part on the fold diff --git a/sites/orgdocs/docs/designs/shelly/fabric/readme.mdx b/sites/orgdocs/docs/designs/shelly/fabric/readme.mdx deleted file mode 100644 index 88c3ffa37c1..00000000000 --- a/sites/orgdocs/docs/designs/shelly/fabric/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Shelly shirt: Fabric Options" ---- - -This pattern is designed to work with stretch/knit fabrics, particularly spandex. - -For swim shirts, rash guards, compression shirts, athletic shirts, and other performance-oriented shirts, four-way stretch fabric is strongly recommended. For more casual raglan t-shirts, two-way stretch jersey should work fine. - -For compression clothes and swimwear, a 20:80 ratio of nylon/polyester to spandex/elastane is recommended. More elastic fabrics allow for greater negative ease, will give better mobility, and will be more forgiving to measurement/design errors. - -The raglan sleeves lend themselves well to using different colors/prints for the body and for the sleeves. - -With swim fabric/spandex, it is recommended to make the neckband out of the same material used for the shirt. For less stretchy fabric, such as cotton jersey knit, ribbing is recommended. diff --git a/sites/orgdocs/docs/designs/shelly/instructions/readme.mdx b/sites/orgdocs/docs/designs/shelly/instructions/readme.mdx deleted file mode 100644 index aefc2079f1e..00000000000 --- a/sites/orgdocs/docs/designs/shelly/instructions/readme.mdx +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: "Shelly shirt: Sewing Instructions" ---- - -:::note - - -The use of a serger or an overlocking foot is recommended, to keep the size of the finished seams small. If using a serger, a seam allowance of 1/2 inch (12 mm) is recommended. If using an overlocking foot on a sewing machine, or serging without the use of the knife, a seam allowance of 1/4 inch (6 mm) is recommended. - -All seams, including the neckband, can be done with the same stitch, whether it be a serger, an overlock stitch, or a stretch stitch. - -Hems are optional (since knit doesn't fray), but if you do make hems, make sure they can stretch. - -Make sure to use a stitch that can stretch. If sewing stretch fabric, adjust your tension to allow for extra stretch. On a serger, this will usually mean lowering the needle tension, especially the right needle, and adjusting the looper tension as needed to keep the stitch looking decent. On a regular sewing machine, lower the tension. Test your choice of stitch first on scrap fabric, and try to shape the test seam by stretching the seam along its length. It should only snap after stretching quite a bit. If it pops too easily, keep playing with your stitches/tension settings until you get something that can survive some abuse. - -For making t-shirts or other shirts with 2-way stretch, regular settings with a stitch that stretches should be fine. - -::: - -### Step 0: Customizing and fitting your pattern - - - Select an appropriate sleeve length. - - 10-30% for short sleeves. - - 75% for 3/4 length sleeves. - - 100% for long sleeves (to the wrist). - - 115% is a good value if making a shirt with thumb holes (extends to the knuckles) - - - Select an appropriate body length. - - Up to 80% or so will produce a crop top. - - 100% ends at top of the hip bone. - - 120% will produce a typical t-shirt. - - 140% will produce a somewhat longer shirt that is less prone to untucking or riding up. - - 200%+ can be used to make a simple t-shirt dress. It's suggested that you set straight sides to false, and adjust the side shape (under advanced options) for t-shirt dresses. - - If in doubt, it's a lot easier to shorten a shirt or a sleeve than to lengthen it. - - - Figure out what kind of fit you want and set your eases accordingly. Make sure you have an appropriate fabric. If in doubt, making the shirt too loose is safer than too tight. - - In general, when working with spandex, you want 0% to negative ease. When working with ordinary cotton/polyester t-shirt fabric, you want positive ease, both because the fabric stretches less, and because typical styles using that fabric are looser. - - Sensory compression shirts will be the tightest / have the most negative ease. - - 4-way stretch fabric is required. Swim fabric or another very stretchy fabric is strongly recommended. - - Chest ease: -30% to -20%. This is the most important part to compress for sensory purposes, and is a relatively safe place to put tension. - - Sleeve ease: -20% to -10%. Compression here can be beneficial, but you don't want it so tight that you cut off circulation. - - Wrist ease: -15% to 0%. Mostly preference. - - Neck ease: 25% to 100% (25% will still be a very snug neckband that will take some stretching to get on/off the head, because of how the neckband is constructed and because neckholes usually are quite a bit bigger than the neck to fit over the head. - - - Athletic shirt - - - - The author hasn't made one yet. If someone knows what eases to use, please let me know. - - Highly breathable fabric with some spandex/stretch is recommended. - - - Eases are somewhere between those for a compression shirt and a swim shirt. - - - Swim shirt (looser fitting stretch shirt meant for swimming) - - Swim fabric (spandex/nylon blend or spandex/polyester blend, around 20% spandex) - - Chest ease: ~0% - - Sleeve ease: 0-15% - - Neck ease: 50 to 150% (mostly a style decision). Ease under 50% isn't recommended unless you like very snug neckbands. - - - T-shirt - - - The author hasn't made one yet. If someone knows what eases to use, please let me know. - - Eases will be quite a bit more larger (more positive) than for other shirt types. - - - - Sweatshirt - - - The author hasn't made one yet. If someone knows what eases to use, please let me know. - - Eases will be similar to that for a t-shirt, or a little larger. - - - - The neckband length will be mostly determined by the material of the neckband. Stretch fabric will generally use a length of around 80%. Less stretchy fabric will be longer, but always shorter than 100%, and ribbed knit (recommended for t-shirt neckbands) are around 60-70%. - -### Step 1: Forming the body and attaching the sleeves - -- With _good sides together_, sew the front piece to each sleeve along the raglan seam (the diagonal seam running from the neck to the armpit). -- With _good sides together_, sew the back piece to each sleeve along the raglan seam. You should now have a single piece with a circular neck hole in the middle. - -### Step 2: Attaching the neckband - -- With _good sides together_, fold the neckband in half long ways (so it's half as long) and sew it into a loop. -- With _wrong sides together_, fold the neckband in half short ways (so it's half as wide). -- Turn the shirt _good-side_-out -- Mark the quarter points on your neckband with ball point pins, clips, or chalk. -- Do the same around the neck hole, marking the center of the front, the center of the back, and the midpoints on either sleeve. -- With _good sides together_, line up the unfinished edges of the neckband with the edge of the neck hole, and line up the quarter points of the neckband with the quarter points of the neck hole. Stretch the neckband as needed to have all the points line up. Pin or clip the neckband around the neck hole. - - Sew carefully around the neck hole, making sure to sew through all 3 layers. - - Turn the neckband over. It should lay flat. - -### Step 3: Closing the sleeves and sides - -- Turn the shirt inside-out. -- With _good sides together_, place the front and back pieces together and pin/clip their sides together. -- With _good sides together_, close the sleeve and pin/clip it along the sleeve seam. -- You should have a single seam prepared, going from the end of the sleeve to the bottom hem of the body. -- Sew it shut. -- Repeat for the other side. - -### Step 4: (Optional) Hemming - -- Hem the sleeves and/or the bottom of the shirt using a single-fold hem. Using a twin needle will add some stretch to the stitching, but in either case the use of a stretch stitch is still recommended for high-stretch fabrics. -- Alternatively, you can overlock or serge the raw edge _without_ folding it over to give it a little bit of substance without adding as much bulk as a folded hem, or you can make a rolled hem. -- Or you can leave the edges unfinished, particularly if it's swim fabric or some other fabric that does not fray at all. - -### Step 5: Enjoy your new shirt! - -- It's time to take your new shirt for a swim, or to show it off at the beach! diff --git a/sites/orgdocs/docs/designs/shelly/measurements/readme.mdx b/sites/orgdocs/docs/designs/shelly/measurements/readme.mdx deleted file mode 100644 index d03f01957e0..00000000000 --- a/sites/orgdocs/docs/designs/shelly/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Shelly shirt: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/shelly/needs/readme.mdx b/sites/orgdocs/docs/designs/shelly/needs/readme.mdx deleted file mode 100644 index be8fc5a24ba..00000000000 --- a/sites/orgdocs/docs/designs/shelly/needs/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Shelly shirt: What You Need" ---- - -To make Shelly, you will need the following: - -- Basic sewing supplies -- Between 0.5 - 2 meters (0.6 - 2.2 yards) of a suitable fabric, depending on size and style ([see Fabric options](/docs/designs/shelly/fabric)) - - A kids' short-sleeve rash guard can probably be made with 0.5 meters with fabric left over. - - A looser-fitting long-sleeved swim shirt or t-shirt for a tall adult will take closer to 2 meters. - - Two different colors or prints of fabric can be used (one for the sleeves, one for the bodice). -- (Optional) Ribbing fabric for the neck, if using less stretchy fabric. -- (Optional) Contrasting color thread, if making exposed seams. diff --git a/sites/orgdocs/docs/designs/shelly/notes/readme.mdx b/sites/orgdocs/docs/designs/shelly/notes/readme.mdx deleted file mode 100644 index 9437362576a..00000000000 --- a/sites/orgdocs/docs/designs/shelly/notes/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Shelly Swimshirt: Designer Notes" ---- - -Shelly is my first design. It was born out of the need for shirts that can compress very tight (for sensory needs stemming from autism), and the lack of suitable ready made shirts. Undersized swim shirts are tight enough, but expose the belly and pinch in the armpits, so I set out to design a shirt that would be both comfortable and therapeutic. - -Raglan sleeves are used to provide additional flexibility and mobility in the armpit, and are very important for very tight clothes. - -That said, Shelly is a simple and versatile design capable of making knit tops over a wide range of eases, from tightly compressive compression shirts, to loose raglan tees. It makes a great first knit garment project, as it only uses five pieces of fabric cut from four pattern pieces, and features simple seams that can be entirely made with a serger/overlocker. It's also fairly tolerant of small errors in measuring/cutting/sewing due to the elastic nature of knits, especially swim fabric, and the lack of any fine features requiring too much attention to detail on Shelly. - -The name is chosen because I like the beach and I like seashells. - -Thrunic diff --git a/sites/orgdocs/docs/designs/shelly/options/armpitease/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/armpitease/readme.mdx deleted file mode 100644 index 28729dad68f..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/armpitease/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Armpit ease" ---- - -Shifts the sleeves downward to give extra room in the armpit, measured as a percentage of the sleeve diameter. If in doubt, go with the default value. - -Note: This option does not change the diameter of the sleeve. To make the sleeve larger or smaller, use the Sleeve ease option. - -Note: The Raglan scoop length and Raglan scoop depth options also affect the amount of ease in the armpit. - -> ##### This option also allows negative values. -> -> Negative values will move the sleeves upwards. Use with caution, even on stretch garments, as this can easily cause binding at the armpit. diff --git a/sites/orgdocs/docs/designs/shelly/options/bodyhem/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/bodyhem/readme.mdx deleted file mode 100644 index c18ff6af312..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/bodyhem/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Body hem" ---- - -Sets the hem allowance of the hem along the bottom of the body of the shirt, as a multiple of the seam allowance. - diff --git a/sites/orgdocs/docs/designs/shelly/options/bodylength/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/bodylength/readme.mdx deleted file mode 100644 index 652e11964a8..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/bodylength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Body length" ---- - -Controls how long the shirt is. - - Up to 80% or so will produce a crop top. - - 100% ends at top of the hip bone. - - 120% will produce a typical t-shirt. - - 140% will produce a somewhat longer shirt that is less prone to untucking or riding up. - - 200%+ can be used to make a simple t-shirt dress. It's suggested that you set straight sides to false, and adjust the side shape (under advanced options) for t-shirt dresses. - diff --git a/sites/orgdocs/docs/designs/shelly/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/chestease/readme.mdx deleted file mode 100644 index 87ed254576c..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/chestease/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Chest ease" ---- - -Controls how wide the shirt will be at your chest. Suggested values range from -30% for a tight sensory compression shirt made out of swim fabric, to 0% for a more casually fitted swim shirt, to +30% or more for a loose-fitting shirt made of less stretchy knit fabrics. - diff --git a/sites/orgdocs/docs/designs/shelly/options/hemwidth/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/hemwidth/readme.mdx deleted file mode 100644 index 205d6737fb9..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/hemwidth/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Hem width" ---- - -Sets the hem allowance of the hem along the waist, as a multiple of the seam allowance. diff --git a/sites/orgdocs/docs/designs/shelly/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/hipsease/readme.mdx deleted file mode 100644 index 40e22ec2743..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/hipsease/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Hips ease" ---- - -Controls how wide your shirt will be at the bottom hem. This option is only used if the straight sides option is disabled. - diff --git a/sites/orgdocs/docs/designs/shelly/options/neckbalance/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/neckbalance/readme.mdx deleted file mode 100644 index 169c5fb09b0..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/neckbalance/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Neck position" ---- - -Controls where the neck hole is placed on the shirt. A value of 0% has the center of the neck hole exactly where the four raglan seams would intersect, with the front and back parts being identical. A positive value shifts the neck towards the front of the shirt. - diff --git a/sites/orgdocs/docs/designs/shelly/options/neckbandlength/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/neckbandlength/readme.mdx deleted file mode 100644 index 6e04b8efd08..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/neckbandlength/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Neckband length" ---- - -Controls how long the neckband is, as a percentage of the circumference of the neckline. Recommended values for this option vary based on the material used for the neckband and the width of the neckband. Stretchier materials and wider neckbands should use a smaller value for this option. - diff --git a/sites/orgdocs/docs/designs/shelly/options/neckbandwidth/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/neckbandwidth/readme.mdx deleted file mode 100644 index 8d3a9ebc714..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/neckbandwidth/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Neckband width" ---- - -Controls how wide the finished neckband will be, as a percentage of the neckline circumference. - diff --git a/sites/orgdocs/docs/designs/shelly/options/neckease/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/neckease/readme.mdx deleted file mode 100644 index 8e76e6887c4..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/neckease/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Neck ease" ---- - -Controls how large the neck hole is. Keep in mind that most shirts have neck holes that are substantially larger than the wearer's neck, and that the neckband will further constrict the neck. 0% ease will make a very small neck hole that hugs the neck snugly and is hard to push over the head, even with stretch fabric. +50% will still make what's generally considered a tight neckband appropriate for a swim shirt. For t-shirts or for a loose fit, even larger values are recommended. - diff --git a/sites/orgdocs/docs/designs/shelly/options/raglanscooplength/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/raglanscooplength/readme.mdx deleted file mode 100644 index 8987cf9a957..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/raglanscooplength/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Raglan scoop length" ---- - -Controls how far out from the armhole the raglan seam starts to scoop. Larger arms and smaller chests may need to use slightly larger values for this option, but it can usually be left at the default value without issue. - diff --git a/sites/orgdocs/docs/designs/shelly/options/raglanscoopmagnitude/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/raglanscoopmagnitude/readme.mdx deleted file mode 100644 index a6e5812962a..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/raglanscoopmagnitude/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Raglan scoop depth" ---- - -Controls how much extra material to place under the armpits. Larger values will generally provide better mobility and room in the armpits, while smaller values may give a more fitted look and may be better suited to people with skinny arms. This option can usually be left at the default value without issue. - diff --git a/sites/orgdocs/docs/designs/shelly/options/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/readme.mdx deleted file mode 100644 index 6a06123a180..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Shelly shirt: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/shelly/options/sideshape/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/sideshape/readme.mdx deleted file mode 100644 index edaab375dbf..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/sideshape/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Side shape" ---- - -Controls how the side seam is curved. Zero creates a straight line from the armpit to the side of the hips. Positive values add material and give the side seam a rounded/convex shape, while negative values remove material and give the side seam an hourglass/concave shape. This option will have no effect if the 'straight sides' option is enabled. - diff --git a/sites/orgdocs/docs/designs/shelly/options/sleeveease/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/sleeveease/readme.mdx deleted file mode 100644 index c0ca0591a4d..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/sleeveease/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Sleeve ease" ---- - -Affects how wide the sleeve is at the armhole on all shirts. For shirts that are less than 100% length, this option also affects how wide the sleeve is at the hem, with shorter sleeves being affected by this option to a greater degree, and longer sleeves being more affected by the wrist ease option. In most cases, this value should be set larger than chest ease, as the shoulders and arms are smaller and the same percentage of ease will translate to a smaller absolute ease. For compression clothes, shoulders also need more mobility than the chest, and very negative eases should generally be avoided for this option. - diff --git a/sites/orgdocs/docs/designs/shelly/options/sleevehem/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/sleevehem/readme.mdx deleted file mode 100644 index 12e494d8ed5..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/sleevehem/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Sleeve hem" ---- - -Sets the hem allowance of the hem along the end of the sleeves, as a multiple of the seam allowance. - diff --git a/sites/orgdocs/docs/designs/shelly/options/sleevelength/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/sleevelength/readme.mdx deleted file mode 100644 index 930fc57a61f..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/sleevelength/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Sleeve length" ---- - -Controls how long the sleeves of your shirt will be. - - 15-30% will make short sleeves. - - 75% will make three-quarter sleeves. - - 100% will make long sleeves, stopping at the wrist. - - 115% will make sleeves covering the knuckles, and is appropriate if using thumb holes. - diff --git a/sites/orgdocs/docs/designs/shelly/options/straightsides/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/straightsides/readme.mdx deleted file mode 100644 index 2475f5bef0f..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/straightsides/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Straight sides" ---- - -Forms a tubular shirt, which is a shirt where the hips and chest are the same width and connected by a straight seam. Set this to true for front and back parts that are perfectly rectangular below the armholes. This setting overrides any values set for the `hips ease` or `side shape` options. For most body types, leaving this option on will result in a reasonable fit that is looser around the belly and tighter around the chest, and generally produces a more fabric-efficient pattern. - diff --git a/sites/orgdocs/docs/designs/shelly/options/wristease/readme.mdx b/sites/orgdocs/docs/designs/shelly/options/wristease/readme.mdx deleted file mode 100644 index f8ef41972a2..00000000000 --- a/sites/orgdocs/docs/designs/shelly/options/wristease/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Wrist ease" ---- - -Affects how wide the end of the sleeve is on some shirts. There is no effect for sleeves ending at the biceps or above. For longer sleeves, the wrist measurement and this wrist ease option have a progressively larger effect, reaching full effect for long sleeved shirts (sleeve length of 100% or greater). - diff --git a/sites/orgdocs/docs/designs/shelly/readme.mdx b/sites/orgdocs/docs/designs/shelly/readme.mdx deleted file mode 100644 index a1ec0a9483e..00000000000 --- a/sites/orgdocs/docs/designs/shelly/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Shelly shirt" ---- - - diff --git a/sites/orgdocs/docs/designs/shin/cutting/layout.svg b/sites/orgdocs/docs/designs/shin/cutting/layout.svg deleted file mode 100644 index 48b6ca3cff0..00000000000 --- a/sites/orgdocs/docs/designs/shin/cutting/layout.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - freesewing core v1.11.0 Shin Swim Trunks freesewing.org/drafts/__DRAFTHANDLE__ The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - - - Grainline - Shin Swim Trunks - 2 - Front - - - - - - - - - - - - - Grainline - Shin Swim Trunks - 1 - Back - - - - - - - - - - - - Grainline - - 80.83cm - - - Shin Swim Trunks - 3 - Waistband - - - - - - - \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/shin/cutting/readme.mdx b/sites/orgdocs/docs/designs/shin/cutting/readme.mdx deleted file mode 100644 index e3486d9a628..00000000000 --- a/sites/orgdocs/docs/designs/shin/cutting/readme.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Shin swim trunks: Cutting Instructions" ---- - -- Cut **2 backs** with good sides together -- Cut **4 fronts** 2 x 2 with good sides together -- Cut **1 waistband** - -## Caveats - -- To save paper, the waistband is not completely printed on the pattern since it's just a long rectangle. So look for the length indicator, and cut out a rectangle of that size. -- The hem allowance is double the standard seam allowance. - -Shin is a very simply pattern, and consists of two main parts plus the waistband. - -Below is a typical draft layout: - -![A typical Shin draft](layout.svg) - -:::tip - - -The [pattern notation guide][1] explains all the different markings and lines on your draft. - -::: - -[1]: /docs/about/notation/ diff --git a/sites/orgdocs/docs/designs/shin/fabric/readme.mdx b/sites/orgdocs/docs/designs/shin/fabric/readme.mdx deleted file mode 100644 index e66a357c9bb..00000000000 --- a/sites/orgdocs/docs/designs/shin/fabric/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shin swim trunks: Fabric Options" ---- - -Swim trunks should be made out of a material with stretch that is suitable for being in the water. - -Typically, this falls apart in a few categories: - -- Nylon mixed with elastane, spandex, or lycra is soft and stretchy. This is what most casual swimwear is made from. -- Polyester mixed with PBT (polybutylene terephthalate) is less soft to the touch, but resistant to chlorine and salt water. This is what a lot of competitive swimwear is made from. -- Neoprene, also known as scuba, is heavier and less stretchy. It's the stuff scuba suits are made from. diff --git a/sites/orgdocs/docs/designs/shin/instructions/readme.mdx b/sites/orgdocs/docs/designs/shin/instructions/readme.mdx deleted file mode 100644 index db1fb6a7011..00000000000 --- a/sites/orgdocs/docs/designs/shin/instructions/readme.mdx +++ /dev/null @@ -1,106 +0,0 @@ ---- -title: "Shin swim trunks: Sewing Instructions" ---- - -> ### Images coming soon -> -> These instructions are a work in progress, and we haven't created the illustrations yet. -> They will be added soon. - -## Step 1: Join the backs - -Put your two backs on top of each other with the good sides together, and sew them together along the center back seam. - -## Step 2: Join the fronts - -### Sew the front seam - -Put two of your fronts on top of each other with the good sides together, and sew them together along the center front seam. - -Repeat with the two other fronts so you have two identical sets. - -### Baste fronts together - -We have 4 fronts because we'll have a double layer at the front of our swim trunks. - -Since swimwear fabric tends to be slippery, it's a good idea to baste your fronts together to make it -easier to work with them in the next steps. - -So place your fronts on top of each other, with good sides out, and sew them together with some -large basting stitches in the seam allowance. - -## Step 3: Join the sides - -Place your back down with the good side up, and place your double front layer on top. -Sew fronts and back together at the side seams. - -## Step 4: Sew the cross seams - -Keep your swim trunks with the good side inwards (the back at least, the front has good side on both sides) -and sew the crossseam to create the leg openings. - -## Step 5: Place eyelets for the draw string - -Mark the middle of your waistband length. Fold the waistband double, and mark the middle of the width -(do not take the seam allowance into account). - -A bit to the left and right of this, you can add two eyelets to pass a drawstring through. -This will avoid an embarrassing situation when you go for that big dive and now suddenly find your -swim trunks on your ankles. - -> ### It's best to add some reinforcement -> -> As swimwear fabric is slippery and thin, you might want to add some reinforcement behind these -> eyelets. A leftover piece of denim will do just fine. - -## Step 6: Prepare the elastic - -There's no magic formula for the length of your elastic. So you wrap it around your waist and pull -it tight until you get a good fit. - -Mark this length, cut the elastic, and join the two ends together. - -## Step 7: Join the waistband - -Fold the waistband in half with good sides together and line of the (short) edges. -Sew them together. - -## Step 8: Attach the waistband - -Fold your waistband double along the length with good sides out, and place the elastic inside. -Make sure to align the place where the elastic is joined with the place the waistband is joined. - -Align the back of your swim trunks with the place where you joined the waistband, -align the edge of the waistband with the edge of the back, and pin them together. -Make certain that you pin it to the bad side of the back. - -> ### Mind your eyelets -> -> If you've made eyelets in your waistband, double check that they are placed towards the outside, -> not the inside of your waistband. - -Find the front of the waistband (easy if there's eyelets, if not just fold it double) and align that -with the front seam. Pin this in place too. - -Now make your way around the swim trunks waist, pinning the waistband in place. - -Then, sew the waistband to the swim trunks, as close to the elastic as you can, but don't sew -into the elastic. - -It's fine to not sew too close the first time around, and once your elastic is attached and encased, -make a second round to sew it a bit more snugly. - -## Step 9: Hem the legs - -Fold the hem upwards, and sew it down. If you have a coverlock, use it. -If not, use a twin needle or zig-zag stitch to keep the seam stretchable. - -> ### Fold only once, to avoid bulk -> -> Swimwear fabric doesn't ravel, so you can simply fold this over once and sew it down, then neatly trim back the fabric. - -## Step 10: Thread a draw string around the waist - -Thread a drawstring through one eyelet, around the waist, and out of the other eyelet. - -That's it, you're done 👍 diff --git a/sites/orgdocs/docs/designs/shin/measurements/readme.mdx b/sites/orgdocs/docs/designs/shin/measurements/readme.mdx deleted file mode 100644 index 3be73bfb4fc..00000000000 --- a/sites/orgdocs/docs/designs/shin/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Shin swim trunks: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/shin/needs/readme.mdx b/sites/orgdocs/docs/designs/shin/needs/readme.mdx deleted file mode 100644 index 4d6715fd7ad..00000000000 --- a/sites/orgdocs/docs/designs/shin/needs/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Shin swim trunks: What You Need" ---- - -To make Shin, you will need the following: - -- Basic sewing supplies -- About 0.75 meters (0.8 yards) of a suitable fabric ([see Fabric options](/docs/designs/shin/fabric)) -- two eyelets and a drawstring - -> ## A serger/overlock is nice, but optional -> -> As with all stretch fabrics, a serger/overlock will make your life easier. -> -> If you do not have one of those, don't despair. You don't really need it. -> You can use another technique for stretch seams, such as a zig-zag stitch, twin needle, or elastic thread. diff --git a/sites/orgdocs/docs/designs/shin/notes/readme.mdx b/sites/orgdocs/docs/designs/shin/notes/readme.mdx deleted file mode 100644 index 946efdc842e..00000000000 --- a/sites/orgdocs/docs/designs/shin/notes/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Shin swim trunks: Designer Notes" ---- - -I needed swim trunks, so I designed Shin. -There's not much more to it than that. - -joost diff --git a/sites/orgdocs/docs/designs/shin/options/backrise/readme.mdx b/sites/orgdocs/docs/designs/shin/options/backrise/readme.mdx deleted file mode 100644 index b50edcb44ed..00000000000 --- a/sites/orgdocs/docs/designs/shin/options/backrise/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Back rise" ---- - -How much extra rise do you want at the back? - -This factor will raise the waist at the back of your swim trunks only. - -> If you want to raise the waist overall, that's what the **rise** option does - - - - diff --git a/sites/orgdocs/docs/designs/shin/options/bulge/readme.mdx b/sites/orgdocs/docs/designs/shin/options/bulge/readme.mdx deleted file mode 100644 index a75b2daeb31..00000000000 --- a/sites/orgdocs/docs/designs/shin/options/bulge/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Bulge" ---- - -How much room do you want in the front? - -Increasing this will creating more room in the front. - -> If it's vertical room you're looking for, that's what the **rise** option does - - - - diff --git a/sites/orgdocs/docs/designs/shin/options/elasticwidth/readme.mdx b/sites/orgdocs/docs/designs/shin/options/elasticwidth/readme.mdx deleted file mode 100644 index 590d1749b4f..00000000000 --- a/sites/orgdocs/docs/designs/shin/options/elasticwidth/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Elastic width" ---- - -> #### What's the point? -> -> This option is closely linked to the **rise** option that determines how high your swim trunks will rise on your waist. -> -> However, the width of your elastic is also a factor to take into account, so that's where this option comes in. - - - - diff --git a/sites/orgdocs/docs/designs/shin/options/legreduction/readme.mdx b/sites/orgdocs/docs/designs/shin/options/legreduction/readme.mdx deleted file mode 100644 index bff43fa5bb6..00000000000 --- a/sites/orgdocs/docs/designs/shin/options/legreduction/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Leg reduction" ---- - -The amount to further reduce the stretch at the (upper) legs. - -> #### What's the point? -> -> This option makes the legs fit more snugly than the rest of your swimming trunks to avoid gaping. - - - - diff --git a/sites/orgdocs/docs/designs/shin/options/readme.mdx b/sites/orgdocs/docs/designs/shin/options/readme.mdx deleted file mode 100644 index cc847b99a57..00000000000 --- a/sites/orgdocs/docs/designs/shin/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Shin swim trunks: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/shin/options/rise/readme.mdx b/sites/orgdocs/docs/designs/shin/options/rise/readme.mdx deleted file mode 100644 index 40b27a1eeca..00000000000 --- a/sites/orgdocs/docs/designs/shin/options/rise/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Rise" ---- - -This option controls the overall height of the waist. - -> The higher the rise, the higher your waist. - - - - diff --git a/sites/orgdocs/docs/designs/shin/options/stretch/readme.mdx b/sites/orgdocs/docs/designs/shin/options/stretch/readme.mdx deleted file mode 100644 index ebd4d534e66..00000000000 --- a/sites/orgdocs/docs/designs/shin/options/stretch/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Stretch" ---- - -The amount of overall (horizontal) stretch. - - - - diff --git a/sites/orgdocs/docs/designs/shin/readme.mdx b/sites/orgdocs/docs/designs/shin/readme.mdx deleted file mode 100644 index b8285259581..00000000000 --- a/sites/orgdocs/docs/designs/shin/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Shin swim trunks" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/simon/cutting/readme.mdx b/sites/orgdocs/docs/designs/simon/cutting/readme.mdx deleted file mode 100644 index b876788f55a..00000000000 --- a/sites/orgdocs/docs/designs/simon/cutting/readme.mdx +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Simon shirt: Cutting Instructions" ---- - -- **Main fabric** - - Cut **1 front left** - - Cut **1 button placket** (only if you opted for a separate button placket) - - Cut **1 front right** - - Cut **1 buttonhole placket** (only if you opted for a separate buttonhole placket) - - Cut **1 back** - - Cut **1 collar** - - Cut **1 undercollar** - - Cut **2 yoke(s)** or **4 yokes** if you've chosen a split yoke - - Cut **2 sleeve(s)** - - Cut **2 collar stand(s)** - - Cut **2 sleeve placket underlap(s)** - - Cut **2 sleeve placket overlap(s)** - - Cut **4 cuff(s)** -- **Fusible interfacing** - - Cut **1 collar** - - Cut **1 undercollar** - - Cut **2 collar stand(s)** - - Cut **2 cuff(s)** - -:::note - - -When cutting out two, you can cut them [good sides together](/docs/sewing/good-sides-together). -However, when working with fabric with a pattern, I prefer to cut them individually to finely control the pattern matching. - -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. - -::: - -:::warning - - -###### Caveats - -- The **front right**, **front left**, and **sleeve** have seams that should be made into flat-felled seams. As such, they have extra seam allowance on those seams. When cutting out these pieces, you **must** include this extra seam allowance. -- The cuff guard and cuff placket have no seam allowance. That is normal, just cut them out as they are drawn on the pattern. -- Do not cut out the darts in the **back** piece. You should mark them, but not cut them out. - -::: diff --git a/sites/orgdocs/docs/designs/simon/fabric/readme.mdx b/sites/orgdocs/docs/designs/simon/fabric/readme.mdx deleted file mode 100644 index ab6b9b3349c..00000000000 --- a/sites/orgdocs/docs/designs/simon/fabric/readme.mdx +++ /dev/null @@ -1,77 +0,0 @@ ---- -title: "Simon shirt: Fabric Options" ---- - -Any fabric shop that is worth your business should have a shirting section. -You can just walk in, ask where you can find the shirting, and pick out something you like. - -Most of what you'll find there will be cotton, or a blend of cotton. -But you're free to go for another fiber too. - -When shopping online, it can be harder to get a good idea of what you're looking at. -In the absence of touch, it's good to know a thing or two about the different weaves of fabrics. -The weave is how the fabric was woven, and this determines not only how the fabric looks, but also how it will feel and drape. - -Without wanting to start an encyclopedia of fabrics here, here are some terms you may come across when shopping for shirt fabric online. - -## Broadcloth or poplin - -Broadcloth is the way to go for that white shirt for your job interview or wedding. - -Broadcloth (frequently referred to as poplin) is a simple weave and results in a flat plain fabric that will give you that crisp formal look. - -It's typically a lighter fabric and in light colours can tend to be a bit transparent. - -## Twill - -You can recognize twill fabrics by their characteristic diagonal texture from the weave. - -It drapes more easily than broadcloth, wrinkles less and when it does, is easier to iron. - -The flip side of the coin is that it won't give you that starchy crisp vibe that broadcloth can. - -## Pinpoint - -Pinpoint is the work horse of shirt fabrics. Typically they produce a heavier and thicker . and thus more durable . fabric. - -Pinpoint is a less formal look than broadcloth or twill, but more formal than oxford. This, combined with its durability, make it a great choice for your everyday work shirt. - -## Chambray - -Chambray is simple weave, similar to broadcloth. It is different because it uses a much heavier yarn, and typically different colours for the weft and width. - -The result is a much more textured fabric, both in touch as appearance where the different colours create a densely speckled two-coloured fabric. - -## Denim - -Denim needs no introduction. It's the stuff your jeans are made from. - -Technically a twill fabric (look for the signature diagonal texture) denim is produced in much lighter weights than the ones your jeans are made from. Those are the ones you can use for a shirt. - -## Flannel - -From Curt Cobain to the hipsters at your local coffee shop, they all swear by flannel shirts. - -Warmer than any other option here, flannel comes typically in brushed cotton though you might find it with added wool for extra warmth. - -## Linen - -Linen wrinkles like a mofo, but you can't beat it for safari looks. - -The reason you associate it with adventures in tropical climates is that linen breaths like nothing else and will keep you coolest of all. - -## Thread count - -A higher thread count means a smoother (and more expensive) fabric. - -Thread count is expressed in numbers, like 60s, 80s, 100s and so on to 300s and more. - -There's a catch though. Numbers above 100s are typically made by twisting two yarns together. Like a 160s thread count means that two 80s yarns were twisted together for the thread. - -## Single ply or Two ply - -If a thread is made up of two yarns (see thread count above) we call that Two ply. - -If the yarn is made up of a single thread, it's call Single ply. - -You can expect two ply to last longer, and be more expensive. diff --git a/sites/orgdocs/docs/designs/simon/instructions/10a.png b/sites/orgdocs/docs/designs/simon/instructions/10a.png deleted file mode 100644 index 411adf48027..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/10a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/10b.png b/sites/orgdocs/docs/designs/simon/instructions/10b.png deleted file mode 100644 index d7c6849dd62..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/10b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/10c.png b/sites/orgdocs/docs/designs/simon/instructions/10c.png deleted file mode 100644 index 765c2afa478..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/10c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/10d.png b/sites/orgdocs/docs/designs/simon/instructions/10d.png deleted file mode 100644 index 5dc6fb22780..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/10d.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/10e.png b/sites/orgdocs/docs/designs/simon/instructions/10e.png deleted file mode 100644 index 37c98602805..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/10e.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/10f.png b/sites/orgdocs/docs/designs/simon/instructions/10f.png deleted file mode 100644 index 3d0f32c696f..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/10f.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/10g.png b/sites/orgdocs/docs/designs/simon/instructions/10g.png deleted file mode 100644 index 2699aed3e6a..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/10g.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/10h.png b/sites/orgdocs/docs/designs/simon/instructions/10h.png deleted file mode 100644 index 61f8e497b0f..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/10h.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/11a.png b/sites/orgdocs/docs/designs/simon/instructions/11a.png deleted file mode 100644 index 88a3a769a30..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/11a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/11b.png b/sites/orgdocs/docs/designs/simon/instructions/11b.png deleted file mode 100644 index 8a14d7107f8..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/11b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/11c.png b/sites/orgdocs/docs/designs/simon/instructions/11c.png deleted file mode 100644 index e1f770c6a53..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/11c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/11d.png b/sites/orgdocs/docs/designs/simon/instructions/11d.png deleted file mode 100644 index e6a8a6f044a..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/11d.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/11e.png b/sites/orgdocs/docs/designs/simon/instructions/11e.png deleted file mode 100644 index 8d2879eae62..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/11e.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/12.png b/sites/orgdocs/docs/designs/simon/instructions/12.png deleted file mode 100644 index ca214add5e7..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/12.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/13a.png b/sites/orgdocs/docs/designs/simon/instructions/13a.png deleted file mode 100644 index 13398f1e8ff..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/13a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/13b.png b/sites/orgdocs/docs/designs/simon/instructions/13b.png deleted file mode 100644 index 8af6b6076b5..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/13b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/13c.png b/sites/orgdocs/docs/designs/simon/instructions/13c.png deleted file mode 100644 index 196adcad2aa..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/13c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/13d.png b/sites/orgdocs/docs/designs/simon/instructions/13d.png deleted file mode 100644 index 4e1daedf1b2..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/13d.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/13e.png b/sites/orgdocs/docs/designs/simon/instructions/13e.png deleted file mode 100644 index 0e4e14d18a8..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/13e.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/13f.png b/sites/orgdocs/docs/designs/simon/instructions/13f.png deleted file mode 100644 index b9930af75ca..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/13f.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/13g.png b/sites/orgdocs/docs/designs/simon/instructions/13g.png deleted file mode 100644 index e11ba5df423..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/13g.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/14a.png b/sites/orgdocs/docs/designs/simon/instructions/14a.png deleted file mode 100644 index b1c4ebe9990..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/14a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/14b.png b/sites/orgdocs/docs/designs/simon/instructions/14b.png deleted file mode 100644 index 76146b8d163..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/14b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/14c.png b/sites/orgdocs/docs/designs/simon/instructions/14c.png deleted file mode 100644 index aace17fa3af..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/14c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/15a.png b/sites/orgdocs/docs/designs/simon/instructions/15a.png deleted file mode 100644 index 49e76e420fb..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/15a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/15b.png b/sites/orgdocs/docs/designs/simon/instructions/15b.png deleted file mode 100644 index ec4d52e2042..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/15b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/15c.png b/sites/orgdocs/docs/designs/simon/instructions/15c.png deleted file mode 100644 index babfbf3d7a3..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/15c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/16a.png b/sites/orgdocs/docs/designs/simon/instructions/16a.png deleted file mode 100644 index af0671853eb..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/16a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/16b.png b/sites/orgdocs/docs/designs/simon/instructions/16b.png deleted file mode 100644 index 5cf4dc8a5c9..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/16b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/18a.png b/sites/orgdocs/docs/designs/simon/instructions/18a.png deleted file mode 100644 index 463acde82d0..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/18a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/18b.png b/sites/orgdocs/docs/designs/simon/instructions/18b.png deleted file mode 100644 index eb19e70203f..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/18b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/18c.png b/sites/orgdocs/docs/designs/simon/instructions/18c.png deleted file mode 100644 index 955666a33ff..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/18c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/19a.png b/sites/orgdocs/docs/designs/simon/instructions/19a.png deleted file mode 100644 index ad55d11b79e..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/19a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/19b.png b/sites/orgdocs/docs/designs/simon/instructions/19b.png deleted file mode 100644 index c1acfd30826..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/19b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/19c.png b/sites/orgdocs/docs/designs/simon/instructions/19c.png deleted file mode 100644 index 6c2540b8999..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/19c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/19d.png b/sites/orgdocs/docs/designs/simon/instructions/19d.png deleted file mode 100644 index ac5e23df461..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/19d.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/19e.png b/sites/orgdocs/docs/designs/simon/instructions/19e.png deleted file mode 100644 index f253eb49f83..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/19e.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/1a.png b/sites/orgdocs/docs/designs/simon/instructions/1a.png deleted file mode 100644 index ec39b247b90..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/1a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/1b.png b/sites/orgdocs/docs/designs/simon/instructions/1b.png deleted file mode 100644 index 6ba1a5a558a..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/1b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/20a.png b/sites/orgdocs/docs/designs/simon/instructions/20a.png deleted file mode 100644 index 7fb47aa815d..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/20a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/20b.png b/sites/orgdocs/docs/designs/simon/instructions/20b.png deleted file mode 100644 index b7141b8c8b2..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/20b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/20c.png b/sites/orgdocs/docs/designs/simon/instructions/20c.png deleted file mode 100644 index 310324afe2b..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/20c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/2a.png b/sites/orgdocs/docs/designs/simon/instructions/2a.png deleted file mode 100644 index afb952d4daf..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/2a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/2b.png b/sites/orgdocs/docs/designs/simon/instructions/2b.png deleted file mode 100644 index 9bb91535103..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/2b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/2c.png b/sites/orgdocs/docs/designs/simon/instructions/2c.png deleted file mode 100644 index e0129facd94..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/2c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/2d.png b/sites/orgdocs/docs/designs/simon/instructions/2d.png deleted file mode 100644 index 115b8ae1d06..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/2d.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/3a.png b/sites/orgdocs/docs/designs/simon/instructions/3a.png deleted file mode 100644 index 7bc4185e813..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/3a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/3b.png b/sites/orgdocs/docs/designs/simon/instructions/3b.png deleted file mode 100644 index b71b029ead1..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/3b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/3c.png b/sites/orgdocs/docs/designs/simon/instructions/3c.png deleted file mode 100644 index 32e2cd76519..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/3c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/3d.png b/sites/orgdocs/docs/designs/simon/instructions/3d.png deleted file mode 100644 index 96986ca1560..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/3d.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/4a.png b/sites/orgdocs/docs/designs/simon/instructions/4a.png deleted file mode 100644 index cdf4adc958e..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/4a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/4b.png b/sites/orgdocs/docs/designs/simon/instructions/4b.png deleted file mode 100644 index 7ab4e9c53f0..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/4b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/4c.png b/sites/orgdocs/docs/designs/simon/instructions/4c.png deleted file mode 100644 index 426e9e4ee00..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/4c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/5.png b/sites/orgdocs/docs/designs/simon/instructions/5.png deleted file mode 100644 index e7e28b89088..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/5.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/6a.png b/sites/orgdocs/docs/designs/simon/instructions/6a.png deleted file mode 100644 index b8f7c5040d7..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/6a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/6b.png b/sites/orgdocs/docs/designs/simon/instructions/6b.png deleted file mode 100644 index 58817b18afa..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/6b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/7.png b/sites/orgdocs/docs/designs/simon/instructions/7.png deleted file mode 100644 index 4ff58bc5532..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/7.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/8a.png b/sites/orgdocs/docs/designs/simon/instructions/8a.png deleted file mode 100644 index 5321442f046..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/8a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/8b.png b/sites/orgdocs/docs/designs/simon/instructions/8b.png deleted file mode 100644 index 0bfffab00a8..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/8b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/8c.png b/sites/orgdocs/docs/designs/simon/instructions/8c.png deleted file mode 100644 index 0eea6d69986..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/8c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/9a.png b/sites/orgdocs/docs/designs/simon/instructions/9a.png deleted file mode 100644 index e0a26e2c3ac..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/9a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/9b.png b/sites/orgdocs/docs/designs/simon/instructions/9b.png deleted file mode 100644 index 70819750f5e..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/9b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/9c.png b/sites/orgdocs/docs/designs/simon/instructions/9c.png deleted file mode 100644 index 9702443b923..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/9c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/9d.png b/sites/orgdocs/docs/designs/simon/instructions/9d.png deleted file mode 100644 index 548131aab99..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/9d.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/9e.png b/sites/orgdocs/docs/designs/simon/instructions/9e.png deleted file mode 100644 index 9e6cda629d0..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/9e.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/finished.gif b/sites/orgdocs/docs/designs/simon/instructions/finished.gif deleted file mode 100644 index d6a74614003..00000000000 Binary files a/sites/orgdocs/docs/designs/simon/instructions/finished.gif and /dev/null differ diff --git a/sites/orgdocs/docs/designs/simon/instructions/layout.svg b/sites/orgdocs/docs/designs/simon/instructions/layout.svg deleted file mode 100644 index b345c2a456c..00000000000 --- a/sites/orgdocs/docs/designs/simon/instructions/layout.svg +++ /dev/null @@ -1,383 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org Simon Shirt freesewing.org/draft/__REFERENCE__ The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Grainline - 1 - Front right - 1x from main fabric - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Grainline - 2 - Front left - 1x from main fabric - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Grainline - 4 - Yoke - 2x from main fabric - - - - - - - - - - - - - - - - - - Grainline - 3 - Back - 1x from main fabric - - - - - - - - - - - - - - - - - - - - Grainline - 3 - Sleeve - 2x from main fabric - - - - - - - - - - Grainline - 6 - Collar stand - 2x from main fabric + 2x from interfacing - - - - - - - - - - - - - - - - Grainline - 7 - Collar - 1x from main fabric - - - - - - - - - - Grainline - 8 - Undercollar - 1x from main fabric - - - - - - - - - 10 - Sleeve placket underlap - 2x from main fabric - - - - - - - - - - 11 - Sleeve placket overlap - 2x from main fabric - - - - - - - - - 11 - Barrel cuff - 4x from main fabric + 4x from interfacing - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/instructions/readme.mdx b/sites/orgdocs/docs/designs/simon/instructions/readme.mdx deleted file mode 100644 index 13d7ee571e4..00000000000 --- a/sites/orgdocs/docs/designs/simon/instructions/readme.mdx +++ /dev/null @@ -1,678 +0,0 @@ ---- -title: "Simon shirt: Sewing Instructions" ---- - -:::tip - - -##### Follow the sew-along with Kelly and Julian - -Kelly Hogaboom and Julian Collins did a Simon(e) sew-along, and they've got videos of -all the steps. -If you're looking to make this pattern, Kelly and Julian can guide you start to finish. - -You can find all the material's on Kelly's -site: [#simonsayssew with kelly hogaboom & julian collins](https://agni.hogaboom.org/2020/07/simon-says-sew-with-kelly-hogaboom-and-julian-collins/) -::: - -### Step 1: Fuse interfacing - -![Fuse cuff interfacing](1a.png) -![Fuse collar interfacing](1b.png) - -#### Press interfacing to cuffs - -To make two cuffs, you have cut out your cuff piece four times in fabric, and twice in interfacing. - -For each cuff, press the interfacing piece to the bad side of the cuff piece. - -> If the inside and outside of your cuff are the same fabric, it does not matter what cuff piece you press it to. -> -> However, a popular style detail is to have a different fabric for the inside of the cuff. In this case, make sure to press the interfacing to the piece that you want to be the outside of your cuff. - -> Depending on what cuff you have chosen, the shape of the cuff will be different. -> -> In the first illustration, you can see both a round barrel cuff and a French cuff as examples. -> -> Going forward, the round barrel cuff will be used in the illustrations, but the process is the same for the other cuffs. - -#### Press interfacing to collar, undercollar and collar stand - -To make your collar, you need to cut one undercollar, one collar, and two collar stands. All of this both in fabric and interfacing. - -For each piece, press the interfacing piece to the bad side. - -### Step 2: Prepare the cuffs - -#### Sew cuff together - -![Sew the cuffs together](2a.png) - -Place both parts of your cuff (one with interfacing, one without) together with the good sides, and sew them together at the standard seam allowance. - -> **Ensure you** -> -> - Do not sew together the side that we will attach to the sleeve later -> - Stop at the seam allowance distance from the edge on the sleeve side - -#### Trim seam allowance - -![Trim the seam allowance](2b.png) - -Before we flip your cuff over, we need to trim back the seam allowance to remove bulk. - -#### Press back seam allowance - -![Press back seam allowance](2c.png) - -Fold back the seam allowances on each side of the cuff where the cuff attaches to the sleeve, and press them down. - -> If you sewed too far along the edge earlier, you will have to unpick a few stitches. - -#### Turn cuff around and press - -![Turn the cuff around and press](2d.png) - -Flip your cuff with the good sides out, and give it a good press. - -> When pressing your cuffs, make sure to roll the seam a bit to the backside of the cuff to guarantee that the inner fabric of the cuff is not visible. - -You can now put your cuffs aside, we'll attach them later. - -### Step 3: Prepare the collar - -#### Sew collar and undercollar together - -![Sew collar and undercollar together](3a.png) - -Place both collar parts with the _good sides together_, and sew them together at the standard seam allowance. - -#### Trim seam allowance - -![Trim the seam allowance](3b.png) - -Before we flip your collar over, we need to trim back the seam allowance to remove bulk. - -#### Turn collar and press - -![Turn the collar and press](3c.png) - -Flip your collar with the good sides out, get those tips as pointy as possible, and give it a good press. - -> When pressing your collar, remember that the undercollar is a bit more narrow. -> -> When you align the non-sewn sides, this will cause the seam to roll towards the backside of the collar to guarantee that the inner fabric of the collar is not visible. - -#### Top-stitch collar - -![Top-stitch the collar](3d.png) - -Top-stitch along the edge of the collar. This locks down the seam allowance and makes for a crisp look. - -> How far you top-stitch from the edge is a style choice. It's often a bit less than the standard seam allowance. Have a look at some existing shirts to get an idea. - -### Step 4: Join collar and collar stand - -#### Place collar between collar stands and baste in place - -![Place collar between collar stands and baste in place](4a.png) - -Mark the middle point of your collar and your collar stands with a pin. The middle point of each collar stand is actually slightly off-center since one end is longer than the other. Instead, find the middle point between the two notches. - -First place a collar stand with the good side up, then your collar with the undercollar facing up (and the non-sewn side at the top), and finally the second collar stand with the good side down. - -Your collar should sit between your two collar stands, and the middles (where you placed your pin) should be aligned. - -> The way things look will depend a little bit on your collar choices, but in general your collar is going to bend downward, and your collar stand will bend upward. -> -> To align this all, we are going to baste this together, rather than pin it. Your collar is an important part of your shirt, so it's worth basting this. - -First, replace the pins marking the middle with a pin that pins all parts together. - -Now, start basting from this pin and work your way to the corner of the collar, making sure to align both edges of the fabric. - -When you reach the corner of your collar, keep going and baste the end of both collar stands together. - -When you've done one side, start from your pin in the middle again and do the other side. When you're done basting, you can take out the pin. - -#### Sew your collar to the collar stands - -![Sew your collar to the collar stands](4b.png) - -Sew along the edge of your collar stand, respecting the standard seam allowance. - -> Make sure to stop 2cm before the edge (twice the standard seam allowance) as we'll be folding the seam allowance over in the next step, and we need to leave the collar stands separated enough to slide the shirt in between them later. - -#### Fold back and press the collar stand seam allowance - -Fold back the seam allowance of your collar stand on the non-sewn side and press it down. - -> In the center part, pressing down the seam allowance will be easy. But towards the tips of your collar, doing so will be tricky without pressing folds in your collar. -> -> Press it as best as you can without making folds in your collar. We'll press this again after flipping the collar out. - -#### Turn collar stand and press - -![Turn collar and press](4c.png) - -Flip your collar stand with the good sides out, and give it a good press. Make sure to keep the seam allowance on the collar stand folded inwards. - -You can now put your collar aside, we'll attach it later. - -### Step 5: Optional: Sew in your label - -![Sew in your label](5.png) - -Our next step is to attach the yoke. But the yoke is a great place to put your label. So if you'd like to do that, we might as well start with that. - -Pick one yoke, and you can sew your label on it in the center (on the good side). - -### Step 6: Join the yokes to the back - -![Join the yokes to the back](6a.png) -![Press the yoke](6a.png) - -Place one yoke with the good side up. On top of that, place your back with the good side up, aligning the seam where it needs to be attached to the yoke. - -Finally, place your second yoke on top of the back, but with the good side down. - -Your back should now be sandwiched between the good sides of your two yokes. - -If that's the case, sew them in place along the back/yoke seam, making sure to respect the seam allowance. - -> If you added a label in step 1, make sure to put the yoke with your label at the bad side of your back. - -When you're done, don't forget to give it a good press to make the seam lie flat. - -### Step 7: Edge-stitch the yoke - -![Edge-stitch the yoke](7.png) - -With your yokes attached to the back, we are going to edge-stitch along the seam we just made, on the yoke side. - -> Fold the inner yoke out of the way. Our edge stitching will catch the outer yoke, back and all the seam allowances, but not the inner yoke. - -Just sew right next to the seam joining the outer yoke to the back. - -> Edge-stitching is like top-stitching, but right next to the seam - -### Step 8: Close the back darts - -![Fold the back with good sides together to close the darts](8a.png) -![Sew the darts](8b.png) -![Press darts towards the side seams](8c.png) - -> Depending on your measurements, your pattern might not have back darts at all. In that case, proceed to the next step. - -Your pattern may or may not have back darts. If it has them, you should close them now. - -Place your back down with the good side up, and fold it back from the side seam so the fold runs from the top to the bottom of your dart. - -Do the same for the other dart, so that both sides are folded back. - -Feel free to gently press in this crease, it will help you to neatly sew the darts. - -Sew across the line marking the dart to close the darts. Be careful to make sure the top and bottom of your darts are precisely where they need to be. If one dart sits higher than the other, it will look bad. - -When you're done, don't forget to give it a good press. Press the extra fabric of the dart towards the side seams. - -### Step 9: Prepare the button placket - -> If you have chosen a grown-on placket, you can skip the first two sub-steps and skip ahead to [Fold the button placket](#fold-the-button-placket). - -#### Sew on the button placket - -![Sew on the button placket](9a.png) - -If you have chosen a separate button placket, sew it to the Front Right piece. - -Place the Front Right (piece 1) down with the good side up, and place the Button Placket (piece 1b) on top of it with the good side down, making sure to align the seam. - -Sew it in place with the default seam allowance. - -#### Press seam allowance to placket side - -Place your front with the good side down, and press the seam allowance to the button placket side. - -#### Fold the button placket - -![Fold the button placket](9b.png) - -Now, fold over the button placket on the first fold line, and press this fold in place. - -Then, fold the placket over again, making sure to have the fabric extend just beyond the seam that joins your placket to the front. - -When you're happy, press the folded placket. - -#### Sew down the folded placket - -![Sew down the folded placket](9c.png) - -> This is the classic approach. If you have chosen the seamless Button placket style, you don't have to do this. -> -> Rather than sew the placket down, simply leave it folded. The folds will be secured in place when we attach the buttons later. - -From the good side of your shirt, sew down the folded placket by stitching in the ditch. - -To do so, sew exactly on top of your earlier seam. Since you folded the fabric of your placket a bit past this seam, it will get caught at the back, fixing your folded placket in place, and locking the seam allowance inside. - -![Stitch in the ditch](9e.png) - -### Step 10: Prepare the buttonhole placket - -> If you have chosen a grown-on placket, you can skip the first two sub-steps and skip ahead to Understanding a classic buttonhole placket. - -#### Sew on the buttonhole placket - -![Sew on the buttonhole placket](10a.png) - -If you have chosen a separate buttonhole placket, sew it to the Front Left piece. - -Place the Front Left (piece 2) down with the good side up, and place the Buttonhole Placket (piece 2b) on top of it with the good side down, making sure to align the seam. - -Sew it in place with the default seam allowance. - -When you're done, don't forget to give it a good press. Press the seam allowance towards the placket side. - -#### Press seam allowance to the placket side - -Place your front with the good side down, and press the seam allowance to the buttonhole placket side. - -#### Understanding a classic buttonhole placket - -> If you have chosen a seamless placket, you should follow the steps of the button placket, as the construction is identical. -> -> The steps below are for a classic buttonhole placket. - -![Understanding a classic buttonhole placket](10b.png) - -Your placket has a bunch of lines on it, so let's first clarify what they are: - -- The buttonhole line has long dashes with buttonholes on it. It marks where the buttonholes should go -- The two fold lines have long dashes and sit at an equal distance right and left of the buttonhole line -- The two+two sew lines are dotted lines that sit at an equal distance of each fold line - -#### Trim back seam allowance - -> If you have chosen a grown-on placket, this does not apply. - -![Trim back seam allowance](10c.png) - -The seam allowance of where you sewed your buttonhole placket to your front should fit inside your folded placket. - -For that, trim back the seam allowance so that it doesn't extend beyond the first fold line on the placket. - -#### Fold the buttonhole placket - -![Fold the buttonhole placket](10d.png) -![Fold the buttonhole placket again](10e.png) - -Fold the placket on the first fold line. Press the fold in place. - -Then, fold the part you just folded again, this time on the second fold line. Press this fold in place too. - -> When your placket is folded and pressed, place a few pins along the length of your placket to keep things from shifting around - -#### Sew the buttonhole placket - -![Sew on the first line](10f.png) -![Sew on the second line](10g.png) - -Sew on the first sew line, closest to the edge. - -Then, flip your shirt over so that the good side is up, and your placket is up too. Then sew on the second sew line. - -> These two lines of top-stitching will always be visible, so make sure to keep it neat - -#### Press the buttonhole placket - -![Press the buttonhole placket](10h.png) - -Congratulations, you made a classic buttonhole placket. - -Now press that baby. You know you want to. - -### Step 11: Close the shoulder seams - -> **Let's stuff a burrito** -> -> We are going to close the shoulder seams with a technique that is commonly known as the **burrito method**. -> -> If you are familiar with the burrito method, you already know what to do. If not, read on for a clever way to neatly close your shirt's shoulder seams while locking all the unfinished edges out of sight. - -#### Pin the fronts to the outside yoke - -![Pin the fronts to the outside yoke](11a.png) -![Pin the fronts to the outside yoke](11b.png) - -Place your back down with the good side up, but be careful to fold the inner yoke downward (as illustrated by the dotted line. - -Place your fronts on your back, with the good sides down. Pin fronts to the yoke at the shoulder seam, good sides together. - -#### Roll, roll, roll your shirt, pin down and sew your seam - -![Roll your shift up between the yokes](11c.png) - -Roll up your back and fronts starting at the hem. Roll them into a neat sausage upwards until you can see the entire turned down yoke. - -Now, you can flip the inner yoke over your rolled sausage to align the shoulder seams with the other yoke and fronts. - -Pin them in place, and then sew the shoulder seams, making sure to keep your sausage (or burrito stuffing) out of the way so it doesn't get caught in the seam. - -![Match the notches](11e.png) - -> Made sure to align the actual seam line. -> Due to the uneven angles at the neck opening, the fabric edge is often longer on one side than on the other. -> -> However, the seamlines are the same length, so make sure to match them carefully using the notches. - -#### Flip it inside out through the neck opening - -When you've sewn both shoulder seams, reach in through the neck opening, and pull out the back and front parts to inside-out your burrito. - -#### Press the shoulder seams - -![Press the shoulder seams](11d.png) - -You did all this work, so now make sure you make it look super sharp by giving it a good press. Make sure that the seam allowance between your yokes lies nice and flat for that. - -### Step 12: Edge-stitch the shoulder seams of the yoke - -![Edge-stitch the shoulder seams of the yoke](12.png) - -Just as we've edge-stitched the bottom seam of the yoke in Step 3, we're going to edge-stitch the yoke at the shoulder seams too. - -Since you've just pressed these shoulder seams, everything should lie nice and flat, and you just need to run a stitch right next to the seam. - -> Make sure to edge-stitch on the yoke part, where you will catch all the seam allowance, and not on the front part. - -### Step 13: Construct the sleeve placket - -#### Sew in the cuff guard - -![Sew in the cuff guard](13a.png) -![Press the cuff guard](13b.png) -![Edge-stitch the cuff guard in place](13c.png) - -- Place your sleeve with the good side down, and your cuff guard on top, also with the good side down. -- Align the edge of your cuff guard (aka sleeve placket underlap) with the cut in your sleeve, on the side shortest to the side seam. -- Now sew along the fold line marked on the cuff guard, closest to the edge. - -> If during cutting out your pattern pieces you had not cut into your sleeve on the line where the sleeve placket needs to be put in, you need to do that first. - -- Fold over the cuff guard, and press down this seam. -- Turn your sleeve over with the good side up, and bring your cuff guard through the slit in your sleeve. -- Fold it twice on the lines so that the unfinished seam is tucked inwards. -- Make your folds so that the upper fold sits ever so slightly further than the seam you already made. -- Press everything down, and then edge-stitch the cuff guard in place. - -#### Fold and press the placket - -![Fold and press the placket](13d.png) - -Origami time! We're going to fold the sleeve placket overlap using the marked fold lines as our guide. This will be a lot easier if you press between each fold. - -- First, fold the outer edges of the placket inwards. -- Next, fold the entire thing in half. -- Then, fold down both tips into a nice pointy shape. -- Now give it a final good press. - -#### Pin placket in place - -![Slide placket in position](13e.png) -![Pin placket in place](13f.png) - -Place your sleeve down with the good side up. The guard we have sewn in earlier sits against the other unfinished fabric edge of where you cut into your sleeve. - -Place your placket around that edge, one side above it, one underneath. - -You need to slide the placket onto your sleeve until the middle of it (the tip) aligns with the cut in your sleeve. - -The idea is that the placket closes up the unfinished edge, but also covers the guard of the other edge. - -When you've got it where you want it, pin the placket down. - -#### Sew the sleeve placket - -![Sew the sleeve placket](13g.png) - -Start at the edge of the sleeve (the bottom of the sleeve placket) and edge-stitch along the edge upwards. - -Go around the tip, and come down again on the other side (the fold side) until you have passed the point where your guard ends. - -Then, sew horizontally to the other side of the placket to finish. - -> I have included an extra illustration here that only shows the outline of the placket. You can see that the end of the guard is caught in our stitching of the placket, and is thus neatly tucked away. - -### Step 14: Set in sleeves - -#### Remember, this is a flat-felled seam - -![Aligning the fabric for a flat-felled seam](14c.png) - -> **Careful with the extra seam allowance for the flat-felled seam** -> There is extra seam allowance on the sleeve to allow for the creation of the flat-felled seam. -> -> As such, be careful to not align the fabric edge, but align the seam so that the sleeve sits out 1cm. - -#### Pin sleeve in place - -![Pin sleeve in place](14a.png) - -Spread your shirt open so that both fronts and back lie flat with their good sides up. - -Now place your sleeve on top with the good side down, matching the top of the sleeve with the shoulder seam. - -> Be careful, your sleeve is not symmetric, so be sure to have the back notch (⊗) and cuff guard on the back side, and the front notch (⊙) on the front side. -> -> Also note that the back notch (⊗) on the sleeve does not have a corresponding notch on the back of the shirt. That's because it should match up with the seam where your yoke joins the back. - -You now need to pin the sleeve to the armhole. To do so, make sure to: - -- Match the start and end of the sleevehead to the start and end of the armhole -- Match the notches on the sleevehead to the notches on the back and fronts -- Distribute the sleevecap ease between the notches as shown - -#### Distribute sleevecap ease - -![Distribute the sleevecap ease](14b.png) - -The default sleevecap ease for this pattern is 0.5cm. If you have sleevecap ease, you need to distribute that extra length evenly between the notches as shown. - -> If you are unsure what sleevecap ease is, have a look at the [documentation for the sleevecap ease pattern option](/docs/designs/simon/options/sleevecapease). - -#### Sew sleeve in armhole - -When you've got your sleeve neatly pinned in your armhole, sew it in place. Be careful to avoid any pleats in the part between the notches where you need to ease in the sleevecap ease. - -> Needless to say, but I'll say it anyway: Repeat this step for the other sleeve. - -### Step 15: Flat-fell armhole seam - -#### Press seam allowance to one side - -![Press seam allowance to once side](15a.png) - -Lay down your freshly sewn sleeve seam with the good side down - -We are going to press the seam allowance to one side. To do so, identify the seam allowance that is wider (for the flat-felled seam). - -The longer seam allowance needs to lie on top of the shorter (standard seam allowance). - -Once you have verified that, press down the seam allowance. - -#### Fold under extra seam allowance - -![Fold under extra seam allowance](15b.png) - -Now, fold the extra seam allowance for the flat-felled seam under the standard seam allowance. - -You can use pins to hold this in place, but it's simpler to just press it. - -> This will be relatively easy on the straight parts of the seam, but a bit more tricky at the curved sections. Take your time, and if needed you can cut into the extra seam allowance to allow it to flare open, or bend. - -#### Sew the flat-felled seam - -Now, from the bad side of the fabric, sew the seam allowance down just at the edge where it folds under the other seam allowance. - -Here it is important to keep an even distance from the seam of your sleeve. If you have a felling foot for your sewing machine, it will help you with that. But if not, just be careful. - -> It is more important to keep and even distance from the sleeve seam than to sew exactly at the edge of the fold. Ideally, the fold sits at an even distance anyhow, but if it doesn't, just make sure to sew parallel to the sleeve seam. Even if that means you deviate a bit from the folded edge. - -#### Press the flat-felled seam - -When it's all done, press the flat-felled seam from the good side so it lies nice and flat. - -### Step 16: Close the side/sleeve seams - -![Close the side/sleeve seams](16a.png) -![Remember, this is a flat-felled seam](16b.png) - -Place your shirt with the good sides together, and sew the side and sleeve seams to close the shirt. - -> There is extra seam allowance on the sleeve and front sides to allow for the creation of the flat-felled seam. -> As such, be careful to not align the fabric edge, but align the seam so that the extra seam allowance sits out 1cm. - -### Step 17: Flat-fell the side/sleeve seams - -#### Press seam allowance to one side - -![Press the seam allowance to one side](15a.png) - -We are going to press the seam allowance to one side. To do so, identify the seam allowance that is wider (for the flat-felled seam). - -The longer seam allowance needs to lie on top of the shorter (standard seam allowance). - -Once you have verified that, press down the seam allowance. - -#### Fold under extra seam allowance - -![Fold under extra seam allowance](15b.png) - -Now, fold the extra seam allowance for the flat-felled seam under the standard seam allowance. - -You can use pins to hold this in place, but it's simpler to just press it. - -> This will be relatively easy on the straight parts of the seam, but a bit more tricky at the curved sections. -> Take your time, and if needed you can cut into the extra seam allowance to allow it to flare open, or bend. - -#### Sew the flat-felled seam - -Now, from the bad side of the fabric, sew the seam allowance down just at the edge where it folds under the other seam allowance. - -Important here is to keep an even distance from the seam of your sleeve. If you have a felling foot for your sewing machine, it will help you with that. But if not, just be careful. - -> It is more important to keep an even distance from the sleeve seam than to sew exactly at the edge of the fold. Ideally, the fold sits at an even distance anyhow, but if it doesn't, just make sure to sew parallel to the sleeve seam. Even if that means you deviate a bit from the folded edge. - -#### Press the flat-felled seam - -When it's all done, press the flat-felled seam from the good side so it lies nice and flat. - -### Step 18: Attach cuffs to sleeves - -#### Pin cuff in place - -![Pin cuff in place](18a.png) - -You need to insert the sleeve between the two layers of your cuff, making sure that the good side of the fabric sits against the side of your cuff that has the interfacing applied to it. - -You will need to pin this in place, because depending on how long your sleeve placket is, it might be hard or even impossible to get this to lie flat. - -Also note that your sleeve edge will be longer than your cuff (how much longer depends on the sleeve drape). You need to make one or a few folds in your sleeve to accommodate for this. - -> Your pattern contains helplines on the sleeve to help you place the folds. - -> Take your time to pin everything carefully in place. We are going to edge-stitch this later, so it's important that the front and back of your cuff align nicely. - -#### Edge-stitch cuffs to sleeves - -![Edge-stitch cuffs to sleeves](18b.png) - -Once everything is pinned in place, edge stitch along the edge of your cuff to attach it to your sleeve. - -It's important to catch both the outer and inner layer of your cuff on the edge. - -> Make sure to edge-stitch from the outer layer side (the good side of your sleeve) and keep it parallel with your cuff edge. - -When you're done, give your cuffs a good press. - -#### Top-stitch the cuffs - -![Top-stitch the cuffs](18c.png) - -> Make sure to press your cuffs before you do this. - -Top-stitch around your cuff at a distance from the edge that is a bit less than your seam allowance. Go all the way around your cuff. - -### Step 19: Attach the collar - -#### Baste collar in place - -![Baste collar in place](19a.png) - -This is an important seam, so we are going to baste this in place to make sure it sits exactly right before we sew it. - -Start at the center back, and place the seam allowance of your back part between your two collar stands. Work your way around one side, and then do the other. - -Make sure to respect the standard seam allowance and - important - avoid any wrinkles. - -> While your collar stand is relatively straight, we are going to sew it to what is essentially a hole in your shirt. -> -> That's a bit tricky, so take extra care at those parts that are most curved: where the back joins the fronts. - -#### Edge-stitch collar in place - -![Edge-stitch collar in place](19b.png) -![Edge-stitch collar in place](19c.png) - -When you're happy with how you've basted your collar in place, it's time to sew that thing down. - -We're going to start at the center-back and sew all the way around the collar stand. - -#### Sew along the collar edge - -![Sew along the collar edge](19d.png) - -To give more body to your collar, and firmly secure it in place we're going to sew along the top edge of the collar stand. - -Sew about half the seam allowance from your earlier edge-stitching. Make sure to stop a few cm before the end of the collar. - -> You need to stop a few cm before the end of the collar (note: the end of the collar, not the end of the collar stand) so that this seam is entirely covered when the collar is folded down. - -#### Press the collar - -![Press the collar](19e.png) - -Now that your collar is attached, give it a good press. - -### Step 20: Hem your shirt - -![Fold over and press](20a.png) -![Fold over again, and press again](20b.png) -![Sew the hem](20c.png) - -Time to finish the hem (that's the part you tuck in your trousers). - -Fold up half of the hem allowance and press down. Then, fold up again and press again. - -Now, sew along the upper edge to finish the hem. - -### Step 21: Create buttonholes - -If you haven't done so initially, mark all the places you should have buttonholes. - -They sit along the front closure and at your cuffs. - -When you've marked them, make buttonholes there. - -### Step 22: Attach buttons - -Pin your shirt closed to transfer the place of the buttonholes to the button sides. - -When you've marked where buttons should go, sew them on. - -> Rather than mark the location of the buttons from the pattern, I prefer to transfer the location of the created buttonholes. -> -> This way, if a buttonhole sits a little bit out of place, the button will simply follow it. - -![That's it, you're done](finished.gif) diff --git a/sites/orgdocs/docs/designs/simon/measurements/readme.mdx b/sites/orgdocs/docs/designs/simon/measurements/readme.mdx deleted file mode 100644 index e90dbf41d68..00000000000 --- a/sites/orgdocs/docs/designs/simon/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Simon shirt: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/simon/needs/readme.mdx b/sites/orgdocs/docs/designs/simon/needs/readme.mdx deleted file mode 100644 index eef9ce09609..00000000000 --- a/sites/orgdocs/docs/designs/simon/needs/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Simon shirt: What You Need" ---- - -To make Simon, you will need the following: - -- About 2 meters (2.2 yards) of a suitable fabric (see [Fabric options](/docs/designs/simon/fabric/)) -- Buttons -- Fusible interfacing for collar and cuffs (and possibly for the front placket) diff --git a/sites/orgdocs/docs/designs/simon/notes/readme.mdx b/sites/orgdocs/docs/designs/simon/notes/readme.mdx deleted file mode 100644 index 42bd28a419b..00000000000 --- a/sites/orgdocs/docs/designs/simon/notes/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Simon shirt: Designer Notes" ---- - -Simon is the first design where I really wanted to flex my muscles and show -what's possible with parametric design. - -I think that if I did it today, I'd probably make a couple of different styles -that each extend a more basic shirt design. But, as I mentioned, this design -was created in the early stages of my journey into parametric design, so I -really wanted to see what was possible. - -The result is a shirt patterns with *a ton* of options that you can turn into a -variety of styles. It's also popular among people as a basic block, as it's -more fitted than [Brian](/designs/brian) which Simon is based on. - -All in all, this is probable one of FreeSewing's more famous designs. - -joost diff --git a/sites/orgdocs/docs/designs/simon/options/acrossbackfactor/acrossbackfactor.svg b/sites/orgdocs/docs/designs/simon/options/acrossbackfactor/acrossbackfactor.svg deleted file mode 100644 index 379ca694e9e..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/acrossbackfactor/acrossbackfactor.svg +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/simon/options/acrossbackfactor/readme.mdx deleted file mode 100644 index e4dd6dd435b..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Across back factor" ---- - -![Across back factor](./acrossbackfactor.svg) - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/simon/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/simon/options/armholedepth/readme.mdx deleted file mode 100644 index 36b957001fa..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/simon/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/simon/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/simon/options/armholedepthfactor/armholedepthfactor.svg b/sites/orgdocs/docs/designs/simon/options/armholedepthfactor/armholedepthfactor.svg deleted file mode 100644 index 492e16c292b..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/armholedepthfactor/armholedepthfactor.svg +++ /dev/null @@ -1,746 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/simon/options/armholedepthfactor/readme.mdx deleted file mode 100644 index 3e5aa3acb12..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -![Armhole depth factor](./armholedepthfactor.svg) - -This option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/backdarts/readme.mdx b/sites/orgdocs/docs/designs/simon/options/backdarts/readme.mdx deleted file mode 100644 index 57d37e76419..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/backdarts/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Back darts" ---- - -*** - -By default, the pattern will add back darts when they are needed. -But you can also choose to always, or never, have back darts. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/backdartshaping/readme.mdx b/sites/orgdocs/docs/designs/simon/options/backdartshaping/readme.mdx deleted file mode 100644 index 229c484052a..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/backdartshaping/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Back dart shaping" ---- - -*** - -Controls how much of the waist shaping will happing in the backdarts. - -You can tweak this setting to balance the waist reduction across side seams, -back darts and (optional) front darts. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/simon/options/backneckcutout/readme.mdx deleted file mode 100644 index c3d109b2a11..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Back neck cutout" ---- - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/barrelcuffnarrowbutton/barrelcuffnarrowbutton.svg b/sites/orgdocs/docs/designs/simon/options/barrelcuffnarrowbutton/barrelcuffnarrowbutton.svg deleted file mode 100644 index bdfae974c41..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/barrelcuffnarrowbutton/barrelcuffnarrowbutton.svg +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/barrelcuffnarrowbutton/readme.mdx b/sites/orgdocs/docs/designs/simon/options/barrelcuffnarrowbutton/readme.mdx deleted file mode 100644 index efa74d983ad..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/barrelcuffnarrowbutton/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Cuff narrow button" ---- - -![Barrel cuff narrow button](./barrelcuffnarrowbutton.svg) - -Do you want an extra button to button up your cuff more tightly? - -If you are wearing your shirt under a tight-fitting (at the wrist) sweater or cardigan, this button allows you to make your cuff more narrow, so it doesn't bunch up all ugly. - -:::note - - -This does only apply to barrelcuffs. So if you picked a French cuff as cuff style this will be ignored. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/bicepsease/bicepsease.svg b/sites/orgdocs/docs/designs/simon/options/bicepsease/bicepsease.svg deleted file mode 100644 index 05db215942d..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/bicepsease/bicepsease.svg +++ /dev/null @@ -1,518 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/simon/options/bicepsease/readme.mdx deleted file mode 100644 index 1ad20afa426..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/bicepsease/readme.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Biceps ease" ---- - -![Biceps ease](./bicepsease.svg) - -How much do you want the sleeve to be wider than your upperarm circumference? - -:::note - - -###### What's the point? - -It's actually men with big arms who prefer a tighter fit, and thus less ease here. That's because it draws attention to their strong upper arms. - -If your upper arms are more skinny, you'll want some more ease here to smooth things out a bit. - -::: - -:::warning - - -We will try to respect your choice here, but out priority is to fit the sleeve in the armhole. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/boxpleat/readme.mdx b/sites/orgdocs/docs/designs/simon/options/boxpleat/readme.mdx deleted file mode 100644 index fb1d0083bdb..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/boxpleat/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Box pleat" ---- - -*** - -Adds a box pleat to the back. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/boxpleatfold/readme.mdx b/sites/orgdocs/docs/designs/simon/options/boxpleatfold/readme.mdx deleted file mode 100644 index 3450f8d8a8a..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/boxpleatfold/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Box pleat fold" ---- - -*** - -Controls how much the box pleat at the back is folded/pleated. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/boxpleatwidth/readme.mdx b/sites/orgdocs/docs/designs/simon/options/boxpleatwidth/readme.mdx deleted file mode 100644 index c52a9561e44..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/boxpleatwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Box pleat width" ---- - -*** - -Controls the width of the (optional) box pleat at the back. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttonfreelength/buttonfreelength.svg b/sites/orgdocs/docs/designs/simon/options/buttonfreelength/buttonfreelength.svg deleted file mode 100644 index c1c5efaa98b..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttonfreelength/buttonfreelength.svg +++ /dev/null @@ -1,743 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttonfreelength/readme.mdx b/sites/orgdocs/docs/designs/simon/options/buttonfreelength/readme.mdx deleted file mode 100644 index 618136223af..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttonfreelength/readme.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Button free length" ---- - -![Button free length](./buttonfreelength.svg) - -How much before your waistband do you want your last button to sit? - -:::note - - -###### What's the point? - -Having buttons below your waistband is considered by many to be an annoyance. -They get caught up in your belt, and complicate bathroom breaks. - -By default, the last button sits 1cm above your waistband, -but this option allows you to move it further upwards for that shirt you are going to wear with those high-waisted trousers. - -If you want to have buttons below your waistband, you can. You should enter a negative value here, -making sure it's within the length bonus you have available. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttonholeplacketfoldwidth/buttonholeplacketfoldwidth.svg b/sites/orgdocs/docs/designs/simon/options/buttonholeplacketfoldwidth/buttonholeplacketfoldwidth.svg deleted file mode 100644 index 173e1e5b771..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttonholeplacketfoldwidth/buttonholeplacketfoldwidth.svg +++ /dev/null @@ -1,868 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttonholeplacketfoldwidth/readme.mdx b/sites/orgdocs/docs/designs/simon/options/buttonholeplacketfoldwidth/readme.mdx deleted file mode 100644 index 69d07bbb0f9..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttonholeplacketfoldwidth/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Buttonhole placket fold width" ---- - -![Buttonhole placket fold width](buttonholeplacketfoldwidth.svg) - -The width of the fold on a classic style buttonhole placket. - -:::note - - -If you have a fabric with a pattern (striped or checkers for example) you can set the fold to half the width of your repeating pattern. -This way, your pattern will match perfectly. - -This only applies to a classic placket. So it will be ignored if you opted for a seamless buttonhole placket style. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttonholeplacketstyle/buttonholeplacketstyle.svg b/sites/orgdocs/docs/designs/simon/options/buttonholeplacketstyle/buttonholeplacketstyle.svg deleted file mode 100644 index 21008ce0fc8..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttonholeplacketstyle/buttonholeplacketstyle.svg +++ /dev/null @@ -1,679 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttonholeplacketstyle/readme.mdx b/sites/orgdocs/docs/designs/simon/options/buttonholeplacketstyle/readme.mdx deleted file mode 100644 index 88c399740c5..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttonholeplacketstyle/readme.mdx +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Buttonhole placket style" ---- - -![Buttonhole placket style](buttonholeplacketstyle.svg) - -Do you want classic buttonhole placket, or a seamless one (sometimes called French style)? - -:::tip - - -Seamless is less work, and it looks great. - -::: - -:::note - - -As seamless is only possible on a _cut-on_ placket, this option is ignored if you choose a separate buttonhole placket. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttonholeplacketwidth/buttonholeplacketwidth.svg b/sites/orgdocs/docs/designs/simon/options/buttonholeplacketwidth/buttonholeplacketwidth.svg deleted file mode 100644 index 65a31b1320a..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttonholeplacketwidth/buttonholeplacketwidth.svg +++ /dev/null @@ -1,687 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttonholeplacketwidth/readme.mdx b/sites/orgdocs/docs/designs/simon/options/buttonholeplacketwidth/readme.mdx deleted file mode 100644 index 6bae17fba43..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttonholeplacketwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Buttonhole placket width" ---- - -![Buttonhole placket width](buttonholeplacketwidth.svg) - -The width of your buttonhole placket. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttonplacketstyle/buttonplacketstyle.svg b/sites/orgdocs/docs/designs/simon/options/buttonplacketstyle/buttonplacketstyle.svg deleted file mode 100644 index c6ec03f6dd9..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttonplacketstyle/buttonplacketstyle.svg +++ /dev/null @@ -1,678 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttonplacketstyle/readme.mdx b/sites/orgdocs/docs/designs/simon/options/buttonplacketstyle/readme.mdx deleted file mode 100644 index f04cbb2fbcd..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttonplacketstyle/readme.mdx +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Button placket style" ---- - -![Button placket style](buttonplacketstyle.svg) - -Do you want the button placket to be sewn in place (classic style), or folded back and held in place by the buttons (seamless style)? - -:::tip - - -Seamless is less work, and it looks great. - -::: - -:::note - - -As seamless is only possible on a _cut-on_ placket, this option is ignored if you choose a separate button placket. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttonplacketwidth/buttonplacketwidth.svg b/sites/orgdocs/docs/designs/simon/options/buttonplacketwidth/buttonplacketwidth.svg deleted file mode 100644 index 69924f9e5c2..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttonplacketwidth/buttonplacketwidth.svg +++ /dev/null @@ -1,674 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttonplacketwidth/readme.mdx b/sites/orgdocs/docs/designs/simon/options/buttonplacketwidth/readme.mdx deleted file mode 100644 index e7bcfa7b02d..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttonplacketwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Button placket width" ---- - -![Button placket width](buttonplacketwidth.svg) - -The width of your button placket. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttons/buttons.svg b/sites/orgdocs/docs/designs/simon/options/buttons/buttons.svg deleted file mode 100644 index f8a237e9f58..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttons/buttons.svg +++ /dev/null @@ -1,845 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/buttons/readme.mdx b/sites/orgdocs/docs/designs/simon/options/buttons/readme.mdx deleted file mode 100644 index 015db342eea..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/buttons/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Number of buttons" ---- - -![Buttons](buttons.svg) - -The number of buttons on your shirt. Excluding cuff buttons, and the optional extra top button. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/chestease/chestease.svg b/sites/orgdocs/docs/designs/simon/options/chestease/chestease.svg deleted file mode 100644 index 0f7ca10f581..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/chestease/chestease.svg +++ /dev/null @@ -1,475 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/simon/options/chestease/readme.mdx deleted file mode 100644 index f61b8bcd499..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/chestease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest ease" ---- - -![Chest ease](chestease.svg) - -How much room do you want at the chest? - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarangle/collarangle.svg b/sites/orgdocs/docs/designs/simon/options/collarangle/collarangle.svg deleted file mode 100644 index a251bf94bc2..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarangle/collarangle.svg +++ /dev/null @@ -1,729 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarangle/readme.mdx b/sites/orgdocs/docs/designs/simon/options/collarangle/readme.mdx deleted file mode 100644 index 95e0b7811ad..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarangle/readme.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Collar angle" ---- - -![Collar angle](collarangle.svg) - -The number of degrees between the collar edge and the grainline. - -:::note - - -###### What's the point? - -Together with the collar height, this is the most important factor for the style of your collar. - -Higher values mean a more cut-away style. - -In the example image, the top is 80 degrees (the default) and the bottom is 110 degrees. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarbend/collarbend.svg b/sites/orgdocs/docs/designs/simon/options/collarbend/collarbend.svg deleted file mode 100644 index 23f1578b024..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarbend/collarbend.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarbend/readme.mdx b/sites/orgdocs/docs/designs/simon/options/collarbend/readme.mdx deleted file mode 100644 index 37d3a633913..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarbend/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Collar bend" ---- - -![Collar bend](collarbend.svg) - -How much the collar bends (on the collar stand side), rather than being straight. - -:::note - - -This influences how the collar lies against the collar stand. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarease/collarease.svg b/sites/orgdocs/docs/designs/simon/options/collarease/collarease.svg deleted file mode 100644 index 62e250da39e..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarease/collarease.svg +++ /dev/null @@ -1,513 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarease/readme.mdx b/sites/orgdocs/docs/designs/simon/options/collarease/readme.mdx deleted file mode 100644 index e2c5363bf99..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarease/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Collar ease" ---- - -![Collar ease](collarease.svg) - -How much ease do you want for your collar? - -If you feel that a collar is suffocating, you can give yourself a bit more ease and it will sit more loose around your neck. -You could also lower the ease for a tighter fit. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarflare/collarflare.svg b/sites/orgdocs/docs/designs/simon/options/collarflare/collarflare.svg deleted file mode 100644 index 1f8b13b85c0..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarflare/collarflare.svg +++ /dev/null @@ -1,729 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarflare/readme.mdx b/sites/orgdocs/docs/designs/simon/options/collarflare/readme.mdx deleted file mode 100644 index 7aabb148348..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarflare/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Collar flare" ---- - -![Collar flare](collarflare.svg) - -How much the collar flares out (at the collar edge side), rather than being straight. - -:::note - - -This influences the length of your collar tips. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collargap/collargap.svg b/sites/orgdocs/docs/designs/simon/options/collargap/collargap.svg deleted file mode 100644 index 6e7fdc25cf3..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collargap/collargap.svg +++ /dev/null @@ -1,729 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collargap/readme.mdx b/sites/orgdocs/docs/designs/simon/options/collargap/readme.mdx deleted file mode 100644 index 1784bb984f7..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collargap/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Collar gap" ---- - -![Collar gap](collargap.svg) - -Distance the collar sits apart when closed. - -:::note - - -This is really mostly a style choice, but a wider collar gap (together with the collar angle) can accommodate a wider tie (knot). - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarroll/collarroll.svg b/sites/orgdocs/docs/designs/simon/options/collarroll/collarroll.svg deleted file mode 100644 index 667c2c361a1..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarroll/collarroll.svg +++ /dev/null @@ -1,716 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarroll/readme.mdx b/sites/orgdocs/docs/designs/simon/options/collarroll/readme.mdx deleted file mode 100644 index 98b2a6fba8e..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarroll/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Collar roll" ---- - -![Collar roll](collarroll.svg) - -How much the collar is taller than the collar stand at center back. - -:::note - - -###### What's the point? - -The collar starts upwards from the collar stand and then rolls over downwards. But it still needs to cover the collar stand. For that, it needs to be a bit longer. - -Increasing this does not make the collar higher (use the collar stand height for that) but rather makes it descend further down. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarstandbend/collarstandbend.svg b/sites/orgdocs/docs/designs/simon/options/collarstandbend/collarstandbend.svg deleted file mode 100644 index 01880192ddb..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarstandbend/collarstandbend.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarstandbend/readme.mdx b/sites/orgdocs/docs/designs/simon/options/collarstandbend/readme.mdx deleted file mode 100644 index 30d5bf99984..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarstandbend/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Collar stand bend" ---- - -![Collarstand bend](collarstandbend.svg) - -How much the collar stand bends in the middle, rather than being straight. -This influences how your collar will sit around your neck. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarstandcurve/collarstandcurve.svg b/sites/orgdocs/docs/designs/simon/options/collarstandcurve/collarstandcurve.svg deleted file mode 100644 index 60f4ba7fae1..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarstandcurve/collarstandcurve.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarstandcurve/readme.mdx b/sites/orgdocs/docs/designs/simon/options/collarstandcurve/readme.mdx deleted file mode 100644 index db38720a0e9..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarstandcurve/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Collar stand curve" ---- - -![Collarstand curve](collarstandcurve.svg) - -How much the collar stand curves up at the edges. - -:::note - - -You can tweak this to make sure the edges of your collar stand at the front or nicely horizontal. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarstandwidth/collarstandwidth.svg b/sites/orgdocs/docs/designs/simon/options/collarstandwidth/collarstandwidth.svg deleted file mode 100644 index a57c76a8164..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarstandwidth/collarstandwidth.svg +++ /dev/null @@ -1,729 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarstandwidth/readme.mdx b/sites/orgdocs/docs/designs/simon/options/collarstandwidth/readme.mdx deleted file mode 100644 index 763dddce4b2..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarstandwidth/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Collar stand width" ---- - -![Collarstand width](collarstandwidth.svg) - -The height of your collar stand. - -:::note - - -This is the main parameter to change the overall height of your collar. This defaults to a modern relatively slim collar, but you can crank it up all the way to Karl Lagerfeld style. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/collarwidth/readme.mdx b/sites/orgdocs/docs/designs/simon/options/collarwidth/readme.mdx deleted file mode 100644 index cbcdf13f17e..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/collarwidth/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Collar width" ---- - -The width of your collar, as a proportion of the collar stand width. - -:::note - - -This can affect how well the collar covers the collar stand. Increasing this value will help the collar cover the collar stand at smaller sizes or with thicker ties. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/cuffbuttonrows/cuffbuttonrows.svg b/sites/orgdocs/docs/designs/simon/options/cuffbuttonrows/cuffbuttonrows.svg deleted file mode 100644 index 94801e076d7..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/cuffbuttonrows/cuffbuttonrows.svg +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/cuffbuttonrows/readme.mdx b/sites/orgdocs/docs/designs/simon/options/cuffbuttonrows/readme.mdx deleted file mode 100644 index 6acf6bb0dec..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/cuffbuttonrows/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Cuff button rows" ---- - -![Cuff button rows](cuffbuttonrows.svg) - -Do you want a single button on your barrelcuff, or two? - -:::note - - -This does only apply to barrelcuffs. So if you picked a French cuff as cuff style this will be ignored. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/cuffdrape/cuffdrape.svg b/sites/orgdocs/docs/designs/simon/options/cuffdrape/cuffdrape.svg deleted file mode 100644 index 4b0de49bba7..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/cuffdrape/cuffdrape.svg +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/cuffdrape/readme.mdx b/sites/orgdocs/docs/designs/simon/options/cuffdrape/readme.mdx deleted file mode 100644 index c20522d2159..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/cuffdrape/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Cuff drape" ---- - -![Cuff drape](cuffdrape.svg) - -How much the end of the sleeve is wider than the wrist. - -:::note - - -This changes the look of the sleeve a bit. -More drape makes the sleeve wider and gives you a more _blousy_ effect, whereas less drape makes the sleeve more narrow. - -The drape will be worked into the cuff with pleats. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/cuffease/cuffease.svg b/sites/orgdocs/docs/designs/simon/options/cuffease/cuffease.svg deleted file mode 100644 index e201033c3d5..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/cuffease/cuffease.svg +++ /dev/null @@ -1,518 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/simon/options/cuffease/readme.mdx deleted file mode 100644 index b06f1901f0d..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/cuffease/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Cuff ease" ---- - -![Cuff ease](cuffease.svg) - -Determines how much the cuff is larger than your wrist. - -Change this option to give yourself more or less room at the wrist. - -:::note - - -You might want more if you want the shirt cuff to fit over a bulky watch. Less room might be better if you want to wear the shirt under an overgarment like a sweater. - -Those wanting to wear their shirt under a sweater should also have a look at the barrelcuff narrow button option. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/cufflength/cufflength.svg b/sites/orgdocs/docs/designs/simon/options/cufflength/cufflength.svg deleted file mode 100644 index 7d3035ef1c9..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/cufflength/cufflength.svg +++ /dev/null @@ -1,258 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/cufflength/readme.mdx b/sites/orgdocs/docs/designs/simon/options/cufflength/readme.mdx deleted file mode 100644 index 38bf3b838ff..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/cufflength/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Cuff length" ---- - -![Cuff length](cufflength.svg) - -The length of your cuffs. - -:::note - - -This will not influence the total length of your sleeve. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/cuffstyle/cuffstyle.svg b/sites/orgdocs/docs/designs/simon/options/cuffstyle/cuffstyle.svg deleted file mode 100644 index e24ea909955..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/cuffstyle/cuffstyle.svg +++ /dev/null @@ -1,630 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/cuffstyle/readme.mdx b/sites/orgdocs/docs/designs/simon/options/cuffstyle/readme.mdx deleted file mode 100644 index 682b2d9f96b..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/cuffstyle/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Cuff style" ---- - -![Cuff style](cuffstyle.svg) - -What style of cuff do you want? - -- Rounded barrel cuff -- Chamfer barrel cuff -- Straight barrel cuff -- Rounded French cuff -- Chamfer French cuff -- Straight French cuff - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/simon/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/extratopbutton/readme.mdx b/sites/orgdocs/docs/designs/simon/options/extratopbutton/readme.mdx deleted file mode 100644 index 8aecf82252e..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/extratopbutton/readme.mdx +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Extra top button" ---- - -Do you want an extra button between the top front button and collar stand button? - -:::note - - -###### Why an extra button? - -This extra button allows you to undo your collar button with your shirt staying relatively closed. - -It's an extra button you'll want if you plan to still look good in the bar after your work day with your top button undone and your tie somewhat loose. -The extra button is also great if you are wearing your shirt under an overgarment with the top button undone. For example, under a sweater. - -Do not include the top button if you want a more casual look. - -This extra button is added to the number of buttons on the front. It does not replace another button. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/ffsa/readme.mdx b/sites/orgdocs/docs/designs/simon/options/ffsa/readme.mdx deleted file mode 100644 index 8a334a024fd..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/ffsa/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Flat-felled seam allowace" ---- - -Controls the amount of seam allowance on flat-felled seams. - -The armhole and side seams on the shirt are flat-felled seams, and those require extra seam allowance. -How much is a matter of personal preference, since some people prefer wider flat-felled seams, -while others have a preference for more narrow flat-felled seams. - -This option controls the amount of flat-felled seam allowance as a factor of the regular seam allowance. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/simon/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index 5ea09a533ab..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front armhole extra cutout" ---- - -Controls how much the front of the armhole is cut deeper into the garment than the back. - -Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more -rounded there too, and the armhole is typically cut deeper into the front of the garment than -the back. This option controls how much deeper. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/hemcurve/hemcurve.svg b/sites/orgdocs/docs/designs/simon/options/hemcurve/hemcurve.svg deleted file mode 100644 index f8f8bfa0a8a..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/hemcurve/hemcurve.svg +++ /dev/null @@ -1,727 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/hemcurve/readme.mdx b/sites/orgdocs/docs/designs/simon/options/hemcurve/readme.mdx deleted file mode 100644 index 1e9c045b434..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/hemcurve/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Hem curve" ---- - -![Hem curve](hemcurve.svg) - -How much do you want the hem to curve upwards? - -:::note - - -- This applies only to the baseball and slashed hem styles. If you chose a straight hem, this will be ignored. -- This value can never be more than the length bonus. If it is, it will silently be set to the length bonus value. -- If you set this to zero, you'll get a straight hem regardless of what hem style you pick. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/hemstyle/hemstyle.svg b/sites/orgdocs/docs/designs/simon/options/hemstyle/hemstyle.svg deleted file mode 100644 index 57170c50bc2..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/hemstyle/hemstyle.svg +++ /dev/null @@ -1,1060 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/hemstyle/readme.mdx b/sites/orgdocs/docs/designs/simon/options/hemstyle/readme.mdx deleted file mode 100644 index ad3999cb1ad..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/hemstyle/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Hem style" ---- - -![Hem style](hemstyle.svg) - -What style of hem line do you want? - -- Straight -- Baseball -- Slashed - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/hipsease/hipsease.svg b/sites/orgdocs/docs/designs/simon/options/hipsease/hipsease.svg deleted file mode 100644 index b8616b7611b..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/hipsease/hipsease.svg +++ /dev/null @@ -1,475 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/simon/options/hipsease/readme.mdx deleted file mode 100644 index ac20bfa574f..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/hipsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hips ease" ---- - -![Hips ease](hipsease.svg) - -How much room do you want at the hips? - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/simon/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index b3beafd39af..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Simon extends. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Simon will follow. diff --git a/sites/orgdocs/docs/designs/simon/options/lengthbonus/lengthbonus.svg b/sites/orgdocs/docs/designs/simon/options/lengthbonus/lengthbonus.svg deleted file mode 100644 index 20f67c69488..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/lengthbonus/lengthbonus.svg +++ /dev/null @@ -1,721 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/simon/options/lengthbonus/readme.mdx deleted file mode 100644 index 2d6611b2b87..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Length bonus" ---- - -![Length bonus](lengthbonus.svg) - -How much shirt do you want to be able to tuck in your trousers? - -:::note - - -###### What's the point? - -Keeping your shirt tucked neatly in your trousers is why you need this extra length. -Nobody needs to know about that Justin Bieber tattoo on your lower back. - -If you want a more casual shirt to wear over your trousers, you will want to lower this. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/readme.mdx b/sites/orgdocs/docs/designs/simon/options/readme.mdx deleted file mode 100644 index 84ad88cbfdc..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Simon shirt: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/simon/options/roundback/readme.mdx b/sites/orgdocs/docs/designs/simon/options/roundback/readme.mdx deleted file mode 100644 index 2d6996f46fe..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/roundback/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Round back" ---- - -Controls how round the back yoke seam is by adding length to the center back at the yoke that tapers of towards the sides. - -- Increase this option to round the back yoke seam -- Decrease this option to straighten the back yoke seam - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/s3armhole/readme.mdx b/sites/orgdocs/docs/designs/simon/options/s3armhole/readme.mdx deleted file mode 100644 index c483c8bc30b..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/s3armhole/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: armhole side" ---- - -Controls the shoulder seam location on the armhole side. - -- Increase this option to shift the shoulder seam forward on the armhole side -- Decrease this option to shift the shoulder seam backward on the armhole side - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/s3collar/readme.mdx b/sites/orgdocs/docs/designs/simon/options/s3collar/readme.mdx deleted file mode 100644 index 8887d957b6b..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/s3collar/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: collar side" ---- - -Controls the shoulder seam location on the collar side. - -- Increase this option to shift the shoulder seam forward on the collar side -- Decrease this option to shift the shoulder seam backward on the collar side - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/separatebuttonholeplacket/readme.mdx b/sites/orgdocs/docs/designs/simon/options/separatebuttonholeplacket/readme.mdx deleted file mode 100644 index 6ac4a918997..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/separatebuttonholeplacket/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Separate buttonhole placket" ---- - -![Separate buttonhole placket](separatebuttonholeplacket.svg) - -Whether or not you want the buttonhole placket to be a separate pattern part. - diff --git a/sites/orgdocs/docs/designs/simon/options/separatebuttonholeplacket/separatebuttonholeplacket.svg b/sites/orgdocs/docs/designs/simon/options/separatebuttonholeplacket/separatebuttonholeplacket.svg deleted file mode 100644 index 953bf35e8db..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/separatebuttonholeplacket/separatebuttonholeplacket.svg +++ /dev/null @@ -1,684 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/separatebuttonplacket/readme.mdx b/sites/orgdocs/docs/designs/simon/options/separatebuttonplacket/readme.mdx deleted file mode 100644 index 6e0896615b8..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/separatebuttonplacket/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Separate button placket" ---- - -Whether or not you want the button placket to be a separate pattern part. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/seperatebuttonholeplacket/readme.mdx b/sites/orgdocs/docs/designs/simon/options/seperatebuttonholeplacket/readme.mdx deleted file mode 100644 index 072ac21ef5d..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/seperatebuttonholeplacket/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Seperate buttonhole placket" ---- - -Whether or not you want the buttonhole placket to be a separate pattern part. - diff --git a/sites/orgdocs/docs/designs/simon/options/seperatebuttonplacket/readme.mdx b/sites/orgdocs/docs/designs/simon/options/seperatebuttonplacket/readme.mdx deleted file mode 100644 index 7fe7e46236e..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/seperatebuttonplacket/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Seperate button placket" ---- - -Whether or not you want the button placket to be a separate pattern part. - diff --git a/sites/orgdocs/docs/designs/simon/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/simon/options/shoulderease/readme.mdx deleted file mode 100644 index e1a09ce85a3..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/shoulderease/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Shoulder ease" ---- - -Controls the amount of ease on the shoulder to shoulder measurement. - -This option allows you to create some extra ease at the shoulders which shifts -the shoulder seam more outwards and off the shoulder. Thereby creating extra room -for extra layers of clothing underneath, or more shaped/padded shoulders. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/simon/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index b7b53c65714..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Shoulder slope reduction" ---- - -Reduces the shoulder slope to create extra room for shoulder padding. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecap.svg b/sites/orgdocs/docs/designs/simon/options/sleevecap.svg deleted file mode 100644 index 34eca409502..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecap.svg +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapanchor.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapanchor.svg deleted file mode 100644 index 802276f7e75..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapanchor.svg +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapbackfactorx/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapbackfactorx/readme.mdx deleted file mode 100644 index 68949ed304e..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapbackfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back X" ---- - -![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapbackfactorx/sleevecapbackfactorx.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapbackfactorx/sleevecapbackfactorx.svg deleted file mode 100644 index 5e8e35dd35c..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapbackfactorx/sleevecapbackfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapbackfactory/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapbackfactory/readme.mdx deleted file mode 100644 index bd7ca497bb6..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapbackfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back Y" ---- - -![The vertical location of the back inflection point](./sleevecapbackfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapbackfactory/sleevecapbackfactory.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapbackfactory/sleevecapbackfactory.svg deleted file mode 100644 index 8348fbf7c7f..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapbackfactory/sleevecapbackfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapease/readme.mdx deleted file mode 100644 index 4ae0f103d9f..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -Determines the amount of sleevecap ease. - -:::note - - -The amount of sleevecap ease determines how the sleeves rolls from the shoulder. -More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. - -For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapfrontfactorx/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapfrontfactorx/readme.mdx deleted file mode 100644 index 9abd9b70923..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapfrontfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front X" ---- - -![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg deleted file mode 100644 index d58c9899afb..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapfrontfactory/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapfrontfactory/readme.mdx deleted file mode 100644 index f4c0fa83f49..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapfrontfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front Y" ---- - -![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapfrontfactory/sleevecapfrontfactory.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapfrontfactory/sleevecapfrontfactory.svg deleted file mode 100644 index e09d00f3d0f..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapfrontfactory/sleevecapfrontfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapinflection.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapinflection.svg deleted file mode 100644 index f53517d2a1c..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapinflection.svg +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq1offset/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapq1offset/readme.mdx deleted file mode 100644 index e7ae28286c4..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq1offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 offset" ---- - -![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) - -This option controls the offset in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq1offset/sleevecapq1offset.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapq1offset/sleevecapq1offset.svg deleted file mode 100644 index f0a2d726ec9..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq1offset/sleevecapq1offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq1spread1/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapq1spread1/readme.mdx deleted file mode 100644 index d5619127fa6..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq1spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 downward spread" ---- - -![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) - -This option controls the downward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq1spread1/sleevecapq1downwardspread.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapq1spread1/sleevecapq1downwardspread.svg deleted file mode 100644 index 6914bc68fa8..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq1spread1/sleevecapq1downwardspread.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq1spread2/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapq1spread2/readme.mdx deleted file mode 100644 index 4f85ea08ff8..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq1spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 upward spread" ---- - -![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) - -This option controls the upward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq1spread2/sleevecapq1spread2.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapq1spread2/sleevecapq1spread2.svg deleted file mode 100644 index f369a220f5e..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq1spread2/sleevecapq1spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq2offset/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapq2offset/readme.mdx deleted file mode 100644 index 5b57023476e..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq2offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 offset" ---- - -![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) - -This option controls the offset in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq2offset/sleevecapq2offset.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapq2offset/sleevecapq2offset.svg deleted file mode 100644 index dcc88d098f0..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq2offset/sleevecapq2offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq2spread1/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapq2spread1/readme.mdx deleted file mode 100644 index f2d22ebda77..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq2spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 downward spread" ---- - -![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) - -This option controls the downward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq2spread1/sleevecapq2spread1.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapq2spread1/sleevecapq2spread1.svg deleted file mode 100644 index 5197ed0114a..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq2spread1/sleevecapq2spread1.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq2spread2/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapq2spread2/readme.mdx deleted file mode 100644 index 0bc44c882a4..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq2spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 upward spread" ---- - -![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) - -This option controls the upward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq2spread2/sleevecapq2spread2.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapq2spread2/sleevecapq2spread2.svg deleted file mode 100644 index 222d43e460d..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq2spread2/sleevecapq2spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq3offset/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapq3offset/readme.mdx deleted file mode 100644 index c5bb57841b7..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq3offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 offset" ---- - -![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) - -This option controls the offset in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq3offset/sleevecapq3offset.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapq3offset/sleevecapq3offset.svg deleted file mode 100644 index ac048c72247..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq3offset/sleevecapq3offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq3spread1/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapq3spread1/readme.mdx deleted file mode 100644 index a90d63447bc..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq3spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 upward spread" ---- - -![The upward spread in the third quadrant of the sleevecap](./sleevecapq3spread1.svg) - -This option controls the upward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq3spread1/sleevecapq3spread1.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapq3spread1/sleevecapq3spread1.svg deleted file mode 100644 index 1649c2c5cc9..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq3spread1/sleevecapq3spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq3spread2/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapq3spread2/readme.mdx deleted file mode 100644 index 596fa8dc33c..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq3spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 downward spread" ---- - -![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) - -This option controls the downward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq3spread2/sleevecapq3spread2.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapq3spread2/sleevecapq3spread2.svg deleted file mode 100644 index 79135108ba0..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq3spread2/sleevecapq3spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq4offset/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapq4offset/readme.mdx deleted file mode 100644 index 54f165f2eca..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq4offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 offset" ---- - -![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) - -This option controls the offset in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq4offset/sleevecapq4offset.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapq4offset/sleevecapq4offset.svg deleted file mode 100644 index b5877e2c0a1..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq4offset/sleevecapq4offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq4spread1/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapq4spread1/readme.mdx deleted file mode 100644 index 5630d4682e3..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq4spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 upward spread" ---- - -![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) - -This option controls the upward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq4spread1/sleevecapq4spread1.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapq4spread1/sleevecapq4spread1.svg deleted file mode 100644 index 42f42a721fe..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq4spread1/sleevecapq4spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq4spread2/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecapq4spread2/readme.mdx deleted file mode 100644 index 624fce70c87..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq4spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 downward spread" ---- - -![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) - -This option controls the downward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapq4spread2/sleevecapq4spread2.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapq4spread2/sleevecapq4spread2.svg deleted file mode 100644 index b84e4d0c6c7..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapq4spread2/sleevecapq4spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecapspread.svg b/sites/orgdocs/docs/designs/simon/options/sleevecapspread.svg deleted file mode 100644 index 9878d2f0943..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecapspread.svg +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecaptop.svg b/sites/orgdocs/docs/designs/simon/options/sleevecaptop.svg deleted file mode 100644 index 39e7bb71c33..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecaptop.svg +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecaptopfactorx/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecaptopfactorx/readme.mdx deleted file mode 100644 index da109f5c03f..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecaptopfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top X" ---- - -![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) - -This option controls the horizontal placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecaptopfactorx/sleevecaptopfactorx.svg b/sites/orgdocs/docs/designs/simon/options/sleevecaptopfactorx/sleevecaptopfactorx.svg deleted file mode 100644 index be96935d057..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecaptopfactorx/sleevecaptopfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecaptopfactory/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevecaptopfactory/readme.mdx deleted file mode 100644 index ec42af0d5e5..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecaptopfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top Y" ---- - -![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) - -This option controls the vertical placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevecaptopfactory/sleevecaptopfactory.svg b/sites/orgdocs/docs/designs/simon/options/sleevecaptopfactory/sleevecaptopfactory.svg deleted file mode 100644 index cd55923d35e..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevecaptopfactory/sleevecaptopfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index d8a5ea9d300..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -![Sleeve length bonus](sleevelengthbonus.svg) - -How much extra length do you want for your sleeves? - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevelengthbonus/sleevelengthbonus.svg b/sites/orgdocs/docs/designs/simon/options/sleevelengthbonus/sleevelengthbonus.svg deleted file mode 100644 index cf26fb75003..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevelengthbonus/sleevelengthbonus.svg +++ /dev/null @@ -1,781 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleeveplacketlength/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleeveplacketlength/readme.mdx deleted file mode 100644 index 66a72aaf040..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleeveplacketlength/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleeve placket length" ---- - -![Sleeve placket length](sleeveplacketlength.svg) - -How long do you want the sleeve placket to be? - -:::note - - -The longer your sleeve placket is, the easier it is to get out of your shirt sleeve. -It also influences what things will look like when you roll up your sleeves - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleeveplacketlength/sleeveplacketlength.svg b/sites/orgdocs/docs/designs/simon/options/sleeveplacketlength/sleeveplacketlength.svg deleted file mode 100644 index b20af11296f..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleeveplacketlength/sleeveplacketlength.svg +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleeveplacketwidth/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleeveplacketwidth/readme.mdx deleted file mode 100644 index 81b87b7e7dd..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleeveplacketwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve placket width" ---- - -![Sleeve placket width](sleeveplacketwidth.svg) - -How wide do you want the sleeve placket to be? - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleeveplacketwidth/sleeveplacketwidth.svg b/sites/orgdocs/docs/designs/simon/options/sleeveplacketwidth/sleeveplacketwidth.svg deleted file mode 100644 index 31f851b38e5..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleeveplacketwidth/sleeveplacketwidth.svg +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/sleevewidthguarantee/readme.mdx b/sites/orgdocs/docs/designs/simon/options/sleevewidthguarantee/readme.mdx deleted file mode 100644 index 6671e1c5917..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/sleevewidthguarantee/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleeve width guarantee" ---- - -We first draft the arm opening, then we draft a sleeve to fit it. - -When all goes well, the sleeve fits perfectly, and this option is not relevant. -However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. - -Since the shape and height of the sleevecap are more important than the width, we tend to -prefer adjusting the width to fit the sleevecap. - -To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. -This option allows you to control how much of the sleeve width is guaranteed. -Increasing this option will allow us less of the width to play with to fit the sleeve. -This way, the resulting sleeve will be closer to the theoretical sleeve width, and we -will instead modify (more of) the sleevecap height to fit the sleeve. - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/splityoke/readme.mdx b/sites/orgdocs/docs/designs/simon/options/splityoke/readme.mdx deleted file mode 100644 index eedb4096aeb..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/splityoke/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Split yoke" ---- - -![Split yoke](splityoke.svg) - -Do you want a split yoke? - -:::note - - -###### What's the point? - -With a split yoke, only half the yoke is included on the pattern, and you'll have to cut 4 parts instead of 2, and sew them together. - -It's a bit more work, but it allows you to align the grain line differently on both halves of the yoke, an effect that some people like. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/splityoke/splityoke.svg b/sites/orgdocs/docs/designs/simon/options/splityoke/splityoke.svg deleted file mode 100644 index f95bf5238e6..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/splityoke/splityoke.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/simon/options/waistease/readme.mdx deleted file mode 100644 index ea0c1469842..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/waistease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist ease" ---- - -![Waist ease](waistease.svg) - -How much room do you want at the waist? - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/waistease/waistease.svg b/sites/orgdocs/docs/designs/simon/options/waistease/waistease.svg deleted file mode 100644 index 3d2a6c7582b..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/waistease/waistease.svg +++ /dev/null @@ -1,475 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simon/options/yokeheight/readme.mdx b/sites/orgdocs/docs/designs/simon/options/yokeheight/readme.mdx deleted file mode 100644 index fee94d4f6c7..00000000000 --- a/sites/orgdocs/docs/designs/simon/options/yokeheight/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Yoke height" ---- - -Controls the height of the yoke seam. - -- Increase this option to lower the height and lengthen the yoke -- Decrease this option to raise the height and shorten the yoke - - - - diff --git a/sites/orgdocs/docs/designs/simon/readme.mdx b/sites/orgdocs/docs/designs/simon/readme.mdx deleted file mode 100644 index c5bcada0385..00000000000 --- a/sites/orgdocs/docs/designs/simon/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Simon shirt" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/simone/cutting/readme.mdx b/sites/orgdocs/docs/designs/simone/cutting/readme.mdx deleted file mode 100644 index 095e7f529a1..00000000000 --- a/sites/orgdocs/docs/designs/simone/cutting/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Simone shirt: Cutting Instructions" ---- - -:::note - - -Simone is our [Simon pattern](/designs/simon/) adapted for breasts. - -Please refer to [the Simon documentation](/docs/designs/simon/). - -::: diff --git a/sites/orgdocs/docs/designs/simone/fabric/readme.mdx b/sites/orgdocs/docs/designs/simone/fabric/readme.mdx deleted file mode 100644 index 53159b2b8da..00000000000 --- a/sites/orgdocs/docs/designs/simone/fabric/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Simone shirt: Fabric Options" ---- - -:::note - - -Simone is our [Simon pattern](/designs/simon/) adapted for breasts. - -Please refer to [the Simon documentation](/docs/designs/simon/). - -::: diff --git a/sites/orgdocs/docs/designs/simone/instructions/readme.mdx b/sites/orgdocs/docs/designs/simone/instructions/readme.mdx deleted file mode 100644 index 62626add312..00000000000 --- a/sites/orgdocs/docs/designs/simone/instructions/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Simone shirt: Sewing Instructions" ---- - -### Step 1: Bust Darts - -- Close the Front bust darts. - -### Step 2: Follow Simon's Instructions - -:::note - - -Simone is just our [Simon pattern](/designs/simon/) adapted for breasts so you can now just follow [Simon's instructions](/docs/designs/simon/instructions) to finish your Simone :) - -::: diff --git a/sites/orgdocs/docs/designs/simone/measurements/readme.mdx b/sites/orgdocs/docs/designs/simone/measurements/readme.mdx deleted file mode 100644 index fa130e39576..00000000000 --- a/sites/orgdocs/docs/designs/simone/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Simone shirt: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/simone/needs/readme.mdx b/sites/orgdocs/docs/designs/simone/needs/readme.mdx deleted file mode 100644 index 494488a58b5..00000000000 --- a/sites/orgdocs/docs/designs/simone/needs/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Simone shirt: What You Need" ---- - -:::note - - -Simone is our [Simon pattern](/designs/simon/) adapted for breasts. - -Please refer to [the Simon documentation](/docs/designs/simon/). - -::: diff --git a/sites/orgdocs/docs/designs/simone/notes/readme.mdx b/sites/orgdocs/docs/designs/simone/notes/readme.mdx deleted file mode 100644 index 34c56b94776..00000000000 --- a/sites/orgdocs/docs/designs/simone/notes/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Simone shirt: Designer Notes" ---- - -Simone is essentially [Simon](/designs/simon) with a full-bust adjustment. - -The -initial intent was to allow people with breasts to have a better fitted shirt -design, but anyone can choose Simone for a more female-presenting look due to -the bust dart. - -Simone has all of the options Simon has, it only adds the FBA to it. - -joost - diff --git a/sites/orgdocs/docs/designs/simone/options/acrossbackfactor/acrossbackfactor.svg b/sites/orgdocs/docs/designs/simone/options/acrossbackfactor/acrossbackfactor.svg deleted file mode 100644 index 379ca694e9e..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/acrossbackfactor/acrossbackfactor.svg +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/simone/options/acrossbackfactor/readme.mdx deleted file mode 100644 index e4dd6dd435b..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Across back factor" ---- - -![Across back factor](./acrossbackfactor.svg) - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/simone/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/simone/options/armholedepth/readme.mdx deleted file mode 100644 index 4008f352853..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/simone/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/simone/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/simone/options/armholedepthfactor/armholedepthfactor.svg b/sites/orgdocs/docs/designs/simone/options/armholedepthfactor/armholedepthfactor.svg deleted file mode 100644 index 492e16c292b..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/armholedepthfactor/armholedepthfactor.svg +++ /dev/null @@ -1,746 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/simone/options/armholedepthfactor/readme.mdx deleted file mode 100644 index 3e5aa3acb12..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -![Armhole depth factor](./armholedepthfactor.svg) - -This option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/backdarts/readme.mdx b/sites/orgdocs/docs/designs/simone/options/backdarts/readme.mdx deleted file mode 100644 index 57d37e76419..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/backdarts/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Back darts" ---- - -*** - -By default, the pattern will add back darts when they are needed. -But you can also choose to always, or never, have back darts. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/backdartshaping/readme.mdx b/sites/orgdocs/docs/designs/simone/options/backdartshaping/readme.mdx deleted file mode 100644 index 229c484052a..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/backdartshaping/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Back dart shaping" ---- - -*** - -Controls how much of the waist shaping will happing in the backdarts. - -You can tweak this setting to balance the waist reduction across side seams, -back darts and (optional) front darts. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/simone/options/backneckcutout/readme.mdx deleted file mode 100644 index c3d109b2a11..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Back neck cutout" ---- - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/barrelcuffnarrowbutton/barrelcuffnarrowbutton.svg b/sites/orgdocs/docs/designs/simone/options/barrelcuffnarrowbutton/barrelcuffnarrowbutton.svg deleted file mode 100644 index bdfae974c41..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/barrelcuffnarrowbutton/barrelcuffnarrowbutton.svg +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/barrelcuffnarrowbutton/readme.mdx b/sites/orgdocs/docs/designs/simone/options/barrelcuffnarrowbutton/readme.mdx deleted file mode 100644 index efa74d983ad..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/barrelcuffnarrowbutton/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Cuff narrow button" ---- - -![Barrel cuff narrow button](./barrelcuffnarrowbutton.svg) - -Do you want an extra button to button up your cuff more tightly? - -If you are wearing your shirt under a tight-fitting (at the wrist) sweater or cardigan, this button allows you to make your cuff more narrow, so it doesn't bunch up all ugly. - -:::note - - -This does only apply to barrelcuffs. So if you picked a French cuff as cuff style this will be ignored. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/bicepsease/bicepsease.svg b/sites/orgdocs/docs/designs/simone/options/bicepsease/bicepsease.svg deleted file mode 100644 index 05db215942d..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/bicepsease/bicepsease.svg +++ /dev/null @@ -1,518 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/simone/options/bicepsease/readme.mdx deleted file mode 100644 index 1ad20afa426..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/bicepsease/readme.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Biceps ease" ---- - -![Biceps ease](./bicepsease.svg) - -How much do you want the sleeve to be wider than your upperarm circumference? - -:::note - - -###### What's the point? - -It's actually men with big arms who prefer a tighter fit, and thus less ease here. That's because it draws attention to their strong upper arms. - -If your upper arms are more skinny, you'll want some more ease here to smooth things out a bit. - -::: - -:::warning - - -We will try to respect your choice here, but out priority is to fit the sleeve in the armhole. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/boxpleat/readme.mdx b/sites/orgdocs/docs/designs/simone/options/boxpleat/readme.mdx deleted file mode 100644 index fb1d0083bdb..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/boxpleat/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Box pleat" ---- - -*** - -Adds a box pleat to the back. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/boxpleatfold/readme.mdx b/sites/orgdocs/docs/designs/simone/options/boxpleatfold/readme.mdx deleted file mode 100644 index 3450f8d8a8a..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/boxpleatfold/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Box pleat fold" ---- - -*** - -Controls how much the box pleat at the back is folded/pleated. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/boxpleatwidth/readme.mdx b/sites/orgdocs/docs/designs/simone/options/boxpleatwidth/readme.mdx deleted file mode 100644 index c52a9561e44..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/boxpleatwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Box pleat width" ---- - -*** - -Controls the width of the (optional) box pleat at the back. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/bustalignedbuttons/readme.mdx b/sites/orgdocs/docs/designs/simone/options/bustalignedbuttons/readme.mdx deleted file mode 100644 index a32fd253d34..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/bustalignedbuttons/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Bust-aligned buttons" ---- - -Select an optional bust-aligned button spacing strategy. - -- Even spacing -- Split spacing -- Disabled - -By default bust-aligned button spacing is "Disabled", and center front buttons are spaced without regard to the bustline. Choosing "Even spacing" or "Split spacing" will ensure that there is a button positioned on the bustline to prevent possible gaping. - -- Even spacing: Button spacing is calculated for buttons above the bustline, and this spacing is used for all buttons. The `Button free length` setting is ignored for this option. This option might cause the bottommost button to be positioned in a non-optimal location. If this occurs, you may want to experiment with adding or subtracting a button to see if it produces a better design. -- Split spacing: Different button spacings are calculated and used for buttons above and below the bustline. Buttons above the bustline are spaced evenly. Buttons below the bustline are also spaced evenly, except for the topmost and bottommost buttons. The spacings for those buttons are shifted slightly to make the transition between the top and bottom spacings less noticeable. The `Button free length` setting is obeyed for this option. This option might cause non-optimal, visibly different spacings above and below the bustline. If this occurs, you may want to experiment with adding or subtracting a button to see if it produces a better design. -- Disabled: Even button spacing is calculated and used, without regard to the bustline. The `Button free length` setting is obeyed for this option. diff --git a/sites/orgdocs/docs/designs/simone/options/bustdartangle/readme.mdx b/sites/orgdocs/docs/designs/simone/options/bustdartangle/readme.mdx deleted file mode 100644 index 1f543ce2104..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/bustdartangle/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Bust dart angle" ---- - -Controls the angle by which the (side) bust dart slopes downward. - -- Increase this option to angle the bust darts downwards and towards the floor -- Decrease this option to angle the bust darts upwards and towards the armscye - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/bustdartlength/readme.mdx b/sites/orgdocs/docs/designs/simone/options/bustdartlength/readme.mdx deleted file mode 100644 index a78e444049d..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/bustdartlength/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Bust dart length" ---- - -Controls how close the **bust darts** approach the bust points. - -- Increase this option to lengthen the bust darts moving them closer to the bust points -- Decrease this option to shorten the bust darts moving them further away from the bust points - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttonfreelength/buttonfreelength.svg b/sites/orgdocs/docs/designs/simone/options/buttonfreelength/buttonfreelength.svg deleted file mode 100644 index c1c5efaa98b..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttonfreelength/buttonfreelength.svg +++ /dev/null @@ -1,743 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttonfreelength/readme.mdx b/sites/orgdocs/docs/designs/simone/options/buttonfreelength/readme.mdx deleted file mode 100644 index 618136223af..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttonfreelength/readme.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Button free length" ---- - -![Button free length](./buttonfreelength.svg) - -How much before your waistband do you want your last button to sit? - -:::note - - -###### What's the point? - -Having buttons below your waistband is considered by many to be an annoyance. -They get caught up in your belt, and complicate bathroom breaks. - -By default, the last button sits 1cm above your waistband, -but this option allows you to move it further upwards for that shirt you are going to wear with those high-waisted trousers. - -If you want to have buttons below your waistband, you can. You should enter a negative value here, -making sure it's within the length bonus you have available. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttonholeplacketfoldwidth/buttonholeplacketfoldwidth.svg b/sites/orgdocs/docs/designs/simone/options/buttonholeplacketfoldwidth/buttonholeplacketfoldwidth.svg deleted file mode 100644 index 173e1e5b771..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttonholeplacketfoldwidth/buttonholeplacketfoldwidth.svg +++ /dev/null @@ -1,868 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttonholeplacketfoldwidth/readme.mdx b/sites/orgdocs/docs/designs/simone/options/buttonholeplacketfoldwidth/readme.mdx deleted file mode 100644 index 69d07bbb0f9..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttonholeplacketfoldwidth/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Buttonhole placket fold width" ---- - -![Buttonhole placket fold width](buttonholeplacketfoldwidth.svg) - -The width of the fold on a classic style buttonhole placket. - -:::note - - -If you have a fabric with a pattern (striped or checkers for example) you can set the fold to half the width of your repeating pattern. -This way, your pattern will match perfectly. - -This only applies to a classic placket. So it will be ignored if you opted for a seamless buttonhole placket style. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttonholeplacketstyle/buttonholeplacketstyle.svg b/sites/orgdocs/docs/designs/simone/options/buttonholeplacketstyle/buttonholeplacketstyle.svg deleted file mode 100644 index 21008ce0fc8..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttonholeplacketstyle/buttonholeplacketstyle.svg +++ /dev/null @@ -1,679 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttonholeplacketstyle/readme.mdx b/sites/orgdocs/docs/designs/simone/options/buttonholeplacketstyle/readme.mdx deleted file mode 100644 index 88c399740c5..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttonholeplacketstyle/readme.mdx +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Buttonhole placket style" ---- - -![Buttonhole placket style](buttonholeplacketstyle.svg) - -Do you want classic buttonhole placket, or a seamless one (sometimes called French style)? - -:::tip - - -Seamless is less work, and it looks great. - -::: - -:::note - - -As seamless is only possible on a _cut-on_ placket, this option is ignored if you choose a separate buttonhole placket. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttonholeplacketwidth/buttonholeplacketwidth.svg b/sites/orgdocs/docs/designs/simone/options/buttonholeplacketwidth/buttonholeplacketwidth.svg deleted file mode 100644 index 65a31b1320a..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttonholeplacketwidth/buttonholeplacketwidth.svg +++ /dev/null @@ -1,687 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttonholeplacketwidth/readme.mdx b/sites/orgdocs/docs/designs/simone/options/buttonholeplacketwidth/readme.mdx deleted file mode 100644 index 6bae17fba43..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttonholeplacketwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Buttonhole placket width" ---- - -![Buttonhole placket width](buttonholeplacketwidth.svg) - -The width of your buttonhole placket. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttonplacketstyle/buttonplacketstyle.svg b/sites/orgdocs/docs/designs/simone/options/buttonplacketstyle/buttonplacketstyle.svg deleted file mode 100644 index c6ec03f6dd9..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttonplacketstyle/buttonplacketstyle.svg +++ /dev/null @@ -1,678 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttonplacketstyle/readme.mdx b/sites/orgdocs/docs/designs/simone/options/buttonplacketstyle/readme.mdx deleted file mode 100644 index f04cbb2fbcd..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttonplacketstyle/readme.mdx +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Button placket style" ---- - -![Button placket style](buttonplacketstyle.svg) - -Do you want the button placket to be sewn in place (classic style), or folded back and held in place by the buttons (seamless style)? - -:::tip - - -Seamless is less work, and it looks great. - -::: - -:::note - - -As seamless is only possible on a _cut-on_ placket, this option is ignored if you choose a separate button placket. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttonplacketwidth/buttonplacketwidth.svg b/sites/orgdocs/docs/designs/simone/options/buttonplacketwidth/buttonplacketwidth.svg deleted file mode 100644 index 69924f9e5c2..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttonplacketwidth/buttonplacketwidth.svg +++ /dev/null @@ -1,674 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttonplacketwidth/readme.mdx b/sites/orgdocs/docs/designs/simone/options/buttonplacketwidth/readme.mdx deleted file mode 100644 index e7bcfa7b02d..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttonplacketwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Button placket width" ---- - -![Button placket width](buttonplacketwidth.svg) - -The width of your button placket. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttons/buttons.svg b/sites/orgdocs/docs/designs/simone/options/buttons/buttons.svg deleted file mode 100644 index f8a237e9f58..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttons/buttons.svg +++ /dev/null @@ -1,845 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/buttons/readme.mdx b/sites/orgdocs/docs/designs/simone/options/buttons/readme.mdx deleted file mode 100644 index 015db342eea..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/buttons/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Number of buttons" ---- - -![Buttons](buttons.svg) - -The number of buttons on your shirt. Excluding cuff buttons, and the optional extra top button. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/chestease/chestease.svg b/sites/orgdocs/docs/designs/simone/options/chestease/chestease.svg deleted file mode 100644 index 0f7ca10f581..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/chestease/chestease.svg +++ /dev/null @@ -1,475 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/simone/options/chestease/readme.mdx deleted file mode 100644 index f61b8bcd499..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/chestease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest ease" ---- - -![Chest ease](chestease.svg) - -How much room do you want at the chest? - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarangle/collarangle.svg b/sites/orgdocs/docs/designs/simone/options/collarangle/collarangle.svg deleted file mode 100644 index a251bf94bc2..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarangle/collarangle.svg +++ /dev/null @@ -1,729 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarangle/readme.mdx b/sites/orgdocs/docs/designs/simone/options/collarangle/readme.mdx deleted file mode 100644 index 95e0b7811ad..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarangle/readme.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Collar angle" ---- - -![Collar angle](collarangle.svg) - -The number of degrees between the collar edge and the grainline. - -:::note - - -###### What's the point? - -Together with the collar height, this is the most important factor for the style of your collar. - -Higher values mean a more cut-away style. - -In the example image, the top is 80 degrees (the default) and the bottom is 110 degrees. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarbend/collarbend.svg b/sites/orgdocs/docs/designs/simone/options/collarbend/collarbend.svg deleted file mode 100644 index 23f1578b024..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarbend/collarbend.svg +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarbend/readme.mdx b/sites/orgdocs/docs/designs/simone/options/collarbend/readme.mdx deleted file mode 100644 index 37d3a633913..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarbend/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Collar bend" ---- - -![Collar bend](collarbend.svg) - -How much the collar bends (on the collar stand side), rather than being straight. - -:::note - - -This influences how the collar lies against the collar stand. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarease/collarease.svg b/sites/orgdocs/docs/designs/simone/options/collarease/collarease.svg deleted file mode 100644 index 62e250da39e..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarease/collarease.svg +++ /dev/null @@ -1,513 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarease/readme.mdx b/sites/orgdocs/docs/designs/simone/options/collarease/readme.mdx deleted file mode 100644 index e2c5363bf99..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarease/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Collar ease" ---- - -![Collar ease](collarease.svg) - -How much ease do you want for your collar? - -If you feel that a collar is suffocating, you can give yourself a bit more ease and it will sit more loose around your neck. -You could also lower the ease for a tighter fit. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarflare/collarflare.svg b/sites/orgdocs/docs/designs/simone/options/collarflare/collarflare.svg deleted file mode 100644 index 1f8b13b85c0..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarflare/collarflare.svg +++ /dev/null @@ -1,729 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarflare/readme.mdx b/sites/orgdocs/docs/designs/simone/options/collarflare/readme.mdx deleted file mode 100644 index 7aabb148348..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarflare/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Collar flare" ---- - -![Collar flare](collarflare.svg) - -How much the collar flares out (at the collar edge side), rather than being straight. - -:::note - - -This influences the length of your collar tips. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collargap/collargap.svg b/sites/orgdocs/docs/designs/simone/options/collargap/collargap.svg deleted file mode 100644 index 6e7fdc25cf3..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collargap/collargap.svg +++ /dev/null @@ -1,729 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collargap/readme.mdx b/sites/orgdocs/docs/designs/simone/options/collargap/readme.mdx deleted file mode 100644 index 1784bb984f7..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collargap/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Collar gap" ---- - -![Collar gap](collargap.svg) - -Distance the collar sits apart when closed. - -:::note - - -This is really mostly a style choice, but a wider collar gap (together with the collar angle) can accommodate a wider tie (knot). - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarroll/collarroll.svg b/sites/orgdocs/docs/designs/simone/options/collarroll/collarroll.svg deleted file mode 100644 index 667c2c361a1..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarroll/collarroll.svg +++ /dev/null @@ -1,716 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarroll/readme.mdx b/sites/orgdocs/docs/designs/simone/options/collarroll/readme.mdx deleted file mode 100644 index 98b2a6fba8e..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarroll/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Collar roll" ---- - -![Collar roll](collarroll.svg) - -How much the collar is taller than the collar stand at center back. - -:::note - - -###### What's the point? - -The collar starts upwards from the collar stand and then rolls over downwards. But it still needs to cover the collar stand. For that, it needs to be a bit longer. - -Increasing this does not make the collar higher (use the collar stand height for that) but rather makes it descend further down. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarstandbend/collarstandbend.svg b/sites/orgdocs/docs/designs/simone/options/collarstandbend/collarstandbend.svg deleted file mode 100644 index 01880192ddb..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarstandbend/collarstandbend.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarstandbend/readme.mdx b/sites/orgdocs/docs/designs/simone/options/collarstandbend/readme.mdx deleted file mode 100644 index 30d5bf99984..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarstandbend/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Collar stand bend" ---- - -![Collarstand bend](collarstandbend.svg) - -How much the collar stand bends in the middle, rather than being straight. -This influences how your collar will sit around your neck. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarstandcurve/collarstandcurve.svg b/sites/orgdocs/docs/designs/simone/options/collarstandcurve/collarstandcurve.svg deleted file mode 100644 index 60f4ba7fae1..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarstandcurve/collarstandcurve.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarstandcurve/readme.mdx b/sites/orgdocs/docs/designs/simone/options/collarstandcurve/readme.mdx deleted file mode 100644 index db38720a0e9..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarstandcurve/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Collar stand curve" ---- - -![Collarstand curve](collarstandcurve.svg) - -How much the collar stand curves up at the edges. - -:::note - - -You can tweak this to make sure the edges of your collar stand at the front or nicely horizontal. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarstandwidth/collarstandwidth.svg b/sites/orgdocs/docs/designs/simone/options/collarstandwidth/collarstandwidth.svg deleted file mode 100644 index a57c76a8164..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarstandwidth/collarstandwidth.svg +++ /dev/null @@ -1,729 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarstandwidth/readme.mdx b/sites/orgdocs/docs/designs/simone/options/collarstandwidth/readme.mdx deleted file mode 100644 index 763dddce4b2..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarstandwidth/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Collar stand width" ---- - -![Collarstand width](collarstandwidth.svg) - -The height of your collar stand. - -:::note - - -This is the main parameter to change the overall height of your collar. This defaults to a modern relatively slim collar, but you can crank it up all the way to Karl Lagerfeld style. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/collarwidth/readme.mdx b/sites/orgdocs/docs/designs/simone/options/collarwidth/readme.mdx deleted file mode 100644 index cbcdf13f17e..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/collarwidth/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Collar width" ---- - -The width of your collar, as a proportion of the collar stand width. - -:::note - - -This can affect how well the collar covers the collar stand. Increasing this value will help the collar cover the collar stand at smaller sizes or with thicker ties. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/contour/readme.mdx b/sites/orgdocs/docs/designs/simone/options/contour/readme.mdx deleted file mode 100644 index 038878e2e48..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/contour/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Contour" ---- - -Controls how sharply the extra room for breasts is removed again below the chest. - -- Increase this option to sharpen the curve below the bust darts -- Decrease this option to loosen the curve below the bust darts - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/cuffbuttonrows/cuffbuttonrows.svg b/sites/orgdocs/docs/designs/simone/options/cuffbuttonrows/cuffbuttonrows.svg deleted file mode 100644 index 94801e076d7..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/cuffbuttonrows/cuffbuttonrows.svg +++ /dev/null @@ -1,293 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/cuffbuttonrows/readme.mdx b/sites/orgdocs/docs/designs/simone/options/cuffbuttonrows/readme.mdx deleted file mode 100644 index 6acf6bb0dec..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/cuffbuttonrows/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Cuff button rows" ---- - -![Cuff button rows](cuffbuttonrows.svg) - -Do you want a single button on your barrelcuff, or two? - -:::note - - -This does only apply to barrelcuffs. So if you picked a French cuff as cuff style this will be ignored. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/cuffdrape/cuffdrape.svg b/sites/orgdocs/docs/designs/simone/options/cuffdrape/cuffdrape.svg deleted file mode 100644 index 4b0de49bba7..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/cuffdrape/cuffdrape.svg +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/cuffdrape/readme.mdx b/sites/orgdocs/docs/designs/simone/options/cuffdrape/readme.mdx deleted file mode 100644 index c20522d2159..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/cuffdrape/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Cuff drape" ---- - -![Cuff drape](cuffdrape.svg) - -How much the end of the sleeve is wider than the wrist. - -:::note - - -This changes the look of the sleeve a bit. -More drape makes the sleeve wider and gives you a more _blousy_ effect, whereas less drape makes the sleeve more narrow. - -The drape will be worked into the cuff with pleats. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/cuffease/cuffease.svg b/sites/orgdocs/docs/designs/simone/options/cuffease/cuffease.svg deleted file mode 100644 index e201033c3d5..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/cuffease/cuffease.svg +++ /dev/null @@ -1,518 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/simone/options/cuffease/readme.mdx deleted file mode 100644 index b06f1901f0d..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/cuffease/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Cuff ease" ---- - -![Cuff ease](cuffease.svg) - -Determines how much the cuff is larger than your wrist. - -Change this option to give yourself more or less room at the wrist. - -:::note - - -You might want more if you want the shirt cuff to fit over a bulky watch. Less room might be better if you want to wear the shirt under an overgarment like a sweater. - -Those wanting to wear their shirt under a sweater should also have a look at the barrelcuff narrow button option. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/cufflength/cufflength.svg b/sites/orgdocs/docs/designs/simone/options/cufflength/cufflength.svg deleted file mode 100644 index 7d3035ef1c9..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/cufflength/cufflength.svg +++ /dev/null @@ -1,258 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/cufflength/readme.mdx b/sites/orgdocs/docs/designs/simone/options/cufflength/readme.mdx deleted file mode 100644 index 38bf3b838ff..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/cufflength/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Cuff length" ---- - -![Cuff length](cufflength.svg) - -The length of your cuffs. - -:::note - - -This will not influence the total length of your sleeve. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/cuffstyle/cuffstyle.svg b/sites/orgdocs/docs/designs/simone/options/cuffstyle/cuffstyle.svg deleted file mode 100644 index e24ea909955..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/cuffstyle/cuffstyle.svg +++ /dev/null @@ -1,630 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/cuffstyle/readme.mdx b/sites/orgdocs/docs/designs/simone/options/cuffstyle/readme.mdx deleted file mode 100644 index 682b2d9f96b..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/cuffstyle/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Cuff style" ---- - -![Cuff style](cuffstyle.svg) - -What style of cuff do you want? - -- Rounded barrel cuff -- Chamfer barrel cuff -- Straight barrel cuff -- Rounded French cuff -- Chamfer French cuff -- Straight French cuff - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/simone/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/extratopbutton/readme.mdx b/sites/orgdocs/docs/designs/simone/options/extratopbutton/readme.mdx deleted file mode 100644 index 8aecf82252e..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/extratopbutton/readme.mdx +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Extra top button" ---- - -Do you want an extra button between the top front button and collar stand button? - -:::note - - -###### Why an extra button? - -This extra button allows you to undo your collar button with your shirt staying relatively closed. - -It's an extra button you'll want if you plan to still look good in the bar after your work day with your top button undone and your tie somewhat loose. -The extra button is also great if you are wearing your shirt under an overgarment with the top button undone. For example, under a sweater. - -Do not include the top button if you want a more casual look. - -This extra button is added to the number of buttons on the front. It does not replace another button. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/ffsa/readme.mdx b/sites/orgdocs/docs/designs/simone/options/ffsa/readme.mdx deleted file mode 100644 index 8a334a024fd..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/ffsa/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Flat-felled seam allowace" ---- - -Controls the amount of seam allowance on flat-felled seams. - -The armhole and side seams on the shirt are flat-felled seams, and those require extra seam allowance. -How much is a matter of personal preference, since some people prefer wider flat-felled seams, -while others have a preference for more narrow flat-felled seams. - -This option controls the amount of flat-felled seam allowance as a factor of the regular seam allowance. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/simone/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index 5ea09a533ab..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front armhole extra cutout" ---- - -Controls how much the front of the armhole is cut deeper into the garment than the back. - -Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more -rounded there too, and the armhole is typically cut deeper into the front of the garment than -the back. This option controls how much deeper. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/frontdartlength/readme.mdx b/sites/orgdocs/docs/designs/simone/options/frontdartlength/readme.mdx deleted file mode 100644 index 5e1550a3ad7..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/frontdartlength/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Front dart length" ---- - -Controls how close the **front waist darts** approach the bust points. - -- Increase this option to lengthen the front waist darts moving them closer to the bust points -- Decrease this option to shorten the front waist darts moving them further away from the bust points - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/frontdarts/readme.mdx b/sites/orgdocs/docs/designs/simone/options/frontdarts/readme.mdx deleted file mode 100644 index 82f9246232b..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/frontdarts/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front darts" ---- - -Whether to include front waist darts or not. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/hemcurve/hemcurve.svg b/sites/orgdocs/docs/designs/simone/options/hemcurve/hemcurve.svg deleted file mode 100644 index f8f8bfa0a8a..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/hemcurve/hemcurve.svg +++ /dev/null @@ -1,727 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/hemcurve/readme.mdx b/sites/orgdocs/docs/designs/simone/options/hemcurve/readme.mdx deleted file mode 100644 index 1e9c045b434..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/hemcurve/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Hem curve" ---- - -![Hem curve](hemcurve.svg) - -How much do you want the hem to curve upwards? - -:::note - - -- This applies only to the baseball and slashed hem styles. If you chose a straight hem, this will be ignored. -- This value can never be more than the length bonus. If it is, it will silently be set to the length bonus value. -- If you set this to zero, you'll get a straight hem regardless of what hem style you pick. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/hemstyle/hemstyle.svg b/sites/orgdocs/docs/designs/simone/options/hemstyle/hemstyle.svg deleted file mode 100644 index 57170c50bc2..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/hemstyle/hemstyle.svg +++ /dev/null @@ -1,1060 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/hemstyle/readme.mdx b/sites/orgdocs/docs/designs/simone/options/hemstyle/readme.mdx deleted file mode 100644 index ad3999cb1ad..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/hemstyle/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Hem style" ---- - -![Hem style](hemstyle.svg) - -What style of hem line do you want? - -- Straight -- Baseball -- Slashed - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/hipsease/hipsease.svg b/sites/orgdocs/docs/designs/simone/options/hipsease/hipsease.svg deleted file mode 100644 index b8616b7611b..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/hipsease/hipsease.svg +++ /dev/null @@ -1,475 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/simone/options/hipsease/readme.mdx deleted file mode 100644 index ac20bfa574f..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/hipsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hips ease" ---- - -![Hips ease](hipsease.svg) - -How much room do you want at the hips? - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/simone/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index fde224f53a5..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Simone extends. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Simone will follow. diff --git a/sites/orgdocs/docs/designs/simone/options/lengthbonus/lengthbonus.svg b/sites/orgdocs/docs/designs/simone/options/lengthbonus/lengthbonus.svg deleted file mode 100644 index 20f67c69488..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/lengthbonus/lengthbonus.svg +++ /dev/null @@ -1,721 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/simone/options/lengthbonus/readme.mdx deleted file mode 100644 index 2d6611b2b87..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Length bonus" ---- - -![Length bonus](lengthbonus.svg) - -How much shirt do you want to be able to tuck in your trousers? - -:::note - - -###### What's the point? - -Keeping your shirt tucked neatly in your trousers is why you need this extra length. -Nobody needs to know about that Justin Bieber tattoo on your lower back. - -If you want a more casual shirt to wear over your trousers, you will want to lower this. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/readme.mdx b/sites/orgdocs/docs/designs/simone/options/readme.mdx deleted file mode 100644 index 81c44642e8b..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Simone shirt: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/simone/options/roundback/readme.mdx b/sites/orgdocs/docs/designs/simone/options/roundback/readme.mdx deleted file mode 100644 index 17f9c500ee9..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/roundback/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Round back" ---- - -Controls how round the back yoke seam is by adding length to the center back at the yoke that tapers of towards the sides. - -- Increase this option to round the back yoke seam -- Decrease this option to straighten the back yoke seam diff --git a/sites/orgdocs/docs/designs/simone/options/s3armhole/readme.mdx b/sites/orgdocs/docs/designs/simone/options/s3armhole/readme.mdx deleted file mode 100644 index c483c8bc30b..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/s3armhole/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: armhole side" ---- - -Controls the shoulder seam location on the armhole side. - -- Increase this option to shift the shoulder seam forward on the armhole side -- Decrease this option to shift the shoulder seam backward on the armhole side - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/s3collar/readme.mdx b/sites/orgdocs/docs/designs/simone/options/s3collar/readme.mdx deleted file mode 100644 index 8887d957b6b..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/s3collar/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: collar side" ---- - -Controls the shoulder seam location on the collar side. - -- Increase this option to shift the shoulder seam forward on the collar side -- Decrease this option to shift the shoulder seam backward on the collar side - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/separatebuttonholeplacket/readme.mdx b/sites/orgdocs/docs/designs/simone/options/separatebuttonholeplacket/readme.mdx deleted file mode 100644 index da2f2c667d3..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/separatebuttonholeplacket/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Separate buttonhole placket" ---- - -Whether or not you want the buttonhole placket to be a separate pattern part. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/separatebuttonplacket/readme.mdx b/sites/orgdocs/docs/designs/simone/options/separatebuttonplacket/readme.mdx deleted file mode 100644 index 6e0896615b8..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/separatebuttonplacket/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Separate button placket" ---- - -Whether or not you want the button placket to be a separate pattern part. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/seperatebuttonholeplacket/readme.mdx b/sites/orgdocs/docs/designs/simone/options/seperatebuttonholeplacket/readme.mdx deleted file mode 100644 index 072ac21ef5d..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/seperatebuttonholeplacket/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Seperate buttonhole placket" ---- - -Whether or not you want the buttonhole placket to be a separate pattern part. - diff --git a/sites/orgdocs/docs/designs/simone/options/seperatebuttonplacket/readme.mdx b/sites/orgdocs/docs/designs/simone/options/seperatebuttonplacket/readme.mdx deleted file mode 100644 index 7fe7e46236e..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/seperatebuttonplacket/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Seperate button placket" ---- - -Whether or not you want the button placket to be a separate pattern part. - diff --git a/sites/orgdocs/docs/designs/simone/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/simone/options/shoulderease/readme.mdx deleted file mode 100644 index e1a09ce85a3..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/shoulderease/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Shoulder ease" ---- - -Controls the amount of ease on the shoulder to shoulder measurement. - -This option allows you to create some extra ease at the shoulders which shifts -the shoulder seam more outwards and off the shoulder. Thereby creating extra room -for extra layers of clothing underneath, or more shaped/padded shoulders. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/simone/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index b7b53c65714..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Shoulder slope reduction" ---- - -Reduces the shoulder slope to create extra room for shoulder padding. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecap.svg b/sites/orgdocs/docs/designs/simone/options/sleevecap.svg deleted file mode 100644 index 34eca409502..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecap.svg +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapanchor.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapanchor.svg deleted file mode 100644 index 802276f7e75..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapanchor.svg +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapbackfactorx/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapbackfactorx/readme.mdx deleted file mode 100644 index 68949ed304e..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapbackfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back X" ---- - -![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapbackfactorx/sleevecapbackfactorx.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapbackfactorx/sleevecapbackfactorx.svg deleted file mode 100644 index 5e8e35dd35c..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapbackfactorx/sleevecapbackfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapbackfactory/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapbackfactory/readme.mdx deleted file mode 100644 index bd7ca497bb6..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapbackfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back Y" ---- - -![The vertical location of the back inflection point](./sleevecapbackfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapbackfactory/sleevecapbackfactory.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapbackfactory/sleevecapbackfactory.svg deleted file mode 100644 index 8348fbf7c7f..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapbackfactory/sleevecapbackfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapease/readme.mdx deleted file mode 100644 index 4ae0f103d9f..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -Determines the amount of sleevecap ease. - -:::note - - -The amount of sleevecap ease determines how the sleeves rolls from the shoulder. -More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. - -For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapfrontfactorx/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapfrontfactorx/readme.mdx deleted file mode 100644 index 9abd9b70923..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapfrontfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front X" ---- - -![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg deleted file mode 100644 index d58c9899afb..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapfrontfactory/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapfrontfactory/readme.mdx deleted file mode 100644 index f4c0fa83f49..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapfrontfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front Y" ---- - -![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapfrontfactory/sleevecapfrontfactory.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapfrontfactory/sleevecapfrontfactory.svg deleted file mode 100644 index e09d00f3d0f..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapfrontfactory/sleevecapfrontfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapinflection.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapinflection.svg deleted file mode 100644 index f53517d2a1c..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapinflection.svg +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq1offset/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapq1offset/readme.mdx deleted file mode 100644 index e7ae28286c4..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq1offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 offset" ---- - -![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) - -This option controls the offset in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq1offset/sleevecapq1offset.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapq1offset/sleevecapq1offset.svg deleted file mode 100644 index f0a2d726ec9..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq1offset/sleevecapq1offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq1spread1/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapq1spread1/readme.mdx deleted file mode 100644 index d5619127fa6..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq1spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 downward spread" ---- - -![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) - -This option controls the downward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq1spread1/sleevecapq1downwardspread.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapq1spread1/sleevecapq1downwardspread.svg deleted file mode 100644 index 6914bc68fa8..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq1spread1/sleevecapq1downwardspread.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq1spread2/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapq1spread2/readme.mdx deleted file mode 100644 index 4f85ea08ff8..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq1spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 upward spread" ---- - -![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) - -This option controls the upward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq1spread2/sleevecapq1spread2.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapq1spread2/sleevecapq1spread2.svg deleted file mode 100644 index f369a220f5e..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq1spread2/sleevecapq1spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq2offset/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapq2offset/readme.mdx deleted file mode 100644 index 5b57023476e..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq2offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 offset" ---- - -![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) - -This option controls the offset in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq2offset/sleevecapq2offset.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapq2offset/sleevecapq2offset.svg deleted file mode 100644 index dcc88d098f0..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq2offset/sleevecapq2offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq2spread1/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapq2spread1/readme.mdx deleted file mode 100644 index f2d22ebda77..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq2spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 downward spread" ---- - -![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) - -This option controls the downward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq2spread1/sleevecapq2spread1.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapq2spread1/sleevecapq2spread1.svg deleted file mode 100644 index 5197ed0114a..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq2spread1/sleevecapq2spread1.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq2spread2/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapq2spread2/readme.mdx deleted file mode 100644 index 0bc44c882a4..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq2spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 upward spread" ---- - -![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) - -This option controls the upward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq2spread2/sleevecapq2spread2.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapq2spread2/sleevecapq2spread2.svg deleted file mode 100644 index 222d43e460d..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq2spread2/sleevecapq2spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq3offset/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapq3offset/readme.mdx deleted file mode 100644 index c5bb57841b7..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq3offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 offset" ---- - -![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) - -This option controls the offset in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq3offset/sleevecapq3offset.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapq3offset/sleevecapq3offset.svg deleted file mode 100644 index ac048c72247..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq3offset/sleevecapq3offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq3spread1/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapq3spread1/readme.mdx deleted file mode 100644 index a90d63447bc..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq3spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 upward spread" ---- - -![The upward spread in the third quadrant of the sleevecap](./sleevecapq3spread1.svg) - -This option controls the upward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq3spread1/sleevecapq3spread1.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapq3spread1/sleevecapq3spread1.svg deleted file mode 100644 index 1649c2c5cc9..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq3spread1/sleevecapq3spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq3spread2/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapq3spread2/readme.mdx deleted file mode 100644 index 596fa8dc33c..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq3spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 downward spread" ---- - -![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) - -This option controls the downward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq3spread2/sleevecapq3spread2.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapq3spread2/sleevecapq3spread2.svg deleted file mode 100644 index 79135108ba0..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq3spread2/sleevecapq3spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq4offset/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapq4offset/readme.mdx deleted file mode 100644 index 54f165f2eca..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq4offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 offset" ---- - -![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) - -This option controls the offset in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq4offset/sleevecapq4offset.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapq4offset/sleevecapq4offset.svg deleted file mode 100644 index b5877e2c0a1..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq4offset/sleevecapq4offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq4spread1/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapq4spread1/readme.mdx deleted file mode 100644 index 5630d4682e3..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq4spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 upward spread" ---- - -![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) - -This option controls the upward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq4spread1/sleevecapq4spread1.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapq4spread1/sleevecapq4spread1.svg deleted file mode 100644 index 42f42a721fe..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq4spread1/sleevecapq4spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq4spread2/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecapq4spread2/readme.mdx deleted file mode 100644 index 624fce70c87..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq4spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 downward spread" ---- - -![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) - -This option controls the downward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapq4spread2/sleevecapq4spread2.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapq4spread2/sleevecapq4spread2.svg deleted file mode 100644 index b84e4d0c6c7..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapq4spread2/sleevecapq4spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecapspread.svg b/sites/orgdocs/docs/designs/simone/options/sleevecapspread.svg deleted file mode 100644 index 9878d2f0943..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecapspread.svg +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecaptop.svg b/sites/orgdocs/docs/designs/simone/options/sleevecaptop.svg deleted file mode 100644 index 39e7bb71c33..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecaptop.svg +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecaptopfactorx/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecaptopfactorx/readme.mdx deleted file mode 100644 index da109f5c03f..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecaptopfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top X" ---- - -![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) - -This option controls the horizontal placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecaptopfactorx/sleevecaptopfactorx.svg b/sites/orgdocs/docs/designs/simone/options/sleevecaptopfactorx/sleevecaptopfactorx.svg deleted file mode 100644 index be96935d057..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecaptopfactorx/sleevecaptopfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecaptopfactory/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevecaptopfactory/readme.mdx deleted file mode 100644 index ec42af0d5e5..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecaptopfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top Y" ---- - -![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) - -This option controls the vertical placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevecaptopfactory/sleevecaptopfactory.svg b/sites/orgdocs/docs/designs/simone/options/sleevecaptopfactory/sleevecaptopfactory.svg deleted file mode 100644 index cd55923d35e..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevecaptopfactory/sleevecaptopfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index d8a5ea9d300..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -![Sleeve length bonus](sleevelengthbonus.svg) - -How much extra length do you want for your sleeves? - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevelengthbonus/sleevelengthbonus.svg b/sites/orgdocs/docs/designs/simone/options/sleevelengthbonus/sleevelengthbonus.svg deleted file mode 100644 index cf26fb75003..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevelengthbonus/sleevelengthbonus.svg +++ /dev/null @@ -1,781 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleeveplacketlength/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleeveplacketlength/readme.mdx deleted file mode 100644 index 66a72aaf040..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleeveplacketlength/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleeve placket length" ---- - -![Sleeve placket length](sleeveplacketlength.svg) - -How long do you want the sleeve placket to be? - -:::note - - -The longer your sleeve placket is, the easier it is to get out of your shirt sleeve. -It also influences what things will look like when you roll up your sleeves - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleeveplacketlength/sleeveplacketlength.svg b/sites/orgdocs/docs/designs/simone/options/sleeveplacketlength/sleeveplacketlength.svg deleted file mode 100644 index b20af11296f..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleeveplacketlength/sleeveplacketlength.svg +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleeveplacketwidth/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleeveplacketwidth/readme.mdx deleted file mode 100644 index 81b87b7e7dd..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleeveplacketwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve placket width" ---- - -![Sleeve placket width](sleeveplacketwidth.svg) - -How wide do you want the sleeve placket to be? - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleeveplacketwidth/sleeveplacketwidth.svg b/sites/orgdocs/docs/designs/simone/options/sleeveplacketwidth/sleeveplacketwidth.svg deleted file mode 100644 index 31f851b38e5..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleeveplacketwidth/sleeveplacketwidth.svg +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/sleevewidthguarantee/readme.mdx b/sites/orgdocs/docs/designs/simone/options/sleevewidthguarantee/readme.mdx deleted file mode 100644 index 6671e1c5917..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/sleevewidthguarantee/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleeve width guarantee" ---- - -We first draft the arm opening, then we draft a sleeve to fit it. - -When all goes well, the sleeve fits perfectly, and this option is not relevant. -However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. - -Since the shape and height of the sleevecap are more important than the width, we tend to -prefer adjusting the width to fit the sleevecap. - -To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. -This option allows you to control how much of the sleeve width is guaranteed. -Increasing this option will allow us less of the width to play with to fit the sleeve. -This way, the resulting sleeve will be closer to the theoretical sleeve width, and we -will instead modify (more of) the sleevecap height to fit the sleeve. - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/splityoke/readme.mdx b/sites/orgdocs/docs/designs/simone/options/splityoke/readme.mdx deleted file mode 100644 index eedb4096aeb..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/splityoke/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Split yoke" ---- - -![Split yoke](splityoke.svg) - -Do you want a split yoke? - -:::note - - -###### What's the point? - -With a split yoke, only half the yoke is included on the pattern, and you'll have to cut 4 parts instead of 2, and sew them together. - -It's a bit more work, but it allows you to align the grain line differently on both halves of the yoke, an effect that some people like. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/splityoke/splityoke.svg b/sites/orgdocs/docs/designs/simone/options/splityoke/splityoke.svg deleted file mode 100644 index f95bf5238e6..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/splityoke/splityoke.svg +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/simone/options/waistease/readme.mdx deleted file mode 100644 index ea0c1469842..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/waistease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist ease" ---- - -![Waist ease](waistease.svg) - -How much room do you want at the waist? - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/waistease/waistease.svg b/sites/orgdocs/docs/designs/simone/options/waistease/waistease.svg deleted file mode 100644 index 3d2a6c7582b..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/waistease/waistease.svg +++ /dev/null @@ -1,475 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/simone/options/yokeheight/readme.mdx b/sites/orgdocs/docs/designs/simone/options/yokeheight/readme.mdx deleted file mode 100644 index fee94d4f6c7..00000000000 --- a/sites/orgdocs/docs/designs/simone/options/yokeheight/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Yoke height" ---- - -Controls the height of the yoke seam. - -- Increase this option to lower the height and lengthen the yoke -- Decrease this option to raise the height and shorten the yoke - - - - diff --git a/sites/orgdocs/docs/designs/simone/readme.mdx b/sites/orgdocs/docs/designs/simone/readme.mdx deleted file mode 100644 index a611bbad33c..00000000000 --- a/sites/orgdocs/docs/designs/simone/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Simone shirt" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/skully/cutting/readme.mdx b/sites/orgdocs/docs/designs/skully/cutting/readme.mdx deleted file mode 100644 index c90f41cda7a..00000000000 --- a/sites/orgdocs/docs/designs/skully/cutting/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Skully: Cutting Instructions" ---- - -- **Main Fabric** - - Cut **2 Cheek** - - Cut **2 Forehead** - - Cut **2 Head part 1** - - Cut **2 Head part 2** - - Cut **2 Head part 3** - - Cut **2 Cheekbone** - - Cut **1 Upper Mouth** - - Cut **1 Jaw Floor** - - Cut **2 Eye ** - - Cut **1 Lower Mouth ** - - Cut **2 Lower Jaw ** diff --git a/sites/orgdocs/docs/designs/skully/fabric/readme.mdx b/sites/orgdocs/docs/designs/skully/fabric/readme.mdx deleted file mode 100644 index bcaa13c265e..00000000000 --- a/sites/orgdocs/docs/designs/skully/fabric/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Skully: Fabric Options" ---- - -## Main Fabric - -This plush toy is best made from a felt type of fabric. This will provide extra rigidity to keep the shape -correct, while still allowing it to be a plush toy. Thin and stretchy fabrics are not well suited, because -the shape will change considerably due to tensions from the stuffing. - -## Hair - -Skully needs hair. Embroidery floss works very well, and can be had in all colors. - -## Stuffing - -Since this is a plush toy, it will need to be stuffed with material. Most of the time you'll want to use polyester fiberfill (polyfill), but if you have a lot of fabric scraps, you can use shredded scrap fabric. However this may be heavier and less soft than fiberfill. It's also worth thinking about whether your Hi may be at risk of getting dirty, or want to go for a swim, as not all stuffing options are washable. - -## Needle - -Skully has traded his sword for a needle. A needle this size is mostly sold as upholstery needles. This will come in handy when doing some of the touch-ups at the end of the construction. diff --git a/sites/orgdocs/docs/designs/skully/instructions/readme.mdx b/sites/orgdocs/docs/designs/skully/instructions/readme.mdx deleted file mode 100644 index 0d3bffcad1f..00000000000 --- a/sites/orgdocs/docs/designs/skully/instructions/readme.mdx +++ /dev/null @@ -1,115 +0,0 @@ ---- -title: "Skully: Sewing Instructions" ---- - - -:::tip - - -A lot of the smaller seams (eyes, nose) are best sewn by hand. - -Most of the seams will benefit from being basted before being sewn. - -::: - -## Step 1: The darts - -There are six darts that need to be closed first. One on each, forehead (2), head2 (4), and head3 (5) parts. Pin and sew them closed, then remove the bulk by trimming the darts and give them a good press. Repeat for all six darts. - -## Step 2: The eyes - -Sew together the sides of the eye (9), so you will make a cone. Trim away any bulk. Repeat for the other eye. - -## Step 3: The nose - -Like the eyes, the nose (12) too has parts that need to be sewn together. There are two of these sides that need to be sewn together. This creates two connected cones. This is very finicky, so take your time. - -## Step 4: The head - -:::tip - - -The Skully pattern is set up to be sewn-by-numbers. Every seam is numbered. Please start at '1', and -keep going until you reach '21'. This is the seam through which you will fill Skully, so only close -it partly. - -::: - -:::note - -Seam 3 is the seam on the eye (9) part that is marked to be sewn together. Seam 10 is the same -on the nose (12) part. These are the only seams not marked with a number on the pattern parts. You have -already sewn these now. -::: - -When you are sewing together the individual parts, you will be making two halves of the skull. - -Sewing the eyes and nose to the cheek and forehead parts is best done by hand. You will have to align the different notches to their corresponding ones on the other part. - -The back of the upperMouth is not sewn to anything. It is just there to provide stability. - -:::note - -All seams are sewn right sides together except where noted. Most of the instructions below are to be done first with one matching pair of pieces and then repeated with mirrored pieces so that you build up both sides of the skull gradually. -::: - -Seams 1 and 2: Sew cheek (1) to forehead (2), matching the dot notch to the dot, and the cross notch to the other cross. - -Seam 4: Sew eye (9) to eyeTop on forehead (2) and to eyeBottom on cheek (1). - -Seam 5: Sew top of cheek (1) to cheekbone (6) - -Seam 6: Sew the other side of the cheekbone (6) to the bottom of the forehead (2) – this is the side that has the dart on it. - -Seams 7 and 8: You now have the cheek (1), cheekbone (6), eye (4), and forehead (2) all sewn into one piece on each side of the face. Sew the two sides of the face together at the front, from the top of the forehead to the top of the nose, forming seam 7. And then from the bottom of the nose to the bottom of the cheek, sew the two cheek halves together as well. The top of the face is now complete, leaving a hole for the nose. - -Seam 10: Take the nose (12) and sew the openings of the two cones (nostrils) into the space mentioned above. One cone (nostril) will go on one side of the face, and the other on the other side. - -Seam 11: Sew the backOfMouth (10) to the underside of the upperMouth (7). The backOfMouth (10) in particular will be visible in the finished Skully, so you should sew the right side of lowerMouth (10) to the wrong side of upperMouth (7). - -Seam 12: Join the two halves of the lowerJaw (11) with this short straight seam. - -Seam 13: Sew the curve of the lowerMouth (10) to the lowerJaw (11), taking care to sew on the line marked ‘mouthBottom’ - -:::note - -Sewing the next seam is challenging. You will first be sewing a normal seam between the lowerJaw (11) parts and the lowerMouth (10) part. You will then have to continue this seam along -the dashed line (14) on the upperMouth (7) part. Basting or lots of pins are your friend. And make sure you -first visualize how this will get together before doing the final sewing. -::: - -Seam 14: Sew the top of the lowerJaw (11) to the bottom of the upperMouth (7). This seam starts from the line marked ‘not sewn’ on the upperMouth. First you sew across the piece rather than sewing at the edge – see the dotted line on the pattern piece. Then the remaining part of the upperMouth is sewn onto the down-curved part of the lowerJaw (11). - -Seam 15: Sew the lower edge of the lowerJaw (11) to the jawfloor (8) to form the base of the whole skull. - -Seam 16: The cheek (1) has edges marked upperJaw and mouthTop. The upperJaw needs sewing to the corresponding markings on the upperMouth (7). The mouthTop needs sewing to the front (narrower) part of the upperMouth piece. At the end of this you have a complete face with open mouth and the jaw beneath it. - -Seam 17: We are now starting to put the back of the head together. The head1 and head2 pieces are sewn together to start to create a curve. - -Seam 18: Join head2 (4) and head3 (5) – these are the two sides with darts. You will now have a strongly curved half of a head (head1, head2, head3) – seam 19 is at the top of the composite piece and seam 21 runs along the bottom. Repeat to create the second half of the head. - -Seam 19: Join the left and right halves of the head along the top of the head and all the way down the back of the head to the base. Make sure to leave seam 21 for last – but you are nearly there. - -Seam 20: Now you are joining the front half of Skully (the face and front of the head) to the back of the head. You do this inside out, matching the two notches that are at the bottom of head1 (3) with the corresponding notches at the back of the cheek (1). Seam 20 is mostly on the forehead (2) but the very end of it is on the cheek piece as mentioned. - -Turn it right sides out. - -## Step 5: Hair - -Now is the time to add hair to Skully. When putting the embroidery floss in, make sure you add knots on the inside, or else it is very easy to pull Skully's hair out later. - -## Step 6: Stuffing - -- Fill the plush toy with stuffing through the opening you left, making sure to fill all the parts -well. The areas in the front are the hardest to get to. -- _Slipstitch_ or _whipstitch_ the opening closed. - -## Step 7: Tweaks - -You can use the long upholstery needle to add some tweaks to Skully. Adding some stitches to attach the back of the eyes to corner of seams 14 and 21 right through the skull will help to keep the eyes from popping out, and can help with giving the head more form. The same applies to the nose. - -It is also a good idea to add stitches between seams 5 and 14, along the length of both seams. This will make the cheek bones more pronounced and adds to the overall shape of the skull. - -## Step 7: Enjoy! - -That's it, you are all done. Start planning what pirate sewing ship you'll be joining! diff --git a/sites/orgdocs/docs/designs/skully/measurements/readme.mdx b/sites/orgdocs/docs/designs/skully/measurements/readme.mdx deleted file mode 100644 index 47de86ce274..00000000000 --- a/sites/orgdocs/docs/designs/skully/measurements/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Skully: Optional Measurements" ---- - -:::note - -Skully does not require any measurements, but it can use the head circumference measurement. If used, Skully will be approximately the same size as your head. -::: diff --git a/sites/orgdocs/docs/designs/skully/needs/readme.mdx b/sites/orgdocs/docs/designs/skully/needs/readme.mdx deleted file mode 100644 index 55017c82719..00000000000 --- a/sites/orgdocs/docs/designs/skully/needs/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Skully: What You Need" ---- - -To make Skully, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 0.5 meters (0.6 yards) of a suitable fabric ([see Skully Fabric options](/docs/designs/skully/fabric/)) -- Stuffing -- Embroidery floss for the hair -- Appropriately sized upholstery needle - -:::note - - -This list is based on a default Skully and you may need less or more fabric dependant on the [size you are making Skully](/docs/designs/skully/options/size/). - -For instance a 300% Skully will need 1.5 meters (0.5 meter x 300% = 1.5 meters) and a 50% skully will need 0.25 meters (0.5 meter x 50% = 0.25 meters). - -::: diff --git a/sites/orgdocs/docs/designs/skully/notes/readme.mdx b/sites/orgdocs/docs/designs/skully/notes/readme.mdx deleted file mode 100644 index b9dd5b0b20f..00000000000 --- a/sites/orgdocs/docs/designs/skully/notes/readme.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "Skully: Designer Notes" ---- - -Version 3 of FreeSewing needed something special. We've had the Skully logo on all sorts of -goodies. From measuring tapes to buttons, to cards. And Skully is all over the web site. - -But they are just a logo. There is no Skully you can pick up and hold. That is, until now. - -I wanted to make a Skully in 3D and give it to Joost for all of his work on the new site. -And I couldn't do that without making a sewing pattern for it too. So this was the goal. - -I bought a plastic skull, a skull plushy (which I hated once I started looking at it more), -and found a pattern for a skull. And I didn't like that pattern either. - -So what I ended up doing was taking paper, cutting it into pieces that were taped onto the -plastic skull, and manipulated with darts and seams until I had something that looked somewhat -like a skull. And with enough tweaking, I ended up with something that can be stuffed and -maintain a shape that is a reasonable representation of Skully in 3D. - -The first real version that was not made for testing got decorated with hair, and together with a -large needle was send to Belgium. After sitting at a Belgium customs office for 4 weeks, and some -phone calls from me, urging them that it was not a thread to national security, it was delivered -to Joost. - -And now you too can make a Skully. - -Wouter. - diff --git a/sites/orgdocs/docs/designs/skully/options/readme.mdx b/sites/orgdocs/docs/designs/skully/options/readme.mdx deleted file mode 100644 index 3fb8d16b861..00000000000 --- a/sites/orgdocs/docs/designs/skully/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Skully: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/skully/options/size/readme.mdx b/sites/orgdocs/docs/designs/skully/options/size/readme.mdx deleted file mode 100644 index c3007d1d3d6..00000000000 --- a/sites/orgdocs/docs/designs/skully/options/size/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Size" ---- - -Skully can be made in different sizes. The default is about 75% of a normal human head (about 16cm high). - -If you set the percentage to 100%, and you enter your own head measurement, Skully will -be approximately the size of your head. diff --git a/sites/orgdocs/docs/designs/skully/readme.mdx b/sites/orgdocs/docs/designs/skully/readme.mdx deleted file mode 100644 index edfd0f5ab03..00000000000 --- a/sites/orgdocs/docs/designs/skully/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Skully ---- - - - diff --git a/sites/orgdocs/docs/designs/sven/cutting/readme.mdx b/sites/orgdocs/docs/designs/sven/cutting/readme.mdx deleted file mode 100644 index 820956aa788..00000000000 --- a/sites/orgdocs/docs/designs/sven/cutting/readme.mdx +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Sven sweatshirt: Cutting Instructions" ---- - -Sven is a very simply pattern, and consists of two main parts plus some strips for the neck and armhole binding. - -- **Main fabric** - - Cut **1 back** on the fold - - Cut **1 front** on the fold - - Cut **2 sleeves** with good sides together -- **Ribbing fabric** - - Cut **1 strip** for the neck opening binding - - Cut **2 strips** for the cuffs - - Cut **1 strip** for the hem - -:::warning - - -###### Caveats - -The ribbing parts are not included on the pattern because they're just rectangular. - -::: diff --git a/sites/orgdocs/docs/designs/sven/fabric/readme.mdx b/sites/orgdocs/docs/designs/sven/fabric/readme.mdx deleted file mode 100644 index 3f093f79f0e..00000000000 --- a/sites/orgdocs/docs/designs/sven/fabric/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Sven sweatshirt: Fabric Options" ---- - -Sven can be any sweatshirt you want it to be. From wovens to knit or even scuba, you can't really go wrong as long as you stick with something that has a bit of weight to it. - -Have a look at [the Sven showcases](/showcase#filter="sven") for inspiration. diff --git a/sites/orgdocs/docs/designs/sven/instructions/layout.svg b/sites/orgdocs/docs/designs/sven/instructions/layout.svg deleted file mode 100644 index c15b373ed97..00000000000 --- a/sites/orgdocs/docs/designs/sven/instructions/layout.svg +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org Sven Sweatshirt freesewing.org/drafts/__REFERENCE__ The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - - - Cut on fold - 2 - Back - 2x from main fabricCut on fold - - - - - - - - - - - - Cut on fold - 1 - Front - 2x from main fabricCut on fold - - - - - - - - - - - 3 - Sleeve - 2x from main fabricGood sides together - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/instructions/readme.mdx b/sites/orgdocs/docs/designs/sven/instructions/readme.mdx deleted file mode 100644 index 0d1e9e339ca..00000000000 --- a/sites/orgdocs/docs/designs/sven/instructions/readme.mdx +++ /dev/null @@ -1,58 +0,0 @@ ---- -title: "Sven sweatshirt: Sewing Instructions" ---- - -### Step 1: Close shoulder seams - -- Place the back and front on top of each other with the good sides together. -- Align the shoulder seam, and sew/serge it at the standard seam allowance. -- Repeat for the other shoulder seam. - -### Step 2: Set in the sleeves - -- Place your now attached front and back with the good side up. -- Place a sleeve on top if it with the good side down -- Align the top of the sleevecap with the shoulder seam, your sleeve should lie over your front/back extending to the other shoulder seam -- Pin sleeve in place along the entire armhole. There's a bit of sleevecap ease, which means that the sleevehead is slightly longer than the armhole. Ease this in the top part of the sleeve head while pinning. -- Sew/serge your pinned sleeve in place -- Repeat for the other sleeve - -### Step 3: Finish the neck binding - -- Measure the length of the neck opening -- Cut a piece of ribbing that is this length and 6cm/2.5inch wide -- Fold the ribbing double with the good side outward, and pin it to your neckopening starting from the back -- The cut off side of your ribbing should align with the edge of your neck opening, while the ribbing extends over your sweatshirt -- Pin the ribbing in place around the neck opening, starting at the back and stretching it gently as you do so -- First, join the ribbing at center back, with good sides together. As you've been stretching the ribbing as you were pinning it, it will be too long. Simply cut that away -- Then, sew the ribbing to the neck opening - -### Step 4: Close the side seams and sleeves - -- Fold Sven double at the shoulder seams with good sides together -- Align the side seams and sleeves and pin them together -- Now, sew the side seam and continue sewing to close the arms all the way to the cuff -- Repeat on the other side - -### Step 5: Attach the cuffs - -- Measure the width of the sleeve at the cuff -- Cut a piece of ribbing that is (twice this length - 2cm/1inch) and 7cm/3inch wide -- Fold the ribbing double along the longest side, and sew together the edge so you have a continuous ring -- Turn your Sven inside-out -- Fold the ribbing ring with the good side outwards, and slip the folded side into your inside/out Sven sleeve -- Align the cut off side of the ribbing with the edge of the sleeve and pin it in place. The ribbing is a bit shorter, so stretch it a bit while pinning to work this into the sleeve. -- Now, sew/serge the ribbing to the sleeve -- Repeat for the other cuff - -### Step 6: Attach the hem - -- Do for the hem as your did for the cuffs -- Measure the width of Sven at the hem -- Cut a piece of ribbing that 1.9 times this length and 7cm/3inch wide -- You may need to attach different pieces if your ribbing fabric isn't wide enough -- Fold the ribbing double along the longest side, and sew together the edge so you have a continuous ring -- Turn your Sven inside-out -- Fold the ribbing ring with the good side outwards, and slip the folded side into your inside/out Sven body -- Align the cut off side of the ribbing with the edge of the body and pin it in place. The ribbing is a bit shorter, so stretch it a bit while pinning to work this into the body. -- Now, sew/serge the ribbing to the body diff --git a/sites/orgdocs/docs/designs/sven/measurements/readme.mdx b/sites/orgdocs/docs/designs/sven/measurements/readme.mdx deleted file mode 100644 index 59d98aac048..00000000000 --- a/sites/orgdocs/docs/designs/sven/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Sven sweatshirt: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/sven/needs/readme.mdx b/sites/orgdocs/docs/designs/sven/needs/readme.mdx deleted file mode 100644 index 6fd222cb72c..00000000000 --- a/sites/orgdocs/docs/designs/sven/needs/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sven sweatshirt: What You Need" ---- - -To make Sven, you will need the following: - -- Basic sewing supplies -- About 1.75 meters (1.9 yards) of a suitable fabric ([see Fabric options](#fabric-options)) -- Ribbing fabric for the cuffs and neck opening - -:::note - - -###### A serger/overlock is nice, but optional - -As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. - -If you do not have one of those, don't despair. You don't really need it. -Because these side seams and shoulder seams won't get stretched out, you can just sew them with a regular straight stitch. - -::: diff --git a/sites/orgdocs/docs/designs/sven/notes/readme.mdx b/sites/orgdocs/docs/designs/sven/notes/readme.mdx deleted file mode 100644 index 44578b3051d..00000000000 --- a/sites/orgdocs/docs/designs/sven/notes/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sven sweatshirt: Designer Notes" ---- - -I don't knit, but I do tend to be cold all the time. So I do like sweaters. -Hence why I designed this sweater pattern, because I prefer to make clothes rather than buy them. - -It's a pretty simple design, essentially a light variation of the [Brian -block](/designs/brian) that it is based on. - -joost diff --git a/sites/orgdocs/docs/designs/sven/options/acrossbackfactor/acrossbackfactor.svg b/sites/orgdocs/docs/designs/sven/options/acrossbackfactor/acrossbackfactor.svg deleted file mode 100644 index 02eb76aef9e..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/acrossbackfactor/acrossbackfactor.svg +++ /dev/null @@ -1,1366 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/sven/options/acrossbackfactor/readme.mdx deleted file mode 100644 index 302360faa4b..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Across back factor" ---- - -![Across back factor](acrossbackfactor.svg) - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/sven/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/sven/options/armholedepth/readme.mdx deleted file mode 100644 index 007fd45b576..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/sven/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/sven/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/sven/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/sven/options/armholedepthfactor/readme.mdx deleted file mode 100644 index 221c106b4bf..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -This option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/sven/options/backneckcutout/readme.mdx deleted file mode 100644 index c3d109b2a11..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Back neck cutout" ---- - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/bicepsease/bicepsease.svg b/sites/orgdocs/docs/designs/sven/options/bicepsease/bicepsease.svg deleted file mode 100644 index ed43a7f7ea3..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/bicepsease/bicepsease.svg +++ /dev/null @@ -1,1277 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/sven/options/bicepsease/readme.mdx deleted file mode 100644 index 7a44c754186..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/bicepsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Biceps ease" ---- - -![Biceps ease](bicepsease.svg) - -How much room do you want at your upper arm? - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/chestease/chestease.svg b/sites/orgdocs/docs/designs/sven/options/chestease/chestease.svg deleted file mode 100644 index 33570bc8d76..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/chestease/chestease.svg +++ /dev/null @@ -1,1233 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/sven/options/chestease/readme.mdx deleted file mode 100644 index 91530e81885..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/chestease/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Chest ease" ---- - -![Chest ease](chestease.svg) - -How much room do you want at the chest? -Whatever value you provide here will simply be added to your chest circumference measurement when drafting the garment. - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/collarease/readme.mdx b/sites/orgdocs/docs/designs/sven/options/collarease/readme.mdx deleted file mode 100644 index 777269af86b..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/collarease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Collar ease" ---- - -Controls the amount of ease at your collar/neck. - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/cuffease/cuffease.svg b/sites/orgdocs/docs/designs/sven/options/cuffease/cuffease.svg deleted file mode 100644 index f9db441c6d5..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/cuffease/cuffease.svg +++ /dev/null @@ -1,1277 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/sven/options/cuffease/readme.mdx deleted file mode 100644 index 3b59eb5826d..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/cuffease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Cuff ease" ---- - -![Cuff ease](cuffease.svg) - -How much room do you want at your wrist? - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/sven/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/sven/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index 5ea09a533ab..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front armhole extra cutout" ---- - -Controls how much the front of the armhole is cut deeper into the garment than the back. - -Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more -rounded there too, and the armhole is typically cut deeper into the front of the garment than -the back. This option controls how much deeper. - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/sven/options/hipsease/readme.mdx deleted file mode 100644 index 98b3deb124a..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/hipsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hips ease" ---- - -*** - -Controls the amount of ease at your hips (the bottom of the sweater) - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/sven/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index 8cd36a1f944..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Sven extends. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Sven will follow. diff --git a/sites/orgdocs/docs/designs/sven/options/lengthbonus/lengthbonus.svg b/sites/orgdocs/docs/designs/sven/options/lengthbonus/lengthbonus.svg deleted file mode 100644 index 44a13702f66..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/lengthbonus/lengthbonus.svg +++ /dev/null @@ -1,1173 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/sven/options/lengthbonus/readme.mdx deleted file mode 100644 index 7aa42712dac..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Length bonus" ---- - -![Length bonus](lengthbonus.svg) - -This option will lengthen the body of your sweatshirt. - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/readme.mdx b/sites/orgdocs/docs/designs/sven/options/readme.mdx deleted file mode 100644 index c4723d66c2d..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Sven sweatshirt: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/sven/options/ribbing/readme.mdx b/sites/orgdocs/docs/designs/sven/options/ribbing/readme.mdx deleted file mode 100644 index d3954563902..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/ribbing/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Ribbing" ---- - -![Ribbing](ribbing.svg) - -Do you want ribbing at the hem/cuffs or not? - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/ribbing/ribbing.svg b/sites/orgdocs/docs/designs/sven/options/ribbing/ribbing.svg deleted file mode 100644 index 376fa7f753b..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/ribbing/ribbing.svg +++ /dev/null @@ -1,683 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/ribbingheight/readme.mdx b/sites/orgdocs/docs/designs/sven/options/ribbingheight/readme.mdx deleted file mode 100644 index 59ef0e57281..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/ribbingheight/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Ribbing height" ---- - -![Ribbing height](ribbingheight.svg) - -The height of the ribbing at the hem/cuffs. - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/ribbingheight/ribbingheight.svg b/sites/orgdocs/docs/designs/sven/options/ribbingheight/ribbingheight.svg deleted file mode 100644 index 89c876af320..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/ribbingheight/ribbingheight.svg +++ /dev/null @@ -1,1175 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/ribbingstretch/readme.mdx b/sites/orgdocs/docs/designs/sven/options/ribbingstretch/readme.mdx deleted file mode 100644 index c9c81a2b522..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/ribbingstretch/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Ribbing stretch" ---- - -![Ribbing stretch](ribbingstretch.svg) - -The amount of stretch we should foresee for the ribbing at the hem/cuffs. - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/ribbingstretch/ribbingstretch.svg b/sites/orgdocs/docs/designs/sven/options/ribbingstretch/ribbingstretch.svg deleted file mode 100644 index edfc8ece71c..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/ribbingstretch/ribbingstretch.svg +++ /dev/null @@ -1,1311 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/s3armhole/readme.mdx b/sites/orgdocs/docs/designs/sven/options/s3armhole/readme.mdx deleted file mode 100644 index c483c8bc30b..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/s3armhole/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: armhole side" ---- - -Controls the shoulder seam location on the armhole side. - -- Increase this option to shift the shoulder seam forward on the armhole side -- Decrease this option to shift the shoulder seam backward on the armhole side - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/s3collar/readme.mdx b/sites/orgdocs/docs/designs/sven/options/s3collar/readme.mdx deleted file mode 100644 index 8887d957b6b..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/s3collar/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: collar side" ---- - -Controls the shoulder seam location on the collar side. - -- Increase this option to shift the shoulder seam forward on the collar side -- Decrease this option to shift the shoulder seam backward on the collar side - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/sven/options/shoulderease/readme.mdx deleted file mode 100644 index e1a09ce85a3..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/shoulderease/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Shoulder ease" ---- - -Controls the amount of ease on the shoulder to shoulder measurement. - -This option allows you to create some extra ease at the shoulders which shifts -the shoulder seam more outwards and off the shoulder. Thereby creating extra room -for extra layers of clothing underneath, or more shaped/padded shoulders. - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/sven/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index 52e9c1647af..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Shoulder slope reduction ---- - -The amount by which the shoulder slope is reduced to allow for shoulder padding. - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecap.svg b/sites/orgdocs/docs/designs/sven/options/sleevecap.svg deleted file mode 100644 index 34eca409502..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecap.svg +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapanchor.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapanchor.svg deleted file mode 100644 index 802276f7e75..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapanchor.svg +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapbackfactorx/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapbackfactorx/readme.mdx deleted file mode 100644 index 68949ed304e..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapbackfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back X" ---- - -![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapbackfactorx/sleevecapbackfactorx.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapbackfactorx/sleevecapbackfactorx.svg deleted file mode 100644 index 5e8e35dd35c..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapbackfactorx/sleevecapbackfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapbackfactory/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapbackfactory/readme.mdx deleted file mode 100644 index bd7ca497bb6..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapbackfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back Y" ---- - -![The vertical location of the back inflection point](./sleevecapbackfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapbackfactory/sleevecapbackfactory.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapbackfactory/sleevecapbackfactory.svg deleted file mode 100644 index 8348fbf7c7f..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapbackfactory/sleevecapbackfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapease/readme.mdx deleted file mode 100644 index 4ae0f103d9f..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -Determines the amount of sleevecap ease. - -:::note - - -The amount of sleevecap ease determines how the sleeves rolls from the shoulder. -More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. - -For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapfrontfactorx/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapfrontfactorx/readme.mdx deleted file mode 100644 index 9abd9b70923..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapfrontfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front X" ---- - -![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg deleted file mode 100644 index d58c9899afb..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapfrontfactory/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapfrontfactory/readme.mdx deleted file mode 100644 index f4c0fa83f49..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapfrontfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front Y" ---- - -![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapfrontfactory/sleevecapfrontfactory.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapfrontfactory/sleevecapfrontfactory.svg deleted file mode 100644 index e09d00f3d0f..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapfrontfactory/sleevecapfrontfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapinflection.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapinflection.svg deleted file mode 100644 index f53517d2a1c..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapinflection.svg +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq1offset/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapq1offset/readme.mdx deleted file mode 100644 index e7ae28286c4..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq1offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 offset" ---- - -![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) - -This option controls the offset in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq1offset/sleevecapq1offset.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapq1offset/sleevecapq1offset.svg deleted file mode 100644 index f0a2d726ec9..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq1offset/sleevecapq1offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq1spread1/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapq1spread1/readme.mdx deleted file mode 100644 index d5619127fa6..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq1spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 downward spread" ---- - -![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) - -This option controls the downward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq1spread1/sleevecapq1downwardspread.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapq1spread1/sleevecapq1downwardspread.svg deleted file mode 100644 index 6914bc68fa8..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq1spread1/sleevecapq1downwardspread.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq1spread2/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapq1spread2/readme.mdx deleted file mode 100644 index 4f85ea08ff8..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq1spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 upward spread" ---- - -![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) - -This option controls the upward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq1spread2/sleevecapq1spread2.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapq1spread2/sleevecapq1spread2.svg deleted file mode 100644 index f369a220f5e..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq1spread2/sleevecapq1spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq2offset/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapq2offset/readme.mdx deleted file mode 100644 index 5b57023476e..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq2offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 offset" ---- - -![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) - -This option controls the offset in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq2offset/sleevecapq2offset.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapq2offset/sleevecapq2offset.svg deleted file mode 100644 index dcc88d098f0..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq2offset/sleevecapq2offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq2spread1/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapq2spread1/readme.mdx deleted file mode 100644 index f2d22ebda77..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq2spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 downward spread" ---- - -![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) - -This option controls the downward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq2spread1/sleevecapq2spread1.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapq2spread1/sleevecapq2spread1.svg deleted file mode 100644 index 5197ed0114a..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq2spread1/sleevecapq2spread1.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq2spread2/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapq2spread2/readme.mdx deleted file mode 100644 index 0bc44c882a4..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq2spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 upward spread" ---- - -![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) - -This option controls the upward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq2spread2/sleevecapq2spread2.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapq2spread2/sleevecapq2spread2.svg deleted file mode 100644 index 222d43e460d..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq2spread2/sleevecapq2spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq3offset/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapq3offset/readme.mdx deleted file mode 100644 index c5bb57841b7..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq3offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 offset" ---- - -![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) - -This option controls the offset in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq3offset/sleevecapq3offset.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapq3offset/sleevecapq3offset.svg deleted file mode 100644 index ac048c72247..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq3offset/sleevecapq3offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq3spread1/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapq3spread1/readme.mdx deleted file mode 100644 index a90d63447bc..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq3spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 upward spread" ---- - -![The upward spread in the third quadrant of the sleevecap](./sleevecapq3spread1.svg) - -This option controls the upward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq3spread1/sleevecapq3spread1.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapq3spread1/sleevecapq3spread1.svg deleted file mode 100644 index 1649c2c5cc9..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq3spread1/sleevecapq3spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq3spread2/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapq3spread2/readme.mdx deleted file mode 100644 index 596fa8dc33c..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq3spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 downward spread" ---- - -![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) - -This option controls the downward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq3spread2/sleevecapq3spread2.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapq3spread2/sleevecapq3spread2.svg deleted file mode 100644 index 79135108ba0..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq3spread2/sleevecapq3spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq4offset/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapq4offset/readme.mdx deleted file mode 100644 index 54f165f2eca..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq4offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 offset" ---- - -![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) - -This option controls the offset in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq4offset/sleevecapq4offset.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapq4offset/sleevecapq4offset.svg deleted file mode 100644 index b5877e2c0a1..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq4offset/sleevecapq4offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq4spread1/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapq4spread1/readme.mdx deleted file mode 100644 index 5630d4682e3..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq4spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 upward spread" ---- - -![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) - -This option controls the upward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq4spread1/sleevecapq4spread1.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapq4spread1/sleevecapq4spread1.svg deleted file mode 100644 index 42f42a721fe..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq4spread1/sleevecapq4spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq4spread2/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecapq4spread2/readme.mdx deleted file mode 100644 index 624fce70c87..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq4spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 downward spread" ---- - -![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) - -This option controls the downward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapq4spread2/sleevecapq4spread2.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapq4spread2/sleevecapq4spread2.svg deleted file mode 100644 index b84e4d0c6c7..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapq4spread2/sleevecapq4spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecapspread.svg b/sites/orgdocs/docs/designs/sven/options/sleevecapspread.svg deleted file mode 100644 index 9878d2f0943..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecapspread.svg +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecaptop.svg b/sites/orgdocs/docs/designs/sven/options/sleevecaptop.svg deleted file mode 100644 index 39e7bb71c33..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecaptop.svg +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecaptopfactorx/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecaptopfactorx/readme.mdx deleted file mode 100644 index da109f5c03f..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecaptopfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top X" ---- - -![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) - -This option controls the horizontal placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecaptopfactorx/sleevecaptopfactorx.svg b/sites/orgdocs/docs/designs/sven/options/sleevecaptopfactorx/sleevecaptopfactorx.svg deleted file mode 100644 index be96935d057..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecaptopfactorx/sleevecaptopfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecaptopfactory/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevecaptopfactory/readme.mdx deleted file mode 100644 index ec42af0d5e5..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecaptopfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top Y" ---- - -![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) - -This option controls the vertical placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevecaptopfactory/sleevecaptopfactory.svg b/sites/orgdocs/docs/designs/sven/options/sleevecaptopfactory/sleevecaptopfactory.svg deleted file mode 100644 index cd55923d35e..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevecaptopfactory/sleevecaptopfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index a207981562b..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -![Sleeve length bonus](sleevelengthbonus.svg) - -This option will lengthen the sleeves of your sweatshirt. - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevelengthbonus/sleevelengthbonus.svg b/sites/orgdocs/docs/designs/sven/options/sleevelengthbonus/sleevelengthbonus.svg deleted file mode 100644 index b41a7bd52cc..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevelengthbonus/sleevelengthbonus.svg +++ /dev/null @@ -1,1174 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/sven/options/sleevewidthguarantee/readme.mdx b/sites/orgdocs/docs/designs/sven/options/sleevewidthguarantee/readme.mdx deleted file mode 100644 index 6671e1c5917..00000000000 --- a/sites/orgdocs/docs/designs/sven/options/sleevewidthguarantee/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleeve width guarantee" ---- - -We first draft the arm opening, then we draft a sleeve to fit it. - -When all goes well, the sleeve fits perfectly, and this option is not relevant. -However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. - -Since the shape and height of the sleevecap are more important than the width, we tend to -prefer adjusting the width to fit the sleevecap. - -To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. -This option allows you to control how much of the sleeve width is guaranteed. -Increasing this option will allow us less of the width to play with to fit the sleeve. -This way, the resulting sleeve will be closer to the theoretical sleeve width, and we -will instead modify (more of) the sleevecap height to fit the sleeve. - - - - diff --git a/sites/orgdocs/docs/designs/sven/readme.mdx b/sites/orgdocs/docs/designs/sven/readme.mdx deleted file mode 100644 index 8a2439a6c25..00000000000 --- a/sites/orgdocs/docs/designs/sven/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Sven sweatshirt" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/tamiko/cutting/readme.mdx b/sites/orgdocs/docs/designs/tamiko/cutting/readme.mdx deleted file mode 100644 index 91f6a27b22c..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/cutting/readme.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Tamiko top: Cutting Instructions" ---- - -- **Main fabric** - - Cut **1 Tamiko top** on the fold - -Tamiko is a zero-waste pattern. It's a rectangle that's cut out on the fold. Not more than that. -There's only one part to this top, we will simply refer to it at the **Tamiko top**. -It needs to be cut on the fold along the bottom. - -:::note - - -Cut out the armhole, but leave seam allowance - -::: diff --git a/sites/orgdocs/docs/designs/tamiko/fabric/readme.mdx b/sites/orgdocs/docs/designs/tamiko/fabric/readme.mdx deleted file mode 100644 index ac08feceb08..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/fabric/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Tamiko top: Fabric Options" ---- - -This pattern has a lot of unfinished edges, so you need something that does not ravel. And you want to go for something with a nice drape. - -Long story short, go for a knitted fabric, or some light scuba or something. No wovens. diff --git a/sites/orgdocs/docs/designs/tamiko/instructions/layout.svg b/sites/orgdocs/docs/designs/tamiko/instructions/layout.svg deleted file mode 100644 index 4327af969d5..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/instructions/layout.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org Tamiko Top freesewing.org/draft/__REFERENCE__ The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - Cut on fold - Grainline - 1 - Tamiko Top - 1x from main fabricCut on fold - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/tamiko/instructions/readme.mdx b/sites/orgdocs/docs/designs/tamiko/instructions/readme.mdx deleted file mode 100644 index b8eddd303df..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/instructions/readme.mdx +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: "Tamiko top: Sewing Instructions" ---- - -### Step 1: Finish the armhole seam - -![Finish the armhole seam](step03.png) - -- Finish the armhole seam with a narrow hem. - -### Step 2: Finish the top - -![Sew the three seamlines that are marked on your draft](step04.png) - -:::note - - -As your top is folded, it's a good idea to pin both halves together. -This way, your top can't shift around while we finish it. - -::: - -- Sew the three seamlines that are marked on your draft. F-H, C and I-J in the diagram, represented by lines and notches on the pattern. - -### Step 3: Enjoy! - -Now enjoy your new top and it's zero waste properties! diff --git a/sites/orgdocs/docs/designs/tamiko/instructions/step01.png b/sites/orgdocs/docs/designs/tamiko/instructions/step01.png deleted file mode 100644 index 69bddc37a8a..00000000000 Binary files a/sites/orgdocs/docs/designs/tamiko/instructions/step01.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tamiko/instructions/step02.png b/sites/orgdocs/docs/designs/tamiko/instructions/step02.png deleted file mode 100644 index c5813159e78..00000000000 Binary files a/sites/orgdocs/docs/designs/tamiko/instructions/step02.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tamiko/instructions/step03.png b/sites/orgdocs/docs/designs/tamiko/instructions/step03.png deleted file mode 100644 index b38448f7efc..00000000000 Binary files a/sites/orgdocs/docs/designs/tamiko/instructions/step03.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tamiko/instructions/step04.png b/sites/orgdocs/docs/designs/tamiko/instructions/step04.png deleted file mode 100644 index d80bd8f7b6a..00000000000 Binary files a/sites/orgdocs/docs/designs/tamiko/instructions/step04.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tamiko/measurements/readme.mdx b/sites/orgdocs/docs/designs/tamiko/measurements/readme.mdx deleted file mode 100644 index 13acc0295e5..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Tamiko top: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/tamiko/needs/readme.mdx b/sites/orgdocs/docs/designs/tamiko/needs/readme.mdx deleted file mode 100644 index 7923c4199aa..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/needs/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Tamiko top: What You Need" ---- - -To make Tamiko, you will need the following: - -- Basic sewing supplies -- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/designs/tamiko/fabric)) diff --git a/sites/orgdocs/docs/designs/tamiko/notes/readme.mdx b/sites/orgdocs/docs/designs/tamiko/notes/readme.mdx deleted file mode 100644 index 50812c82741..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/notes/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Tamiko top: Designer Notes" ---- - -I say a top similar to this when I was in Japan that I liked. -So when I got home, I recreated it from memory. - -It's essentially a zero-waste pattern and _very_ easy to make. - -joost diff --git a/sites/orgdocs/docs/designs/tamiko/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/tamiko/options/armholedepthfactor/readme.mdx deleted file mode 100644 index a030af915ff..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -Controls the depth of your armhole, as a factor of your shoulder to shoulder measurement. - - - - diff --git a/sites/orgdocs/docs/designs/tamiko/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/tamiko/options/chestease/readme.mdx deleted file mode 100644 index 454b80dcead..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/options/chestease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest ease" ---- - -The amount of ease at your chest. - - - - diff --git a/sites/orgdocs/docs/designs/tamiko/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/tamiko/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/tamiko/options/flare/readme.mdx b/sites/orgdocs/docs/designs/tamiko/options/flare/readme.mdx deleted file mode 100644 index 0a89f59f4fd..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/options/flare/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Flare" ---- - -The angle by which the garment flares out from your chest downwards. - - - - diff --git a/sites/orgdocs/docs/designs/tamiko/options/lengthbonus/lengthbonus.svg b/sites/orgdocs/docs/designs/tamiko/options/lengthbonus/lengthbonus.svg deleted file mode 100644 index 4e22830faec..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/options/lengthbonus/lengthbonus.svg +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/tamiko/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/tamiko/options/lengthbonus/readme.mdx deleted file mode 100644 index 23e395fb014..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Length bonus" ---- - -![Length bonus](lengthbonus.svg) - -How much longer than the default length to make your top. - - - - diff --git a/sites/orgdocs/docs/designs/tamiko/options/readme.mdx b/sites/orgdocs/docs/designs/tamiko/options/readme.mdx deleted file mode 100644 index 45a73d806fe..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Tamiko top: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/tamiko/options/shoulderseamlength/readme.mdx b/sites/orgdocs/docs/designs/tamiko/options/shoulderseamlength/readme.mdx deleted file mode 100644 index 10499901608..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/options/shoulderseamlength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Shoulder seam length" ---- - -The length of the shoulder seam, as a factor of your shoulder to shoulder measurement. - - - - diff --git a/sites/orgdocs/docs/designs/tamiko/readme.mdx b/sites/orgdocs/docs/designs/tamiko/readme.mdx deleted file mode 100644 index ef66b82a2dc..00000000000 --- a/sites/orgdocs/docs/designs/tamiko/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Tamiko top" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/cutting/readme.mdx b/sites/orgdocs/docs/designs/teagan/cutting/readme.mdx deleted file mode 100644 index ea3ffd2b4f8..00000000000 --- a/sites/orgdocs/docs/designs/teagan/cutting/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Teagan T-shirt: Cutting Instructions" ---- - -- Cut 1 back on the fold. -- Cut 1 front on the fold. -- Cut 2 sleeves _with good sides together_ - - If you cut sleeves separately, remember that one has to be a mirror image of the other. -- Cut 1 strip for neck opening. It should be 6 cm wide and the length of your neck opening. - -## Caveats - -- There is no seam allowance on the neck opening. -- There is extra hem allowance at the hem and armholes. diff --git a/sites/orgdocs/docs/designs/teagan/fabric/readme.mdx b/sites/orgdocs/docs/designs/teagan/fabric/readme.mdx deleted file mode 100644 index 2379c433f06..00000000000 --- a/sites/orgdocs/docs/designs/teagan/fabric/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Teagan T-shirt: Fabric Options" ---- - -The Teagan T-shirt is designed as a close-fitting tee and is best suited to knit fabrics with some stretch, such as jersey. Cotton knits are often an easy-to-sew option for those new to knits. Rayon knits generally will have a bit more drape and are more slippery to sew. - -:::tip - -If you're new to sewing, look for a knit with a few percent spandex for stretch and recovery (snapping back after stretching). Fabric weights can also help you make your choice. T-shirts are typically made in lightweight fabric. A weight of 130-200 grams per square meter (or 4-6 ounces per square yard) is likely to be about right. -::: diff --git a/sites/orgdocs/docs/designs/teagan/instructions/Teagan03f.svg b/sites/orgdocs/docs/designs/teagan/instructions/Teagan03f.svg deleted file mode 100644 index 829bfc9e171..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/Teagan03f.svg +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - 1 cm - - - - diff --git a/sites/orgdocs/docs/designs/teagan/instructions/Teagan03g.svg b/sites/orgdocs/docs/designs/teagan/instructions/Teagan03g.svg deleted file mode 100644 index fae4d34ceba..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/Teagan03g.svg +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - 3 cm - - - diff --git a/sites/orgdocs/docs/designs/teagan/instructions/Teagan03h.svg b/sites/orgdocs/docs/designs/teagan/instructions/Teagan03h.svg deleted file mode 100644 index 1035bd810f0..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/Teagan03h.svg +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/instructions/Teagan03i.svg b/sites/orgdocs/docs/designs/teagan/instructions/Teagan03i.svg deleted file mode 100644 index 40d395ba077..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/Teagan03i.svg +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/instructions/readme.mdx b/sites/orgdocs/docs/designs/teagan/instructions/readme.mdx deleted file mode 100644 index 9dec0a83e35..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/readme.mdx +++ /dev/null @@ -1,176 +0,0 @@ ---- -title: "Teagan T-shirt: Sewing Instructions" ---- - -## Step 1: Close the shoulder seams - -![Close the shoulder seams](step01.svg) - -- Place the front and back on top of each other with [good sides together](/docs/sewing/good-sides-together). Align the shoulder seams. -- Serge the shoulder seams, or stitch them with a narrow (~2 mm) zigzag stitch at the standard seam allowance. - -:::note - -Optional: In a drapier knit, you may choose to reinforce the shoulder seams by stitching clear elastic along the seam on the inside. On a T-shirt, the shoulder seams support most of the weight of the garment. Reinforcing is not required, but it can keep the shoulder seams from stretching over time. -::: - -## Step 2: Set in the sleeves - -![Set in sleeves](step02.svg) - -- Place your now attached front and back with the good side up. -- Identify the front and back sides of each of your sleeves. (This is how you separate the left sleeve from the right.) On your paper pattern piece, the front side of the sleeve is to the right. -- Place a sleeve on top of the front and back, with the good side down. -- Align the top of the sleevecap with the shoulder seam. Make sure that the front and back of the sleeve are aligned with the front and back pieces of your shirt. -- Pin sleeve in place along the entire armhole. There’s a bit of sleevecap ease, which means that the sleevehead is slightly longer than the armhole. Ease in the top part of the sleeve head while pinning. -- Sew/serge your pinned sleeve in place. -- Repeat for the other sleeve. - -## Step 3: Sew the neck finish - -There are two options for the neck finish on Teagan: a knit band or knit binding. Knit band is what you typically see on store-bought T-shirts, whereas knit binding is the finish you'll find on the Aaron A-Tank. Directions for both are given here. - -:::note - -This is the most complex step in making the Teagan T-shirt, but it just requires a bit of practice. Don’t worry, all you need to do is make a couple of these and you’ll be a pro in no time. -::: - -### Option 1: knit band finish - -#### Place (the start of) your knit band - -- Fold your binding in half lengthwise (parallel to the longest side), and press. -- Put your T-shirt down with the back good side up, and place your band strip on top of it, lining up the raw edges of the band with the raw edge of the neck opening. -- Your band should start at the center back of the neck opening. -- Now shift your binding strip 1cm beyond your starting point. This little extra will guarantee we can join the two ends later. - -#### Sew band in place - -- Place your presser foot 3 cm along the knit band, so a 4 cm tail will be left unstitched. This will help us join the ends together later. Then, sew around the neck opening, stretching the band gently as you sew. - -:::note - - -This stretching is the trickiest part. Many online tutorials will tell you to simply start with a band slightly smaller than the neck opening, and stretch to fit. While an option, this does not account for differences in fabric stretch and elasticity, and can result in a floppy or puckered neck finish. Stretching to fit the neck opening by feel is something that takes a bit of practice, but is a good skill to build for better finishes long-term. - -::: - -- Stop sewing 3 cm before the end, leaving a tail like we did at the beginning. - -#### Sew band ends together - -![Sew band ends](step03c.svg) - -Now it's time to sew the ends of our knit band together. -- Take the end of your knit band, and stretch it along the 3 cm separating it from the start point as you would while sewing. On the band, mark where the band reached the start point, or center back. Do the same for the other end. -- Fold your T-shirt in whatever way makes it more easy for you to place both band ends with good sides together, aligning the marks. Sew them together at the marks. - - You should now have a joined knit band. - -:::note - - -6 cm is not much, but should be enough to get both edges comfortably under your sewing machine to sew them together. - -::: - -- Now that your band ends are joined together, it’s time to finish the last 6 cm, by stretching and sewing down the band as you did for the rest. - -Hurray! You've finished the trickiest part! Optionally, you can secure the raw edges by stitching them down to the T-shirt fabric, just inside the knit band with a zig-zag or coverlock stitch. This is not required, but it is a detail that you'll see on many ready-to-wear T-shirts, and it can help your neck band lie flat. - -### Option 2: knit binding finish - -:::tip - - -A more extensive how-to on knit binding can be found in the [Aaron Instructions](/docs/designs/aaron/instructions). - -::: - - -#### Place (the start of) your binding - -![Place your binding](step03a.svg) - -- Put your T-shirt down with the back good side up, and place your binding strip on top of it with the good side down (as in, good sides together). Your binding should start at the center back of the neck opening. -- Align the long edge of your strip with the edge of your fabric so the strip lies on top of the fabric (not in the opening). Place the corner on your starting point. -- Now shift your binding strip 1cm beyond your starting point. This little extra will guarantee we can join the two ends later. - -#### Sew binding in place - -![Sew binding in place](step03b.svg) - -- Place your presser foot 3 cm along the knit binding, so a 3 cm tail will be left unstitched. This will help us join the ends of the binding later. Then, sew 1.5 cm from the edge around the neck opening, stretching the binding gently as you sew. (Note: this is not the standard seam allowance.) -- Stop sewing 3 cm before the end, leaving a tail like we did at the beginning. - -#### Mark and sew binding ends - -![Sew binding ends](step03c.svg) - -- With about 6cm left to go before we complete our circle, it’s time to sew the ends of the binding together. -- Take one of the edges, and stretch it along the 3cm separating it from the start point as you would while sewing. On the binding, mark where the binding reached the start point. Do the same for the other end. -- Fold your T-shirt in whatever way makes it more easy for you to place both binding ends with good sides together, aligning the marks. Sew them together at the marks. - -:::note - - -6 cm is not much, but should be enough to get both edges comfortably under your sewing machine to sew them together. - -::: - -![Finish binding](step03d.svg) - -- Now that your binding ends are joined together, it’s time to finish the last 6cm of binding. Sew it down, staying 1.5cm from the edge as you did before. - -#### Fold knit binding to the back and sew down - -![Sew down binding](step03e.svg) - -- Fold your binding fabric around the fabric of your T-shirt to the back. This is how we’ll sew it down. -- While the fabric is folded double at the front (hiding the fabric edge in the process), there’s no need for that at the back. We will merely trim back the edge later, given that knit doesn’t ravel. If we were to fold back the fabric at the back too, it would only add bulk. -- Now you’ll sew the binding down. From the right side of your fabric, sew along the inner edge of your binding (furthest from the edge), making sure to catch the binding at the back in the process. - -:::note - -If you have a coverlock machine, that would be perfect for this seam. -::: - -- You’ll have to, once again, stretch your binding a bit while doing this. But this time, there’s an extra caveat to look out for. - -:::note - - -##### Beware of the uneven feed - -As your feed your binding through your sewing machine, the feed dogs will pull the bottom layer (back of your binding) forward. - -In a perfect world, all layers will follow smoothly. But more often than not, the top layer (front of your binding) tends to lag behind a bit. This causes your binding to not neatly fold around the edge of the fabric, but make ugly wrinkles. - -So watch out for this, and if you see it happening, stretch the under layer a bit extra to compensate. -On the inside of your T-shirt, trim back the knit binding just outside of your seam to finish up. - -::: - -## Step 4: Close the side seams and sleeves - -![Close the side seams and sleeves](step04.svg) - -- Fold your Teagan T-shirt double at the shoulder seams with good sides together. -- Align the side seams and sleeves and pin them together. -- Serge/sew the side seam and continue sewing to close the arms all the way to the sleeve hem. -- Repeat on the other side. - -## Step 5: Finish hem and sleeves - -![Finish hem and sleeves](step05.svg) - -- Fold the hem upwards, to the inside, and sew it down. If you have a coverlock, use it. If not, use a twin needle or zig-zag stitch to keep the seam stretchable. -- Repeat for the hem on each sleeve. - -:::note - - -##### Fold only once, to avoid bulk - -Knitwear doesn’t ravel, so you can simply fold this over once and sew it down, then neatly trim back the fabric. - -::: diff --git a/sites/orgdocs/docs/designs/teagan/instructions/step01.svg b/sites/orgdocs/docs/designs/teagan/instructions/step01.svg deleted file mode 100644 index 2e23113c70b..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/step01.svg +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/instructions/step02.svg b/sites/orgdocs/docs/designs/teagan/instructions/step02.svg deleted file mode 100644 index 726b9f5129c..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/step02.svg +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/instructions/step03a.svg b/sites/orgdocs/docs/designs/teagan/instructions/step03a.svg deleted file mode 100644 index d4f0c9b5cca..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/step03a.svg +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - 1 cm - - diff --git a/sites/orgdocs/docs/designs/teagan/instructions/step03b.svg b/sites/orgdocs/docs/designs/teagan/instructions/step03b.svg deleted file mode 100644 index 3329024d39c..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/step03b.svg +++ /dev/null @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - 3 cm - - - diff --git a/sites/orgdocs/docs/designs/teagan/instructions/step03c.svg b/sites/orgdocs/docs/designs/teagan/instructions/step03c.svg deleted file mode 100644 index d62e7710ba4..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/step03c.svg +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/instructions/step03d.svg b/sites/orgdocs/docs/designs/teagan/instructions/step03d.svg deleted file mode 100644 index ea8eeecdce4..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/step03d.svg +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/instructions/step03e.svg b/sites/orgdocs/docs/designs/teagan/instructions/step03e.svg deleted file mode 100644 index 6dc942fa217..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/step03e.svg +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/instructions/step04.svg b/sites/orgdocs/docs/designs/teagan/instructions/step04.svg deleted file mode 100644 index 85eea330b55..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/step04.svg +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/instructions/step05.svg b/sites/orgdocs/docs/designs/teagan/instructions/step05.svg deleted file mode 100644 index 5af4895d028..00000000000 --- a/sites/orgdocs/docs/designs/teagan/instructions/step05.svg +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/measurements/readme.mdx b/sites/orgdocs/docs/designs/teagan/measurements/readme.mdx deleted file mode 100644 index 51116a5263d..00000000000 --- a/sites/orgdocs/docs/designs/teagan/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Teagan T-shirt: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/teagan/needs/readme.mdx b/sites/orgdocs/docs/designs/teagan/needs/readme.mdx deleted file mode 100644 index bb1a98caa72..00000000000 --- a/sites/orgdocs/docs/designs/teagan/needs/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Teagan T-shirt: What You Need" ---- - -To make Teagan, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/designs/teagan/fabric)) - -:::note - - -##### A serger/overlock is nice, but optional - -As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. -If you do not have one of those, don’t despair. You don’t really need it. All serged seams on the Teagan T-shirt can also be sewn with a narrow zigzag stitch (~2 mm wide) on a standard sewing machine. - -::: diff --git a/sites/orgdocs/docs/designs/teagan/notes/readme.mdx b/sites/orgdocs/docs/designs/teagan/notes/readme.mdx deleted file mode 100644 index 93f0967d3c9..00000000000 --- a/sites/orgdocs/docs/designs/teagan/notes/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Teagan T-shirt: Designer Notes" ---- - -This is my go-to T-shirt pattern for most of my T-shirts. -It's not the classical T-shape but a bit more fitted with narrower and shorter -sleeves and a wider somewhat boat-neck style opening. - -I like it. Maybe you will too. - -joost diff --git a/sites/orgdocs/docs/designs/teagan/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/acrossbackfactor/readme.mdx deleted file mode 100644 index 2a76eb8e2c7..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Across back factor" ---- - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/teagan/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/armholedepth/readme.mdx deleted file mode 100644 index 55765b20ca4..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/teagan/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/teagan/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/teagan/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/armholedepthfactor/readme.mdx deleted file mode 100644 index 221c106b4bf..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -This option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/backneckcutout/readme.mdx deleted file mode 100644 index c3d109b2a11..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Back neck cutout" ---- - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/chestease/readme.mdx deleted file mode 100644 index e0b7ead4355..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/chestease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest ease" ---- - -Controls the amount of ease at your chest - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/draftforhighbust/readme.mdx deleted file mode 100644 index 1be252e5a9c..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: "Draft for high bust" ---- - -Choose this option to draft Teagan to your high bust measurement, -rather than your full chest circumference. - -This option is specifically for people with breasts. Enabling it -will draft Teagan to your high bust measurement and let ease and -stretch fit your breasts. - -This gives you what is generally considered to be a more flattering -fit. - -If you don't enable this option, Teagan will essentially be drafted -for a body without breasts that has the same chest circumference as -your body with breasts. This will cause a bunch of extra fabric -at the chest and armholes that will make the T-shirt look like -a poor fit. - -Enable this option and we'll draft to your high bust, fitting your -body without breasts as it were, and then allowing your breasts to -fill out the T-shirt's ease (and possibly stretch depending on your -high bust / bust ratio). - -:::note - -This option has no effect when there's no high bust measurement provided -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/fitwaist/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/fitwaist/readme.mdx deleted file mode 100644 index 9dbc148dc0a..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/fitwaist/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Fit the waist" ---- - -Enable this option to fit the waist of your Teagan, rather than draft a straight T-shirt shape. - -This will yield best results for those with a smaller waist who are looking for a more hourglass-shaped fitted T-shirt. - -If your waist is larger than your hips, you should not enable this option as you may end up with a T-shirt that you can't get in to. - diff --git a/sites/orgdocs/docs/designs/teagan/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index c23a79378c1..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Front armhole extra cutout ---- - -How much do you want the front armhole to be cut out deeper than the back. - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/hipsease/readme.mdx deleted file mode 100644 index eaa197b8592..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/hipsease/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Hips ease" ---- - -Controls the amount of ease at the hips. -In other words, this controls the ease at the bottom of your T-shirt - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index 463de5761fb..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Teagan extends. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Teagan will follow. diff --git a/sites/orgdocs/docs/designs/teagan/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/lengthbonus/readme.mdx deleted file mode 100644 index a3482ff41d7..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length bonus" ---- - -Controls how much longer than the default you want your T-shirt to be. - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/necklinebend/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/necklinebend/readme.mdx deleted file mode 100644 index 2af339422bc..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/necklinebend/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Neckline curvature" ---- - -Controls the curvature of the neck opening. - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/necklinedepth/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/necklinedepth/readme.mdx deleted file mode 100644 index 13135af89ef..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/necklinedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Neckline depth" ---- - -Controls the depth of the neck opening. - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/necklinewidth/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/necklinewidth/readme.mdx deleted file mode 100644 index 40accc8b415..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/necklinewidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Neckline width" ---- - -Controls the width of the neck opening. - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/readme.mdx deleted file mode 100644 index 7244c61735c..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Teagan T-shirt: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/teagan/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index 52e9c1647af..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Shoulder slope reduction ---- - -The amount by which the shoulder slope is reduced to allow for shoulder padding. - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecap.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecap.svg deleted file mode 100644 index 34eca409502..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecap.svg +++ /dev/null @@ -1,446 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapanchor.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapanchor.svg deleted file mode 100644 index 802276f7e75..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapanchor.svg +++ /dev/null @@ -1,559 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapbackfactorx/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapbackfactorx/readme.mdx deleted file mode 100644 index 68949ed304e..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapbackfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back X" ---- - -![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapbackfactorx/sleevecapbackfactorx.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapbackfactorx/sleevecapbackfactorx.svg deleted file mode 100644 index 5e8e35dd35c..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapbackfactorx/sleevecapbackfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapbackfactory/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapbackfactory/readme.mdx deleted file mode 100644 index bd7ca497bb6..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapbackfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back Y" ---- - -![The vertical location of the back inflection point](./sleevecapbackfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapbackfactory/sleevecapbackfactory.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapbackfactory/sleevecapbackfactory.svg deleted file mode 100644 index 8348fbf7c7f..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapbackfactory/sleevecapbackfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapease/readme.mdx deleted file mode 100644 index 4ae0f103d9f..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -Determines the amount of sleevecap ease. - -:::note - - -The amount of sleevecap ease determines how the sleeves rolls from the shoulder. -More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. - -For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapfrontfactorx/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapfrontfactorx/readme.mdx deleted file mode 100644 index 9abd9b70923..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapfrontfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front X" ---- - -![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg deleted file mode 100644 index d58c9899afb..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapfrontfactory/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapfrontfactory/readme.mdx deleted file mode 100644 index f4c0fa83f49..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapfrontfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front Y" ---- - -![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapfrontfactory/sleevecapfrontfactory.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapfrontfactory/sleevecapfrontfactory.svg deleted file mode 100644 index e09d00f3d0f..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapfrontfactory/sleevecapfrontfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapinflection.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapinflection.svg deleted file mode 100644 index f53517d2a1c..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapinflection.svg +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq1offset/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapq1offset/readme.mdx deleted file mode 100644 index e7ae28286c4..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq1offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 offset" ---- - -![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) - -This option controls the offset in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq1offset/sleevecapq1offset.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapq1offset/sleevecapq1offset.svg deleted file mode 100644 index f0a2d726ec9..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq1offset/sleevecapq1offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq1spread1/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapq1spread1/readme.mdx deleted file mode 100644 index d5619127fa6..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq1spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 downward spread" ---- - -![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) - -This option controls the downward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq1spread1/sleevecapq1downwardspread.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapq1spread1/sleevecapq1downwardspread.svg deleted file mode 100644 index 6914bc68fa8..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq1spread1/sleevecapq1downwardspread.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq1spread2/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapq1spread2/readme.mdx deleted file mode 100644 index 4f85ea08ff8..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq1spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 upward spread" ---- - -![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) - -This option controls the upward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq1spread2/sleevecapq1spread2.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapq1spread2/sleevecapq1spread2.svg deleted file mode 100644 index f369a220f5e..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq1spread2/sleevecapq1spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq2offset/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapq2offset/readme.mdx deleted file mode 100644 index 5b57023476e..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq2offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 offset" ---- - -![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) - -This option controls the offset in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq2offset/sleevecapq2offset.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapq2offset/sleevecapq2offset.svg deleted file mode 100644 index dcc88d098f0..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq2offset/sleevecapq2offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq2spread1/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapq2spread1/readme.mdx deleted file mode 100644 index f2d22ebda77..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq2spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 downward spread" ---- - -![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) - -This option controls the downward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq2spread1/sleevecapq2spread1.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapq2spread1/sleevecapq2spread1.svg deleted file mode 100644 index 5197ed0114a..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq2spread1/sleevecapq2spread1.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq2spread2/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapq2spread2/readme.mdx deleted file mode 100644 index 0bc44c882a4..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq2spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 upward spread" ---- - -![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) - -This option controls the upward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq2spread2/sleevecapq2spread2.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapq2spread2/sleevecapq2spread2.svg deleted file mode 100644 index 222d43e460d..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq2spread2/sleevecapq2spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq3offset/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapq3offset/readme.mdx deleted file mode 100644 index c5bb57841b7..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq3offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 offset" ---- - -![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) - -This option controls the offset in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq3offset/sleevecapq3offset.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapq3offset/sleevecapq3offset.svg deleted file mode 100644 index ac048c72247..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq3offset/sleevecapq3offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq3spread1/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapq3spread1/readme.mdx deleted file mode 100644 index a90d63447bc..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq3spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 upward spread" ---- - -![The upward spread in the third quadrant of the sleevecap](./sleevecapq3spread1.svg) - -This option controls the upward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq3spread1/sleevecapq3spread1.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapq3spread1/sleevecapq3spread1.svg deleted file mode 100644 index 1649c2c5cc9..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq3spread1/sleevecapq3spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq3spread2/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapq3spread2/readme.mdx deleted file mode 100644 index 596fa8dc33c..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq3spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 downward spread" ---- - -![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) - -This option controls the downward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq3spread2/sleevecapq3spread2.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapq3spread2/sleevecapq3spread2.svg deleted file mode 100644 index 79135108ba0..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq3spread2/sleevecapq3spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq4offset/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapq4offset/readme.mdx deleted file mode 100644 index 54f165f2eca..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq4offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 offset" ---- - -![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) - -This option controls the offset in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq4offset/sleevecapq4offset.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapq4offset/sleevecapq4offset.svg deleted file mode 100644 index b5877e2c0a1..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq4offset/sleevecapq4offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq4spread1/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapq4spread1/readme.mdx deleted file mode 100644 index 5630d4682e3..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq4spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 upward spread" ---- - -![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) - -This option controls the upward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq4spread1/sleevecapq4spread1.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapq4spread1/sleevecapq4spread1.svg deleted file mode 100644 index 42f42a721fe..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq4spread1/sleevecapq4spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq4spread2/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecapq4spread2/readme.mdx deleted file mode 100644 index 624fce70c87..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq4spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 downward spread" ---- - -![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) - -This option controls the downward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapq4spread2/sleevecapq4spread2.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapq4spread2/sleevecapq4spread2.svg deleted file mode 100644 index b84e4d0c6c7..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapq4spread2/sleevecapq4spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecapspread.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecapspread.svg deleted file mode 100644 index 9878d2f0943..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecapspread.svg +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecaptop.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecaptop.svg deleted file mode 100644 index 39e7bb71c33..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecaptop.svg +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecaptopfactorx/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecaptopfactorx/readme.mdx deleted file mode 100644 index da109f5c03f..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecaptopfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top X" ---- - -![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) - -This option controls the horizontal placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecaptopfactorx/sleevecaptopfactorx.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecaptopfactorx/sleevecaptopfactorx.svg deleted file mode 100644 index be96935d057..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecaptopfactorx/sleevecaptopfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecaptopfactory/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevecaptopfactory/readme.mdx deleted file mode 100644 index ec42af0d5e5..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecaptopfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top Y" ---- - -![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) - -This option controls the vertical placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevecaptopfactory/sleevecaptopfactory.svg b/sites/orgdocs/docs/designs/teagan/options/sleevecaptopfactory/sleevecaptopfactory.svg deleted file mode 100644 index cd55923d35e..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevecaptopfactory/sleevecaptopfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleeveease/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleeveease/readme.mdx deleted file mode 100644 index 7df18f6546c..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleeveease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleeve ease" ---- - -Controls the amount of ease at the sleeve/your arm. - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevelength/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevelength/readme.mdx deleted file mode 100644 index 35c511bbb30..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevelength/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleeve length" ---- - -Controls the length of the sleeves. - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/sleevewidthguarantee/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/sleevewidthguarantee/readme.mdx deleted file mode 100644 index ccf2f34c334..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/sleevewidthguarantee/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Sleeve width guarantee ---- - -Controls how much of the sleeve width will be guaranteed. This determines how much we can alter the sleeve width to fit the sleeve in the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/teagan/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/teagan/options/waistease/readme.mdx deleted file mode 100644 index c29e73106d6..00000000000 --- a/sites/orgdocs/docs/designs/teagan/options/waistease/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Waist ease" ---- - -If (and only if) you request to [fit the waist](/docs/designs/teagan/options/fitwaist), this option allows you to control the amount of ease at the waist. - -If the waist is not fitted, this option is ignored. diff --git a/sites/orgdocs/docs/designs/teagan/readme.mdx b/sites/orgdocs/docs/designs/teagan/readme.mdx deleted file mode 100644 index 892e76e6842..00000000000 --- a/sites/orgdocs/docs/designs/teagan/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Teagan T-shirt" ---- - - - diff --git a/sites/orgdocs/docs/designs/tiberius/cutting/readme.mdx b/sites/orgdocs/docs/designs/tiberius/cutting/readme.mdx deleted file mode 100644 index 85103089db4..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/cutting/readme.mdx +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "Tiberius Tunica: Cutting Instructions" ---- - -:::tip - - -##### Use the power of the _paperless_ option - do _not_ print this pattern - -Tiberius is just a big rectangle, so printing the pattern out is a bit of a waste. Save a tree, toggle the [paperless](/docs/about/site/draft/core-settings/paperless) option, and copy the dimensions to your fabric, while respecting the grainline. - -::: - -Tiberius consists of only one part, the _tunica_, that will act as a pattern for both front and back pieces. - -- cut _2 tunicae_, _on the fold_ - -:::note - - -##### Notes - -You have two options here: Either you cut your tunica in two pieces as described above, or you cut it in only one piece. Historically speaking, the 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. - -::: - -### 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! diff --git a/sites/orgdocs/docs/designs/tiberius/fabric/readme.mdx b/sites/orgdocs/docs/designs/tiberius/fabric/readme.mdx deleted file mode 100644 index e977cd2e475..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/fabric/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Tiberius Tunica: Fabric Options" ---- - -Tiberius can be made out of almost any woven fabric. Historically "accurate" would be linen, wool, and, to an extent, cotton. If you care about authenticity, research this a bit. In any case, natural fibers without any stretch are the way to go. - -Depending on the social status you want to portray, choose coarser or finer fabrics. Different colours are also possible. diff --git a/sites/orgdocs/docs/designs/tiberius/instructions/readme.mdx b/sites/orgdocs/docs/designs/tiberius/instructions/readme.mdx deleted file mode 100644 index 54486b27982..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/instructions/readme.mdx +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "Tiberius Tunica: Sewing Instructions" ---- - -:::note - - -Tiberius is a historically inspired pattern, and if you want more authenticity, handsewing is the way to go. Personally, I use a sewing machine. You do you. - -::: - -### Step 1: Sew shoulder seams - -- Put both parts with good sides together. Sew the shoulder seams, taking care to stop at the notches for the head opening. -- Finish the seams, with a method of your choice. (If you used the fabrics recommended in the [fabric options](/docs/designs/tiberius/fabric), they _will_ fray. Folding the seam allowance twice, enclosing the raw edge and topstitching is an option. You can also use decorative topstitching.) - -:::note - - -If you opted for cutting the whole tunica out of one piece, carefully cut out the head opening between the notches instead. Finish the opening. - -::: - -### Step 2: Sew side seams - -- Still with good sides together, sew the side seams. Start at the notch for the armhole and work your way down. Take care to align your layers properly. -- Finish seams. - -### Step 3: Hem the bottom edge - -Hem the bottom of your garment. If you want to use decorative stitches, this is another place to use them. - -### Step 4: You're done! - -Pull on your tunica, belt it around your waist, play around with how you gather the fabric, and enjoy! diff --git a/sites/orgdocs/docs/designs/tiberius/measurements/readme.mdx b/sites/orgdocs/docs/designs/tiberius/measurements/readme.mdx deleted file mode 100644 index 385001445ac..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Tiberius Tunica: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/tiberius/needs/readme.mdx b/sites/orgdocs/docs/designs/tiberius/needs/readme.mdx deleted file mode 100644 index 2f4781a2633..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/needs/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Tiberius Tunica: What You Need" ---- - -To make Tiberius, 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/tiberius/fabric)) -- (a belt, for wearing it) diff --git a/sites/orgdocs/docs/designs/tiberius/notes/readme.mdx b/sites/orgdocs/docs/designs/tiberius/notes/readme.mdx deleted file mode 100644 index 8197d7b3a0a..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/notes/readme.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Tiberius Tunica: Designer Notes" ---- - -:::note -Lunetius, Tiberius and Walburga really come as a set. Not only were they born at the same time, they are designed to work together to form a full outfit. Not that this means that they can't be made separately ;)::: - -Tiberius was the first of the bunch, and also the simplest: a simple, nice *tunica*, inspired by the ones worn by Romans in the late republic, early empire (I can tell you that I read quite a lot of references and looked at pictures of statues and reliefs to figure out the "how long should it be?" question). -This was a garment I wanted to make as part of a costume for my TTRPG (table-top roleplaying game) character, who is kind of a fantasy Roman. While writing down my measurements to make the *tunica*, I realised that this was such a simple parametric design that it could be a way for me to dip my toes into the coding part of Freesewing. And so I did. -Even though it's "only" a rectangle, I tried to put some things into it behind the scenes (seams?), some failchecks to ensure that it results in a wearable garment. Since it's only a rectangle, there is not much wriggle room (pun intended) for fit, making it nice and easy but also challenging when you want to achieve a certain look (the length of the apparent "sleeves", for example). -One slightly hidden feature is the possibility to add positional markers for *clavi*, strips of colour on the *tunica* to denote rank and/or class. Quite fascinating, - -The name is taken from James T. Kirk, by the way, who luckily had parents who seemingly liked some debatable Roman emperors. - -Rika - -Also see [Lunetius Designer Notes](/docs/designs/lunetius/notes) and [Walburga Designer Notes](/docs/designs/walburga/notes). diff --git a/sites/orgdocs/docs/designs/tiberius/options/armholedrop/readme.mdx b/sites/orgdocs/docs/designs/tiberius/options/armholedrop/readme.mdx deleted file mode 100644 index ded03e252bf..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/options/armholedrop/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole drop" ---- - -Controls the depth of the armhole - - - - diff --git a/sites/orgdocs/docs/designs/tiberius/options/clavi/readme.mdx b/sites/orgdocs/docs/designs/tiberius/options/clavi/readme.mdx deleted file mode 100644 index 7c0040e9ece..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/options/clavi/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Clavi" ---- - -Whether or not to include guides for clavi - - - - diff --git a/sites/orgdocs/docs/designs/tiberius/options/clavuslocation/readme.mdx b/sites/orgdocs/docs/designs/tiberius/options/clavuslocation/readme.mdx deleted file mode 100644 index 6749f692945..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/options/clavuslocation/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Clavus location" ---- - -Controls the location of the clavi - - - - diff --git a/sites/orgdocs/docs/designs/tiberius/options/clavuswidth/readme.mdx b/sites/orgdocs/docs/designs/tiberius/options/clavuswidth/readme.mdx deleted file mode 100644 index fc3bbe5da6a..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/options/clavuswidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Clavus width" ---- - -Controls the width of the clavi - - - - diff --git a/sites/orgdocs/docs/designs/tiberius/options/forcewidth/readme.mdx b/sites/orgdocs/docs/designs/tiberius/options/forcewidth/readme.mdx deleted file mode 100644 index bcef6c0499c..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/options/forcewidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Force width" ---- - -Apply width settings regardless of constraints - - - - diff --git a/sites/orgdocs/docs/designs/tiberius/options/headratio/readme.mdx b/sites/orgdocs/docs/designs/tiberius/options/headratio/readme.mdx deleted file mode 100644 index 10d1d372862..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/options/headratio/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Head ratio" ---- - -Controls the size of the head opening - - - - diff --git a/sites/orgdocs/docs/designs/tiberius/options/length/readme.mdx b/sites/orgdocs/docs/designs/tiberius/options/length/readme.mdx deleted file mode 100644 index 67d27d3f487..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/options/length/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length" ---- - -Controls the length of the garment - - - - diff --git a/sites/orgdocs/docs/designs/tiberius/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/tiberius/options/lengthbonus/readme.mdx deleted file mode 100644 index 5e4a4cdd00e..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length bonus" ---- - -Allows variation of the length of the garment - - - - diff --git a/sites/orgdocs/docs/designs/tiberius/options/readme.mdx b/sites/orgdocs/docs/designs/tiberius/options/readme.mdx deleted file mode 100644 index 40fe2219ab1..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Tiberius Tunica: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/tiberius/options/width/readme.mdx b/sites/orgdocs/docs/designs/tiberius/options/width/readme.mdx deleted file mode 100644 index 345fc857e5d..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/options/width/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Width" ---- - -Controls the width of the garment - - - - diff --git a/sites/orgdocs/docs/designs/tiberius/options/widthbonus/readme.mdx b/sites/orgdocs/docs/designs/tiberius/options/widthbonus/readme.mdx deleted file mode 100644 index 3c0c29aa321..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/options/widthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Width bonus" ---- - -Allows variation of the width of the garment - - - - diff --git a/sites/orgdocs/docs/designs/tiberius/readme.mdx b/sites/orgdocs/docs/designs/tiberius/readme.mdx deleted file mode 100644 index f53faad8687..00000000000 --- a/sites/orgdocs/docs/designs/tiberius/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Tiberius Tunica" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/titan/cutting/readme.mdx b/sites/orgdocs/docs/designs/titan/cutting/readme.mdx deleted file mode 100644 index f761373e5ad..00000000000 --- a/sites/orgdocs/docs/designs/titan/cutting/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Titan trouser block: Cutting Instructions" ---- - -**Main fabric** - -- Cut **2 front** parts with _good sides together_ -- Cut **2 back** parts with _good sides together_ - -These cutting instructions are just for the default Titan block. Adjust your cutting accordingly if you have/are making changes to the block. - -:::note - - -###### Titan is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/titan/fabric/readme.mdx b/sites/orgdocs/docs/designs/titan/fabric/readme.mdx deleted file mode 100644 index 894be69a456..00000000000 --- a/sites/orgdocs/docs/designs/titan/fabric/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Titan trouser block: Fabric Options" ---- - -If you are making a default Titan to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Titan with. - -You can use scraps of fabrics from your stash so don't worry about buying fabric specifically for Titan. - -:::note - - -###### Titan is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/titan/instructions/readme.mdx b/sites/orgdocs/docs/designs/titan/instructions/readme.mdx deleted file mode 100644 index bacccbd1415..00000000000 --- a/sites/orgdocs/docs/designs/titan/instructions/readme.mdx +++ /dev/null @@ -1,81 +0,0 @@ ---- -title: "Titan trouser block: Sewing Instructions" ---- - -:::note - - -###### Titan is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns so the instructions below will not go in depth about closures or finishes and are for the default Titan block. - -::: - -### Step 1: Mock-up Construction - -- Join the outseam (the seam that runs along the side of your leg) of the front and back. -- Join the inseam (the seam the runs along the inside of your legs) of the front and back. -- You now have a leg. Repeat for the other leg, **making certain they are mirror images of each other**. -- Turn one leg with the good side in, and the other with the good side out. -- Now tuck the _good side out_ into the _good side in_ leg, so that they have their _good sides together_. -- Align and sew the cross seam. - -:::note - - -You may need to leave an opening in the front cross seam so you can pin yourself in. - -::: - -:::tip - - -If you are making adjustments you may wish to sew the seams _wrong sides together_ to make them easier to adjust. - -::: - -### Step 2: Try it on - -- Try it on and check the fit by pinning the front closed whilst wearing it. -- Make any alterations and try it on again. -- Repeat until you are happy. - -:::tip - - -Keep an eye out for anything you keep doing whilst wearing the mock-up, are you pulling it down? Constantly adjusting the shoulder? etc. Things like these are signs of where the pattern may need adjusting. - -Sometimes you may need to wear the mock-up for an extended amount of time to get a better sense of the fit so don't be afraid to walk around in it for a couple of hours. - -::: - -:::note - - -Remember to treat Titan as a basis rather than a final product, so adjust what you need to get the desired look. -For instance: - -- Add a front closure -- Add pockets -- Change the pant length -- Change the pant width -- Add a waistband - -It is all up to you! Experiment and go forth! - -::: - -### Step 3: Make a paper pattern - -- Once happy with all your changes unpick your mockup and make a paper pattern based off of it. -- Now you have a pattern you can use to produce a garment. - -:::note - - -It is best practice to make a paper pattern from the mock-up if you have made any alterations, as this will allow you to clean up any lines but also means you have a pattern that you can keep producing garments from. - -::: diff --git a/sites/orgdocs/docs/designs/titan/measurements/readme.mdx b/sites/orgdocs/docs/designs/titan/measurements/readme.mdx deleted file mode 100644 index bc10672ee48..00000000000 --- a/sites/orgdocs/docs/designs/titan/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Titan trouser block: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/titan/needs/readme.mdx b/sites/orgdocs/docs/designs/titan/needs/readme.mdx deleted file mode 100644 index bfbedd4fc0d..00000000000 --- a/sites/orgdocs/docs/designs/titan/needs/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Titan trouser block: What You Need" ---- - -To make Titan, you will need the following: - -- Basic sewing supplies -- About 1.5 meters (1.7 yards) of suitable fabric ([see Titan Fabric options](/docs/designs/titan/fabric)) - -:::note - - -###### Titan is a block, not a pattern - -A block is a basic shape on which other patterns are based. -They are sometimes also called slopers, although purists will argue that a block and a sloper are different things. - -Blocks are typically not made as-is but rather serve as a basis for other patterns. - -::: diff --git a/sites/orgdocs/docs/designs/titan/notes/readme.mdx b/sites/orgdocs/docs/designs/titan/notes/readme.mdx deleted file mode 100644 index 5318b71a31d..00000000000 --- a/sites/orgdocs/docs/designs/titan/notes/readme.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "Titan trouser block: Designer Notes" ---- - -I am very happy Titan exists because making a trouser block that works for a -variety of bodies is no simple task. - -I had started on this a couple of times on my own, but for various reasons was -never happy and abandoned the effort more than once. - -But when I teamed up with Debra Bean, we were able to finally get the job done -and Titan is now FreeSewing's foundational trouser block. - -I'd like to thank Deb for her patient collaboration and valuable input. -Without it, I might have never finished this task. - -joost diff --git a/sites/orgdocs/docs/designs/titan/options/crossseamcurveangle/readme.mdx b/sites/orgdocs/docs/designs/titan/options/crossseamcurveangle/readme.mdx deleted file mode 100644 index 9f476fed3ca..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/crossseamcurveangle/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Cross seam angle" ---- - -Controls the angle of cross seam curve. - -- 0% makes the cross seam draft parallel to the hem. -- Increasing this option will draft the cross seam at that angle away from the hem. - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/crossseamcurvebend/readme.mdx b/sites/orgdocs/docs/designs/titan/options/crossseamcurvebend/readme.mdx deleted file mode 100644 index b1ce2371865..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/crossseamcurvebend/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Cross seam bend" ---- - -Controls the curvature of the cross seam curve. - -:::note - - -This curve has an influence on the amount of fabric at your bum. - -People with a flatter bum will get a better fit by increasing this, as the curve will start later, -and this there will be less fabric pooling at the bum. - -People with a round bum might want to lower this to create a little more (horizontal) room for their behind. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/crossseamcurvestart/readme.mdx b/sites/orgdocs/docs/designs/titan/options/crossseamcurvestart/readme.mdx deleted file mode 100644 index 5d2d3c45cf9..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/crossseamcurvestart/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Start of the cross seam curve" ---- - -Controls the start of the cross seam curve. - -:::note - - -This curve has an influence on the amount of fabric at your bum. - -People with a flatter bum will get a better fit by increasing this, as the curve will start later, -and this there will be less fabric pooling at the bum. - -People with a round bum might want to lower this to create a little more (horizontal) room for their behind. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/crotchdrop/readme.mdx b/sites/orgdocs/docs/designs/titan/options/crotchdrop/readme.mdx deleted file mode 100644 index 43afc1cf5f0..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/crotchdrop/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Crotch drop" ---- - -Controls by how much the crotch is lowered. - -Lowering the crotch makes for a more casual fit. -A significantly lowered crotched can also be a style choice. - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/crotchseamcurveangle/readme.mdx b/sites/orgdocs/docs/designs/titan/options/crotchseamcurveangle/readme.mdx deleted file mode 100644 index 5d0cfd46c4f..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/crotchseamcurveangle/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Crotch seam angle" ---- - -Controls the angle of the crotch seam curve. - -- 0% makes the crotch seam draft parallel to the hem. -- Increasing this option will draft the crotch seam at 180 - the angle. - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/crotchseamcurvebend/readme.mdx b/sites/orgdocs/docs/designs/titan/options/crotchseamcurvebend/readme.mdx deleted file mode 100644 index 7bd47432a2d..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/crotchseamcurvebend/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Crotch seam bend" ---- - -Controls the curvature of the crotch seam, which influences the fit at your crotch. - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/crotchseamcurvestart/readme.mdx b/sites/orgdocs/docs/designs/titan/options/crotchseamcurvestart/readme.mdx deleted file mode 100644 index f4d71a83157..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/crotchseamcurvestart/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Start of the crotch seam curve" ---- - -Controls where the crotch seam starts to curve, which influences the fit at your crotch. - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/fitknee/readme.mdx b/sites/orgdocs/docs/designs/titan/options/fitknee/readme.mdx deleted file mode 100644 index 61049808514..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/fitknee/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Fit the knee" ---- - -Controls the width of the legs. - -:::note - - -This pattern used to come in two variations. Theodore, and Theo, the latter having -a slimmer cut. - -Since FreeSewing v2.0 we've merged these into a single pattern and this option -allows you to alter the leg width. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/grainlineposition/readme.mdx b/sites/orgdocs/docs/designs/titan/options/grainlineposition/readme.mdx deleted file mode 100644 index 9d91fa9c65d..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/grainlineposition/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Grainline position" ---- - -Controls the position of the grainline. - -You can use this to shift the grainline inward or outward if that works better for your body. - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/kneeease/readme.mdx b/sites/orgdocs/docs/designs/titan/options/kneeease/readme.mdx deleted file mode 100644 index 2fc96765629..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/kneeease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Knee ease" ---- - -Controls the amount of ease at your knees, which also determines the width of the trouser legs. - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/legbalance/readme.mdx b/sites/orgdocs/docs/designs/titan/options/legbalance/readme.mdx deleted file mode 100644 index 81ed57fab28..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/legbalance/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Leg balance" ---- - -Controls the proportion between the front and back part of the legs. - -The back of the trouser legs are always wider than the front. This controls by how much. - -:::note - - -Increasing this will make the front leg panel narrower. -This makes the wearer look more skinny. - -This trick is often used in womenswear jeans -(now you know why you can't find womenswear jeans with functional front pockets). - -::: - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/titan/options/lengthbonus/readme.mdx deleted file mode 100644 index aeaec6f9ebe..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Length bonus" ---- - -Controls the length of the entire trousers, which essentially means the length of the legs. - -:::note - - -Setting this to zero will make the trousers the same length as the [waist to floor](/docs/measurements/waisttofloor) measurement. - -This does not mean that the trousers will hit the floor, since due to the curves of the body and the way the fabric drapes, -the trousers will need to be longer than this to actually hit the floor. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/readme.mdx b/sites/orgdocs/docs/designs/titan/options/readme.mdx deleted file mode 100644 index 3ce245857b9..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Titan trouser block: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/titan/options/seatease/readme.mdx b/sites/orgdocs/docs/designs/titan/options/seatease/readme.mdx deleted file mode 100644 index 255b99b2e7c..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/seatease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Seat ease" ---- - -Controls the amount of ease at your seat/bum. - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/waistbalance/readme.mdx b/sites/orgdocs/docs/designs/titan/options/waistbalance/readme.mdx deleted file mode 100644 index 011957f9fe8..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/waistbalance/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Waist balance" ---- - -Controls the distribution of fabric between front and back parts at the waist. - -It is somewhat in vogue to draft a larger back panel these days. -Doing so shifts the side seam forward which gives the illusion of being -slimmer. - -The side effect of shifting the side seam forward is that it's easy -to get into the pockets that are located on the side seam. - -This option allows you to control this balance. - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/waistbandwidth/readme.mdx b/sites/orgdocs/docs/designs/titan/options/waistbandwidth/readme.mdx deleted file mode 100644 index fca613d9be9..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/waistbandwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waistband width" ---- - -Controls the width of the waistband. - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/titan/options/waistease/readme.mdx deleted file mode 100644 index 6660945434c..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/waistease/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Waist ease" ---- - -Controls the amount of ease at your waist. - -Even if you draft lower pants, this will still influence the ease -at the top of your pants (the closure). - - - - diff --git a/sites/orgdocs/docs/designs/titan/options/waistheight/readme.mdx b/sites/orgdocs/docs/designs/titan/options/waistheight/readme.mdx deleted file mode 100644 index 9f758969e6b..00000000000 --- a/sites/orgdocs/docs/designs/titan/options/waistheight/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Waist height" ---- - -Controls the height of the waist, where: - -- 100% : The waist of the trousers sits at the waist line -- 0% : The waist of the trousers sits at the hip line - - - - diff --git a/sites/orgdocs/docs/designs/titan/readme.mdx b/sites/orgdocs/docs/designs/titan/readme.mdx deleted file mode 100644 index 2a5754bc4db..00000000000 --- a/sites/orgdocs/docs/designs/titan/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Titan trouser block" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/trayvon/cutting/readme.mdx b/sites/orgdocs/docs/designs/trayvon/cutting/readme.mdx deleted file mode 100644 index 061ed5f7e68..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/cutting/readme.mdx +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "Trayvon tie: Cutting Instructions" ---- - -- **Main fabric** - - Cut **1 tip** - - Cut **1 tail** -- **Lining fabric** - - Cut **1 lining tip** - - Cut **1 lining tail** - - Cut **1 loop** -- **Interfacing** - - Cut **1 interfacing tip** - - Cut **1 interfacing tail** - -:::warning - - -###### Caveat - -- There is no seam allowance on the **interfacing** parts and the **loop** -- The **lining** **tip** and **tail** have only seam allowance at the tip -- The **fabric** **tip** and **tail** have only seam allowance at the tip and center - -::: - -:::tip - - -###### Choosing your tie grain - -![One fabric, different grains, different ties. Don't worry about rules, make what you like](tie-grain.png) - -This pattern does not include a grain line. The grain line is typically printed on the pattern to show you how to place your pattern on your fabric, relative to the fabric's grain. - -For a tie, how you do this is not so much a rule as it is a personal choice. As such, there is no grain line printed on the pattern. You can do what you want. - -That being said, a lot of ties are cut on bias, as this results in the best 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). - -::: diff --git a/sites/orgdocs/docs/designs/trayvon/cutting/tie-grain.png b/sites/orgdocs/docs/designs/trayvon/cutting/tie-grain.png deleted file mode 100644 index 13e967518c9..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/cutting/tie-grain.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/fabric/readme.mdx b/sites/orgdocs/docs/designs/trayvon/fabric/readme.mdx deleted file mode 100644 index 37bafe32440..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/fabric/readme.mdx +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: "Trayvon tie: Fabric Options" ---- - -## Tie fabric - -The ties you find in the store are typically made out of silk or some imitation silk poly. So it will come as no surprise that those are good options. - -In general, you want something with good drape so that your tie hangs nicely. Cutting your tie on bias can help here too. - -Personally, I like using different fabrics for ties. Things like denim or corduroy make great ties, while being a bit different from the run-of-the-mill store-bought tie. - -Additionally, silk and silk imitation is slippery and tricky to work with. If this your first tie, consider an alternative fabric that is more forgiving. - -Just make sure you pick a fabric that does not stretch or lose its shape easily. You want your tie to look sharp, not saggy. - -## Tie lining - -The lining of the tie is the bit that is used at the tip to cover up the back. If you are not sure what I mean, look at the back of the tip of an existing tie. See that rectangular patch of fabric you can see there? That is the tie lining. - -Your tie lining will add an extra fabric inside a part of your tie. So it is important to avoid bulk. Go for something thin, even when using a thicker tie fabric. - -Make sure your lining drapes at least as good as your tie fabric, so that it doesn't interfere with the drape of your tie. - -When in doubt, go for imitation silk. Do make sure to pick something that is a nice match, or contrast, with your tie fabric. - -## Tie interfacing - -Your tie interfacing is the skeleton of your tie. It is the part that sits in the middle and that you will only see while constructing your tie. - -Tie interfacing can be notoriously hard to get. The best tie interfacing is soft, fuzzy woven lambswool, but I have yet to walk into a fabric store that carries this. - -While you can get by with an alternative, like some wool fabric, or flannel, I typically re-use the interfacing from an old tie. - -:::note - - -As long as you keep your tie away from scissors and bondage fanatics, your tie interfacing will effortlessly outlast your tie. So look in your wardrobe (or the charity shop/thrift store) for that old tie with the stain on it, and take it apart to salvage the tie interfacing. - -As long as the tie you want to make is not wider or longer than the one you are recycling, you have your tie interfacing right there. - -::: diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/layout.svg b/sites/orgdocs/docs/designs/trayvon/instructions/layout.svg deleted file mode 100644 index 96e42cd1c2b..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/instructions/layout.svg +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org Trayvon Tie freesewing.org/draft/__REFERENCE__ The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - 1 - Interfacing tip - 1x from tie interfacing - - - - - - - 2 - Interfacing tail - 1x from tie interfacing - - - - - - - - - 3 - Fabric tip - 1x from main fabric - - - - - - - - - - - - - 4 - Fabric tail - 1x from main fabric - - - - - - - - - - - 5 - Lining tip - 1x from lining - - - - - - - - - 6 - Lining tail - 1x from lining - - - - - - - - 7 - Loop - 1x from main fabric - - - - - - - diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/readme.mdx b/sites/orgdocs/docs/designs/trayvon/instructions/readme.mdx deleted file mode 100644 index 675efbc110c..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/instructions/readme.mdx +++ /dev/null @@ -1,224 +0,0 @@ ---- -title: "Trayvon tie: Sewing Instructions" ---- - -:::tip - - -###### Just the tip - -The tip is the most sensitive part of the tie. -If you have never made a tie before, I would advise you to make a few tie tips in scrap fabric before taking scissors and needles to your nice tie fabric. - -To practice tip-making, execute constructions steps 1 through 4 a couple of times until you get the hang of it. - -::: - -:::tip - - -###### Press wisely - -Later in the construction steps, you will be asked to press your fabric. Please be careful that you are not using too much heat on a delicate fabric that can't handle it. - -It's a good idea to try pressing some fabric scraps before you start. This will allow you to figure out what is a good heat setting for the fabric you are using. - -::: - -### Step 1: Sew the first side of your tie tail - -![Sew the first side of the tie tail](step01.png) - -Align the lining tail (piece 6) on top of the fabric tail (piece 4), good sides together - -Shift the lining tail along a side running up the tail until the notch on the lining tail matches the notch on the fabric tail. - -Sew in place, starting precisely at the matched notch, along the edge. Make sure to backtack on both sides. - -Two notches are now fixed the same spot. - -### Step 2: Sew the second side of your tie tail - -![Sew the second side of your tie tail](step02.png) - -Shift the fabric tail so that the second notch lines up with the notch on the lining tail (the place where your first seam started). - -This will require you to fold a bit of the tie fabric out of the way, under the seam you make in step one. - -Sew in place, starting precisely at the matched notch, making sure to get a straight angle with your seam from step 1. - -Now, all three notches are fixed the same spot. - -### Step 3: Finish the tie tail - -![Finish the tie tail](step03.png) - -Fold your tie open so that the two seams you made in step 1 and 2 lie on top of each other. Take care to fold it precisely; the folded edges should make a straight angle. - -Sew the point where the three notches and your two seams converge to the folded edge of the Fabric tip (part 4, on the left in the image). - -### Step 4: Turn the tail inside-out and inspect your work - -![Turn the tail inside-out and inspect your work](step04.png) - -After you've trimmed all threads, carefully flip your tail inside-out (technically you are flipping it outside-out as it is inside out now). - -If needed, you can gently push out the tip with a ruler. - -Your tail should look like the picture, with a sharp point and straight edges. - -The seam where the tie fabric meets the tie lining does not sit at the edge of the tie but it sits a bit back, staying out of sight. - -If you managed to do all of this, you can do it again for the tip of your tie. - -### Step 5: Sew the first side of your tie tip - -![Sew the first side of your tie tip](step01.png) - -Align the lining tip (piece 5) on top of the fabric tip (piece 3), good sides together - -Shift the lining tip along a side running up the tip until the notch on the lining tip matches the notch on the fabric tip. - -Sew in place, starting precisely at the matched notch, along the edge. Make sure to backtack on both sides. - -Two notches are now fixed the same spot. - -### Step 6: Sew the second side of your tie tip - -![Sew the second side of your tie tip](step02.png) - -Shift the fabric tip so that the second notch lines up with the notch on the lining tip (the place where your first seam started). - -This will require you to fold a bit of the tie fabric out of the way, under the seam you make in step five. - -Sew in place, starting precisely at the matched notch, making sure to get a straight angle with your seam from step 5. - -Now, all three notches are fixed the same spot. - -### Step 7: Finish the tie tip - -![Finish the tie tip](step03.png) - -Fold your tie open so that the two seams you made in step 5 and 6 lie on top of each other. Take care to fold it precisely; the folded edges should make a straight angle. - -Sew the point where the three notches and your two seams converge to the folded edge of the Fabric tip (part 3, on the left in the image). - -### Step 8: Turn the tip inside-out and inspect your work - -![Turn the tip inside-out and inspect your work](step04.png) - -After you've trimmed all threads, carefully flip your tip inside-out (technically you are flipping it outside-out as it is inside out now). - -If needed, you can gently push out the tip with a ruler. - -Your tip should look like the picture, with a sharp point and straight edges. - -The seam where the tie fabric meets the tie lining does not sit at the edge of the tie but it sits a bit back, staying out of sight. - -### Step 9: Join the tie interfacing - -![Join the tie interfacing](step09.png) - -Join Interfacing tip (piece 1) and Interfacing tail (piece 2) together on the non-pointy side, matching the notch. - -> **Or don't** -> To be honest, I never join the interfacing. I just leave both halves unattached. -> -> This way, you can never get the length of your tie wrong, and you can just slide the interfacing parts over each other. -> In addition, it creates less bulk in the middle, and it's less work. -> -> So you can just skip this step, it's what I do. - -### Step 10: Join the tie fabric - -![Join the tie fabric](step10.png) - -> With the interfacing sewn together, the length of our tie is now determined. Measure the tie tip to tip, and make sure that you join the fabric pieces at the correct length. - -Join the tip and tail fabric together on the non-pointy side. - -### Step 11: Make your tie loop - -![Make your tie loop](step11.png) - -We are going to construct the Loop (piece 7) of our tie now. - -Fold the fabric as shown in the illustration. You need to end up with a narrow strip of fabric that has its ends tucked to the inside. - -Make sure to have one edge a little bit shorter. This will be the back side. - -While folding, reach for your iron and give it a good press so things stay in place. Also press the final loop before sewing it. - -> Careful when pressing, remember the pressing advice I gave earlier - -When you're happy with how you folded and pressed your loop, hand-sew along the edge with a slipstitch to keep things in place. - -### Step 12: Assemble your tie - -![Assemble your tie](step12.png) - -Time to start putting things together. Place your tie on a flat surface, good side down, lining up. - -Now take your tie interfacing, and place it in your tie with the seam allowance in the middle facing upwards. Make sure to slide it between your fabric and lining on each side, all the way to the tip. - -### Step 13: Fold and press your tie - -![Fold and press your tie](step13.png) - -With your tie interfacing inserted in your tie fabric, fold over one side of the fabric over the interfacing. - -You want to fold it snugly around the interfacing, but without moving the interfacing, which should stay in the middle. - -When you're done, press your fold. Because of the tie interfacing, you're not pressing a sharp crease here, the main point is to shape the fabric to be more eager to stay folder around the interfacing. - -> As we are not pressing a sharp crease here, but more shaping the fabric, a steam iron works best. - -When you have completed one side, fold back the other side, and steam again. - -Finally, fold back the top layer along the middle of your tie, and press in place. This time, you are making a sharp crease along the middle of the tie. - -> To clarify the difference between the two last folds, I have included a dark line in the image that marks the edge of the fabric, or fold. -> -> As you can see, the first time we merely fold the fabric back, and it extends passed the center of the tie. -> -> The second time, we fold it back again in the middle, the place where we'll sew it in place. - -### Step 14: Prepare the loop - -![Prepare the loop](step14.png) - -Fold your loop so the tail of your tie can pass through it with some room. - -Mark the point where the loop ends join, and sew them together. - -Finally, press your loop open so the seam sits in the middle, and the ends point to one side. - -### Step 15: Slip stitch tie, and insert loop - -![Slip-stitch tie, and insert loop](step15.png) - -Use a slip stitch to hand sew your tie all along the length of the back. - -> Your slip stitch should only catch the tie fabric on the back. Refrain from running it through the tie interfacing. -> -> Be careful for is you run the stitch too deep, it might show on the front, and ruin your tie. - -Make sure to slide in your loop, somewhere around 1/5th of the tie length, starting from the tip. - -Use your slip stitch to secure the loop in place on the center seam; we'll fix the edges of the loop in the next step. - -### Step 16: Secure the loop edges - -![Secure the loop edges](step16.png) - -Hand sew the edges of the loop to your tie, so it stays in place nicely. - -Make sure to sew only the bottom layer of the loop, so the stitches don't show on the loop. - -And, once again, be careful not to run your stitches through your tie. Be shallow. - -### Step 17: Trim and clean up - -![Trim and clean up](step17.png) - -Trim any loose threads you might have. diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step01.png b/sites/orgdocs/docs/designs/trayvon/instructions/step01.png deleted file mode 100644 index 140f32555c4..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step01.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step02.png b/sites/orgdocs/docs/designs/trayvon/instructions/step02.png deleted file mode 100644 index 6c0d164108e..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step02.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step03.png b/sites/orgdocs/docs/designs/trayvon/instructions/step03.png deleted file mode 100644 index c755c912b55..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step03.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step04.png b/sites/orgdocs/docs/designs/trayvon/instructions/step04.png deleted file mode 100644 index a3dcac17e28..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step04.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step09.png b/sites/orgdocs/docs/designs/trayvon/instructions/step09.png deleted file mode 100644 index 488ca7ba699..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step09.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step10.png b/sites/orgdocs/docs/designs/trayvon/instructions/step10.png deleted file mode 100644 index a66fbb3956f..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step10.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step11.png b/sites/orgdocs/docs/designs/trayvon/instructions/step11.png deleted file mode 100644 index 517942cf5fc..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step11.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step12.png b/sites/orgdocs/docs/designs/trayvon/instructions/step12.png deleted file mode 100644 index bb2cac1f525..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step12.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step13.png b/sites/orgdocs/docs/designs/trayvon/instructions/step13.png deleted file mode 100644 index a8d12e97ad1..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step13.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step14.png b/sites/orgdocs/docs/designs/trayvon/instructions/step14.png deleted file mode 100644 index dbada1cc2ef..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step14.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step15.png b/sites/orgdocs/docs/designs/trayvon/instructions/step15.png deleted file mode 100644 index 4c836b825f5..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step15.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step16.png b/sites/orgdocs/docs/designs/trayvon/instructions/step16.png deleted file mode 100644 index 95161acebea..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step16.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/instructions/step17.png b/sites/orgdocs/docs/designs/trayvon/instructions/step17.png deleted file mode 100644 index b7751b3c85f..00000000000 Binary files a/sites/orgdocs/docs/designs/trayvon/instructions/step17.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/trayvon/measurements/readme.mdx b/sites/orgdocs/docs/designs/trayvon/measurements/readme.mdx deleted file mode 100644 index 5749382eafc..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Trayvon tie: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/trayvon/needs/readme.mdx b/sites/orgdocs/docs/designs/trayvon/needs/readme.mdx deleted file mode 100644 index 8011ba58adf..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/needs/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Trayvon tie: What You Need" ---- - -To make Trayvon, you will need the following: - -- Basic sewing supplies -- Between 0.5 meters - 1.5 meters (0.6 - 1.7 yards) of a suitable fabric ([see Fabric options](/docs/designs/trayvon/fabric)), depending on whether you're cutting on the bias, the grain, or the cross-grain. diff --git a/sites/orgdocs/docs/designs/trayvon/notes/readme.mdx b/sites/orgdocs/docs/designs/trayvon/notes/readme.mdx deleted file mode 100644 index 049f0f389c2..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/notes/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Trayvon tie: Designer Notes" ---- - -There's about a million patterns for ties on the internet, so why make another one, right? - -Well, this started hen I wanted to make a tie but every pattern I found was cutting corners. -Specifically, they all put the seam between the back and the font at the exact tip. -Which, sure, is easier to make. But that's not how ties are supposed to be made. - -So, I designed this pattern so I could make ties that looks professional, and -not home-made. - -I gave it the name `trayvon` in memory of [Trayvon -Martin](https://en.wikipedia.org/wiki/Trayvon_Martin) and more generally to -honour the memory of all victims of brutality at the hands of people in a -position of authority. - -joost diff --git a/sites/orgdocs/docs/designs/trayvon/options/knotwidth/knotwidth.svg b/sites/orgdocs/docs/designs/trayvon/options/knotwidth/knotwidth.svg deleted file mode 100644 index 46c3fcc9192..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/options/knotwidth/knotwidth.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/trayvon/options/knotwidth/readme.mdx b/sites/orgdocs/docs/designs/trayvon/options/knotwidth/readme.mdx deleted file mode 100644 index 81d1cbadd2f..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/options/knotwidth/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Knot width" ---- - -![Knot width](knotwidth.svg) - -The knot width is the width in the middle of the tie, where you make the knot. - -How wide your tie is in the middle will influence the tie knot. Go wide for big and bulky knots, go narrow for small knots. - -:::note - - -Do not make the knot width larger than the tip width - -::: - - - - diff --git a/sites/orgdocs/docs/designs/trayvon/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/trayvon/options/lengthbonus/readme.mdx deleted file mode 100644 index 0f9157616dc..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length bonus" ---- - -Adds extra length to the tie. - - - - diff --git a/sites/orgdocs/docs/designs/trayvon/options/readme.mdx b/sites/orgdocs/docs/designs/trayvon/options/readme.mdx deleted file mode 100644 index 68405e9540a..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Trayvon tie: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/trayvon/options/tipwidth/readme.mdx b/sites/orgdocs/docs/designs/trayvon/options/tipwidth/readme.mdx deleted file mode 100644 index 50c954cc820..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/options/tipwidth/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Tip width" ---- - -![Tip width](tipwidth.svg) - -The tip width is the width at the tip of the tie. - -How wide your tie is at the tip is a style choice. - -:::note - - -Do not make the tip width smaller than the knot width - -::: - - - - diff --git a/sites/orgdocs/docs/designs/trayvon/options/tipwidth/tipwidth.svg b/sites/orgdocs/docs/designs/trayvon/options/tipwidth/tipwidth.svg deleted file mode 100644 index a231ca0149b..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/options/tipwidth/tipwidth.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/trayvon/readme.mdx b/sites/orgdocs/docs/designs/trayvon/readme.mdx deleted file mode 100644 index 728ee60401f..00000000000 --- a/sites/orgdocs/docs/designs/trayvon/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Trayvon tie" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/tristan/cutting/readme.mdx b/sites/orgdocs/docs/designs/tristan/cutting/readme.mdx deleted file mode 100644 index 96ceef2f17a..00000000000 --- a/sites/orgdocs/docs/designs/tristan/cutting/readme.mdx +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Tristan Top: Cutting Instructions" ---- - -In **all versions**: - -- Cut 2 **Front Outside** parts with _good sides together_. -- Cut 2 **Back Outside** parts with _good sides together_. -- Cut 2 **Back Inside** parts with _good sides together_. - -Depending on your choice of closure, also cut the following parts. - -With a **back zip**, **side zip**, or **lace-up back (with or without side zip)** closure: - -- Cut 1 **Front Inside** part on the fold. - -With a **lace-up front** closure: - -- Cut 2 **Front Inside** parts with _good sides together_. - -If you choose to add a peplum: - -- Cut 1 **Peplum**. - -In **all versions**, if you want to line your top, cut the same parts out of your lining fabric. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/tristan/fabric/readme.mdx b/sites/orgdocs/docs/designs/tristan/fabric/readme.mdx deleted file mode 100644 index 12234e06e62..00000000000 --- a/sites/orgdocs/docs/designs/tristan/fabric/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Tristan top: Fabric Options" ---- - -Tristan is designed for woven fabrics with little to no stretch. - -For the **main fabric**, you can use most non-stretch fabrics, such as poplin, jacquard, or linen. Even quilting cotton will work. Fabrics with some structure will work best. - -For the **lining**, if you would like a firm structure even without the use of boning, use a strong fabric, such as canvas, twill, or denim. Use something that will be comfortable against the skin. - -:::tip - - -##### Consider using contrasting fabrics - -Consider using different fabrics for the inside and outside panels to highlight the prince(ss) seams. - -::: \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/tristan/instructions/readme.mdx b/sites/orgdocs/docs/designs/tristan/instructions/readme.mdx deleted file mode 100644 index 0d141abda82..00000000000 --- a/sites/orgdocs/docs/designs/tristan/instructions/readme.mdx +++ /dev/null @@ -1,142 +0,0 @@ ---- -title: "Tristan top: Sewing Instructions" ---- - -:::note - -##### There are many ways to sew a Tristan -These instructions are for a lined Tristan top with a center-front lacing closure and bias binding at the neckline, armhole, and hem. -::: - -### Step 1: Cut your pieces - -![Cut your pieces](step01.png) - -Cut your pattern pieces. If you would like to add embroidery or other decoration, now is a good time to do so. - -:::note - - -##### Finishing methods affect the seam allowance - -If using bias binding, you should cut the neckline and armholes without seam allowance. - -::: - -### Step 2: Sew the back inside parts together at center back - -![Sew the back inside parts together](step02.png) - -Align the back inside (Part 3) parts at center back. Sew them together with _good sides together_. - -### Step 3: Attach back outside parts - -![Attach the back outside parts](step03.png) - -Attach one back outside (Part 4) part to its matching back inside (Part 3) part, _good sides together_, making sure to match any notches. - -Do the same for the other back outside (Part 4) part. - -### Step 4: Attach front outside parts at the side seams - -![Attach the front outside parts](step04.png) - -Attach one front outside (Part 2) part to its matching back outside (Part 3) part, _good sides together_. - -Do the same for the other front outside (Part 2) part. - -### Step 5: Attach front inside parts - -![Attach the front inside parts](step05.png) - -Finally, attach one front inside (Part 1) part to its matching front inside (Part 2) part, _good sides together_. - -Do the same for the other front inside (Part 1) part. - -![Press](step05b.png) - -Press all the seam allowances flat. - -### Step 6: Sew at the shoulders - -![Attach the front inside parts](step06.png) - -Sew at the shoulders to complete each armhole. Sew _good sides together_. - -Press the seam allowances open. - -:::note - -##### Check the fit -This is a good time to try on your garment and make any small adjustments. For example, if your shoulders have a different slope, you could make one shoulder strap a little shorter. -::: - -### Step 7: Repeat with lining fabric - -![Repeat with lining fabric](step07.png) - -Repeat Steps 1 through 6 with your lining fabric. - -You will now have two identical pieces, one with your main fabric and one with your lining. - -Turn your lining piece inside out. - -The red arrows in the illustration are to help you identify the center insides in the next step. - -### Step 8: Begin the closure by sewing down center front - -![Sew down center front](step08.png) - -Place the center insides of the main and lining together, _good sides together_. This will become one side of your front opening. - -Sew down center front. - -Open flat. - -### Step 9: Sew your first boning channel - -![Sew your first boning channel](step09.png) - -Turn right side out -- that is, put the two pieces together, _bad sides together_ -- and press. - -Sew 2 mm (0.1 inch) in from center edge. - -Allow enough space for your boning, then sew again. - -Repeat Steps 8 through 10 on the other side. - -:::note - -##### Leave enough room for your boning -Leave enough wiggle room to allow you to insert your boning. You want the channel to be snug, but not too tight. -::: - -### Step 10: Sew your second boning channel - -![Sew your second boning channel](step10.png) - -Mark the locations of your eyelets. Allow enough space to install these later, then sew again. - -Allow enough space for another row of boning, then sew again. - -Repeat on the other side. - -### Step 11: Insert your boning - -Cap your boning if appropriate for the type of boning used. Then insert boning in the boning channels. - -### Step 12: Install your eyelets - -Install your eyelets between the two boning channels. - -### Step 13: Bind and lace up your top - -Apply bias binding to the neck hole, armholes, and hem. - -Lace up your top. - -### Step 14: You're done! - -![You're done!](step14.png) - -Enjoy your Tristan top! diff --git a/sites/orgdocs/docs/designs/tristan/instructions/step01.png b/sites/orgdocs/docs/designs/tristan/instructions/step01.png deleted file mode 100644 index 8276dc12b4f..00000000000 Binary files a/sites/orgdocs/docs/designs/tristan/instructions/step01.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tristan/instructions/step02.png b/sites/orgdocs/docs/designs/tristan/instructions/step02.png deleted file mode 100644 index 9f136080075..00000000000 Binary files a/sites/orgdocs/docs/designs/tristan/instructions/step02.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tristan/instructions/step03.png b/sites/orgdocs/docs/designs/tristan/instructions/step03.png deleted file mode 100644 index e359d0b3eb2..00000000000 Binary files a/sites/orgdocs/docs/designs/tristan/instructions/step03.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tristan/instructions/step04.png b/sites/orgdocs/docs/designs/tristan/instructions/step04.png deleted file mode 100644 index 7c8e7490bc6..00000000000 Binary files a/sites/orgdocs/docs/designs/tristan/instructions/step04.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tristan/instructions/step05.png b/sites/orgdocs/docs/designs/tristan/instructions/step05.png deleted file mode 100644 index e07274eb561..00000000000 Binary files a/sites/orgdocs/docs/designs/tristan/instructions/step05.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tristan/instructions/step05b.png b/sites/orgdocs/docs/designs/tristan/instructions/step05b.png deleted file mode 100644 index 58a903d9d21..00000000000 Binary files a/sites/orgdocs/docs/designs/tristan/instructions/step05b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tristan/instructions/step06.png b/sites/orgdocs/docs/designs/tristan/instructions/step06.png deleted file mode 100644 index 7b80bbef1eb..00000000000 Binary files a/sites/orgdocs/docs/designs/tristan/instructions/step06.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tristan/instructions/step07.png b/sites/orgdocs/docs/designs/tristan/instructions/step07.png deleted file mode 100644 index 678fdc77682..00000000000 Binary files a/sites/orgdocs/docs/designs/tristan/instructions/step07.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tristan/instructions/step08.png b/sites/orgdocs/docs/designs/tristan/instructions/step08.png deleted file mode 100644 index 4f9ebc4f721..00000000000 Binary files a/sites/orgdocs/docs/designs/tristan/instructions/step08.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tristan/instructions/step09.png b/sites/orgdocs/docs/designs/tristan/instructions/step09.png deleted file mode 100644 index c03d7e656ab..00000000000 Binary files a/sites/orgdocs/docs/designs/tristan/instructions/step09.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tristan/instructions/step10.png b/sites/orgdocs/docs/designs/tristan/instructions/step10.png deleted file mode 100644 index 3b9ac26d8fe..00000000000 Binary files a/sites/orgdocs/docs/designs/tristan/instructions/step10.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tristan/instructions/step14.png b/sites/orgdocs/docs/designs/tristan/instructions/step14.png deleted file mode 100644 index 4982f21d94b..00000000000 Binary files a/sites/orgdocs/docs/designs/tristan/instructions/step14.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/tristan/measurements/readme.mdx b/sites/orgdocs/docs/designs/tristan/measurements/readme.mdx deleted file mode 100644 index 420db2e9640..00000000000 --- a/sites/orgdocs/docs/designs/tristan/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Tristan top: Required Measurements" ---- - - \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/tristan/needs/readme.mdx b/sites/orgdocs/docs/designs/tristan/needs/readme.mdx deleted file mode 100644 index 8a98e0fc941..00000000000 --- a/sites/orgdocs/docs/designs/tristan/needs/readme.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Tristan top: What You Need" ---- - -To make Tristan, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 1 meter (1.1 yards) of a suitable main fabric (see [Fabric options](/docs/designs/tristan/fabric)) -- About 1 meter (1.1 yards) of a suitable lining fabric (if lining) -- Choice of closure - either **Zipper**, or **eyelets**, **reinforcement for the eyelets**, and **lacing** -- If finishing with bias binding, **Bias tape** (about 4 meters (4.4 yards)) - -:::tip - - -##### Use a separating zipper - -We recommend a separating invisible zipper for this garment. Using a separating zipper will make it easier for you to take the top on and off. - -##### When making Tristan with the lacing option, reinforce the eyelets - -When making Tristan with the lacing option, make sure you reinforce the eyelets. A binding, or sewn in interfacing could work to do so. Adding boning between the eyelets and the seam is another option. - -Tristan is not a corset, and therefore doesn't require heavy boning. We would recommend using a flexible type of boning. That would create the neatest opening. Otherwise a double layer of hair canvas and put the eyelets close to the seam. Both would require lining, or an adequately sized hem or binding. - -::: - - diff --git a/sites/orgdocs/docs/designs/tristan/notes/readme.mdx b/sites/orgdocs/docs/designs/tristan/notes/readme.mdx deleted file mode 100644 index 48b14a26169..00000000000 --- a/sites/orgdocs/docs/designs/tristan/notes/readme.mdx +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Tristan top: Designer Notes" ---- - -Tristan is a fitted top with corset-inspired design elements. - -It’s the result of a collaboration between Wouter and Natalia. This was a dream come true for me, Natalia, because I think Wouter is brilliant. - -The original version had a lace-up back and was made for the Renaissance fair. I made it by tracing a new neckline and armholes on Noble directly on the body. Wouter thought it looked nice and we decided to turn it into a published standalone top design, with Wouter doing the code. Many messages, sketches, and mock-ups later, the result is Tristan. - -Tristan allows the user a lot of control over the options. It’s a great introduction to prince(ss) seams, and since it doesn’t use a lot of fabric, could be a good project to use up scraps. Although Tristan has options for corset-inspired lacing, it is not intended to be historically accurate. - -I chose the name “Tristan top” because I wanted something that sounded romantic and pretty and followed the traditional FreeSewing convention of a first name that starts with the same letter as the type of design. - -Natalia diff --git a/sites/orgdocs/docs/designs/tristan/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/armholedepth/readme.mdx deleted file mode 100644 index 8a2d03c3831..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/armholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Armhole depth" ---- - -*** - -The **armhole depth** option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/bustspanease/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/bustspanease/readme.mdx deleted file mode 100644 index fce20bd47f9..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/bustspanease/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Bust span ease" ---- - -*** - -The **bust span ease** option controls how much ease is applied to the bust span. - -:::note -This will not add ease to the garment, but merely influence the bust point::: - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/chestease/readme.mdx deleted file mode 100644 index ed8fef65d30..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/chestease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Chest ease" ---- - -*** - -The **chest ease** option controls the amount of ease at the fullest part of your chest. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/cutdepthback/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/cutdepthback/readme.mdx deleted file mode 100644 index df7cf684865..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/cutdepthback/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Depth of the cut in the back" ---- - -*** - -The **Depth of the cut in the back** controls how deep the neckline will be in the back. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/cutdepthfront/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/cutdepthfront/readme.mdx deleted file mode 100644 index 7fa0a4002aa..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/cutdepthfront/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Depth of the cut in the front" ---- - -*** - -The **Depth of the cut in the front** controls how deep the neckline will be in the front. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/cutroundnessback/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/cutroundnessback/readme.mdx deleted file mode 100644 index 23c941ab9a0..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/cutroundnessback/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Roundness of the cut in the back" ---- - -*** - -The **Roundness of the cut in the back** controls the shape of the neckline will be in the back. -This will go from V-neck to U- shaped, with a round option between those extremes. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/cutroundnessfront/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/cutroundnessfront/readme.mdx deleted file mode 100644 index 11d3564969c..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/cutroundnessfront/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Roundness of the cut in the front" ---- - -*** - -The **Roundness of the cut in the front** controls the shape of the neckline will be in the front. -This will go from V-neck to U- shaped, with a round option between those extremes. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/frontshoulderwidth/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/frontshoulderwidth/readme.mdx deleted file mode 100644 index a891f275dcf..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/frontshoulderwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Front shoulder width" ---- - -*** - -The **front shoulder width** option controls the width of the shoulders at the front, relative to the back. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/fullchesteasereduction/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/fullchesteasereduction/readme.mdx deleted file mode 100644 index 70696fe82de..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/fullchesteasereduction/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Full chest ease reduction" ---- - -*** - -Allows you to independently reduce the ease around the chest to make it fit tight(er) in that area. diff --git a/sites/orgdocs/docs/designs/tristan/options/hem/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/hem/readme.mdx deleted file mode 100644 index 5d2c56609e2..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/hem/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Hem option" ---- - -*** - -The **hem** option creates the extra fabric to make a hem. This is for the waist only. Will be ignored -if the **peplum** option is enabled. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/hemsize/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/hemsize/readme.mdx deleted file mode 100644 index 24023a08aa8..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/hemsize/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hem Size" ---- - -*** - -The **hem size** controls the size of the **hem**. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/highbustwidth/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/highbustwidth/readme.mdx deleted file mode 100644 index 9829cab1b18..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/highbustwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "High bust width" ---- - -*** - -The **high bust width** option allows you to tweak the high bust width at the front. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/lacing/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/lacing/readme.mdx deleted file mode 100644 index e940a3b80f6..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/lacing/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Lacing option" ---- - -*** - -The **lacing** option removes the fabric that is being replaced by the lacing. This is -what one would see with historical corsets and some dirndl. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/lacinglocation/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/lacinglocation/readme.mdx deleted file mode 100644 index b536cf52a9b..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/lacinglocation/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Lacing location" ---- - -*** - -The **lacing location** controls where the **lacing** option will be implemented. -Options are in the front, or in the back. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/lacingwidth/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/lacingwidth/readme.mdx deleted file mode 100644 index 761b2be3be3..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/lacingwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Lacing width" ---- - -*** - -The **lacing width** controls the size of the **lacing** opening. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/peplum/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/peplum/readme.mdx deleted file mode 100644 index eb826b96e9a..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/peplum/readme.mdx +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: "Peplum option" ---- - -*** - -The **peplum** option creates a peplum along the waist. - -:::note - -If the size and fullness are large enough, this can become a dress. -::: - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/peplumfullness/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/peplumfullness/readme.mdx deleted file mode 100644 index 6513201ea49..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/peplumfullness/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Peplum fullness" ---- - -*** - -The **peplum fullness** determines the amount of wrinkles in the peplum. This can -vary between 180 to 360 degree. Think of it as a half-circle to a full-circle skirt. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/peplumsize/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/peplumsize/readme.mdx deleted file mode 100644 index 9b7371fcdab..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/peplumsize/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Peplum Size" ---- - -*** - -The **peplum size** controls the size of the **peplum**. This is a percentage of the length of the front. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/readme.mdx deleted file mode 100644 index 8eb6e8481db..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Tristan top: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/tristan/options/shoulderdartcurvature/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/shoulderdartcurvature/readme.mdx deleted file mode 100644 index 64676a2ab4f..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/shoulderdartcurvature/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder Dart Curvature" ---- - -*** - -The **Shoulder Dart Curvature** option controls the curvature of the upper part of the shoulder dart. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/shoulderdartposition/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/shoulderdartposition/readme.mdx deleted file mode 100644 index 30caccd12d8..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/shoulderdartposition/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder Dart Position" ---- - -*** - -The **Shoulder Dart Position** option allows you to move the position of the dart/princess seam. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/shouldertoshoulderease/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/shouldertoshoulderease/readme.mdx deleted file mode 100644 index 6cd003449bb..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/shouldertoshoulderease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Shoulder to Shoulder Ease" ---- - -*** - -The **Shoulder to Shoulder Ease** option allows you to add ease between the shoulders. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/strapwidth/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/strapwidth/readme.mdx deleted file mode 100644 index 002df59ab43..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/strapwidth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Strap width" ---- - -*** - -The **strap width** option controls the width of the shoulder straps. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/upperdartlength/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/upperdartlength/readme.mdx deleted file mode 100644 index 2a790f863e8..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/upperdartlength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Upper Dart Length" ---- - -*** - -The **Upper Dart Length** controls the length of the upper dart, 100% is all the way to the bust point. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/waistdartlength/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/waistdartlength/readme.mdx deleted file mode 100644 index b0c75990481..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/waistdartlength/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist dart length" ---- - -*** - -The **waist dart length** option controls the length of the waist dart towards the bust. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/waistdartposition/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/waistdartposition/readme.mdx deleted file mode 100644 index c602635298b..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/waistdartposition/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist dart position" ---- - -*** - -The **waist dart position** option controls the position of the waist 'dart', moving it to the center (negative) or side (positive). - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/waistease/readme.mdx deleted file mode 100644 index 0ca649ecfa9..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/waistease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist ease" ---- - -*** - -The **waist ease** option controls the amount of ease at your waist. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/options/zipperlocation/readme.mdx b/sites/orgdocs/docs/designs/tristan/options/zipperlocation/readme.mdx deleted file mode 100644 index 7868421791b..00000000000 --- a/sites/orgdocs/docs/designs/tristan/options/zipperlocation/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Zipper location" ---- - -*** - -The **zipper location** controls where the zipper should be inserted. -Options are in the front, in the back, or in the side seam. - - - - diff --git a/sites/orgdocs/docs/designs/tristan/readme.mdx b/sites/orgdocs/docs/designs/tristan/readme.mdx deleted file mode 100644 index 25daf4612a4..00000000000 --- a/sites/orgdocs/docs/designs/tristan/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Tristan top" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/uma/cutting/readme.mdx b/sites/orgdocs/docs/designs/uma/cutting/readme.mdx deleted file mode 100644 index e402d80503a..00000000000 --- a/sites/orgdocs/docs/designs/uma/cutting/readme.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Uma undies: Cutting Instructions" ---- - -Uma typically consists of a front, a back, and a lined gusset. -In that constellation, this is the cut list: - -- **Main fabric** - - Part 1: Cut **1 front** - - Part 2: Cut **1 back** - - Part 3: Cut **2 gusset** - -However, if you enable the **Bulge** option, the front and gusset will become 1 part. -In this case, the cutlist looks like this: - -- **Main fabric** - - Part 1: Cut **1 front** - - Part 2: Cut **1 back** - -:::note - - -##### Notes - -- Uma is a great scrap buster. If you have fabric scraps from making a [Teagan t-shirt](/designs/teagan/) or anything from a jersey fabric that has good stretch, this is a good way to use those up. -- You can use the same fabric for the whole garment, including the gusset lining. Some people prefer to use a cotton jersey instead to line the gusset. If you want to do that, cut **1 gusset** from your main fabric and **1 gusset** from your lining fabric. - -::: diff --git a/sites/orgdocs/docs/designs/uma/fabric/readme.mdx b/sites/orgdocs/docs/designs/uma/fabric/readme.mdx deleted file mode 100644 index 7fe2fc34fd1..00000000000 --- a/sites/orgdocs/docs/designs/uma/fabric/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Uma undies: Fabric Options" ---- - -You need a fabric with plenty of horizontal and vertical stretch (sometimes called “four-way stretch”) for this pattern. Preferably something that is comfortable, soft, and breathable. - -Recommended fabrics include stretch jerseys, stretch mesh, stretch knits, or most fabrics with at least 5% spandex. For example, modal (rayon) jersey with spandex. diff --git a/sites/orgdocs/docs/designs/uma/instructions/readme.mdx b/sites/orgdocs/docs/designs/uma/instructions/readme.mdx deleted file mode 100644 index 3c40e6165ec..00000000000 --- a/sites/orgdocs/docs/designs/uma/instructions/readme.mdx +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: "Uma undies: Sewing Instructions" ---- - -### Step 1: Pin/baste the front to the first gusset piece - -Place one of the gusset pieces on the front piece, _good sides together_, so that the crotch seams are aligned. Pin or baste at the seam allowance. - -![Sew the front to the first gusset piece](step01.png) - -### Step 2: Open flat - -Open flat. You can press if you want to, but who presses underwear? - -![Open flat](step02.png) - -### Step 3: Pin/baste the back to the first gusset piece - -Place the back piece on the gusset, good sides together. Pin or baste at the seam allowance. - -![Sew the back to the first gusset piece](step03.png) - -### Step 4: Open flat - -Open flat. - -![Open flat](step04.png) - -## Step 5: Attach the second gusset piece - -Get the front and back pieces out of the way by rolling them to the center. - -Place the second gusset piece good sides together on top so that it lines up with the first gusset piece. The rolled-up front and back pieces should be sandwiched between your gusset pieces. - -Sew the front and back gusset seams at your seam allowance using a serger or a zigzag stitch. - -![Attach the second gusset piece](step05.png) - -## Step 6: Turn right side out - -Turn the undies right side out. All gusset seams should be enclosed. - -![Turn right side out](step06.png) - -### Step 7: Sew the side seams - -Pin the side seams good sides together. Sew the side seams at your seam allowance using a serger or a zigzag stitch. - -![Sew the side seams](step07.png) - -:::note - - -Good work! Technically you could leave the edges raw since knit fabrics do not fray, but to help your undies stay up, you should probably add elastic to the legs and waist. Keep going. - -::: - -### Step 8: Prepare elastic - -Overlap the edges of each piece of elastic by your seam allowance and stitch together. You should have three elastic pieces: one for the waistband and two for the legs. - -To ensure that you stretch the elastic evenly, divide the elastic into four quarters and mark the points with pins or chalk. Do the same to the waist and leg openings, marking the quarter points. - -![Prepare elastic](step08.png) - -![Quarter the openings](step08b.png) - -### Step 9: Sew elastic to the outside of the garment - -Pin the elastic to the waist and leg openings on the good side of the fabric, ensuring that you line up the quarter markings. If your elastic has a decorative edge, make sure that you line up the plain edge (not the decorative edge) of the elastic to the edge of the fabric. The decorative edge should be pointing towards the garment, not away from it. - -Sew the elastic to the garment using a zigzag stitch. You will have to stretch the elastic slightly as you sew to make it lay flat against the fabric. Avoid stretching the fabric itself. - -![Sew elastic to the outside of the garment](step09.png) - -Trim away any excess fabric that causes bulk or sticks out from the elastic. - -### Step 10: Fold the elastic in and sew it down again - -Fold the elastic and fabric to the inside, enclosing the raw edge of the fabric under the elastic. You should be looking at the outside of the undies, a folded edge with a bit of the elastic peeking out. Sew using a zigzag stitch. - -![Fold the elastic in and sew it down again](step10.png) - -Repeat these steps for each of the waist and leg openings. - -You did it! diff --git a/sites/orgdocs/docs/designs/uma/instructions/step01.png b/sites/orgdocs/docs/designs/uma/instructions/step01.png deleted file mode 100644 index 30224a4168e..00000000000 Binary files a/sites/orgdocs/docs/designs/uma/instructions/step01.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/uma/instructions/step02.png b/sites/orgdocs/docs/designs/uma/instructions/step02.png deleted file mode 100644 index 1594422a477..00000000000 Binary files a/sites/orgdocs/docs/designs/uma/instructions/step02.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/uma/instructions/step03.png b/sites/orgdocs/docs/designs/uma/instructions/step03.png deleted file mode 100644 index ac0849edd2d..00000000000 Binary files a/sites/orgdocs/docs/designs/uma/instructions/step03.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/uma/instructions/step04.png b/sites/orgdocs/docs/designs/uma/instructions/step04.png deleted file mode 100644 index 07eed5bbc59..00000000000 Binary files a/sites/orgdocs/docs/designs/uma/instructions/step04.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/uma/instructions/step05.png b/sites/orgdocs/docs/designs/uma/instructions/step05.png deleted file mode 100644 index 917026859ee..00000000000 Binary files a/sites/orgdocs/docs/designs/uma/instructions/step05.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/uma/instructions/step06.png b/sites/orgdocs/docs/designs/uma/instructions/step06.png deleted file mode 100644 index dc79e2156da..00000000000 Binary files a/sites/orgdocs/docs/designs/uma/instructions/step06.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/uma/instructions/step07.png b/sites/orgdocs/docs/designs/uma/instructions/step07.png deleted file mode 100644 index bf44db17be0..00000000000 Binary files a/sites/orgdocs/docs/designs/uma/instructions/step07.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/uma/instructions/step08.png b/sites/orgdocs/docs/designs/uma/instructions/step08.png deleted file mode 100644 index f50e6b749e2..00000000000 Binary files a/sites/orgdocs/docs/designs/uma/instructions/step08.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/uma/instructions/step08b.png b/sites/orgdocs/docs/designs/uma/instructions/step08b.png deleted file mode 100644 index 61fe1d64083..00000000000 Binary files a/sites/orgdocs/docs/designs/uma/instructions/step08b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/uma/instructions/step09.png b/sites/orgdocs/docs/designs/uma/instructions/step09.png deleted file mode 100644 index be520cfa96c..00000000000 Binary files a/sites/orgdocs/docs/designs/uma/instructions/step09.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/uma/instructions/step10.png b/sites/orgdocs/docs/designs/uma/instructions/step10.png deleted file mode 100644 index 8f1993d1b10..00000000000 Binary files a/sites/orgdocs/docs/designs/uma/instructions/step10.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/uma/measurements/readme.mdx b/sites/orgdocs/docs/designs/uma/measurements/readme.mdx deleted file mode 100644 index cd8df4348fb..00000000000 --- a/sites/orgdocs/docs/designs/uma/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Uma undies: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/uma/needs/readme.mdx b/sites/orgdocs/docs/designs/uma/needs/readme.mdx deleted file mode 100644 index 78f96135279..00000000000 --- a/sites/orgdocs/docs/designs/uma/needs/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Uma undies: What You Need" ---- - -To make Uma, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 0.7 meters (0.8 yards) of a suitable fabric (see [Fabric options](/docs/designs/uma/fabric)) -- About 3 meters (3.3 yards) of underwear elastic, such as picot elastic or fold over elastic - -:::tip - - -##### Binding methods may affect the seam allowance - -If using fold over elastic (FOE) or doing knit binding, you may wish to trim away the seam allowance at the legs and waist before cutting. If you keep the seam allowance, the finished product will have a slightly higher waist and slightly smaller leg openings. - -##### A serger/overlock is nice, but optional - -As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. If you do not have one of those, don't despair. You don't really need it. You can just sew Uma with a zigzag stitch. - -::: diff --git a/sites/orgdocs/docs/designs/uma/notes/readme.mdx b/sites/orgdocs/docs/designs/uma/notes/readme.mdx deleted file mode 100644 index 226748efa14..00000000000 --- a/sites/orgdocs/docs/designs/uma/notes/readme.mdx +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: "Uma undies: Designer Notes" ---- - -This design is inspired by an earlier design (Ursula) which was created by -my friend Natalia. - -In the run-up to the v3 release, we discussed the migration of the various -designs, and it became clear that for reasons (gestures vaguely towards people -on the internet being rather unappreciative) the original designer was -reluctant to continue maintaining their design. - -Since it's a rather nice design not to mention a popular one, we agreed that I -would reincarnate the pattern. While at it, I also made some changes that -people had been asking for, such as the bulge option to make it gender-neutral. - -Long story short: - -- Everything that is great about this design is thanks to Natalia. -- Everything that sucks about this design is on me. - -joost diff --git a/sites/orgdocs/docs/designs/uma/options/backdip/readme.mdx b/sites/orgdocs/docs/designs/uma/options/backdip/readme.mdx deleted file mode 100644 index 7df71462dd3..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/backdip/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Back waist dip" ---- - -This option controls how much the back waist curves (revealing more or less skin). - - diff --git a/sites/orgdocs/docs/designs/uma/options/backexposure/readme.mdx b/sites/orgdocs/docs/designs/uma/options/backexposure/readme.mdx deleted file mode 100644 index 56c4d602a90..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/backexposure/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Back exposure" ---- - -This option controls the amount of exposed skin on the back. - diff --git a/sites/orgdocs/docs/designs/uma/options/bulge/readme.mdx b/sites/orgdocs/docs/designs/uma/options/bulge/readme.mdx deleted file mode 100644 index bd8fad428d7..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/bulge/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Bulge ---- - -This option allows you to create room at the front like on briefs. -Room that you can use to hold a snack, or other things that you may want to carry there. - -Enabling this option has a number of side-effects: - -- It will override the gusset location -- It will join the front and gusset into a single part -- It will no longer be possible to cut the front/gusset on the fold - - diff --git a/sites/orgdocs/docs/designs/uma/options/frontdip/readme.mdx b/sites/orgdocs/docs/designs/uma/options/frontdip/readme.mdx deleted file mode 100644 index 7d8e7495f4c..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/frontdip/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Front waist dip" ---- - -This option controls how much the front waist curves (revealing more or less skin). - diff --git a/sites/orgdocs/docs/designs/uma/options/frontexposure/readme.mdx b/sites/orgdocs/docs/designs/uma/options/frontexposure/readme.mdx deleted file mode 100644 index 1422cc9fef3..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/frontexposure/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Taper to gusset" ---- - -Controls how much the front will curve inwards to meet the gusset. - diff --git a/sites/orgdocs/docs/designs/uma/options/gussetlength/readme.mdx b/sites/orgdocs/docs/designs/uma/options/gussetlength/readme.mdx deleted file mode 100644 index 2b5e8d7ebe4..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/gussetlength/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Gusset length" ---- - -This option controls the length of the gusset. - diff --git a/sites/orgdocs/docs/designs/uma/options/gussetposition/readme.mdx b/sites/orgdocs/docs/designs/uma/options/gussetposition/readme.mdx deleted file mode 100644 index 583f946dcdc..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/gussetposition/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Gusset position" ---- - -This option allows you to shift the gusset forward or backward. - diff --git a/sites/orgdocs/docs/designs/uma/options/gussetwidth/readme.mdx b/sites/orgdocs/docs/designs/uma/options/gussetwidth/readme.mdx deleted file mode 100644 index 6b46a2cd636..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/gussetwidth/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Gusset width" ---- - -This options controls the width of the gusset. - diff --git a/sites/orgdocs/docs/designs/uma/options/legrise/readme.mdx b/sites/orgdocs/docs/designs/uma/options/legrise/readme.mdx deleted file mode 100644 index 24a9a8ec432..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/legrise/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Leg rise" ---- - -This option controls how high the leg is cut-out. - diff --git a/sites/orgdocs/docs/designs/uma/options/readme.mdx b/sites/orgdocs/docs/designs/uma/options/readme.mdx deleted file mode 100644 index 2903e4c24b2..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Uma undies: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/uma/options/rise/readme.mdx b/sites/orgdocs/docs/designs/uma/options/rise/readme.mdx deleted file mode 100644 index 4a4571ff52c..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/rise/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Rise" ---- - -This options controls the height of the waist. - diff --git a/sites/orgdocs/docs/designs/uma/options/xstretch/readme.mdx b/sites/orgdocs/docs/designs/uma/options/xstretch/readme.mdx deleted file mode 100644 index 12db86eb128..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/xstretch/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Horizontal fabric stretch" ---- - -Adjust this option for more or less stretchy fabrics, specifically for horizontal stretch. - diff --git a/sites/orgdocs/docs/designs/uma/options/ystretch/readme.mdx b/sites/orgdocs/docs/designs/uma/options/ystretch/readme.mdx deleted file mode 100644 index 907b6cfa626..00000000000 --- a/sites/orgdocs/docs/designs/uma/options/ystretch/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Vertical fabric stretch" ---- - -Adjust this option for more or less stretchy fabrics, specifically for vertical stretch. - diff --git a/sites/orgdocs/docs/designs/uma/readme.mdx b/sites/orgdocs/docs/designs/uma/readme.mdx deleted file mode 100644 index d3277f86874..00000000000 --- a/sites/orgdocs/docs/designs/uma/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Uma undies" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/umbra/cutting/readme.mdx b/sites/orgdocs/docs/designs/umbra/cutting/readme.mdx deleted file mode 100644 index fb8ba7b790b..00000000000 --- a/sites/orgdocs/docs/designs/umbra/cutting/readme.mdx +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Umbra undies: Cutting Instructions" -maintainers: - - Jonathan Haas ---- - -Umbra consists of a back piece and a lined front piece. -This is the cut list: - -- **Main fabric** - - Cut **1 front** - - Cut **1 back** -- **Lining fabric** - - Cut **1 front** - -If you use a serger, you can cut away excess fabric with the knife, so use standard seam allowance. - -If you don't have a serger, I recommend using an overlook foot and a flexible overedge / fake overlock stitch with a seam allowance equal to the width of that stitch (usually 5 mm). - -If you want to finish the leg openings with fold over elastics, you may want to skip the seam allowance for the leg opening on all parts. - -:::note - - -##### Notes - -- Umbra is a great scrap buster. If you have fabric scraps from making a [Teagan t-shirt](/designs/teagan/) or anything from a jersey fabric that has good stretch, this is a good way to use those up. If you only have smaller pieces, instead of cutting the pieces on the fold, you can cut both halves separately and sew them together. However, this introduces additional seams. -- You can use the same fabric for the whole garment, including the front lining. Some people prefer using softer fabrics or different materials for the lining. - -::: diff --git a/sites/orgdocs/docs/designs/umbra/fabric/readme.mdx b/sites/orgdocs/docs/designs/umbra/fabric/readme.mdx deleted file mode 100644 index e156ecf70e1..00000000000 --- a/sites/orgdocs/docs/designs/umbra/fabric/readme.mdx +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: "Umbra undies: Fabric Options" -maintainers: - - Jonathan Haas ---- - -You need a fabric with plenty of horizontal and vertical stretch (sometimes called “four-way stretch”) for this pattern. Preferably something that is comfortable, soft, and breathable. - -Recommended fabrics include stretch jerseys, stretch mesh, stretch knits, or most fabrics with at least 5% spandex. For example, modal (rayon) jersey with spandex. - -To test the stretch of your fabric, hold a known length of fabric against a rule. -Then measure the length you can stretch that length of fabric to. -For example if you can stretch a length of fabric from 10 cm to 18 cm, that fabric has a max stretch of 80%. If you can only stretch it to 13 cm, the stretch factor would be 30%. -Measure the stretch in both directions (horizontal and vertical). - -Good underwear fabric should have a max stretch of at least 60-80%. Store-bought underwear often has fabric with a stretch factor of around 150% (which means it can be stretched to 2.5 times the original length). If your fabric has a stretch of only around 30%, it's probably pure cotton and less suitable for underwear. - -:::warning - -Be sure to adjust the "horizontal fabric stretch" and "vertical fabric stretch" options according to your fabric. Do **not** enter the max fabric stretch, enter the stretch you want the fabric to be when worn. -::: - -If you have fabric with over 100% stretch, a good value for the horizontal stretch is 30%-50%. -If you have fabric with around 80% stretch, a good default value for the horizontal stretch is 30%. -If your fabric has 30% stretch, choose 15% horizontal stretch or less. -If you want to use zipper pockets, go with a low stretch as the zippers can't stretch themselves. - -Fabric will wear out fast if you wear it near its maximum stretch, it will also be very uncomfortable. - -Note that the thickness of the fabric also affects the stretch you should enter. Go with lower stretch for thicker fabric. - -The vertical stretch can be much lower than the horizontal stretch. If you use a fabric that stretches more in one direction, use that for the horizontal direction. -A good general value for the vertical stretch is around 5%. If it is too high, the fabric may press uncomfortably against your crotch area. - -:::note - -* If you use a different fabric for the lining, make sure it has around the same stretch as the outer fabric. -* If you use the same fabric for the lining, make sure to mark the lining piece, as otherwise both pieces may get confused easily during sewing. -::: diff --git a/sites/orgdocs/docs/designs/umbra/instructions/readme.mdx b/sites/orgdocs/docs/designs/umbra/instructions/readme.mdx deleted file mode 100644 index db4f8e58631..00000000000 --- a/sites/orgdocs/docs/designs/umbra/instructions/readme.mdx +++ /dev/null @@ -1,112 +0,0 @@ ---- -title: "Umbra undies: Sewing Instructions" -maintainers: - - Jonathan Haas ---- - -### Step 1: Sew the bulge - -If you have selected the bulge option, sew together the seam/dart between the bulge split and the crotch with _good sides together_. Do this for both front pieces separately. Trim seam allowance if necessary. - -Skip this step if your design doesn't have a bulge. - -![Sew the bulge seam](step01.svg) - -### Step 2: Prepare pocket - -If you don't want pockets, skip to step 3. - -#### If you want to have inside pockets - -On the front piece from the lining fabric, fold down the seam allowance on the top edge, _bad sides together_, then fix using an elastic stitch. - -Create an additional fold, around 1.5 cm below the top or around the marked edge to the same side. Press that fold, but do not sew. - -![Create the pocket hem](step02.svg) - -#### If you want to have zipper pockets - -Of the front piece of the main fabric, insert twp zippers at the marked location. -There are various techniques to do this. You may want to add some fusible interfacing on the bad side to make the fabric around the zipper more robust and less elastic. - -### Step 3: Stack fabrics - -Stack the parts in the following way, aligning and pinning the side seams and the crotch seams. - -* On the table, place the front part with lining fabric, _good side up_ -* On top of that, place the back part, _good side up_ -* On top of that, place the front part with main fabric, _bad side up_ - -To double-check, the main fabric front part and the back part should have their _good sides together_ and the good side of the lining fabric should point towards the middle piece. The front parts on the outside of the stack should have their respective bad side pointing outwards, away from the back piece in the middle. - -Depending on your settings, the middle (back) part in your stack has likely a shorter crotch part and wider sides than the outer parts. Make sure to sandwich all three layers together on the future seams. You probably have to bunch up the fabric a bit. - -![Stack the fabrics like this](step03.svg) - -### Step 4: Sew the parts together - -Sew the crotch seam and both side seams together. Use a serger or a flexible stitch. - -![Sew the pieces together](step04.svg) - -### Step 5: Turn it the right side out - -Take only the main fabric front part (on top of the stack) and reverse the crotch part of it through the waistline opening, so that the bad sides of both front pieces are together. All seams should now be hidden between both front pieces. - -This should now roughly look like underwear. - -![Main briefs body](step05.svg) - -### Step 6: Create Pocket seams - -If you have selected a pocket option, sew front and lining together along the marked pocket seams using a coverstitch or an elastic stitch. - -![Sew pockets](step06.svg) - -### Step 7: Finish the leg seams - -You have several options for finishing the leg openings. - -#### Option A: Fold it over - -If you don't want to use an elastic band for the legs, you can as a simple option fold the seam allowance to the inside of the briefs and fix it using an elastic stitch. However some fabrics could warp with bad presser foot pressure and thread tension settings, so while this option is easy, it might not give the best results. - -#### Option B: Use an elastic band - -Another better option is to use a decorative elastic band. In this case follow [steps 8 to 10 from the Uma instructions](/docs/designs/uma/instructions#step-8-prepare-elastic) for the leg openings. - -#### Option C: Bias tape - -You can also use elastic fold-over bias tape, in which case you should trim all seam allowances on the leg openings to keep the intended shape. - -### Step 8: Prepare elastic for the waist - -Overlap the edges of each piece of your waistband elastic by your seam allowance and stitch together. - -To ensure that you stretch the elastic evenly, divide the waistband opening and your elastic into four quarters and mark the points with pins or chalk. - -![Prepare elastic](step08.svg) - -### Step 9: Sew elastic for the waistband - -Choose if you want to have the elastic on the inside or on the outside on the finished undies. Smaller elastic bands should typically go on the inside, larger ones on the outside. The following pictures assume you want the elastic on the outside. - -If you want to have the elastic on the outside, pin the bad side of the elastics to the bad side of the fabric. If you want to have the elastic on the inside, join both good sides. - -If your elastic has a decorative edge, make sure that you line up the plain edge (not the decorative edge) of the elastic to the raw edge of the fabric. The decorative edge should be pointing towards the garment, not away from it. - -Pin the elastic to the waist opening of the fabric on the selected side, ensuring that you line up the quarter markings. It can be very helpful to stitch it on by hand so your elastic is kept in place properly for the next step. - -Sew the elastic to the garment using an elastic stitch. You will have to stretch the elastic slightly as you sew to make it lay flat against the fabric. Avoid stretching the fabric itself. - -![Sew elastic to the outside of the garment](step09.svg) - -Trim away any excess fabric that causes bulk or sticks out from the elastic. - -### Step 10: Fold the elastic inwards and sew it down again - -Fold the elastic and fabric to the other side, enclosing the raw edge of the fabric under the elastic. Sew again using an elastic stitch. - -![Fold the elastic in and sew it down again](step10.svg) - -You did it! diff --git a/sites/orgdocs/docs/designs/umbra/instructions/step01.svg b/sites/orgdocs/docs/designs/umbra/instructions/step01.svg deleted file mode 100644 index 8cb2b72f23b..00000000000 --- a/sites/orgdocs/docs/designs/umbra/instructions/step01.svg +++ /dev/null @@ -1,721 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/umbra/instructions/step02.svg b/sites/orgdocs/docs/designs/umbra/instructions/step02.svg deleted file mode 100644 index 58592304dd9..00000000000 --- a/sites/orgdocs/docs/designs/umbra/instructions/step02.svg +++ /dev/null @@ -1,710 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/umbra/instructions/step03.svg b/sites/orgdocs/docs/designs/umbra/instructions/step03.svg deleted file mode 100644 index 1efdc89d346..00000000000 --- a/sites/orgdocs/docs/designs/umbra/instructions/step03.svg +++ /dev/null @@ -1,728 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/umbra/instructions/step04.svg b/sites/orgdocs/docs/designs/umbra/instructions/step04.svg deleted file mode 100644 index f7b069d9927..00000000000 --- a/sites/orgdocs/docs/designs/umbra/instructions/step04.svg +++ /dev/null @@ -1,727 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/umbra/instructions/step05.svg b/sites/orgdocs/docs/designs/umbra/instructions/step05.svg deleted file mode 100644 index bbe60ef0999..00000000000 --- a/sites/orgdocs/docs/designs/umbra/instructions/step05.svg +++ /dev/null @@ -1,748 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/umbra/instructions/step06.svg b/sites/orgdocs/docs/designs/umbra/instructions/step06.svg deleted file mode 100644 index ca8a202e1e7..00000000000 --- a/sites/orgdocs/docs/designs/umbra/instructions/step06.svg +++ /dev/null @@ -1,724 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/umbra/instructions/step08.svg b/sites/orgdocs/docs/designs/umbra/instructions/step08.svg deleted file mode 100644 index 9568bcff3f8..00000000000 --- a/sites/orgdocs/docs/designs/umbra/instructions/step08.svg +++ /dev/null @@ -1,804 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/umbra/instructions/step09.svg b/sites/orgdocs/docs/designs/umbra/instructions/step09.svg deleted file mode 100644 index d9e6bb38705..00000000000 --- a/sites/orgdocs/docs/designs/umbra/instructions/step09.svg +++ /dev/null @@ -1,704 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/umbra/instructions/step10.svg b/sites/orgdocs/docs/designs/umbra/instructions/step10.svg deleted file mode 100644 index c3a7b4e2029..00000000000 --- a/sites/orgdocs/docs/designs/umbra/instructions/step10.svg +++ /dev/null @@ -1,970 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/umbra/measurements/readme.mdx b/sites/orgdocs/docs/designs/umbra/measurements/readme.mdx deleted file mode 100644 index fdf7afe957a..00000000000 --- a/sites/orgdocs/docs/designs/umbra/measurements/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Umbra undies: Required Measurements" -maintainers: - - Jonathan Haas ---- - - - -:::note - -Ensure that yor measurements are based on a fixed waistline. If you have difficulty determining where your waist is, tie a string around your body at approximately the right height (usually a little below the ribs or where your skin folds if you bend sideways). -Use this as a reference line for the other measurements. -The exact waist height is not crucial, but it is essential to maintain consistency in the other measurements. -::: - -:::note - -To measure the cross seam precisely, exclude your genitals. Place the measuring tape alongside the inside of one of your legs, rather than over the center of your body. Extra room for your genitals can be added through the bulge option. -::: diff --git a/sites/orgdocs/docs/designs/umbra/needs/readme.mdx b/sites/orgdocs/docs/designs/umbra/needs/readme.mdx deleted file mode 100644 index c6667e612d7..00000000000 --- a/sites/orgdocs/docs/designs/umbra/needs/readme.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Umbra undies: What You Need" -maintainers: - - Jonathan Haas ---- - -To make Umbra, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 0.7 meters (0.8 yards) of a suitable fabric (see [Fabric options](/docs/designs/umbra/fabric)) -- About 3 meters (3.3 yards) of underwear elastic, such as picot elastic or fold over elastic - -:::tip - - -##### Binding methods may affect the seam allowance - -If using fold over elastic (FOE) or doing knit binding, you may wish to trim away the seam allowance at the legs and waist before cutting. If you keep the seam allowance, the finished product will have a slightly higher waist and slightly smaller leg openings. - -##### A serger/overlock is nice, but optional - -As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. If you do not have one of those, don't despair. You don't really need it. You can just sew Umbra with a zigzag stitch or with various other stretch stitches. - -::: diff --git a/sites/orgdocs/docs/designs/umbra/notes/readme.mdx b/sites/orgdocs/docs/designs/umbra/notes/readme.mdx deleted file mode 100644 index 3d10fa7e484..00000000000 --- a/sites/orgdocs/docs/designs/umbra/notes/readme.mdx +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "Umbra undies: Designer Notes" -maintainers: - - Jonathan Haas ---- - -Umbra is a comfortable and flexible underwear briefs design that aims to be inclusive for as many people as possible. - -Umbra is based on some experiments, prototypes and measurements of my favourite underwear. - -Umbra is especially designed for diverse users. You can easily add several useful modifications, even if some of them are not directly supported by the software. - -Some features of Umbra are as follows: - -* It can be sewn so that no (potentially itchy) seam allowance touches the skin, which helps people with sensitive skin and those with autism. The crotch and side seams are placed on the inside between the front part layers and any elastics on the waist and leg openings can be put on the outside, if so desired. -* It can be sewn with or without a bulge. You can even draft the design twice, and cut the front lining without bulge and the main fabric front part with one, and you'll be able to create a front pocket with plenty of space. -* Rise, back exposure, front exposure and gusset width are controlled separately, so you can create e.g. very comfortable thongs with enough room in the front, or many other designs. - -Umbra is based on code from Uma by Natalia Sayang and Joost De Cock, but has been heavily modified in its construction and default style. -Some key differences are: -* Umbra doesn't have a separate gusset part and instead adds lining to the whole front piece. -* The hip measurements are being taken into account to better determine the waistband size. -* The height of the underwear is based on the usually more accurate Cross Seam measurement instead of the Waist to upper leg measurement. -* The positions of the side and crotch seams can be adjusted freely, even with a bulge selected. -* The back part has a smoother, more comfortable curve and provides greater coverage by default and at maximum. - -:::warning - -Be sure to adjust the "horizontal fabric stretch" and "vertical fabric stretch" options according to your fabric. The default stretch values are rather low. If your pattern appears huge compared to store-bought underwear, they probably use much more stretch. -::: - -:::tip - - If you wish to adapt Umbra to a swimwear bottom, it should be easy to do so. Simply use swimwear fabric and, if desired, sew on a folded over piece of fabric with two holes instead of a waistband elastic, to create a drawstring. -::: diff --git a/sites/orgdocs/docs/designs/umbra/options/backdip/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/backdip/readme.mdx deleted file mode 100644 index c9c7dd1dd27..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/backdip/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Back waist dip" -maintainers: - - Jonathan Haas ---- - -This option controls how much the back waist curves (revealing more or less skin). - - diff --git a/sites/orgdocs/docs/designs/umbra/options/backdipshape/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/backdipshape/readme.mdx deleted file mode 100644 index 321cd074b52..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/backdipshape/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Back waist dip shape" -maintainers: - - Jonathan Haas ---- - -This option controls the curve of the back waist dip. This option only has an effect if the back waist dip is set to a nonzero value. - -Higher values create a flatter curve at the center and increase the curve around the side seam. - -Lower values create a sharper curve at the center and a smoother curve around the side seam. - - diff --git a/sites/orgdocs/docs/designs/umbra/options/backexposure/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/backexposure/readme.mdx deleted file mode 100644 index 6d6a92b8fb7..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/backexposure/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Back exposure" -maintainers: - - Jonathan Haas ---- - -This option controls the amount of exposed skin on the back. - diff --git a/sites/orgdocs/docs/designs/umbra/options/bulge/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/bulge/readme.mdx deleted file mode 100644 index b72346daf21..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/bulge/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Bulge -maintainers: - - Jonathan Haas ---- - -This option controls the extra room in the front of the underwear. Below 2 degrees, no extra bulge will be created. diff --git a/sites/orgdocs/docs/designs/umbra/options/bulgefullness/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/bulgefullness/readme.mdx deleted file mode 100644 index 017ed0c1feb..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/bulgefullness/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Bulge fullness -maintainers: - - Jonathan Haas ---- - -This option controls the curve of the bulge, larger values lead to a more round, spacy bulge, but sewing might be more difficult. diff --git a/sites/orgdocs/docs/designs/umbra/options/elasticstretch/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/elasticstretch/readme.mdx deleted file mode 100644 index 46d0f508061..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/elasticstretch/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: Elastic stretch -maintainers: - - Jonathan Haas ---- - -This option controls how much the elastic band is stretched relative to the fabric. - -This determines how much smaller the waistband elastic length will be shown relative to the actual waistband circumference. -The same applies for the leg holes. - -If your main fabric is not very elastic, you should probably increase this so that the undies hold up well. -If your main fabric is already very elastic, you can go close to 0%. diff --git a/sites/orgdocs/docs/designs/umbra/options/flipback/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/flipback/readme.mdx deleted file mode 100644 index 12c9f8cb606..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/flipback/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Flip back part -maintainers: - - Jonathan Haas ---- - -This option controls if the back part will be flipped into an upright position. diff --git a/sites/orgdocs/docs/designs/umbra/options/frontdip/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/frontdip/readme.mdx deleted file mode 100644 index c9ef586057a..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/frontdip/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Front waist dip" -maintainers: - - Jonathan Haas ---- - -This option controls how much the front waist curves (revealing more or less skin). - diff --git a/sites/orgdocs/docs/designs/umbra/options/frontdipshape/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/frontdipshape/readme.mdx deleted file mode 100644 index 61ada4d3990..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/frontdipshape/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front waist dip shape" -maintainers: - - Jonathan Haas ---- - -This option controls the curve of the front waist dip. This option only has an effect if the front waist dip is set to a nonzero value. - -Higher values create a flatter curve at the center and increase the curve around the side seam. - -Lower values create a sharper curve at the center and a smoother curve around the side seam. - - diff --git a/sites/orgdocs/docs/designs/umbra/options/frontexposure/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/frontexposure/readme.mdx deleted file mode 100644 index e8180c4c179..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/frontexposure/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Front exposure" -maintainers: - - Jonathan Haas ---- - -Controls how much skin on the front will be covered. - diff --git a/sites/orgdocs/docs/designs/umbra/options/frontreduction/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/frontreduction/readme.mdx deleted file mode 100644 index 5000cde44b3..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/frontreduction/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Front reduction -maintainers: - - Jonathan Haas ---- - -This option controls how much less wide the front part will be compared to the back part. Increasing this option will make the underwear appear slimmer from the front and indirectly increase the back coverage and front exposure. diff --git a/sites/orgdocs/docs/designs/umbra/options/gussetposition/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/gussetposition/readme.mdx deleted file mode 100644 index 81ccdfb0d4e..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/gussetposition/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Gusset position" -maintainers: - - Jonathan Haas ---- - -This option allows you to shift the gusset forward or backward. - diff --git a/sites/orgdocs/docs/designs/umbra/options/gussetwidth/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/gussetwidth/readme.mdx deleted file mode 100644 index 30c671b1ef3..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/gussetwidth/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Gusset width" -maintainers: - - Jonathan Haas ---- - -This options controls the minimum width at the crotch. - diff --git a/sites/orgdocs/docs/designs/umbra/options/legrise/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/legrise/readme.mdx deleted file mode 100644 index b6049dd49e9..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/legrise/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Leg rise" -maintainers: - - Jonathan Haas ---- - -This option controls how high the leg is cut-out. - diff --git a/sites/orgdocs/docs/designs/umbra/options/minfabricwidth/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/minfabricwidth/readme.mdx deleted file mode 100644 index 6519dc4992b..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/minfabricwidth/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Minimum fabric width" -maintainers: - - Jonathan Haas ---- - -Controls the minimum width of the thong strip and side band. -Does not have an effect if the back exposure and the leg rise is low. - -This might be tricky to sew if this is lower than twice the seam allowance. diff --git a/sites/orgdocs/docs/designs/umbra/options/pocketgap/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/pocketgap/readme.mdx deleted file mode 100644 index 27a8c976ba5..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/pocketgap/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Pocket gap -maintainers: - - Jonathan Haas ---- - -This option controls the distance between both side pockets. It only has an effect if pockets are used. This option indirectly controls how much space is available for inserting things into the center pocket. diff --git a/sites/orgdocs/docs/designs/umbra/options/pocketheight/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/pocketheight/readme.mdx deleted file mode 100644 index d20ab742ba6..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/pocketheight/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Pocket height -maintainers: - - Jonathan Haas ---- - -This option controls the width of the pocket hem or the vertical position of the zippers. It only has an effect if pockets are used. diff --git a/sites/orgdocs/docs/designs/umbra/options/pockets/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/pockets/readme.mdx deleted file mode 100644 index 24589cf3711..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/pockets/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Pockets -maintainers: - - Jonathan Haas ---- - -Select, if you want no pockets, inside pockets (two pockets on the side for valuables and one pocket over the center of your body) or zipper pockets on the outside. diff --git a/sites/orgdocs/docs/designs/umbra/options/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/readme.mdx deleted file mode 100644 index 843f1f140d3..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Umbra undies: Design Options" -maintainers: - - Jonathan Haas ---- - - diff --git a/sites/orgdocs/docs/designs/umbra/options/rise/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/rise/readme.mdx deleted file mode 100644 index 4f06a651134..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/rise/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Rise" -maintainers: - - Jonathan Haas ---- - -This options controls the height of the waistband. A value of 100% will put the waistband on top of the hip measurement. - diff --git a/sites/orgdocs/docs/designs/umbra/options/splitposition/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/splitposition/readme.mdx deleted file mode 100644 index 9c3f6d2ed74..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/splitposition/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Split position" -maintainers: - - Jonathan Haas ---- - -This options controls the length of the front piece in the crotch region. Increase this setting to add more protection towards the back. - diff --git a/sites/orgdocs/docs/designs/umbra/options/xstretch/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/xstretch/readme.mdx deleted file mode 100644 index ffe6cfcdb1a..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/xstretch/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Horizontal fabric stretch" -maintainers: - - Jonathan Haas ---- - -Adjust this option for more or less stretchy fabrics, specifically for horizontal stretch. - -Use the stretch you want the fabric to have when worn, not its maximum stretch. - diff --git a/sites/orgdocs/docs/designs/umbra/options/ystretch/readme.mdx b/sites/orgdocs/docs/designs/umbra/options/ystretch/readme.mdx deleted file mode 100644 index 181128afa34..00000000000 --- a/sites/orgdocs/docs/designs/umbra/options/ystretch/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Vertical fabric stretch" -maintainers: - - Jonathan Haas ---- - -Adjust this option for more or less stretchy fabrics, specifically for vertical stretch. - -Use the stretch you want the fabric to have when worn, not its maximum stretch. diff --git a/sites/orgdocs/docs/designs/umbra/readme.mdx b/sites/orgdocs/docs/designs/umbra/readme.mdx deleted file mode 100644 index f5ab3cc7496..00000000000 --- a/sites/orgdocs/docs/designs/umbra/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Umbra undies" -maintainers: - - Jonathan Haas ---- - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/cutting/readme.mdx b/sites/orgdocs/docs/designs/wahid/cutting/readme.mdx deleted file mode 100644 index 582e68753a0..00000000000 --- a/sites/orgdocs/docs/designs/wahid/cutting/readme.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Wahid waistcoat: Cutting Instructions" ---- - -- **Main fabric** - - Cut **2 front(s)** with _good sides together_ - - Cut **2 back(s)** with _good sides together_ - - Cut **2 front facing(s)** with _good sides together_ - - Cut **2 pocket welt(s)** with _good sides together_ - - Cut **2 pocket facing(s)** with _good sides together_ -- **Lining fabric** - - Cut **2 front lining(s)** with _good sides together_ - - Cut **2 back(s)** with _good sides together_ - - Cut **2 pocket bag(s)** with _good sides together_ -- **Interfacing** - - Cut **2 front(s)** with _good sides together_ - - Cut **2 pocket interfacing(s)** - -:::warning - - -###### Caveats - -- Do not cut out the **front** dart -- Do not cut out the **back** dart -- Watch out for the grainline on the **pocket welt** and **pocket facing** - -::: diff --git a/sites/orgdocs/docs/designs/wahid/fabric/readme.mdx b/sites/orgdocs/docs/designs/wahid/fabric/readme.mdx deleted file mode 100644 index f0689baaf8d..00000000000 --- a/sites/orgdocs/docs/designs/wahid/fabric/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Wahid waistcoat: Fabric Options" ---- - -All suiting fabrics are a great choice for your waistcoats. Any fabric shop that's worth your business should have a suiting section. You can just walk in, ask where you can find the fabric for suits, and pick out something you like. - -These fabrics are typically wool, but you can also be a bit more creative and go for something else. - -:::note - - -You do need a bit of weight though. Denim is fine, some light cotton is not. - -::: diff --git a/sites/orgdocs/docs/designs/wahid/instructions/01.png b/sites/orgdocs/docs/designs/wahid/instructions/01.png deleted file mode 100644 index ae8bf502bd9..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/01.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/01a.png b/sites/orgdocs/docs/designs/wahid/instructions/01a.png deleted file mode 100644 index ae8bf502bd9..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/01a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/01b.png b/sites/orgdocs/docs/designs/wahid/instructions/01b.png deleted file mode 100644 index 37cd8d83905..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/01b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/02a.png b/sites/orgdocs/docs/designs/wahid/instructions/02a.png deleted file mode 100644 index f76e6d752b0..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/02a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/03a.png b/sites/orgdocs/docs/designs/wahid/instructions/03a.png deleted file mode 100644 index 969dd27f58e..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/03a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/04a.png b/sites/orgdocs/docs/designs/wahid/instructions/04a.png deleted file mode 100644 index 0cb37a947fb..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/04a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05a.png b/sites/orgdocs/docs/designs/wahid/instructions/05a.png deleted file mode 100644 index e6414a56005..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05b.png b/sites/orgdocs/docs/designs/wahid/instructions/05b.png deleted file mode 100644 index 6074a217b4b..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05c.png b/sites/orgdocs/docs/designs/wahid/instructions/05c.png deleted file mode 100644 index 4b06e1aa04f..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05d.png b/sites/orgdocs/docs/designs/wahid/instructions/05d.png deleted file mode 100644 index c8514c4c7dd..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05d.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05e.png b/sites/orgdocs/docs/designs/wahid/instructions/05e.png deleted file mode 100644 index 6d7f4837346..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05e.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05f.png b/sites/orgdocs/docs/designs/wahid/instructions/05f.png deleted file mode 100644 index dad674f22e2..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05f.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05g.png b/sites/orgdocs/docs/designs/wahid/instructions/05g.png deleted file mode 100644 index 93d505bf1b5..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05g.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05h.png b/sites/orgdocs/docs/designs/wahid/instructions/05h.png deleted file mode 100644 index 394eaf4ff32..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05h.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05i.png b/sites/orgdocs/docs/designs/wahid/instructions/05i.png deleted file mode 100644 index 8f82cfc8e67..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05i.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05j.png b/sites/orgdocs/docs/designs/wahid/instructions/05j.png deleted file mode 100644 index 51d9e06e32d..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05j.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05k.png b/sites/orgdocs/docs/designs/wahid/instructions/05k.png deleted file mode 100644 index c62e706a771..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05k.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05l.png b/sites/orgdocs/docs/designs/wahid/instructions/05l.png deleted file mode 100644 index f5397f59853..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05l.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/05m.png b/sites/orgdocs/docs/designs/wahid/instructions/05m.png deleted file mode 100644 index f43f59371c2..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/05m.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/06a.png b/sites/orgdocs/docs/designs/wahid/instructions/06a.png deleted file mode 100644 index 854668b0bbe..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/06a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/07a.png b/sites/orgdocs/docs/designs/wahid/instructions/07a.png deleted file mode 100644 index c6e17e93a83..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/07a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/08a.png b/sites/orgdocs/docs/designs/wahid/instructions/08a.png deleted file mode 100644 index ec2ce4271af..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/08a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/09a.png b/sites/orgdocs/docs/designs/wahid/instructions/09a.png deleted file mode 100644 index 8281bd4dc98..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/09a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/09b.png b/sites/orgdocs/docs/designs/wahid/instructions/09b.png deleted file mode 100644 index 6528b303705..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/09b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/09c.png b/sites/orgdocs/docs/designs/wahid/instructions/09c.png deleted file mode 100644 index 6a9c2465931..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/09c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/09d.png b/sites/orgdocs/docs/designs/wahid/instructions/09d.png deleted file mode 100644 index 910c2b83d73..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/09d.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/10a.png b/sites/orgdocs/docs/designs/wahid/instructions/10a.png deleted file mode 100644 index 9ad173e0457..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/10a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/10b.png b/sites/orgdocs/docs/designs/wahid/instructions/10b.png deleted file mode 100644 index 98aa039c9de..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/10b.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/10c.png b/sites/orgdocs/docs/designs/wahid/instructions/10c.png deleted file mode 100644 index c908ed0359e..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/10c.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/11a.png b/sites/orgdocs/docs/designs/wahid/instructions/11a.png deleted file mode 100644 index 2d0c09ff124..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/11a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/12a.png b/sites/orgdocs/docs/designs/wahid/instructions/12a.png deleted file mode 100644 index f0bc1064e65..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/12a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/13a.png b/sites/orgdocs/docs/designs/wahid/instructions/13a.png deleted file mode 100644 index 7ef01c1d6ff..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/13a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/14a.png b/sites/orgdocs/docs/designs/wahid/instructions/14a.png deleted file mode 100644 index a1d61399b2b..00000000000 Binary files a/sites/orgdocs/docs/designs/wahid/instructions/14a.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/wahid/instructions/layout.svg b/sites/orgdocs/docs/designs/wahid/instructions/layout.svg deleted file mode 100644 index e0d36cd0390..00000000000 --- a/sites/orgdocs/docs/designs/wahid/instructions/layout.svg +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - - - - - - - - - freesewing.org Wahid Waistcoat freesewing.org/draft/__REFERENCE__ The (white) inside of this box should measure 10 by 5 cm The (black) outside of this box should measure 4 by 2 inch - - - - - - - - - - - - - - - - - - - - - - - - - - - Grainline - 1 - Front - 2x from main fabricWith good sides together - - - - - - - - - - - - - - - - - - - - - - Grainline - 2 - Back - 2x from main fabric2x from liningWith good sides together - - - - - - - - - - - Grainline - 3 - Front facing - 2x from main fabricWith good sides together - - - - - - - - - - Grainline - 4 - Front lining - 2x from main fabricWith good sides together - - - - - - - - - - Noseamallowance - - Grainline - 5 - Pocket welt - 2x from main fabric - - - - - - - - - - - Noseamallowance - - Grainline - 7 - Pocket facing - 2x from main fabric - - - - - - - - - - - Noseamallowance - 8 - Pocket bag - 2x from lining - - - - - - - - - - - Noseamallowance - 6 - Pocket interfacing - 2x from interfacing - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/instructions/readme.mdx b/sites/orgdocs/docs/designs/wahid/instructions/readme.mdx deleted file mode 100644 index fbfe9446328..00000000000 --- a/sites/orgdocs/docs/designs/wahid/instructions/readme.mdx +++ /dev/null @@ -1,297 +0,0 @@ ---- -title: "Wahid waistcoat: Sewing Instructions" ---- - -### Step 1: Fuse interfacing - -#### Press interfacing to pocket welts - -![Press interfacing to pocket welts](01a.png) - -Place your pocket welt with the good side down, and your pocket interfacing on top. - -The interfacing is a bit shorter than the welt, so make sure to align the side that has the help line marked on it. - -For each pocket, press the interfacing piece to the bad side of the pocket welt. - -#### Press interfacing to fronts - -![Press interfacing to pocket fronts](01b.png) - -Place your front with the good side down, and your interfacing on top. - -Press the interfacing in place. - -> **Take your time** -> -> Don't just iron this on to get it over with, you want to really press that interfacing onto your fabric so that it fuses well. -> -> Place your iron down and lean on it for 10 seconds or so before you move on to the next spot to repeat the process. - -### Step 2: Join front facing and lining - -#### Sew facing to lining - -![Sew facing to lining](02a.png) - -Place your front facing and lining with good sides together. Pin the edges of the facing/lining boundary in place. - -Sew them together. - -#### Press open seam allowance - -Press open the seam allowance between facing and lining. - -### Step 3: Close all darts - -![Close all darts](03a.png) - -#### Close back darts - -Fold your back with good sides together, and sew the back dart. - -> Don't forget to do the same for the lining - -#### Close front darts - -Fold your front (and the interfacing fused to it) with good sides together, and sew the front dart. - -### Step 4: Press all darts - -![Press all darts](04a.png) - -#### Press the front darts - -Once cut open, press the front darts open. - -#### Press the back darts - -If you cut open the back darts, press them open. If not, press them to the side. - -> Don't forget to do the same for the lining - -### Step 5: Construct the pockets - -#### Attach the pocket bag to the pocket welt - -![Attach the pocket bag to the pocket welt](05a.png) - -Place your pocket bag down with the good side up, and your pocket welt on top of it with the good side down. - -Align the straight side of the bag with the side of the welt that has no interfacing, and sew them together at the standard seam allowance. - -#### Press seam open - -When you are done, press open this seam. - -#### Mark where your pocket needs to go - -![Mark where your pocket needs to go](05b.png) - -Your front pattern piece has a helpline on it to show where the welt pocket should go. It's two half rectangles that got joined together when you closed the dart to form the shape of your welt pocket. - -If you haven't marked the four corners of that rectangle yet, you should do so now. - -> The pocket sits under a slight angle on your pattern. Going forward, in the illustrations, I will draw the pocket straight as that makes things easier. - -#### Attach pocket welt and pocket facing - -![Attach pocket welt and pocket facing](05c.png) -![Attach pocket welt and pocket facing](05d.png) - -Place your front piece down with the good side up. We're going to attach the welt to the bottom line of your pocket outline, and the facing to the top line. - -> If you've never made a welt pocket before, it can be a bit counterintuitive to attach the pocket on the outside of the garment. Pocket should be on the inside, right? -> -> Relax, the pocket will end up on the inside - -Both your pocket welt and your pocket facing have a help line on them. That line needs to line up with the long edges of your pocket. - -Place the pocket welt at the bottom, and the pocket facing on the top, both with their good side down. - -Carefully align their helpline on the pocket outline. They should now sit side by side, and just bump into each other at the middle of your pocket. - -Now sew along the helpline which marks the long edge of your pocket. - -> It is important that the lines you sew now form the long edges of a perfect rectangle. This will determine the shape of your pocket, so if you make one line longer than the other, or if they are not parallel or mis-aligned, you pocket will look bad. - -#### Cut open the pocket - -![Cut open the pocket](05e.png) - -Time to carefully cut open the pocket. Start in the middle of the pocket, and cut towards along the longest edges towards the side. - -At the edges of your pocket you need to stop cutting open the center and instead cut towards the end of your line of stitches under 45 degrees. - -> This small triangle you are cutting at the end is important. Make sure to aim carefully as you should cut right up to the end of your stitches, without cutting into the stitches. - -#### Press open the seam allowance - -![Press open the seam allowance](05f.png) - -Press open the seam allowance along the long edges of your pocket. - -#### Bring the pocket facing to the back and press - -![Bring the pocket facing to the back and press](05g.png) - -Flip the pocket facing to the back side and press it down. - -#### Press down the triangles at the short sides - -![Press down the triangles at the short sides](05h.png) - -Move your pocket facing out of the way to reveal those little triangles at the side of your pocket. - -Fold them back making sure you to keep your pocket opening a clean rectangle, and press them down. - -#### Bring the pocket welt to the back, fold and press - -![Bring the pocket welt to the back, fold and press](05i.png) -![Bring the pocket welt to the back, fold and press](05j.png) - -Flip the pocket welt with the attached pocket back tot he back side. - -Fold your welt down at the point where it reaches the top of the pocket. The welt should cover the entire pocket opening. - -> The illustration shows this from the back as it's easier to see what is going on this way. However, you should check from the front to make sure your welt pocket looks good. - -#### Sew down the pocket triangles - -![Sew down the pocket triangles](05k.png) - -Put your front down with the good side up and make sure the pocket facing and welt lie flat. - -Fold your front over vertically at the edge of your pocket to reveal that little triangle at the short side of your pocket opening. - -Sew this triangle down by sewing right next to the fold, and pocket edge. - -#### Close the pocket bag - -![Close the pocket bag](05l.png) - -Sew your pocket facing to the pocket bag to finish your pocket. - -> This should go without saying, but be careful not to sew your pocket bag to the front of your waistcoat. - -#### Press your completed pocket - -![Press your completed pocket](05m.png) - -When you're done, give your pocket a good final press. - -### Step 6: Center back seam - -![Sew and press the center back seam](06a.png) - -Put your two back pieces with their good side together and sew the center back seam. - -When you're done, press open this seam. - -> Don't forget to do the same for the lining - -### Step 7: Join back to fronts - -![Join back to fronts](07a.png) - -Put your back down with the good side up and put your fronts on it with the good side down. Align the side seams, pin and sew. - -When you're done, press open these seams. - -### Step 8: Join the shoulders - -![Join the shoulders](08a.png) - -Align the shoulder seams, sew them, and press open the seam allowance. - -> Don't forget to do the same for the lining - -### Step 9: Insert the lining - -#### Slide lining into the wasitcoat - -![Slide lining into the waistcoat](09a.png) - -Place your lining in your waistcoat, good sides together. In other words, the waistcoat should have the good side in and bad side out. The lining should have the bad side in and good side out. - -#### Pin lining to fabric - -![Pin lining to fabric](09b.png) - -Align the lining with the fabric edge, and pin it in place. - -Start at center back, and follow the neckline down the front closure. Work your way around the hem, but leave about a 15cm gap at the center back. - -#### Sew lining to fabric - -![Sew lining to fabric](09c.png) - -With your lining pinned neatly in place, sew lining and fabric together. - -Do not forget to leave that 15cm gap at the center back. - -#### Turn waistcoat and press edges - -![Turn waistcoat and press edges](09d.png) - -Reach through the gap you left open at the hem, and turn your waistcoat. - -Press the edges you've just sewn, making sure to roll the fabric a bit so that the lining is always hidden. - -### Step 10: Finish the armholes - -#### Pin back the fabric seam allowance - -![Pin back the fabric seam allowance](10a.png) - -All along the armhole, pin back the seam allowance of your waistcoat fabric. While doing so, keep your lining out of the way. - -#### Pin down lining - -![Pin down lining](10b.png) - -Now fold back your lining a bit before the edge of the armhole and pin it down. - -#### Hand-sew the lining to the fabric - -![Hand-sew the lining to the fabric](10c.png) - -Use a slipstitch to hand-sew the lining to the fabric all along the armhole. - -### Step 11: Finish the hem - -Remember that gap we didn't close in step 9? Time to close it. - -Use a slipstitch to hand-sew the lining to the fabric and close the hem. - -### Step 12: Make the buttonholes - -![Make the buttonholes](12a.png) - -If you haven't done so yet, transfer the buttonhole placement from your pattern onto your fabric. - -Make those buttonholes. - -### Step 13: Attach the buttons - -![Attach the buttons](13a.png) - -Pin your waistcoat closed and transfer the location of your buttonholes to the button side. - -Sew on those buttons. - -> You could also transfer the location of the buttons from the pattern. However, transferring the buttonholes you just made assures you that the buttons and buttonholes will line up, even if your buttonhole(s) is/are ever so slightly off. - -### Step 14: Optional: Pick-stitch the edges - -![You can optionally pick-stitch the edges of your waistcoat](14a.png) - -If you'd like, you can pick-stitch around the edges of your waistcoat. - -Pick-stitching needs to be done by hand. You run a simple stitch a few mm from the edges of your waistcoat, but only let your stitches surface for a few threads. You've certainly seen it as a finish on suit jackets. - -> You can pick-stitch with thread of the same colour, or use a contrasting colour if you're feeling bold. - -> While pick-stitching adds a distinctive look, it also locks your fabric to your lining/facing which prevents things from shifting around. - -After this, you probably want to iron your waistcoat. diff --git a/sites/orgdocs/docs/designs/wahid/measurements/readme.mdx b/sites/orgdocs/docs/designs/wahid/measurements/readme.mdx deleted file mode 100644 index 57e68efb588..00000000000 --- a/sites/orgdocs/docs/designs/wahid/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Wahid waistcoat: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/wahid/needs/readme.mdx b/sites/orgdocs/docs/designs/wahid/needs/readme.mdx deleted file mode 100644 index 37d1cf0ed75..00000000000 --- a/sites/orgdocs/docs/designs/wahid/needs/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Wahid waistcoat: What You Need" ---- - -To make Wahid, you will need the following: - -- Basic sewing supplies -- About 1 meter (1.1 yards) of a suitable fabric ([see Fabric options](/docs/designs/wahid/fabric)) -- About 1 meter (1.1 yards) of lining fabric -- Fusible interfacing -- Buttons diff --git a/sites/orgdocs/docs/designs/wahid/notes/readme.mdx b/sites/orgdocs/docs/designs/wahid/notes/readme.mdx deleted file mode 100644 index e4df3f710c1..00000000000 --- a/sites/orgdocs/docs/designs/wahid/notes/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Wahid waistcoat: Designer Notes" ---- - -I like waistcoats. I think they are not only pretty to look at, they are also -warm, cut down on the amount of shirt ironing you have to do, and have these -cute little pockets you can put tiny things in. - -So, I designed Wahid so I could make waistcoats for myself. - -joost diff --git a/sites/orgdocs/docs/designs/wahid/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/wahid/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/armholedepth/readme.mdx deleted file mode 100644 index 8bcef92a226..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/wahid/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/wahid/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/wahid/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/armholedepthfactor/readme.mdx deleted file mode 100644 index 221c106b4bf..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -This option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/backinset/backinset.svg b/sites/orgdocs/docs/designs/wahid/options/backinset/backinset.svg deleted file mode 100644 index c39486d7da9..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/backinset/backinset.svg +++ /dev/null @@ -1,330 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/backinset/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/backinset/readme.mdx deleted file mode 100644 index d90d3528432..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/backinset/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Back inset" ---- - -![Back inset](backinset.svg) - -How far do you want your waistcoat armhole to curve inwards on the back side? - -:::note - - -###### What's the point? - -The armhole of your waistcoat can curve further inward, given that there is no sleeve attached to it. -This influences the style of the waistcoat. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/backscyedart/backscyedart.svg b/sites/orgdocs/docs/designs/wahid/options/backscyedart/backscyedart.svg deleted file mode 100644 index d7d75968b8b..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/backscyedart/backscyedart.svg +++ /dev/null @@ -1,575 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/backscyedart/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/backscyedart/readme.mdx deleted file mode 100644 index d5a5954c30a..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/backscyedart/readme.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: "Back scye dart" ---- - -![Back scye dart](backscyedart.svg) - -This pattern comes with a default 0.5 cm scye dart (think armhole dart) on the back. -You can increase or decrease the dart to influence the armhole. - -:::note - - -###### What's the point? - -The point of this dart is to make sure the armhole lies flat against your body, rather than gape. -Given that there is no sleeve, a gaping armhole is particularly unsightly. - -While this dart is used to shape the pattern, you don't have to sew the dart because it's incorporated in the shoulder seam line. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/buttons/buttons.svg b/sites/orgdocs/docs/designs/wahid/options/buttons/buttons.svg deleted file mode 100644 index 4e62af9dcb3..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/buttons/buttons.svg +++ /dev/null @@ -1,923 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/buttons/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/buttons/readme.mdx deleted file mode 100644 index bc8fc942b42..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/buttons/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Number of buttons" ---- - -![Buttons](buttons.svg) - -How many buttons do you want? - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/centerbackdart/centerbackdart.svg b/sites/orgdocs/docs/designs/wahid/options/centerbackdart/centerbackdart.svg deleted file mode 100644 index 84299b887c6..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/centerbackdart/centerbackdart.svg +++ /dev/null @@ -1,665 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/centerbackdart/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/centerbackdart/readme.mdx deleted file mode 100644 index 66caf27509a..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/centerbackdart/readme.mdx +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Center back dart" ---- - -![Centerback dart](centerbackdart.svg) - -Since nobody has a perfectly straight back, this pattern tapers in with 0.5 cm at the center back of your neck. - -:::note - - -###### What's the point? - -If your back slumps forward a bit, fabric tends to pool at the back of your neck. With no sleeves or collar, this causes your neckline to gape. -This option tapers the fabric inwards at the back of your neck. It does so by 0.5 cm by default, but you can increase or decrease that value. - -Technically this is not a dart, but I wasn't sure how else to call it. Suggestions welcome. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/chestease/chestease.svg b/sites/orgdocs/docs/designs/wahid/options/chestease/chestease.svg deleted file mode 100644 index afa38b61046..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/chestease/chestease.svg +++ /dev/null @@ -1,678 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/chestease/readme.mdx deleted file mode 100644 index 5d6b44924fb..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/chestease/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Chest ease" ---- - -![Chest ease](chestease.svg) - -How much room do you want at the chest? - -:::note - - -Given that a waistcoat has no arms, a little chest ease goes a long way. Add too much, and you'll end up with gaping armholes. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/frontinset/frontinset.svg b/sites/orgdocs/docs/designs/wahid/options/frontinset/frontinset.svg deleted file mode 100644 index d4548c29376..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/frontinset/frontinset.svg +++ /dev/null @@ -1,947 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/frontinset/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/frontinset/readme.mdx deleted file mode 100644 index fa338d3d9bc..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/frontinset/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Front inset" ---- - -![Front inset](frontinset.svg) - -How far do you want your waistcoat armhole to curve inwards on the front? - -:::note - - -###### What's the point? - -The armhole of your waistcoat can curve further inward, given that there is no sleeve attached to it. -This influences the style of the waistcoat. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/frontscyedart/frontscyedart.svg b/sites/orgdocs/docs/designs/wahid/options/frontscyedart/frontscyedart.svg deleted file mode 100644 index 11b0f34395f..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/frontscyedart/frontscyedart.svg +++ /dev/null @@ -1,960 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/frontscyedart/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/frontscyedart/readme.mdx deleted file mode 100644 index 71ce14c2e2e..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/frontscyedart/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Front scye dart" ---- - -This pattern comes with a default 1 cm scye dart (think armhole dart) at the front. - -You can increase or decrease the dart to influence the armhole. - -> #### What's the point? -> -> The point of this dart is to make sure the armhole lies flat against your body, rather than gape. -> Given that there is no sleeve, a gaping armhole is particularly unsightly. - -> While this dart is used to shape the pattern, you don't have to sew the dart because it's incorporated in the front dart. - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/frontstyle/frontstyle.svg b/sites/orgdocs/docs/designs/wahid/options/frontstyle/frontstyle.svg deleted file mode 100644 index d3db981f7b4..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/frontstyle/frontstyle.svg +++ /dev/null @@ -1,952 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/frontstyle/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/frontstyle/readme.mdx deleted file mode 100644 index 2bb30406410..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/frontstyle/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Neck opening style" ---- - -![Front style](frontstyle.svg) - -Do you want a classic straight neckline, or a curved neckline? - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/hemradius/hemradius.svg b/sites/orgdocs/docs/designs/wahid/options/hemradius/hemradius.svg deleted file mode 100644 index 635ab164847..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/hemradius/hemradius.svg +++ /dev/null @@ -1,1188 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/hemradius/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/hemradius/readme.mdx deleted file mode 100644 index 6bd0bb95c6e..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/hemradius/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hem radius" ---- - -![Hem radius](hemradius.svg) - -Determines the radius of the hem if you opted for a rounded hem. - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/hemstyle/hemstyle.svg b/sites/orgdocs/docs/designs/wahid/options/hemstyle/hemstyle.svg deleted file mode 100644 index 850c6cc8bdd..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/hemstyle/hemstyle.svg +++ /dev/null @@ -1,953 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/hemstyle/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/hemstyle/readme.mdx deleted file mode 100644 index 9e59436dfde..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/hemstyle/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hem style" ---- - -![Hem style](hemstyle.svg) - -Do you want a classic hemline, or a rounded hemline? - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/hipsease/hipsease.svg b/sites/orgdocs/docs/designs/wahid/options/hipsease/hipsease.svg deleted file mode 100644 index dfd3fbbd457..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/hipsease/hipsease.svg +++ /dev/null @@ -1,678 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/hipsease/readme.mdx deleted file mode 100644 index b0eba9cd63f..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/hipsease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Hips ease" ---- - -![Hips ease](hipsease.svg) - -How much room do you want at your hips? - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index 32ad178b334..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Wahid extends. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Wahid will follow. diff --git a/sites/orgdocs/docs/designs/wahid/options/lengthbonus/lengthbonus.svg b/sites/orgdocs/docs/designs/wahid/options/lengthbonus/lengthbonus.svg deleted file mode 100644 index 11287db8ab0..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/lengthbonus/lengthbonus.svg +++ /dev/null @@ -1,974 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/lengthbonus/readme.mdx deleted file mode 100644 index ae18cd67b6d..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Length bonus" ---- - -![Length bonus](lengthbonus.svg) - -This option allows you to lengthen (or shorten) your waistcoat. - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/neckinset/neckinset.svg b/sites/orgdocs/docs/designs/wahid/options/neckinset/neckinset.svg deleted file mode 100644 index 3da65c0a6bf..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/neckinset/neckinset.svg +++ /dev/null @@ -1,1224 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/neckinset/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/neckinset/readme.mdx deleted file mode 100644 index cdd82212198..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/neckinset/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Neck inset" ---- - -![Neck inset](neckinset.svg) - -How far do you want your waistcoat to sit away from your collar on your shoulder seam? The default is 2cm. - -:::note - - -###### What's the point? - -The shoulder seam of a waistcoat is typically more narrow than your shirt. This option controls how narrow it gets (on the collar side). - -::: - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/necklinedrop/necklinedrop.svg b/sites/orgdocs/docs/designs/wahid/options/necklinedrop/necklinedrop.svg deleted file mode 100644 index 2831db80d5e..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/necklinedrop/necklinedrop.svg +++ /dev/null @@ -1,948 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/necklinedrop/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/necklinedrop/readme.mdx deleted file mode 100644 index 8af1544bc66..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/necklinedrop/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Neckline drop" ---- - -![Neckline drop](necklinedrop.svg) - -This options allows you to lower your neckline below the default. - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/pocketangle/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/pocketangle/readme.mdx deleted file mode 100644 index bcc34ed9ec9..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/pocketangle/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Pocket angle" ---- - -Controls the angle of the pocket slant. - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/pocketlocation/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/pocketlocation/readme.mdx deleted file mode 100644 index c96f89236f2..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/pocketlocation/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Pocket location" ---- - -Controls the location of the pockets. - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/pocketwidth/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/pocketwidth/readme.mdx deleted file mode 100644 index cb0747f4328..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/pocketwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Pocket width" ---- - -Controls the width of the pockets. - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/readme.mdx deleted file mode 100644 index 1c342e60782..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Wahid waistcoat: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/wahid/options/shoulderinset/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/shoulderinset/readme.mdx deleted file mode 100644 index d06834450c0..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/shoulderinset/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Shoulder inset" ---- - -![Shoulder inset](shoulderinset.svg) - -How far do you want your waistcoat to sit away from your shoulder on the shoulder seam? The default is 2cm. - -:::note - - -###### What's the point? - -The shoulder seam of a waistcoat is typically more narrow than your shirt. This option controls how narrow it gets (on the shoulder side). - -::: - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/shoulderinset/shoulderinset.svg b/sites/orgdocs/docs/designs/wahid/options/shoulderinset/shoulderinset.svg deleted file mode 100644 index bacb1dd0927..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/shoulderinset/shoulderinset.svg +++ /dev/null @@ -1,1214 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/waistease/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/waistease/readme.mdx deleted file mode 100644 index ea0c1469842..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/waistease/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Waist ease" ---- - -![Waist ease](waistease.svg) - -How much room do you want at the waist? - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/waistease/waistease.svg b/sites/orgdocs/docs/designs/wahid/options/waistease/waistease.svg deleted file mode 100644 index 8842f8674f0..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/waistease/waistease.svg +++ /dev/null @@ -1,678 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/wahid/options/weltheight/readme.mdx b/sites/orgdocs/docs/designs/wahid/options/weltheight/readme.mdx deleted file mode 100644 index 71d69cdb65e..00000000000 --- a/sites/orgdocs/docs/designs/wahid/options/weltheight/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Welt height" ---- - -Controls the height of the pocket welts. - - - - diff --git a/sites/orgdocs/docs/designs/wahid/readme.mdx b/sites/orgdocs/docs/designs/wahid/readme.mdx deleted file mode 100644 index 80a865f0ed7..00000000000 --- a/sites/orgdocs/docs/designs/wahid/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Wahid waistcoat" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/walburga/cutting/readme.mdx b/sites/orgdocs/docs/designs/walburga/cutting/readme.mdx deleted file mode 100644 index f9daf74b6d0..00000000000 --- a/sites/orgdocs/docs/designs/walburga/cutting/readme.mdx +++ /dev/null @@ -1,25 +0,0 @@ ---- -title: "Walburga Wappenrock: Cutting Instructions" ---- - -Walburga consists of two parts, a _front_ and a _back_ piece. - -:::tip - - -Apart from the cutout for the neck opening, front and back are identical. It is therefore enough to print only the front part. - -::: - -- cut _1 front_, _on the fold_ -- cut _1 back_, _on the fold_ - -### 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! diff --git a/sites/orgdocs/docs/designs/walburga/fabric/readme.mdx b/sites/orgdocs/docs/designs/walburga/fabric/readme.mdx deleted file mode 100644 index ea38c0600a8..00000000000 --- a/sites/orgdocs/docs/designs/walburga/fabric/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Walburga Wappenrock: Fabric Options" ---- - -Walburga can be made out of almost any woven fabric. Historically "accurate" would be linen, wool, and, to an extent, cotton. If you care about authenticity, research this a bit. In any case, natural fibers without any stretch are the way to go. - -Depending on the social status you want to portray, choose coarser or finer fabrics. Different colours are also possible. - -If you want to embroider or appliqué on your Walburga, make sure that your main fabric will support your design. diff --git a/sites/orgdocs/docs/designs/walburga/instructions/readme.mdx b/sites/orgdocs/docs/designs/walburga/instructions/readme.mdx deleted file mode 100644 index 7de432ad8c1..00000000000 --- a/sites/orgdocs/docs/designs/walburga/instructions/readme.mdx +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: "Walburga Wappenrock: Sewing Instructions" ---- - -:::note - - -Walburga is a historically inspired pattern, and if you want more authenticity, handsewing is the way to go. Personally, I use a sewing machine. You do you. - -::: - -### Step 1: Sew shoulder seams - -- Put front and back pieces with good sides together. Sew the shoulder seams, taking care to stop at the notches for the head opening. - -### Step 2: Finish seams and head opening - -- Finish the seams and the raw edges at the head opening, with a method of your choice. (If you used the fabrics recommended in the [fabric options](/docs/designs/walburga/fabric), they _will_ fray. Folding the seam allowance twice, enclosing the raw edge and topstitching is an option. You can also use decorative topstitching.) - -### (Optional) Step 3: Cut slits - -_This step is optional, you can also opt not to cut slits. If so, continue with step 4._ - -:::warning - - -If you cut slits, there will be no seam (or hem) allowance to finish the edge there. Think about this before you cut. - -::: - -- Cut into your fabric until the notch, both on the front and back piece. - -### Step 4: Finish edges - -- Finish the edges of the garment. This is a good time to use bias tape or similar to enclose the raw edge (especially if you cut slits in step 3). This step can take some time, so be patient. - -### Step 5: That's it! - -You're done! You could now appliqué/embroider/otherwise attach a symbol or heraldics of your choice onto your garment. diff --git a/sites/orgdocs/docs/designs/walburga/measurements/readme.mdx b/sites/orgdocs/docs/designs/walburga/measurements/readme.mdx deleted file mode 100644 index b666579effe..00000000000 --- a/sites/orgdocs/docs/designs/walburga/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Walburga Wappenrock: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/walburga/needs/readme.mdx b/sites/orgdocs/docs/designs/walburga/needs/readme.mdx deleted file mode 100644 index a82bf92522e..00000000000 --- a/sites/orgdocs/docs/designs/walburga/needs/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Walburga Wappenrock: What You Need" ---- - -To make Walburga, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 1 meter (1.1 yards) of a suitable fabric (see [Fabric options](/docs/designs/walburga/fabric)) -- (optional) about 3 metres (3.3 yards) of bias tape or trimmings to finish the raw edges diff --git a/sites/orgdocs/docs/designs/walburga/notes/readme.mdx b/sites/orgdocs/docs/designs/walburga/notes/readme.mdx deleted file mode 100644 index d0bcd9b0a7e..00000000000 --- a/sites/orgdocs/docs/designs/walburga/notes/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Walburga Wappenrock: Designer Notes" ---- - -:::note -Lunetius, Tiberius and Walburga really come as a set. Not only were they born at the same time, they are designed to work together to form a full outfit. Not that this means that they can't be made separately ;)::: - -Walburga is the odd one out of the three patterns, because it still is "historically inspired", but does not actually follow any real historical garment. It is based on tabards ("Wappenrock" in German, hence the name starting with a W), handwavingly placed in a western European middle ages setting. To be honest, it is inspired more by the Legend of Zelda than anything real. - -I created this pattern because I needed something for my TTRPG character, basically a fantasy Roman, to display his heraldics on, and since I could not find anything in the literature about Romans doing this in a reliably documented way, I went the "it's all fantasy anyway"-route. (And I had a weird fascination with tabards as a kid, so it was a natural fit.) - -Coding-wise, I spend some time on it because I wanted the triangular terminations to look *just right*, so I fiddled with the golden ratio to ensure it looked nice, no matter what the size. - -The name comes from me thinking about vaguely mediaeval names starting with W, and somehow `walburga` popped into my head. - -Rika - -Also see [Lunetius Designer Notes](/docs/designs/lunetius/notes) and [Tiberius Designer Notes](/docs/designs/tiberius/notes). diff --git a/sites/orgdocs/docs/designs/walburga/options/headratio/readme.mdx b/sites/orgdocs/docs/designs/walburga/options/headratio/readme.mdx deleted file mode 100644 index 10d1d372862..00000000000 --- a/sites/orgdocs/docs/designs/walburga/options/headratio/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Head ratio" ---- - -Controls the size of the head opening - - - - diff --git a/sites/orgdocs/docs/designs/walburga/options/length/readme.mdx b/sites/orgdocs/docs/designs/walburga/options/length/readme.mdx deleted file mode 100644 index 67d27d3f487..00000000000 --- a/sites/orgdocs/docs/designs/walburga/options/length/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length" ---- - -Controls the length of the garment - - - - diff --git a/sites/orgdocs/docs/designs/walburga/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/walburga/options/lengthbonus/readme.mdx deleted file mode 100644 index 5e4a4cdd00e..00000000000 --- a/sites/orgdocs/docs/designs/walburga/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length bonus" ---- - -Allows variation of the length of the garment - - - - diff --git a/sites/orgdocs/docs/designs/walburga/options/neckline/readme.mdx b/sites/orgdocs/docs/designs/walburga/options/neckline/readme.mdx deleted file mode 100644 index 2d26e62bfa7..00000000000 --- a/sites/orgdocs/docs/designs/walburga/options/neckline/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Neckline" ---- - -Controls whether or not to draft a neck opening - - - - diff --git a/sites/orgdocs/docs/designs/walburga/options/neckoratio/readme.mdx b/sites/orgdocs/docs/designs/walburga/options/neckoratio/readme.mdx deleted file mode 100644 index 66b279d0211..00000000000 --- a/sites/orgdocs/docs/designs/walburga/options/neckoratio/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Neck opening shape" ---- - -controls the shape of the neck opening - - - - diff --git a/sites/orgdocs/docs/designs/walburga/options/readme.mdx b/sites/orgdocs/docs/designs/walburga/options/readme.mdx deleted file mode 100644 index 690a05e82cc..00000000000 --- a/sites/orgdocs/docs/designs/walburga/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Walburga Wappenrock: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/walburga/options/widthbonus/readme.mdx b/sites/orgdocs/docs/designs/walburga/options/widthbonus/readme.mdx deleted file mode 100644 index 3c0c29aa321..00000000000 --- a/sites/orgdocs/docs/designs/walburga/options/widthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Width bonus" ---- - -Allows variation of the width of the garment - - - - diff --git a/sites/orgdocs/docs/designs/walburga/readme.mdx b/sites/orgdocs/docs/designs/walburga/readme.mdx deleted file mode 100644 index beb03047eaa..00000000000 --- a/sites/orgdocs/docs/designs/walburga/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Walburga Wappenrock" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/waralee/cutting/readme.mdx b/sites/orgdocs/docs/designs/waralee/cutting/readme.mdx deleted file mode 100644 index 20f9b5f7b47..00000000000 --- a/sites/orgdocs/docs/designs/waralee/cutting/readme.mdx +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: "Waralee wrap pants: Cutting Instructions" ---- - -:::note - - -Waralee consists of two mirrored pieces of fabric. -They are basically big rectangles with pieces missing. -As such, it is easier to print out the part you need to cut out and measure the rest, -than it is to print out everything and cut the pattern the traditional way. - -That said, the pattern is available both ways. So you can print out the whole thing, tape all the pages together, and use that to cut out the fabric, if you prefer. But we recommend only printing the part that you need to cut out. - -You will need to print out the pockets and pocket facings in the traditional way. - -::: - -### Materials - -- **Main fabric** - - Cut **2 pants** parts. - - Cut **2 long strap** parts. - - Cut **2 short strap** parts. - -Optional (pockets) - **Main fabric** - - Cut **4 frontFacing** parts - - Cut **4 backFacing** parts - **Lining fabric** - - Cut **2 frontPocket** parts on the fold. - - Cut **4 backPocket** parts - - -:::note - - -You can cut the Pocket and backPocket parts out of a lining fabric if you prefer but this will only be needed if you deviate from the recommended main fabrics. - -::: - -:::tip - - -Pattern part 2 is just for when you want to make the pants without printing everything. -Since this is just a couple of rectangles (with a slanted side), you can just use a ruler to cut out the main part. Then you use Part 2 to cut out the crotch part. Save a tree. - -Part 2 has a negative seam allowance, since you'll be using it opposite of what you normally use the pattern parts for. - -If you opt for the cut-out method, use the paperless view to see all the dimensions of the pattern. -You will need to cut a narrow strip out from what will become the front, and a small triangle and strip from what will become the back. -And in the middle between these will be the little cut-out pattern piece. -Make sure you measure this correctly, and you have the fabric squared before you start cutting. - -Of course, you'll need to cut out the straps too. They're just simple long rectangles. -::: diff --git a/sites/orgdocs/docs/designs/waralee/fabric/readme.mdx b/sites/orgdocs/docs/designs/waralee/fabric/readme.mdx deleted file mode 100644 index 3ebf5e0e2c6..00000000000 --- a/sites/orgdocs/docs/designs/waralee/fabric/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Waralee wrap pants: Fabric Options" ---- - -### Main Fabric - -Wrap pants are a bit casual and perfect for warm weather. You can't go wrong with **linen** and **cotton** is a good option too. This is a type of wrap pants, which leaves the sides of your legs exposed at times. And as such, it is mostly worn in warmer weather, or inside. To get a good effect of the flowing of the legs, don't use very heavy materials. Good types of fabric are **linen**, and **linen blends**. These mostly have a nice drape and are cool. Heavy materials like denim are less useful so should be avoided. diff --git a/sites/orgdocs/docs/designs/waralee/instructions/readme.mdx b/sites/orgdocs/docs/designs/waralee/instructions/readme.mdx deleted file mode 100644 index 058e2711a71..00000000000 --- a/sites/orgdocs/docs/designs/waralee/instructions/readme.mdx +++ /dev/null @@ -1,168 +0,0 @@ ---- -title: "Waralee wrap pants: Sewing Instructions" ---- - -:::warning - - -##### The key to Waralee is the waist band - -In a way, Waralee is just a waist band with a long piece of fabric attached. The waist band needs to continue from the fabric into two straps of fabric that are used to tie the pants in the front and two in the back. These straps are pieces 7 and 8 in the pattern. Traditionally, they are of similar length. I made longer ones for the front panel (the side that is a little shorter than the other, on the left in the illustrations below), to allow you to tie both sets in the front. I prefer this as it is easier to tie, and you don't have the bulk of the knot in the back. - -::: - -### Step 1: Sew the pockets - -:::note - - -##### Pockets are optional - -Traditionally, these types of pants do not have pockets. But I want to put my phone, keys and wallet somewhere. So I've included pockets in the pattern. You can decide for yourself if you would like them on your pants. - -The illustrations in the next steps show the Waralee pants without pockets. Only the pocket placements from the pattern are shown, to help you orient yourself. - -##### If you do want pockets, make them first - -If you're going to make the pockets, make them before putting one piece of fabric on the other. It's easier to work with the parts still separated. - -::: - -Both sets of pockets on Waralee are single welt pockets. These use a single piece of fabric to create a pocket opening, but are otherwise very similar to the double welt pockets shown here: [Double welt pockets](https://freesewing.org/docs/sewing/double-welt-pockets). - -We'll start with the front pockets. -- Start with all the parts, and mark the location of the pocket on the right side of the fabric. -- Mark the pocket opening on one of the facing pieces too. This time on the wrong side of the fabric. -- Place the facing on the fabric, right sides together. Align the corners of the pocket openings, and pin in place. - -Pocket lining -- Mark the pocket opening on your pocket lining. It should be just inside the seam allowance. -- Align the pocket openings up on all fabric pieces, and line your pocket lining top up with the waistband. Pin or baste in place. - -Pocket opening -- Using small stitches, sew the long sides of the pocket openings, catching fabric, facing, and pocket lining. Do not sew past the ends of the pocket opening. -- Cut a slit directly between the two lines of stitching. Just before the end, split each end of the cut, snipping into each corner of the pocket opening (but not past). You should have a small V at each end of the cut. -- Press the seams open. -- Now push everything through the opening to the other side. Lay everything out nicely with the pocket opening open. Press the pocket opening. - -Constructing the welt -- Turn the garment over, and press the bottom edge of the pocket facing under. Later, this will yield a nice, clean edgestitch. -- Next, flip the pocket facing up, so that it covers the pocket opening. Then, fold back just enough of the facing to exactly cover the entire pocket opening. Press, and pin in place. - -Sewing the pocket opening in place -- Turn the whole thing right side up, then fold back the fabric on one short side of the pocket opening, revealing a little triangle cutout and your pocket lining. -- Sew the short edge of the pocket opening, just outside of your markings. This should secure the V-shaped cutout bits to the lining. Once you feel confident everything will look good from the right side, restitch this line a few times to secure. -- Press. -- To make things nice and tidy, you'll also stitch the bottom edge of the pocket facing to the pocket lining at this point. (This is why we pressed the very edge under earlier.) - -Finishing the pocket -- Take your second pocket facing, and press all edges under except for one of the longer edges. -- Lay this facing over the pocket opening, right sides together and raw edge aligned with the raw edge of the pocket lining. -- Now, fold your pocket lining over, aligning all the edges of the pocket. -- Pin or clip the second pocket facing to the pocket lining along the raw edges. Then flip the pocket lining back, and pin the entire edge of the facing to the pocket lining. -- Edgestitch the facing to the pocket fabric. This will sit behind the pocket opening when everything is assembled, so that if your pocket gaps open, your fashion fabric will show in the gap. -- Flip the pocket fabric back, aligning edges, and pin all sides of the pocket. Close the pocket as you normally do. You can use a french seam, a serger, or another method. - -Making everything clean and tidy -- Flip the whole piece over so you're looking at the right side. -- Fold back the main fabric, so you can see the little triangles on the short edge of the pocket opening. -- Sew another line, now through all layers. You should be able to see the edge stitching line of the first facing. Stitch all the way to this line, which finishes the facing on the inside of the pocket. You want to be really close to the fold with this stitch line. -- Now fold the fabric back on the long side of the pocket opening, where the pocket sides were stitches together. You'll see the initial stitch line of the pocket opening. Make sure all the layers of fabric are laying nicely, and stitch over this stitch line once again, now through all layers. This secures this side of the pocket to the garment fabric. -- Flip over, press well, and admire your work. - -:::note - - -I included placements for the front pockets that will be hidden by the flaps in the front. But they will still be easily accessible to put your phone or keys in. These are single welt pockets. The ones in the front are at an angle and the ones in the back are horizontally oriented. The pocket templates should allow for enough fabric to attach the pocket to the waistband. If you want particularly deep pockets, please adjust accordingly. - -::: - -Constructing the back pockets -- The back pockets are also single welt pockets, but the pocket opening is horizontal, rather than at an angle. This means they hew much closer to the instructions for [double welt pockets](https://freesewing.org/docs/sewing/double-welt-pockets). -- Follow the double welt instructions, modifying the opening to have a single welt, rather than a double welt. - -Congratulations! Your pockets are finished! - -### Step 2: Hem the sides and bottom - -![Hem the sides and bottom](waralee-hem-sides-and-bottom.png) - -- Hem the sides -- Hem the bottom. - -:::note - - -You can use whatever method works best for you. In the version I first made I just serged the sides, folded them back and top stitched them, then did the same for the bottom. I did this to keep the bulk of the fabric to a minimum and allow for a better drape. What you do should depend on the type of fabric you're using. - -::: - -### Step 3: Sew the two pants parts together at the crotch - -![Lay the two parts on top of one another with good sides together. Sew the crotch seam](waralee-crotch-seam-no-pockets.png) - -Now you get to sew the two pants parts together. - -- Lay the two pants parts on top of one another with _good sides together_ and sew the seam along the cutout. -- _Finish_ this seam and press it. - -### Step 4: Prepare the four straps - -The straps are just long tubes of fabric. - -If you printed them, just cut them out. If not, the *Messages from the designer* will have a note about their sizes. - -:::note - - -##### Traditionally, the straps are the same size - -The straps in this design have a longer and a shorter pair. Traditionally the straps are tied both in the front and in the back. -I find the more aesthetically pleasing to tie both in the front. And it removes the knot in the back, which can be uncomfortable. - -If your material is delicate or flimsy, you can add some interfacing to this to give it strength. - -::: - -- Fold them in half along the long side, _good sides together_. -- Stitch the long side and one of the short sides, -- Turn the tie right side out. - -:::tip - - -##### Turning tubes of fabric right side out can be difficult - -This can be made easier by taking a piece of twine longer than the strips. Lay that between the right sides, along the fold. Make sure you catch this while sewing the short side. You can use this to pull the end through the tube you've created. When you're done, you can cut it off. Having a long, skinny stick or a loop turner can help too with this. - -::: - -### Step 5: Sew the waist band - -![Lay the two parts on top of one another with good sides together. Sew the crotch seam](waralee-waist-band-no-pockets.png) - -Now it is time to sew the waist band. - -- If your fabric is delicate, add interfacing to the wrong side of the pants above the waist band line. (red) -- Fold the seam allowance in, and then fold along the waist band line. (red) -- Insert one of the straps you made in the previous step on each side. -- Sew along the waist band line, and add some additional stitching to make sure those straps are attached well. (blue) - -:::warning - - -##### Secure the straps well - -The straps keep your pants up, so having that stitching fail will result in awkward moments. - -::: - -### Step 6: Wear your pants - -Press your pants, and try them on! - -Hold the front side against your belly and wrap both straps around you and tie in the back (or, if you have long straps, wrap them all the way around you and tie in the front). Then hand the back side through your legs to yourself and tie the other straps in the front. - -Here is an article demonstrating how to tie wrap pants: [How to Tie Wrap Pants](https://www.wikihow.com/Tie-Wrap-Pants) - -If you get stuck, or have additional questions, you can always reach out to [other FreeSewers](https://discord.freesewing.org/). diff --git a/sites/orgdocs/docs/designs/waralee/instructions/waralee-crotch-seam-no-pockets.png b/sites/orgdocs/docs/designs/waralee/instructions/waralee-crotch-seam-no-pockets.png deleted file mode 100644 index f2e352c2ca8..00000000000 Binary files a/sites/orgdocs/docs/designs/waralee/instructions/waralee-crotch-seam-no-pockets.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/waralee/instructions/waralee-hem-sides-and-bottom.png b/sites/orgdocs/docs/designs/waralee/instructions/waralee-hem-sides-and-bottom.png deleted file mode 100644 index 3faebc5abee..00000000000 Binary files a/sites/orgdocs/docs/designs/waralee/instructions/waralee-hem-sides-and-bottom.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/waralee/instructions/waralee-waist-band-no-pockets.png b/sites/orgdocs/docs/designs/waralee/instructions/waralee-waist-band-no-pockets.png deleted file mode 100644 index 03f29ea6e93..00000000000 Binary files a/sites/orgdocs/docs/designs/waralee/instructions/waralee-waist-band-no-pockets.png and /dev/null differ diff --git a/sites/orgdocs/docs/designs/waralee/measurements/readme.mdx b/sites/orgdocs/docs/designs/waralee/measurements/readme.mdx deleted file mode 100644 index 23fbf92f968..00000000000 --- a/sites/orgdocs/docs/designs/waralee/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Waralee wrap pants: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/waralee/needs/readme.mdx b/sites/orgdocs/docs/designs/waralee/needs/readme.mdx deleted file mode 100644 index e3954dbc630..00000000000 --- a/sites/orgdocs/docs/designs/waralee/needs/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waralee wrap pants: What You Need" ---- - -To make Waralee, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 2 meters (2.2 yards) of a suitable fabric ([see Waralee Fabric options](/docs/designs/waralee/fabric/)) -- Some interfacing for the waistband and pockets (if making pockets). diff --git a/sites/orgdocs/docs/designs/waralee/notes/readme.mdx b/sites/orgdocs/docs/designs/waralee/notes/readme.mdx deleted file mode 100644 index 62fefdce009..00000000000 --- a/sites/orgdocs/docs/designs/waralee/notes/readme.mdx +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Waralee wrap pants: Designer Notes" ---- - -Waralee is one of those designs that you just make because it's easy, and you feel like -there must be tons of other people who would love to make wrap pants. And where can -you find wrap pants with pockets? And who wants pants without pockets? - -The construction is easy when you make it without pockets. And with them, it's still not -that hard for a practiced sewist. - -Keep in mind that `waralee` is basically two large rectangles, and you can easily make -them by transferring the pattern onto fabric by using the dimensions, and not -printing out all the pages. Turn off the `expand` option in the core settings and -you'll get a page with all the dimensions on it to mark your fabric. And a handy -template for the crotch cut-out is provided too. - -These wrap pants are lovely in warm weather, specially when made from linen. - -Wouter diff --git a/sites/orgdocs/docs/designs/waralee/options/backpocket/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/backpocket/readme.mdx deleted file mode 100644 index 856572305cd..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/backpocket/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Back pocket" ---- - -Whether to include a back pocket or not - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/backraise/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/backraise/readme.mdx deleted file mode 100644 index 8f3aefe17c5..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/backraise/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Back Raise" ---- - -This setting raises the waist in the back. Our waist does not sit horizontally, but is angled up at the back. This setting allows you to raise this in the back if you need it for a good fit. - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/crotchback/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/crotchback/readme.mdx deleted file mode 100644 index 59e4919c214..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/crotchback/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Crotch Back" ---- - -The percentage of the seat circumference that the back crotch needs to occupy. This creates more or less space between the side seam and the back. - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/crotchfactorbackhor/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/crotchfactorbackhor/readme.mdx deleted file mode 100644 index 17dcc4a991b..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/crotchfactorbackhor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Back Crotch Factor Horizontal" ---- - -Used to move the curve of the crotch in the back horizontally - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/crotchfactorbackver/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/crotchfactorbackver/readme.mdx deleted file mode 100644 index 9be640167f9..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/crotchfactorbackver/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Back Crotch Factor Vertical" ---- - -Used to move the curve of the crotch in the back vertically - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/crotchfactorfronthor/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/crotchfactorfronthor/readme.mdx deleted file mode 100644 index 3e659f7135e..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/crotchfactorfronthor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front Crotch Factor Horizontal" ---- - -Used to move the curve of the crotch in the front horizontally - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/crotchfactorfrontver/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/crotchfactorfrontver/readme.mdx deleted file mode 100644 index ed7f4ae74a9..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/crotchfactorfrontver/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front Crotch Factor Vertical" ---- - -Used to move the curve of the crotch in the front vertically - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/crotchfront/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/crotchfront/readme.mdx deleted file mode 100644 index 5e42fb8ab6e..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/crotchfront/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Crotch Front" ---- - -The percentage of the seat circumference that the front crotch needs to occupy. This creates more or less space between the side seam and the front. - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/fitwaist/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/fitwaist/readme.mdx deleted file mode 100644 index 3594f733f51..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/fitwaist/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Fit waist" ---- - -This setting uses the waist measurement to adjust the shaping of the front and back. It will draw in the -waist above the hips if your measurements indicate that the pattern should for a better fit. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/waralee/options/frontpocket/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/frontpocket/readme.mdx deleted file mode 100644 index 22d7714b08b..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/frontpocket/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Front pocket" ---- - -Whether to include a front pocket or not - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/frontpocketstyle/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/frontpocketstyle/readme.mdx deleted file mode 100644 index 265fbcef41b..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/frontpocketstyle/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Front pocket style" ---- - -Change the front pocket from welt pocket to one that is hidden in the front seam. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/waralee/options/hemwidth/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/hemwidth/readme.mdx deleted file mode 100644 index a7375587122..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/hemwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Hem size" ---- - -Size of the hem at the bottom of the pants - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/knotinfront/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/knotinfront/readme.mdx deleted file mode 100644 index 52ddfcb77f0..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/knotinfront/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Knot in Front" ---- - -Normally the Waralee is closed with all straps tied in the front. This allows you to change -that to a set tied in the front and in the back, the traditional way. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/waralee/options/knotposition/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/knotposition/readme.mdx deleted file mode 100644 index 5a9c0fd9759..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/knotposition/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Knot position" ---- - -Normally the Waralee is closed with all straps tied in the front. This option allows you to change -that to all tied in the back, or a set tied in the front and in the back, the traditional way. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/waralee/options/legshortening/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/legshortening/readme.mdx deleted file mode 100644 index bad8fcfedaa..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/legshortening/readme.mdx +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Leg Shortening" ---- - -This dictates how long the pants will be. It is a factor of the inseam measurement. The larger the value, the more that will be taken off the length. - diff --git a/sites/orgdocs/docs/designs/waralee/options/legsize/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/legsize/readme.mdx deleted file mode 100644 index 849a8993a4c..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/legsize/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Leg Size" ---- - -This dictates how long the pants will be. It is a factor of the inseam measurement. The larger the value, the longer the pants. - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/readme.mdx deleted file mode 100644 index 666518d2f28..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Waralee wrap pants: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/waralee/options/separatewaistband/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/separatewaistband/readme.mdx deleted file mode 100644 index cb7fa3b2b66..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/separatewaistband/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Separate waist band" ---- - -This setting changes the way the waistband is constructed. Normally the waistband is just -folded over, like a hem. Turning this option on will generate a separate waistband. - -Mainly used for hiding the pockets in the waistband seam. \ No newline at end of file diff --git a/sites/orgdocs/docs/designs/waralee/options/showmini/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/showmini/readme.mdx deleted file mode 100644 index 4f5331a11a4..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/showmini/readme.mdx +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Show mini" ---- - -Show the mini form of the main pants. This reduces the amount of pages that need to be printed dramatically. -Just use the measurements in the mini part to cut out the main pants part. - diff --git a/sites/orgdocs/docs/designs/waralee/options/waistbandwidth/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/waistbandwidth/readme.mdx deleted file mode 100644 index 3b48359382b..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/waistbandwidth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waist Band" ---- - -Size of the waist band - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/waistoverlap/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/waistoverlap/readme.mdx deleted file mode 100644 index df086eaa679..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/waistoverlap/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waist Overlap" ---- - -This dictates how much you want the leg flaps to overlap at the waist. A setting of 0 would have them meet at the side seam, and a setting of 100 makes them meet at the front/back. - - - - diff --git a/sites/orgdocs/docs/designs/waralee/options/waistraise/readme.mdx b/sites/orgdocs/docs/designs/waralee/options/waistraise/readme.mdx deleted file mode 100644 index 9ffc643309e..00000000000 --- a/sites/orgdocs/docs/designs/waralee/options/waistraise/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Waist Raise" ---- - -How much to raise the waist from the seat depth measurement. This influences the depth of the crotch cut-out. - - - - diff --git a/sites/orgdocs/docs/designs/waralee/readme.mdx b/sites/orgdocs/docs/designs/waralee/readme.mdx deleted file mode 100644 index 95707d3bba9..00000000000 --- a/sites/orgdocs/docs/designs/waralee/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Waralee wrap pants" ---- - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/cutting/readme.mdx b/sites/orgdocs/docs/designs/yuri/cutting/readme.mdx deleted file mode 100644 index 52bbd9ab180..00000000000 --- a/sites/orgdocs/docs/designs/yuri/cutting/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Yuri hoodie: Cutting Instructions" ---- - -- Cut **2 fronts** with _good sides together_ -- Cut **1 back** _on the fold_ -- Cut **2 sleeves** with _good sides together_ -- 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_ diff --git a/sites/orgdocs/docs/designs/yuri/fabric/readme.mdx b/sites/orgdocs/docs/designs/yuri/fabric/readme.mdx deleted file mode 100644 index 0c91e24bb9c..00000000000 --- a/sites/orgdocs/docs/designs/yuri/fabric/readme.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Yuri hoodie: Fabric Options" ---- - -You may find a dedicated sweatshirt/tracksuit fabric section in your fabric store of choice. If you don't, just head for the knitwear section and look for a thicker comfortable knit fabric. - -As far as fibers go, you can go all cotton, or opt for a poly or acryl cotton blend. - -Make sure to pay attention to the inside of the fabric. Sweatshirt fabrics come in loopback and brushed back. If you want that OMG-it-feels-so-soft-on-my-skin feeling, go for brushed. - -:::note - - -You don't have to use sweatshirt fabric. Other options are available, from fashion-forward neoprene (aka scuba) to a more eyebrow-rising choice like crushed velour (aka velvet). - -Or if you have given up on class, you could go for fleece. - -::: diff --git a/sites/orgdocs/docs/designs/yuri/instructions/readme.mdx b/sites/orgdocs/docs/designs/yuri/instructions/readme.mdx deleted file mode 100644 index e739c532afa..00000000000 --- a/sites/orgdocs/docs/designs/yuri/instructions/readme.mdx +++ /dev/null @@ -1,161 +0,0 @@ ---- -title: "Yuri hoodie: Sewing Instructions" ---- - -:::note - - -This pattern can be sewn with or with out a overlocker/serger. To _finish_ seams without a overlocker/serger you can either use your preferred method or one of the methods below: - -##### Finishing Method 1 - -- Press open the seam allowances. -- Then on the good side, _edgestitch_ 3mm (1/8 inch) away or closer to both sides of the seam catching the seam allowances underneath. -- On the wrong side trim the seam allowances close to the edgestitching. - -##### Finishing Method 2 - -- Sew the seam allowances together with either a zig-zag, overcast or straight stitch and press to one side. -- Trim to 1cm (3/8 inch) seam allowance if needed. - -::: - -:::tip - - -If using a overlocker/serger you can sew seams which need finishing in one go rather than sewing the seam conventionally and finishing it. - -::: - -## Step 1: Attaching the Gussets - -- With the good sides together, sew the gussets to the front panels along the side seams. -- _finish_ seams. - -## Step 2: Sew the Shoulder Seams - -- With good sides together, sew the front pieces to the back along the shoulder seams. -- _finish_ seams. - -## Step 3: Attach the Sleeves - -- With good sides together, matching back notch to back notch and front notch to front notch, sew the sleeves to the body. -- _finish_ seams. - -:::note - - -On the pattern the back notch is marked as a cross-notch (see [our pattern notation guide](/docs/about/notation#notches)). It is recommended to make this a double notch when cutting out your pieces to make the back notch easier to differentiate from the front. - -::: - -## Step 4: Hem the Sleeves - -- (Optional) Overcast the raw edge of the sleeve. -- Press the hem allowance to the wrong side of the fabric and baste in place close to the raw edge. -- On the outside, stitch away from the folded edge, catching the hem allowance underneath using the basting as guide to where the raw edge is. -- (Optional) On the outside, stitch 6mm (1/4 inch) parallel to original stitch along the hem allowance. -- Remove basting. - -:::note - - -If you prefer to hem your sleeves after sewing the side seams you can do this step after **Step 5**. -You can skip the overcasting if using a twin needle, coverstitch machine or if you wish to leave the edge raw when hemming. -This is just one hemming method, if you prefer another way go for it. - -::: - -## Step 5: Close the Sides - -- With good sides together, matching shoulder seams, start at the sleeve edge and sew the sleeve together than sew the gusset and back together. -- _finish_ seams. -- Repeat for remaining sleeve and side opening. - -## Step 6: Hem the Raw Edges - -- Fold under and sew the hem on all the raw edges except around the neck edge. -- Sew the hem from the top of one front, to the bottom of the front, then along the bottom of the gusset, then along the bottom of the back, then along bottom of the other gusset, and then up to the neck of the other front. - -## Step 7: Prepare Lining and Outside Hood - -Follow this step twice, once for the outer hood and once for the lining hood. - -- With good sides together, sew the long edge of the Hood Centre to the outer edge of one of the Hood Sides. -- With good sides together, sew the remaining long edge of the Hood Centre to the outer edge of the other Hood Side. -- Press the seam allowances open. -- _finish_ seams. - -:::note - - -It is recommended to use **Finishing Method 1** for this step regardless of whether you are using a overlocker/serger. - -::: - -## Step 8: Join Inside and Outside Hood - -- With _good sides together_, pin the Outside and Lining Hoods together matching the seams. -- Sew the pinned edge together. -- Trim the seam allowance to 1cm (3/8 inch) if your chosen seam allowance is bigger and you have not used and overlocker/serger. Otherwise _do not_ trim the seam. -- Turn the hood good sides out and press the outer edge flat. -- On the outside Topstitch along the edge of the hood, about 1.5 - 2cm (5/8 - 3/4 inch) from the edge. Ensure that your topstitching encloses but does not go through the seam allowance of the outer hood edge. This will create a decorative rim, with the enclosed seam allowance making the rim a bit poofy. -- With raw edges together, overcast the bottom of the hood. You can either do this with an overlocker/serger or a zig-zag or overcast stitch on a regular machine. - -:::note - - -When pressing you want to make sure that the outer fabric folds a little bit to the inside. This will help prevent the lining from peaking out of the hood when topstitched. -If you do not wish to have the decorative rim, you may still want to understitch the lining so it does not peak to the outside. - -::: - -## Step 9: Prepping a Neckband for the Hood (Optional) - -- Cut a cross-wise strip of fabric out of your main fabric, your neck opening + 2cm (3/4 inch) long and triple your neck seam allowance wide. -- Press under 1cm (3/8 inch) allowance on the short sides. - -:::note - - -Whilst marked optional, it is recommended to do this step as it creates a neater and stronger finish around the neck. -You can also make a folded band so the neckband does not have a raw edge but this may be bulky. You will also need to make sure the folded edge extends slightly longer than 1cm to be caught when attaching and topstitching the hood but not so long that it flaps about. - -::: - -## Step 10: Attach the Hood - -- With good sides together, starting from the centre back pin the hood to the neck, matching the centre backs and overlapping the hood ends at the centre front. -- With good side of neckband to lining side of hood, pin the neckband to the hood matching middle of the neckband to the centre back. -- If using an overlocker/serger, serge the neck and hood together through all layers. -- If using a sewing machine, use a zig-zag stitch to sew all the neck and hood layers together. -- On the outside check around the neckline to make sure all the layers are caught. -- Press seam allowances towards the body. -- On the good side, topstitch with a straight stitch approximately 1cm (3/8 inch) away from the neck edge towards the body to catch and secure the neckband underneath. -- Trim the excess binding from the inside. - -:::warning - - -If using a overlocker/serger to attach the hood you may want to attach bulky areas down first with a straight stitch such as the front as an overlocker/serger may have trouble sewing these parts. - -::: - -:::note - - -If you are worried that topstitching the neckband with a straight stitch will not give enough stretch you can always topstitch it with a narrow zig-zag or appropriate stretch stitch of your choosing. -If you are not using a neckband you will want to finish the seam with **Finishing Method 2** and topstitch with 6mm (1/4 inch) instead of 1cm (3/8 inch). - -::: - -## Step 11: Buttons and buttonholes - -- At the buttonhole marks on the front panels, sew button holes for 2.5cm (1 inch) buttons or button size of your choosing. -- For button placement you may want to try your Yuri on and see where the buttons fit the best for you. -- Alternatively you can use the button markings on the pattern for placement. -- Attach the buttons. - -## Step 12 : Ta-daaa - -Enjoy your Yuri! diff --git a/sites/orgdocs/docs/designs/yuri/measurements/readme.mdx b/sites/orgdocs/docs/designs/yuri/measurements/readme.mdx deleted file mode 100644 index eb1fc17ab14..00000000000 --- a/sites/orgdocs/docs/designs/yuri/measurements/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Yuri hoodie: Required Measurements" ---- - - diff --git a/sites/orgdocs/docs/designs/yuri/needs/readme.mdx b/sites/orgdocs/docs/designs/yuri/needs/readme.mdx deleted file mode 100644 index 2f212326741..00000000000 --- a/sites/orgdocs/docs/designs/yuri/needs/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Yuri hoodie: What You Need" ---- - -To make Yuri, you will need the following: - -- [Basic sewing supplies](/docs/sewing/basic-sewing-supplies) -- About 2.5 meters (2.8 yards) of a suitable fabric ([see Fabric options](/docs/designs/yuri/fabric)) -- 2 large buttons - -:::note - - -#### A serger/overlock is nice, but optional - -As with all knitwear and stretch fabrics, a serger/overlock will make your life easier. - -If you do not have one of those, don't despair. You don't really need it. -Because none of the seams get stretched out, you can just sew this pattern with a regular straight stitch. - -::: diff --git a/sites/orgdocs/docs/designs/yuri/notes/readme.mdx b/sites/orgdocs/docs/designs/yuri/notes/readme.mdx deleted file mode 100644 index 147744331ef..00000000000 --- a/sites/orgdocs/docs/designs/yuri/notes/readme.mdx +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Yuri hoodie: Designer Notes" ---- - -The idea behind Yuri was to get a hybrid cardigan/sweatshirt that could be easily opened and closed, and sewn without the hassle of zips. When I started sewing, one of the things I hated the most was sewing zips (but now it's ok, yay!). - -I wanted a big shape that would be comfortable to wear while cycling or knitting on the couch, plus size or not, with or without breasts :) - -This pattern was made in collaboration with @biou, my husband, who's also a programmer. We had a lot of fun creating and testing the pattern together and we were happy to be able to contribute a little to FreeSewing :) - -We used a mix of the two Huey & Hugo hoodies and reshaped them a bit to change the front/opening and length, and BAM, Yuri was born! - -I recommend using a soft sweatshirt fabric, you can add a lining but it's not essential. It can be nice in red for a little red hood costume, or a nice gift for a pregnant person :) - diff --git a/sites/orgdocs/docs/designs/yuri/options/acrossbackfactor/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/acrossbackfactor/readme.mdx deleted file mode 100644 index 2a76eb8e2c7..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/acrossbackfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Across back factor" ---- - -Controls your across back width as a factor of your shoulder to shoulder measurement - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/armholedepth/armholedepthfactor.svg b/sites/orgdocs/docs/designs/yuri/options/armholedepth/armholedepthfactor.svg deleted file mode 100644 index 16f9bd32328..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/armholedepth/armholedepthfactor.svg +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/armholedepth/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/armholedepth/readme.mdx deleted file mode 100644 index f31ce5f8d46..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/armholedepth/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth" ---- - -This option controls the depth of the armhole. - -This option applies to the new v3 way of calculating the armhole depth. -If you enable the [legacy armhole depth](/docs/designs/yuri/options/legacyarmholedepth) option, this option will not apply, but instead it's legacy version [armhole depth factor](/docs/designs/yuri/options/armholedepthfactor) will. - diff --git a/sites/orgdocs/docs/designs/yuri/options/armholedepthfactor/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/armholedepthfactor/readme.mdx deleted file mode 100644 index 221c106b4bf..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/armholedepthfactor/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Armhole depth factor" ---- - -This option controls the depth of the armhole. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/backneckcutout/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/backneckcutout/readme.mdx deleted file mode 100644 index c3d109b2a11..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/backneckcutout/readme.mdx +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Back neck cutout" ---- - -Controls how deep the neck opening is cut out in the back of the garment. -In other words, increasing this will shift the neck opening to the back. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/bicepsease/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/bicepsease/readme.mdx deleted file mode 100644 index dba9216db4d..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/bicepsease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Biceps ease" ---- - -The amount of ease at your upper arm. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/chestease/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/chestease/readme.mdx deleted file mode 100644 index 26dec2bf08a..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/chestease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Chest ease" ---- - -This option controls the ease at your chest. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/collarease/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/collarease/readme.mdx deleted file mode 100644 index 777269af86b..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/collarease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Collar ease" ---- - -Controls the amount of ease at your collar/neck. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/cuffease/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/cuffease/readme.mdx deleted file mode 100644 index f14bd5a9a13..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/cuffease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Cuff ease" ---- - -This option controls the ease at your wrist. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/draftforhighbust/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/draftforhighbust/readme.mdx deleted file mode 100644 index 07e73c86b57..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/draftforhighbust/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Draft for high bust ---- - -Draft the pattern for the high bust measurement (if available) rather than the (full) chest. This will result in a more fitted garment for people with breasts. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/frontarmholedeeper/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/frontarmholedeeper/readme.mdx deleted file mode 100644 index 5ea09a533ab..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/frontarmholedeeper/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Front armhole extra cutout" ---- - -Controls how much the front of the armhole is cut deeper into the garment than the back. - -Since the human shoulder is more rounded at the front of the body, the sleeve(cap) is more -rounded there too, and the armhole is typically cut deeper into the front of the garment than -the back. This option controls how much deeper. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/hipsease/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/hipsease/readme.mdx deleted file mode 100644 index 9df86f6616c..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/hipsease/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Hips ease" ---- - -The amount of ease at your hips. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/legacyarmholedepth/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/legacyarmholedepth/readme.mdx deleted file mode 100644 index 0236257cce9..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/legacyarmholedepth/readme.mdx +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Legacy armhole depth" ---- - -This option allows you to use the legacy way of calculating the armhole depth in Brian, which Yuri extends. - -The legacy (v2) way used the biceps circumference to estimate the armhole depth. - -The v3 way instead uses the waist to armpit measurement to locate the bottom of the armhole. - -If you enable this option, the Brian block will revert to the v2 way of calculating the armhole depth, and Yuri will follow. diff --git a/sites/orgdocs/docs/designs/yuri/options/lengthbonus/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/lengthbonus/readme.mdx deleted file mode 100644 index 69681a3fffd..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/lengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Length bonus" ---- - -This option controls how far the block extend below your hips. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/readme.mdx deleted file mode 100644 index 3ba7b0aa141..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/readme.mdx +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Yuri hoodie: Design Options" ---- - - diff --git a/sites/orgdocs/docs/designs/yuri/options/s3armhole/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/s3armhole/readme.mdx deleted file mode 100644 index c483c8bc30b..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/s3armhole/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: armhole side" ---- - -Controls the shoulder seam location on the armhole side. - -- Increase this option to shift the shoulder seam forward on the armhole side -- Decrease this option to shift the shoulder seam backward on the armhole side - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/s3collar/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/s3collar/readme.mdx deleted file mode 100644 index 8887d957b6b..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/s3collar/readme.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Shoulder seam shift: collar side" ---- - -Controls the shoulder seam location on the collar side. - -- Increase this option to shift the shoulder seam forward on the collar side -- Decrease this option to shift the shoulder seam backward on the collar side - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/shoulderease/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/shoulderease/readme.mdx deleted file mode 100644 index e1a09ce85a3..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/shoulderease/readme.mdx +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Shoulder ease" ---- - -Controls the amount of ease on the shoulder to shoulder measurement. - -This option allows you to create some extra ease at the shoulders which shifts -the shoulder seam more outwards and off the shoulder. Thereby creating extra room -for extra layers of clothing underneath, or more shaped/padded shoulders. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/shoulderslopereduction/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/shoulderslopereduction/readme.mdx deleted file mode 100644 index 52e9c1647af..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/shoulderslopereduction/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Shoulder slope reduction ---- - -The amount by which the shoulder slope is reduced to allow for shoulder padding. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapbackfactorx/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapbackfactorx/readme.mdx deleted file mode 100644 index 68949ed304e..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapbackfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back X" ---- - -![The horizontal location of the back inflection point](./sleevecapbackfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapbackfactorx/sleevecapbackfactorx.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapbackfactorx/sleevecapbackfactorx.svg deleted file mode 100644 index 5e8e35dd35c..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapbackfactorx/sleevecapbackfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapbackfactory/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapbackfactory/readme.mdx deleted file mode 100644 index bd7ca497bb6..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapbackfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap back Y" ---- - -![The vertical location of the back inflection point](./sleevecapbackfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the back of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapbackfactory/sleevecapbackfactory.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapbackfactory/sleevecapbackfactory.svg deleted file mode 100644 index 8348fbf7c7f..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapbackfactory/sleevecapbackfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapease/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapease/readme.mdx deleted file mode 100644 index 4ae0f103d9f..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapease/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap ease" ---- - -Determines the amount of sleevecap ease. - -:::note - - -The amount of sleevecap ease determines how the sleeves rolls from the shoulder. -More ease makes the sleeve curl into the seam as you see on suit jackets. Less ease makes the sleeve lie flat. - -For light fabric or knits, you want little to no sleevecap ease. For heavier woven fabrics, you need more sleevecap ease. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapfrontfactorx/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapfrontfactorx/readme.mdx deleted file mode 100644 index 9abd9b70923..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapfrontfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front X" ---- - -![The horizontal location of the front inflection point](./sleevecapfrontfactorx.svg) - -This option controls the horizontal placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg deleted file mode 100644 index d58c9899afb..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapfrontfactorx/sleevecapfrontfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapfrontfactory/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapfrontfactory/readme.mdx deleted file mode 100644 index f4c0fa83f49..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapfrontfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap front Y" ---- - -![The vertical location of the front inflection point](./sleevecapfrontfactory.svg) - -This option controls the vertical placement of the sleevecap inflection point at the front of the sleeve. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapfrontfactory/sleevecapfrontfactory.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapfrontfactory/sleevecapfrontfactory.svg deleted file mode 100644 index e09d00f3d0f..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapfrontfactory/sleevecapfrontfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapinflection.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapinflection.svg deleted file mode 100644 index f53517d2a1c..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapinflection.svg +++ /dev/null @@ -1,538 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq1offset/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapq1offset/readme.mdx deleted file mode 100644 index e7ae28286c4..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq1offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 offset" ---- - -![The offset in the first quarter of the sleevecap](./sleevecapq1offset.svg) - -This option controls the offset in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq1offset/sleevecapq1offset.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapq1offset/sleevecapq1offset.svg deleted file mode 100644 index f0a2d726ec9..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq1offset/sleevecapq1offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq1spread1/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapq1spread1/readme.mdx deleted file mode 100644 index d5619127fa6..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq1spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 downward spread" ---- - -![The downward spread in the first quadrant of the sleevecap](./sleevecapq1downwardspread.svg) - -This option controls the downward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq1spread1/sleevecapq1downwardspread.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapq1spread1/sleevecapq1downwardspread.svg deleted file mode 100644 index 6914bc68fa8..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq1spread1/sleevecapq1downwardspread.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq1spread2/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapq1spread2/readme.mdx deleted file mode 100644 index 4f85ea08ff8..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq1spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q1 upward spread" ---- - -![The upward spread in the first quadrant of the sleevecap](./sleevecapq1spread2.svg) - -This option controls the upward spread in the first quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq1spread2/sleevecapq1spread2.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapq1spread2/sleevecapq1spread2.svg deleted file mode 100644 index f369a220f5e..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq1spread2/sleevecapq1spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq2offset/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapq2offset/readme.mdx deleted file mode 100644 index 5b57023476e..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq2offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 offset" ---- - -![The offset in the second quarter of the sleevecap](./sleevecapq2offset.svg) - -This option controls the offset in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq2offset/sleevecapq2offset.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapq2offset/sleevecapq2offset.svg deleted file mode 100644 index dcc88d098f0..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq2offset/sleevecapq2offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq2spread1/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapq2spread1/readme.mdx deleted file mode 100644 index f2d22ebda77..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq2spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 downward spread" ---- - -![The downward spread in the second quadrant of the sleevecap](./sleevecapq2spread1.svg) - -This option controls the downward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq2spread1/sleevecapq2spread1.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapq2spread1/sleevecapq2spread1.svg deleted file mode 100644 index 5197ed0114a..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq2spread1/sleevecapq2spread1.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq2spread2/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapq2spread2/readme.mdx deleted file mode 100644 index 0bc44c882a4..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq2spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q2 upward spread" ---- - -![The upward spread in the second quadrant of the sleevecap](./sleevecapq2spread2.svg) - -This option controls the upward spread in the second quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq2spread2/sleevecapq2spread2.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapq2spread2/sleevecapq2spread2.svg deleted file mode 100644 index 222d43e460d..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq2spread2/sleevecapq2spread2.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq3offset/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapq3offset/readme.mdx deleted file mode 100644 index c5bb57841b7..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq3offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 offset" ---- - -![The offset in the third quarter of the sleevecap](./sleevecapq3offset.svg) - -This option controls the offset in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq3offset/sleevecapq3offset.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapq3offset/sleevecapq3offset.svg deleted file mode 100644 index ac048c72247..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq3offset/sleevecapq3offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq3spread1/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapq3spread1/readme.mdx deleted file mode 100644 index a90d63447bc..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq3spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 upward spread" ---- - -![The upward spread in the third quadrant of the sleevecap](./sleevecapq3spread1.svg) - -This option controls the upward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq3spread1/sleevecapq3spread1.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapq3spread1/sleevecapq3spread1.svg deleted file mode 100644 index 1649c2c5cc9..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq3spread1/sleevecapq3spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq3spread2/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapq3spread2/readme.mdx deleted file mode 100644 index 596fa8dc33c..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq3spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q3 downward spread" ---- - -![The downward spread in the third quadrant of the sleevecap](./sleevecapq3spread2.svg) - -This option controls the downward spread in the third quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq3spread2/sleevecapq3spread2.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapq3spread2/sleevecapq3spread2.svg deleted file mode 100644 index 79135108ba0..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq3spread2/sleevecapq3spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq4offset/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapq4offset/readme.mdx deleted file mode 100644 index 54f165f2eca..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq4offset/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 offset" ---- - -![The offset in the fourth quarter of the sleevecap](./sleevecapq4offset.svg) - -This option controls the offset in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq4offset/sleevecapq4offset.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapq4offset/sleevecapq4offset.svg deleted file mode 100644 index b5877e2c0a1..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq4offset/sleevecapq4offset.svg +++ /dev/null @@ -1,480 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq4spread1/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapq4spread1/readme.mdx deleted file mode 100644 index 5630d4682e3..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq4spread1/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 upward spread" ---- - -![The upward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread1.svg) - -This option controls the upward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq4spread1/sleevecapq4spread1.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapq4spread1/sleevecapq4spread1.svg deleted file mode 100644 index 42f42a721fe..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq4spread1/sleevecapq4spread1.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq4spread2/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecapq4spread2/readme.mdx deleted file mode 100644 index 624fce70c87..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq4spread2/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap Q4 downward spread" ---- - -![The downward spread in the fourth quadrant of the sleevecap](./sleevecapq4spread2.svg) - -This option controls the downward spread in the fourth quadrant of the sleevecap. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapq4spread2/sleevecapq4spread2.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapq4spread2/sleevecapq4spread2.svg deleted file mode 100644 index b84e4d0c6c7..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapq4spread2/sleevecapq4spread2.svg +++ /dev/null @@ -1,481 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecapspread.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecapspread.svg deleted file mode 100644 index 9878d2f0943..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecapspread.svg +++ /dev/null @@ -1,584 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecaptop.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecaptop.svg deleted file mode 100644 index 39e7bb71c33..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecaptop.svg +++ /dev/null @@ -1,488 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecaptopfactorx/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecaptopfactorx/readme.mdx deleted file mode 100644 index da109f5c03f..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecaptopfactorx/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top X" ---- - -![The horizontal location of the sleevecap top](./sleevecaptopfactorx.svg) - -This option controls the horizontal placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecaptopfactorx/sleevecaptopfactorx.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecaptopfactorx/sleevecaptopfactorx.svg deleted file mode 100644 index be96935d057..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecaptopfactorx/sleevecaptopfactorx.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecaptopfactory/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevecaptopfactory/readme.mdx deleted file mode 100644 index ec42af0d5e5..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecaptopfactory/readme.mdx +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Sleevecap top Y" ---- - -![The vertical location of the sleevecap top](./sleevecaptopfactory.svg) - -This option controls the vertical placement of the sleevecap top. - -:::tip - - -See [understanding the sleevecap](/docs/designs/brian/options#understanding-the-sleevecap) for an in-depth -look into how the sleevecap is constructed and the influence of the different options on its shape. - -::: - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevecaptopfactory/sleevecaptopfactory.svg b/sites/orgdocs/docs/designs/yuri/options/sleevecaptopfactory/sleevecaptopfactory.svg deleted file mode 100644 index cd55923d35e..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevecaptopfactory/sleevecaptopfactory.svg +++ /dev/null @@ -1,467 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - - - - 2 - - - - 3 - - - - 4 - - - - 5 - - - - 6 - - - - - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevelengthbonus/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevelengthbonus/readme.mdx deleted file mode 100644 index 3f1a36658a7..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevelengthbonus/readme.mdx +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Sleeve length bonus" ---- - -This option controls how to lengthen the sleeves. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/options/sleevewidthguarantee/readme.mdx b/sites/orgdocs/docs/designs/yuri/options/sleevewidthguarantee/readme.mdx deleted file mode 100644 index 6671e1c5917..00000000000 --- a/sites/orgdocs/docs/designs/yuri/options/sleevewidthguarantee/readme.mdx +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Sleeve width guarantee" ---- - -We first draft the arm opening, then we draft a sleeve to fit it. - -When all goes well, the sleeve fits perfectly, and this option is not relevant. -However, if/when the sleeve does not perfectly fit the arm opening, we need to adapt it. - -Since the shape and height of the sleevecap are more important than the width, we tend to -prefer adjusting the width to fit the sleevecap. - -To avoid the sleeve getting too narrow, we only adapt a portion of the sleeve width. -This option allows you to control how much of the sleeve width is guaranteed. -Increasing this option will allow us less of the width to play with to fit the sleeve. -This way, the resulting sleeve will be closer to the theoretical sleeve width, and we -will instead modify (more of) the sleevecap height to fit the sleeve. - - - - diff --git a/sites/orgdocs/docs/designs/yuri/readme.mdx b/sites/orgdocs/docs/designs/yuri/readme.mdx deleted file mode 100644 index 0da97472abb..00000000000 --- a/sites/orgdocs/docs/designs/yuri/readme.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Yuri hoodie" ---- - - - - - diff --git a/sites/orgdocs/docs/sewing/basic-sewing-supplies/readme.mdx b/sites/orgdocs/docs/sewing/basic-sewing-supplies/readme.mdx index a629a553d27..b34ae654f9d 100644 --- a/sites/orgdocs/docs/sewing/basic-sewing-supplies/readme.mdx +++ b/sites/orgdocs/docs/sewing/basic-sewing-supplies/readme.mdx @@ -3,10 +3,12 @@ title: Basic sewing supplies jargon: true --- -> What exactly constitutes the bare necessities for sewing is subject to debate. -> Some people like more tools, others say that even a sewing machine is optional as you can sew by hand. +What exactly constitutes the bare necessities for sewing is subject to debate. +Some people like more tools, others say that even a sewing machine is optional +as you can sew by hand. -For the sake of clarity, when I refer to basic sewing supplies on this website, I mean the following: +For the sake of clarity, when we refer to basic sewing supplies on this website, +we mean the following: - Tape measure - Sewing machine diff --git a/sites/orgdocs/docs/sewing/basting/readme.mdx b/sites/orgdocs/docs/sewing/basting/readme.mdx index 9dc34a9e4b1..ca60000cb44 100644 --- a/sites/orgdocs/docs/sewing/basting/readme.mdx +++ b/sites/orgdocs/docs/sewing/basting/readme.mdx @@ -18,4 +18,6 @@ Examples of where basting is commonly used are: Basting is never permanent, but merely a temporary measure to hold things in place. -> Basting and pinning are different techniques for similar situations +:::note +Basting and pinning are different techniques for similar situations +::: diff --git a/sites/orgdocs/docs/sewing/coverlock/readme.mdx b/sites/orgdocs/docs/sewing/coverlock/readme.mdx index 285f0176155..4e887c35e2c 100644 --- a/sites/orgdocs/docs/sewing/coverlock/readme.mdx +++ b/sites/orgdocs/docs/sewing/coverlock/readme.mdx @@ -3,14 +3,18 @@ title: Coverlock jargon: true --- -![A hem on a T-shirt, made with a coverlock machine](coverlock-hem.jpg) +A coverlock is a type of sewing machine that is dedicated to do a coverlock +stitch, or coverlock seam. + +A coverlock seam is used for hemming knit garments. It finishes the folded back +fabric so it can't ravel and the resulting stitch can stretch along with the +fabric. + +Coverlocks can be dedicated machines, or they can be integrated in an +overlock/serger. + +![A hem on a T-shirt, made with a coverlock machine](coverlock-hem.jpg 'test') ![The finished backside of a coverlocked seam](coverlock.jpg) ![My coverlock machine, a Janome Coverpro 1000 CPX](janome-coverpro.jpg) - -A coverlock is a type of sewing machine that is dedicated to do a coverlock stitch, or coverlock seam. - -A coverlock seam is used for hemming knit garments. It finishes the folded back fabric so it can't ravel and the resulting stitch can stretch along with the fabric. - -Coverlocks can be dedicated machines, or they can be integrated in an overlock/serger.