🚨 Fixed linter warnings
This commit is contained in:
parent
f3a203843d
commit
4094d3ad29
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ export default function(part) {
|
|||
let { Path, paths, points, store, options } = part.shorthand()
|
||||
|
||||
function draftSleeve(part, tweak) {
|
||||
let { Point, Path, points, paths, store, options, measurements, utils } = part.shorthand()
|
||||
let { Point, Path, points, store, options, measurements, utils } = part.shorthand()
|
||||
// Sleeve frame
|
||||
points.top = new Point(0, 0)
|
||||
points.boxTopRight = points.top.shift(0, (store.get('sleevecapTarget') / 5.8) * tweak)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue