🔧 Reconfigure packages
This commit is contained in:
parent
0847d37f85
commit
b8c8f741aa
33 changed files with 326 additions and 394 deletions
|
@ -1,6 +1,7 @@
|
|||
export default function(part) {
|
||||
let { Point, points, Path, paths, measurements, options } = part.shorthand();
|
||||
|
||||
return part;
|
||||
let tweak = 1;
|
||||
let target = (measurements.headCircumference * options.neckRatio) / 4;
|
||||
let delta = Infinity;
|
||||
|
@ -26,15 +27,5 @@ export default function(part) {
|
|||
else tweak = tweak * 1.02;
|
||||
} while (Math.abs(delta) > 1);
|
||||
|
||||
// Complete?
|
||||
if (complete) {
|
||||
if (sa) {
|
||||
}
|
||||
|
||||
// Paperless?
|
||||
if (paperless) {
|
||||
}
|
||||
}
|
||||
|
||||
return part;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue