1
0
Fork 0

sparkles: brianFitSleeve option and changes for freesewing v0.17

This commit is contained in:
Joost De Cock 2018-09-12 17:38:21 +02:00
parent 95a50bc07f
commit c4f58b0475
9 changed files with 122 additions and 1057 deletions

View file

@ -5,7 +5,7 @@ import * as shared from "./shared";
var front = {
draft: function(part) {
// prettier-ignore
let {store, sa, Point, points, Path, paths, Snippet, snippets, options, measurements, final, paperless, macro} = part.shorthand();
let {store, sa, Point, points, Path, paths, Snippet, snippets, options, measurements, complete, paperless, macro} = part.shorthand();
// Cut arm a bit deeper at the front
let deeper = measurements.chestCircumference * options.frontArmholeDeeper;
@ -41,8 +41,8 @@ var front = {
shared.shoulderToArmholePitch(points, Path)
);
// Final?
if (final) {
// Complete pattern?
if (complete) {
macro("cutonfold", {
from: points.cfNeck,
to: points.cfHips,