chore(jaeger): Port to v3 stage 2
This commit is contained in:
parent
66d2976698
commit
7bf70f12d3
16 changed files with 191 additions and 110 deletions
|
@ -2,22 +2,21 @@ import { frontBase } from './frontbase.mjs'
|
|||
import { backBase } from './backbase.mjs'
|
||||
import { backVent, backVentLength } from './options.mjs'
|
||||
|
||||
function jaegerSide(part) {
|
||||
const {
|
||||
paperless,
|
||||
sa,
|
||||
snippets,
|
||||
Snippet,
|
||||
utils,
|
||||
complete,
|
||||
points,
|
||||
measurements,
|
||||
options,
|
||||
macro,
|
||||
paths,
|
||||
Path,
|
||||
} = part.shorthand()
|
||||
|
||||
function jaegerSide({
|
||||
paperless,
|
||||
sa,
|
||||
snippets,
|
||||
Snippet,
|
||||
utils,
|
||||
complete,
|
||||
points,
|
||||
measurements,
|
||||
options,
|
||||
macro,
|
||||
paths,
|
||||
Path,
|
||||
part,
|
||||
}) {
|
||||
// Double back vent
|
||||
if (options.backVent === 2) {
|
||||
let ventY = points.bsHips.y - points.bsWaistCp1.dy(points.bsHips) * options.backVentLength
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue