🐛 Fixed #102 by adding snippets to shorthand call
This commit is contained in:
parent
5c2fda8a0a
commit
90da436ac0
3 changed files with 15 additions and 1 deletions
|
@ -52,6 +52,7 @@
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
- [#100](https://github.com/freesewing/freesewing.org/issues/100): Updated simon with more sensible defaults for ease options
|
- [#100](https://github.com/freesewing/freesewing.org/issues/100): Updated simon with more sensible defaults for ease options
|
||||||
|
- [#102](https://github.com/freesewing/freesewing.org/issues/102): Fixed 'Snippets not defined' error when drafting a seperate button placket
|
||||||
|
|
||||||
### utils
|
### utils
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,8 @@ Unreleased:
|
||||||
simon:
|
simon:
|
||||||
- "[#100](https://github.com/freesewing/freesewing.org/issues/100):
|
- "[#100](https://github.com/freesewing/freesewing.org/issues/100):
|
||||||
Updated simon with more sensible defaults for ease options"
|
Updated simon with more sensible defaults for ease options"
|
||||||
|
- "[#102](https://github.com/freesewing/freesewing.org/issues/102):
|
||||||
|
Fixed 'Snippets not defined' error when drafting a seperate button placket"
|
||||||
utils:
|
utils:
|
||||||
- Removed lingering debug statement in formatImperial
|
- Removed lingering debug statement in formatImperial
|
||||||
Security:
|
Security:
|
||||||
|
|
|
@ -1,5 +1,16 @@
|
||||||
export default part => {
|
export default part => {
|
||||||
let { utils, sa, Point, points, paths, complete, paperless, macro, options } = part.shorthand()
|
let {
|
||||||
|
snippets,
|
||||||
|
utils,
|
||||||
|
sa,
|
||||||
|
Point,
|
||||||
|
points,
|
||||||
|
paths,
|
||||||
|
complete,
|
||||||
|
paperless,
|
||||||
|
macro,
|
||||||
|
options
|
||||||
|
} = part.shorthand()
|
||||||
|
|
||||||
let width = options.buttonPlacketWidth
|
let width = options.buttonPlacketWidth
|
||||||
points.placketTopIn = utils.lineIntersectsCurve(
|
points.placketTopIn = utils.lineIntersectsCurve(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue