1
0
Fork 0

Remove redundant/implied after: parts that were added for investigation.

This commit is contained in:
Benjamin F 2022-09-05 06:46:48 -07:00
parent be1dfad45b
commit e450c2fdad

View file

@ -1,6 +1,5 @@
import { back as titanBack } from '@freesewing/titan' import { back as titanBack } from '@freesewing/titan'
import { front } from './front.mjs' import { front } from './front.mjs'
import { front as titanFront } from '@freesewing/titan'
function draftCharlieBack (part) { function draftCharlieBack (part) {
// Helper method to draw the outseam path // Helper method to draw the outseam path
@ -311,7 +310,7 @@ function draftCharlieBack (part) {
export const back = { export const back = {
name: 'charlie.back', name: 'charlie.back',
from: titanBack, from: titanBack,
after: [ titanBack, titanFront, front ], after: front,
hideDependencies: true, hideDependencies: true,
options: { options: {
backPocketVerticalPlacement: { pct: 24, min: 18, max: 30, backPocketVerticalPlacement: { pct: 24, min: 18, max: 30,