Michael van Eerd

Results 5 issues of Michael van Eerd

As noted by choochuwu#8888 on Discord the MX hotswap pads were not properly rotated along with the point https://ptb.discord.com/channels/714176584269168732/759825860617437204/927676749871988736 This adds the point rotation to the hotswap pad rotation

bug

This PR adds a new `outline` type, `svgpath` It takes SVG path data as input and outputs a MakerJS IModel using the [makerjs.importer.fromSVGPathData(pathData)](https://maker.js.org/docs/api/modules/makerjs.importer.html#fromsvgpathdata) function We could also expose the `bezierAccuracy`...

enhancement

This PR aims to allow a list of anchors for `rectangle` and `circle` which makes it possible to anchor x y and r on different anchors each. Currently this is...

enhancement

This PR adds the options `through_hole` and `via_in_pad` to `diode.js` I've structured the ternary statements (and default params) so that it defaults to the same behaviour as diodes currently do...

enhancement

Currently the WebUI tries to use the function `kleSerial__default['default'].Serial.deserialize(config);` However this is currently not being set due to `kle.js` not being included in index.html and due to the export being...

enhancement