summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-07-18rs274x: Add support for SR step-repeat commandjaseg10-14/+51
2024-07-18Improve aperture macros docjaseg2-1/+5
2024-07-18Fix single contour example syntax errorsjaseg3-5/+5
2024-07-18macro parser: improve parameter number warning messagejaseg1-1/+1
2024-07-18Fix ast deprecation warningsjaseg1-2/+2
2024-07-18Fix symbol round trip testsjaseg2-17/+46
2024-07-18Fix bug in SVG bounding box calculationjaseg1-1/+1
2024-07-18kicad: Fix bug when searching pads with empty netsjaseg1-1/+1
2024-07-18kicad: Improve compatibility with old symbol filesjaseg2-1/+19
2024-07-18tests: Always update kicad nightly container before runjaseg1-0/+1
2024-07-18tests: Adjust nice and oom_adj values on linuxjaseg1-0/+5
The testsuite calls resvg, and that sometimes can use up *a lot* of memory. We adjust the test process tree's nice values and oom_adj values to make sure the test processes get killed during an OOM condition before anything else on the system.
2024-07-17Update KiCad PCB format support to 8.99jaseg4-32/+50
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