Merge branch 'develop' into i18n
161
.github/labeler.yml
vendored
|
@ -1,161 +0,0 @@
|
|||
":package: aaron":
|
||||
- packages/aaron/*
|
||||
":package: albert":
|
||||
- packages/albert/*
|
||||
":package: bella":
|
||||
- packages/bella/*
|
||||
":package: benjamin":
|
||||
- packages/benjamin/*
|
||||
":package: bent":
|
||||
- packages/bent/*
|
||||
":package: breanna":
|
||||
- packages/breanna/*
|
||||
":package: brian":
|
||||
- packages/brian/*
|
||||
":package: bruce":
|
||||
- packages/bruce/*
|
||||
":package: carlita":
|
||||
- packages/carlita/*
|
||||
":package: carlton":
|
||||
- packages/carlton/*
|
||||
":package: cathrin":
|
||||
- packages/cathrin/*
|
||||
":package: charlie":
|
||||
- packages/charlie/*
|
||||
":package: components":
|
||||
- packages/components/*
|
||||
":package: core":
|
||||
- packages/core/*
|
||||
":package: cornelius":
|
||||
- packages/cornelius/*
|
||||
":package: create-freesewing-pattern":
|
||||
- packages/create-freesewing-pattern/*
|
||||
":package: css-theme":
|
||||
- packages/css-theme/*
|
||||
":package: diana":
|
||||
- packages/diana/*
|
||||
"examples":
|
||||
- packages/examples/*
|
||||
":package: florence":
|
||||
- packages/florence/*
|
||||
":package: florent":
|
||||
- packages/florent/*
|
||||
"freesewing.dev":
|
||||
- packages/freesewing.dev/*
|
||||
"freesewing.org":
|
||||
- packages/freesewing.org/*
|
||||
"freesewing.shared":
|
||||
- packages/freesewing.shared/*
|
||||
":package: gatsby-remark-jargon":
|
||||
- packages/gatsby-remark-jargon/*
|
||||
":package: holmes":
|
||||
- packages/holmes/*
|
||||
":package: hortensia":
|
||||
- packages/hortensia/*
|
||||
":package: huey":
|
||||
- packages/huey/*
|
||||
":package: hugo":
|
||||
- packages/hugo/*
|
||||
":package: i18n":
|
||||
- packages/i18n/*
|
||||
"i18n":
|
||||
- packages/i18n/src/locales/*
|
||||
":package: jaeger":
|
||||
- packages/jaeger/*
|
||||
"legend":
|
||||
- packages/legend/*
|
||||
":package: models":
|
||||
- packages/models/*
|
||||
":package: mui-theme":
|
||||
- packages/mui-theme/*
|
||||
":package: paco":
|
||||
- packages/paco/*
|
||||
":package: pattern-info":
|
||||
- packages/pattern-info/*
|
||||
":package: penelope":
|
||||
- packages/penelope/*
|
||||
":package: plugin-banner":
|
||||
- packages/plugin-banner/*
|
||||
":package: plugin-bartack":
|
||||
- packages/plugin-bartack/*
|
||||
":package: plugin-bundle":
|
||||
- packages/plugin-bundle/*
|
||||
":package: plugin-bust":
|
||||
- packages/plugin-bust/*
|
||||
":package: plugin-buttons":
|
||||
- packages/plugin-buttons/*
|
||||
":package: plugin-cutonfold":
|
||||
- packages/plugin-cutonfold/*
|
||||
":package: plugin-dimension":
|
||||
- packages/plugin-dimension/*
|
||||
":package: plugin-export-dxf":
|
||||
- packages/plugin-export-dxf/*
|
||||
":package: plugin-flip":
|
||||
- packages/plugin-flip/*
|
||||
":package: plugin-gore":
|
||||
- packages/plugin-gore/*
|
||||
":package: plugin-grainline":
|
||||
- packages/plugin-grainline/*
|
||||
":package: plugin-i18n":
|
||||
- packages/plugin-i18n/*
|
||||
":package: plugin-logo":
|
||||
- packages/plugin-logo/*
|
||||
":package: plugin-measurements":
|
||||
- packages/plugin-measurments/*
|
||||
":package: plugin-mirror":
|
||||
- packages/plugin-mirror/*
|
||||
":package: plugin-notches":
|
||||
- packages/plugin-notches/*
|
||||
":package: plugin-round":
|
||||
- packages/plugin-round/*
|
||||
":package: plugin-scalebox":
|
||||
- packages/plugin-scalebox/*
|
||||
":package: plugin-sprinkle":
|
||||
- packages/plugin-sprinkle/*
|
||||
":package: plugin-svgattr":
|
||||
- packages/plugin-svgattr/*
|
||||
":package: plugin-theme":
|
||||
- packages/plugin-theme/*
|
||||
":package: plugin-title":
|
||||
- packages/plugin-title/*
|
||||
":package: plugin-validate":
|
||||
- packages/plugin-validate/*
|
||||
":package: prettier-config":
|
||||
- packages/prettier-config/*
|
||||
":package: remark-jargon":
|
||||
- packages/remark-jargon/*
|
||||
":package: rendertest":
|
||||
- packages/rendertest/*
|
||||
":package: sandy":
|
||||
- packages/sandy/*
|
||||
":package: shin":
|
||||
- packages/shin/*
|
||||
":package: simon":
|
||||
- packages/simon/*
|
||||
":package: simone":
|
||||
- packages/simone/*
|
||||
"strapi":
|
||||
- packages/strapi/*
|
||||
":package: sven":
|
||||
- packages/sven/*
|
||||
":package: tamiko":
|
||||
- packages/tamiko/*
|
||||
":package: teagan":
|
||||
- packages/teagan/*
|
||||
":package: theo":
|
||||
- packages/theo/*
|
||||
":package: titan":
|
||||
- packages/titan/*
|
||||
":package: trayvon":
|
||||
- packages/trayvon/*
|
||||
"tutorial":
|
||||
- packages/tutorial/*
|
||||
":package: ursula":
|
||||
- packages/ursula/*
|
||||
":package: utils":
|
||||
- packages/utils/*
|
||||
":package: wahid":
|
||||
- packages/wahid/*
|
||||
":package: waralee":
|
||||
- packages/waralee/*
|
||||
|
19
.github/workflows/label.yml
vendored
|
@ -1,19 +0,0 @@
|
|||
# This workflow will triage pull requests and apply a label based on the
|
||||
# paths that are modified in the pull request.
|
||||
|
||||
name: PR Labeler
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
@ -6,7 +6,7 @@ The scale factor can be used to scale down (or up) everything that is not the
|
|||
actual pattern itself. Things like font sizes, arrow sizes, logos, scalebox,
|
||||
line width and so on.
|
||||
|
||||
It was specifically created to accomodate patterns for doll clothes and other
|
||||
It was specifically created to accommodate patterns for doll clothes and other
|
||||
situations where the text and snippets would become too large in comparison to the pattern.
|
||||
|
||||
You need to enable *Expert mode* after which you can find the scale setting
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: Waist to upper leg
|
||||
---
|
||||
The **waist to upper leg** is measured from your waist down to the top of your leg. Measure it a the side of your body.
|
||||
The **waist to upper leg** is measured from your waist down to the top of your leg. Measure it at the side of your body.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 25 KiB |
|
@ -1,4 +1,4 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
<PatternDocs pattern='albert' />
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
<PatternDocs pattern='albert' />
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
<PatternDocs pattern='albert' />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Albert Construction
|
||||
- - -
|
||||
---
|
||||
|
||||
### Schritt 1: Die Tasche
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Albert Construction
|
||||
- - -
|
||||
---
|
||||
|
||||
### Paso 1: El bolsillo
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
titre: Construction d'Albert
|
||||
- - -
|
||||
---
|
||||
|
||||
### Étape 1 : La Poche
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Albert Construction
|
||||
- - -
|
||||
---
|
||||
|
||||
### Step 1: The Pocket
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
<PatternDocs pattern='albert' />
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 62 KiB |
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
<PatternOptions pattern='albert' />
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
<PatternOptions pattern='albert' />
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
<PatternOptions pattern='albert' />
|
||||
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 63 KiB |
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
<PatternOptions pattern='albert' />
|
||||
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 62 KiB |
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
<PatternMeasurements pattern='bee' />
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
<PatternMeasurements pattern='bee' />
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
<PatternMeasurements pattern='bee' />
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- - -
|
||||
- - -
|
||||
---
|
||||
---
|
||||
|
||||
<PatternMeasurements pattern='bee' />
|
||||
|
||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 26 KiB |
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Armhole depth (Bella)
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the armhole depth in the underlying Bella block Bee is based on
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Profundidad de la sisa (Bella)
|
||||
- - -
|
||||
---
|
||||
|
||||
Controla la profundidad de la sisa en el patron de base Bella en el que se basa Bee
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Armhole depth (Bella)
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the armhole depth in the underlying Bella block Bee is based on
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Armhole depth (Bella)
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the armhole depth in the underlying Bella block Bee is based on
|
||||
|
||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 26 KiB |
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Back dart height (Bella)
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the back dart height in the underlying Bella block Bee is based on
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Altura de la pinza trasera (Bella)
|
||||
- - -
|
||||
---
|
||||
|
||||
Controla la altura de la pinza trasera en el patrón base Bella, en el que se basa Bee
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Back dart height (Bella)
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the back dart height in the underlying Bella block Bee is based on
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Back dart height (Bella)
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the back dart height in the underlying Bella block Bee is based on
|
||||
|
||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 26 KiB |
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band Length (Cross back ties)
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the length of the band around your chest for the cross back ties variation of Bee
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
title: Band Length (Cross back ties)
|
||||
---
|
||||
|
||||
Controls the length of the band around your chest for the cross back ties variation of Bee.
|
||||
Controls the length of the band around your chest for the cross back ties variation of Bee
|
||||
|
||||
|
||||
## Effect of this option on the pattern
|
||||

|
||||

|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Longitud de la cinta del torso (para la versión de tirantes cruzados)
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the length of the band around your chest for the cross back ties variation of Bee
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band Length (Cross back ties)
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the length of the band around your chest for the cross back ties variation of Bee
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band Length (Cross back ties)
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the length of the band around your chest for the cross back ties variation of Bee
|
||||
|
||||
|
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 21 KiB |
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band (chest) tie length colours
|
||||
- - -
|
||||
---
|
||||
|
||||
Whether you want single color tie around your chest, or dual-coloured ones
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Colores de la longitud de la cinta del pecho
|
||||
- - -
|
||||
---
|
||||
|
||||
Sobre si quieres la cinta alrededor del pecho de un solo color o de dos colores
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band (chest) tie length colours
|
||||
- - -
|
||||
---
|
||||
|
||||
Whether you want single color tie around your chest, or dual-coloured ones
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band (chest) tie length colours
|
||||
- - -
|
||||
---
|
||||
|
||||
Whether you want single color tie around your chest, or dual-coloured ones
|
||||
|
||||
|
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 21 KiB |
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band (chest) tie ends
|
||||
- - -
|
||||
---
|
||||
|
||||
Whether you like straight or pointy ends on the tie around your chest
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Puntas de la cinta del pecho
|
||||
- - -
|
||||
---
|
||||
|
||||
Si prefieres que las puntas de la cinta alrededor del pecho sean planas o acaben en punta
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band (chest) tie ends
|
||||
- - -
|
||||
---
|
||||
|
||||
Whether you like straight or pointy ends on the tie around your chest
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band (chest) tie ends
|
||||
- - -
|
||||
---
|
||||
|
||||
Whether you like straight or pointy ends on the tie around your chest
|
||||
|
||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 26 KiB |
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band (chest) tie length
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the length of the tie around your chest
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Longitud de la cinta del pecho
|
||||
- - -
|
||||
---
|
||||
|
||||
Controla la longitud de la cinta alrededor del pecho
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band (chest) tie length
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the length of the tie around your chest
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band (chest) tie length
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the length of the tie around your chest
|
||||
|
||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 26 KiB |
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band (chest) tie width
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the width of the tie/band around your chest
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
titulo: Ancho de la cinta del pecho
|
||||
- - -
|
||||
---
|
||||
|
||||
Controla el ancho de la cinta alrededor del pecho
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band (chest) tie width
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the width of the tie/band around your chest
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Band (chest) tie width
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls the width of the tie/band around your chest
|
||||
|
||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 26 KiB |
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Show Bella
|
||||
- - -
|
||||
---
|
||||
|
||||
Shows the outline of the Bella block Bee is based on
|
||||
|
||||
|
|
|
@ -4,6 +4,14 @@ 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
|
||||
|
||||
</Note>
|
||||
|
||||
|
||||
## Effect of this option on the pattern
|
||||

|
||||

|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Mostrar Bella
|
||||
- - -
|
||||
---
|
||||
|
||||
Muestra el contorno del patrón base Bella en el que se basa Bee
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Show Bella
|
||||
- - -
|
||||
---
|
||||
|
||||
Shows the outline of the Bella block Bee is based on
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Show Bella
|
||||
- - -
|
||||
---
|
||||
|
||||
Shows the outline of the Bella block Bee is based on
|
||||
|
||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 26 KiB |
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Bottom depth
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls how far the bikini cup extends downwards
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Límite inferior
|
||||
- - -
|
||||
---
|
||||
|
||||
Controla hasta qué punto la copa de bikini se extiende hacia abajo
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Bottom depth
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls how far the bikini cup extends downwards
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- - -
|
||||
---
|
||||
title: Bottom depth
|
||||
- - -
|
||||
---
|
||||
|
||||
Controls how far the bikini cup extends downwards
|
||||
|
||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 26 KiB |