sparkles: Paperless yoke
This commit is contained in:
parent
62565120cb
commit
fde568f35e
15 changed files with 266 additions and 30 deletions
|
@ -1,8 +1,22 @@
|
|||
import { addButtonHoles } from "./shared";
|
||||
|
||||
export default part => {
|
||||
// prettier-ignore
|
||||
let {store, measurements, utils, sa, Point, points, Path, paths, Snippet, snippets, complete, paperless, macro, options} = part.shorthand();
|
||||
let {
|
||||
store,
|
||||
measurements,
|
||||
utils,
|
||||
sa,
|
||||
Point,
|
||||
points,
|
||||
Path,
|
||||
paths,
|
||||
Snippet,
|
||||
snippets,
|
||||
complete,
|
||||
paperless,
|
||||
macro,
|
||||
options
|
||||
} = part.shorthand();
|
||||
|
||||
if (
|
||||
options.buttonholePlacketType !== "seperate" ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue