diff --git a/designs/aaron/src/back.mjs b/designs/aaron/src/back.mjs index 076d35c9ae3..ee88e1b57de 100644 --- a/designs/aaron/src/back.mjs +++ b/designs/aaron/src/back.mjs @@ -61,6 +61,10 @@ export const back = { /* * Annotations */ + + // Set anchor point for grid + points.gridAnchor = points.cfHem + // cutonfold macro('cutonfold', { from: points.cfNeck, diff --git a/designs/aaron/src/front.mjs b/designs/aaron/src/front.mjs index 109182e0757..65e09d3c905 100644 --- a/designs/aaron/src/front.mjs +++ b/designs/aaron/src/front.mjs @@ -173,6 +173,10 @@ export const front = { /* * Annotations */ + + // Set anchor point for grid + points.gridAnchor = points.cfHem + // Provide cutting instructions store.cutlist.addCut({ cut: 1, onFold: 1 }) diff --git a/designs/aaron/src/index.mjs b/designs/aaron/src/index.mjs index 3d7caa0c645..e2f9e8f3451 100644 --- a/designs/aaron/src/index.mjs +++ b/designs/aaron/src/index.mjs @@ -23,6 +23,10 @@ const i18n = mergeI18n([brianI18n, aaronI18n], { 'cuffEase', 's3Collar', 's3Armhole', + 'legacyArmholeDepth', + 'legacyArmholeDepthNo', + 'legacyArmholeDepthYes', + 'armholeDepth', ], }, s: { drop: [] }, diff --git a/markdown/org/docs/designs/aaron/options/armholedepth/armholedepthfactor.svg b/markdown/org/docs/designs/aaron/options/armholedepth/armholedepthfactor.svg new file mode 100644 index 00000000000..16f9bd32328 --- /dev/null +++ b/markdown/org/docs/designs/aaron/options/armholedepth/armholedepthfactor.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + diff --git a/markdown/org/docs/designs/aaron/options/armholedepth/brian_armholedepthfactor_sample.svg b/markdown/org/docs/designs/aaron/options/armholedepth/brian_armholedepthfactor_sample.svg new file mode 100644 index 00000000000..aeb75618379 --- /dev/null +++ b/markdown/org/docs/designs/aaron/options/armholedepth/brian_armholedepthfactor_sample.svg @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/markdown/org/docs/designs/aaron/options/armholedepth/de.md b/markdown/org/docs/designs/aaron/options/armholedepth/de.md new file mode 100644 index 00000000000..f9d3a9d4548 --- /dev/null +++ b/markdown/org/docs/designs/aaron/options/armholedepth/de.md @@ -0,0 +1,11 @@ +--- +title: "Tiefenfaktor des Armloches" +--- + +![Der Rüstungstiefenfaktor auf Brian](./armholedepthfactor.svg) + +Diese Option steuert die Tiefe des Armlochs. + +## Effekt dieser Option auf das Schnittmuster + +![Dieses Bild zeigt den Effekt dieser Option, indem es mehrere Varianten überlagert, die einen anderen Wert für diese Option haben](brian_armholedepthfactor_sample.svg "Effekt dieser Option auf das Schnittmuster") diff --git a/markdown/org/docs/designs/aaron/options/armholedepth/en.md b/markdown/org/docs/designs/aaron/options/armholedepth/en.md new file mode 100644 index 00000000000..86508b4a255 --- /dev/null +++ b/markdown/org/docs/designs/aaron/options/armholedepth/en.md @@ -0,0 +1,11 @@ +--- +title: "Armhole depth" +--- + +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. + +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/markdown/org/docs/designs/aaron/options/armholedepth/es.md b/markdown/org/docs/designs/aaron/options/armholedepth/es.md new file mode 100644 index 00000000000..a3f435fa212 --- /dev/null +++ b/markdown/org/docs/designs/aaron/options/armholedepth/es.md @@ -0,0 +1,11 @@ +--- +title: "Factor de profundidad de la sisa" +--- + +![El factor de profundidad del agujero en Brian](./armholedepthfactor.svg) + +Esta opción controla la profundidad del agujero de armadura. + +## Efecto de esta opción en el patrón + +![Esta imagen muestra el efecto de esta opción superponiendo varias variantes que tienen un valor diferente para esta opción](brian_armholedepthfactor_sample.svg "Efecto de esta opción en el patrón") diff --git a/markdown/org/docs/designs/aaron/options/armholedepth/fr.md b/markdown/org/docs/designs/aaron/options/armholedepth/fr.md new file mode 100644 index 00000000000..bfb538399b0 --- /dev/null +++ b/markdown/org/docs/designs/aaron/options/armholedepth/fr.md @@ -0,0 +1,11 @@ +--- +title: "Hauteur de l'emmanchure" +--- + +![Le facteur de profondeur de l'armure sur Brian](./armholedepthfactor.svg) + +Cette option permet de contrôler la profondeur de l'emmanchure. + +## Effet de cette option sur le motif + +![Cette image montre l'effet de cette option en superposant plusieurs variantes qui ont une valeur différente pour cette option](brian_armholedepthfactor_sample.svg "Effet de cette option sur le motif") diff --git a/markdown/org/docs/designs/aaron/options/armholedepth/nl.md b/markdown/org/docs/designs/aaron/options/armholedepth/nl.md new file mode 100644 index 00000000000..43592ed133b --- /dev/null +++ b/markdown/org/docs/designs/aaron/options/armholedepth/nl.md @@ -0,0 +1,11 @@ +--- +title: "Diepte armsgat factor" +--- + +![De factor armsgat bij Brian](./armholedepthfactor.svg) + +Deze optie bepaalt de diepte van het armsgat. + +## Effect van deze optie op het patroon + +![Deze afbeelding toont het effect van deze optie door meerdere varianten die een andere waarde hebben voor deze optie te vervangen](brian_armholedepthfactor_sample.svg "Effect van deze optie op het patroon") diff --git a/markdown/org/docs/designs/aaron/options/armholedepth/uk.md b/markdown/org/docs/designs/aaron/options/armholedepth/uk.md new file mode 100644 index 00000000000..906208a43b9 --- /dev/null +++ b/markdown/org/docs/designs/aaron/options/armholedepth/uk.md @@ -0,0 +1,11 @@ +--- +title: "Коефіцієнт глибини пройми" +--- + +![Коефіцієнт глибини пройми на Брайані](./armholedepthfactor.svg) + +Ця опція регулює глибину пройми. + +## Вплив цієї опції на шаблон + +![На цьому зображенні показано вплив цієї опції шляхом накладання декількох варіантів, які мають різне значення для цієї опції](brian_armholedepthfactor_sample.svg "Вплив цієї опції на шаблон") diff --git a/markdown/org/docs/designs/aaron/options/legacyarmholedepth/en.md b/markdown/org/docs/designs/aaron/options/legacyarmholedepth/en.md new file mode 100644 index 00000000000..d7d9c2ace3d --- /dev/null +++ b/markdown/org/docs/designs/aaron/options/legacyarmholedepth/en.md @@ -0,0 +1,11 @@ +--- +title: "Legacy armhole depth" +--- + +This option allows you to use the legacy way of calculating the armhole depth in Brian, which is the block Aaron 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, which will influence the armhole on Aaron too.