summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-07-08Bump version to v1.4.0v1.4.0jaseg1-1/+1
2024-07-08Add missing package datajaseg6-1/+14791
2024-07-08protoboard: Fix bug with empty points in breadboard renderingjaseg1-20/+22
2024-07-08Bump version to v1.3.0v1.3.0jaseg1-1/+1
2024-07-08kicad: Bring file format up to current 8.99 nightlyjaseg6-30/+52
2024-07-08tests: Speed up tests by a lot by bulk-caching kicad footprint rendersjaseg2-10/+61
2024-07-08tests: Fix compatibility with recent kicad nightly containersjaseg1-1/+4
2024-07-07protoboard: Add CLIjaseg2-1/+20
2024-07-07protoboard: improve permanent breadboard rail renderingjaseg1-0/+7
2024-07-07protoboard: improve permanent breadboard renderingjaseg1-19/+33
2024-07-07protoboard: Add permanent breadboard renderingjaseg4-23/+288
2024-07-07Add starburst patternjaseg5-4/+108
2024-07-07protoboard: Finish up sides of Alio betterjaseg3-13/+37
2024-07-07protoboard: add split front/back view in webthingjaseg3-14/+36
2024-07-07protoboard: Fix alio and two-sided SMD renderingjaseg1-9/+20
2024-07-07protoboard: Improve layout distribution and index renderingjaseg1-11/+21
2024-07-07protoboard: Improve layout packingjaseg1-2/+45
2024-07-07protoboard: Improve row/column numberingjaseg1-16/+42
2024-07-07protoboard: reduce hole keepout marginsjaseg1-1/+1
2024-07-07protoboard: improve border handlingjaseg1-29/+63
2024-07-07protoboard: fix column label alignmentjaseg2-3/+4
2024-07-07Fix THT flower proto areajaseg3-8/+30
2024-07-07Spiky proto also works nowjaseg3-5/+6
2024-07-07Protoboard: All layouts except for spiky proto workjaseg2-126/+140
2024-07-06Protoboard generator WIPjaseg3-30/+66
2024-05-28kicad_sch render: Fix nightly import and wire renderingjaseg4-6/+7
2023-11-14Bump version to v1.2.0v1.2.0jaseg1-1/+1
2023-11-14Make new test files passjaseg5-14/+139
2023-11-14Fix failing testsjaseg2-12/+21
2023-11-14Small bugfixjaseg1-2/+2
2023-11-14Calculate out all aperture macros by default.jaseg6-75/+65
There are just too many severely buggy implementations around. Today I ran into problems with both gerbv and with whatever JLC uses. You can still export macros with raw expressions by setting a flag in the export FileSettings.
2023-11-14aperture macros: work around gerbv/jlc wonkinessjaseg9-78/+216
2023-11-14Remove debug printjaseg1-1/+0
2023-11-14aperture macros: Add expression simplificationjaseg1-20/+3
2023-11-14Aperture macro expression simplification WIPjaseg3-16/+127
2023-11-14Make sure we asterisk-terminate all G0x commands.jaseg1-3/+3
While this is common in the wild, not terminating them violates the spec. It also breaks JLCPCB pretty badly. It seems their human review process uses a Gerber viewer that like most can handle this, and won't notice anything out of the ordinary, but then their photoplotter chokes on this and literally stops plotting the file, discarding anything that is after that line. This error is then apparently ignored and the resulting broken boards shipped to the customer.
2023-11-14Split CLI into pretty svg and layer export sub-commandsjaseg1-1/+34
2023-11-14pretty svg export: Mirror board bottom sidejaseg1-1/+7
2023-11-14Add JLCPCB KiCad Gerber X2/aperture macro test filesjaseg45-0/+45534
2023-11-14Add JLCPCB/FAB-3000 example gerbersjaseg11-0/+22631
2023-11-14Add P-CAD 2006 example gerbersjaseg13-0/+34535
2023-10-27Bump version to v1.1.0v1.1.0jaseg1-1/+1
2023-10-27ci: Disable tests for now, since upstream kicad-cli is broken.jaseg1-40/+42
2023-10-27Work around pip now requiring a new random feature switch to workjaseg1-5/+5
...for no good reason except to annoy anyone using it in a container.
2023-10-26Fix failing test casesjaseg9-51/+107
2023-10-26Move coil stuff to separate repojaseg15-4589/+0
2023-10-26Fix all failing tests that don't involve kicad-clijaseg10-154/+78
2023-10-20WIPjaseg4-81/+390
2023-10-20Update coil generator for the board house's latest fitjaseg1-118/+76
2023-10-20Test board fixesjaseg2-23/+27