Salvador E. Tropea
|
d9986b0599
|
Added PCBDraw case to the makefile test.
|
2021-01-29 12:22:31 -03:00 |
Salvador E. Tropea
|
55c988bb66
|
Added test for KiCad < 5.1.6
|
2021-01-29 12:15:46 -03:00 |
Salvador E. Tropea
|
e6163ae5aa
|
Added drill case to makefile test.
|
2021-01-29 11:54:09 -03:00 |
Salvador E. Tropea
|
adc181f1b2
|
Fixed drill dependencies generation.
|
2021-01-29 11:53:41 -03:00 |
Salvador E. Tropea
|
4466277bde
|
Added KiBoM case to the makefile test.
|
2021-01-29 11:24:51 -03:00 |
Salvador E. Tropea
|
f28b7a56b8
|
Changed the error about using external (unknown) names to a warning.
|
2021-01-29 11:23:46 -03:00 |
Salvador E. Tropea
|
2764e087e8
|
Fixed makefile generation of incomplete targets.
|
2021-01-29 11:23:09 -03:00 |
Salvador E. Tropea
|
c64fb3871c
|
Added test for STEP file in makefile
|
2021-01-29 10:37:05 -03:00 |
Salvador E. Tropea
|
d20d7e5d5c
|
Fixed STEP dependencies generation.
|
2021-01-29 10:36:33 -03:00 |
Salvador E. Tropea
|
54febcae44
|
Added comments and no target pre-flights to the makefile test.
|
2021-01-29 09:34:46 -03:00 |
Salvador E. Tropea
|
51aeb5be32
|
Added test for run_erc in makefile.
|
2021-01-29 09:27:02 -03:00 |
Salvador E. Tropea
|
0dbb180cb7
|
Fixed run_erc and run_drc makefile targets.
When the schematic and board aren't loaded.
|
2021-01-29 09:25:56 -03:00 |
Salvador E. Tropea
|
6965d73c4e
|
Added test for ibom in makefile
|
2021-01-29 09:07:17 -03:00 |
Salvador E. Tropea
|
f29c0c5361
|
Added more test for compress output.
|
2021-01-29 08:46:23 -03:00 |
Salvador E. Tropea
|
89eedf1d3b
|
Disabled rar error message test.
|
2021-01-28 17:47:42 -03:00 |
Salvador E. Tropea
|
37eefac973
|
Added tests for some ouyt_compress special cases.
- No rar
- rar fails
- rar file exists
- Empty output
|
2021-01-28 17:33:01 -03:00 |
Salvador E. Tropea
|
9a446c0a91
|
Added extra debug to one gerber test.
|
2021-01-28 15:51:10 -03:00 |
Salvador E. Tropea
|
8299ed5d96
|
Added tests for the new options to control protel extensions.
|
2021-01-28 15:38:19 -03:00 |
Salvador E. Tropea
|
c31c2c17c2
|
Removed trailing spaces (flake8)
|
2021-01-28 15:37:44 -03:00 |
Salvador E. Tropea
|
c6ad93dc78
|
Added clarification about the need of dot in edge_cut_extension option.
|
2021-01-28 15:37:28 -03:00 |
Salvador E. Tropea
|
84470bbc11
|
Added first makefile generation test
|
2021-01-28 12:43:01 -03:00 |
Salvador E. Tropea
|
c4c33af680
|
Added some compress tests.
Covers zip, tr.bz2 and rar creation for internal BoM, position and
gerber files.
|
2021-01-27 16:12:46 -03:00 |
Salvador E. Tropea
|
d422d380af
|
Commented out unused code in ansi.py
|
2021-01-27 15:07:51 -03:00 |
Salvador E. Tropea
|
eea93ea8ec
|
Improved rotation filter coverage
- Check errors
- Try extra debug
|
2021-01-27 13:35:37 -03:00 |
Salvador E. Tropea
|
bb5ab6119a
|
Fixed extra NL at the end of file (flake8)
|
2021-01-27 13:34:52 -03:00 |
Salvador E. Tropea
|
ce387ac423
|
Added test for missing colorama module.
|
2021-01-27 12:55:19 -03:00 |
Salvador E. Tropea
|
01459ce85e
|
Added tests for merged BoMs for HTML, XML and XLSX formats.
|
2021-01-27 12:22:03 -03:00 |
Salvador E. Tropea
|
f279e7319e
|
Added test for a BoM from multiple projects.
|
2021-01-27 11:51:26 -03:00 |
Salvador E. Tropea
|
2acc6c268d
|
Fixed range reference generation for multiple projects
|
2021-01-27 11:50:10 -03:00 |
Salvador E. Tropea
|
bb3b9c008b
|
Sorted the `Source BoM` column
|
2021-01-27 11:48:19 -03:00 |
Salvador E. Tropea
|
409df8cca0
|
Fixed minimum KiCad version required is 5.1.6.
- KiCad 5.1.5 lacks GetBuildVersion()
- Fixes #45
|
2021-01-26 12:42:49 -03:00 |
Salvador E. Tropea
|
73cb98f113
|
Makefile generation.
|
2021-01-22 17:22:18 -03:00 |
Salvador E. Tropea
|
86b1c13790
|
Now information messages go to stdout (not stderr).
Debug, warning and error messages still use stderr.
|
2021-01-22 17:17:41 -03:00 |
Salvador E. Tropea
|
eba8da098d
|
Added more credits to the README
|
2021-01-21 14:54:42 -03:00 |
Salvador E. Tropea
|
15474ae4d7
|
Now you can consolidate more than one project in one BoM.
The basic idea comes from pimpmykicadbom by Anton Savov (@antto)
|
2021-01-21 14:43:47 -03:00 |
Salvador E. Tropea
|
66e342e36d
|
Internal BoM: HTML rows are highlighted on hover (not just the cell).
|
2021-01-19 11:31:14 -03:00 |
Salvador E. Tropea
|
f2d84a1a95
|
Internal BoM: HTML tables can be sorted selecting a column (Java Script).
|
2021-01-19 10:58:46 -03:00 |
Salvador E. Tropea
|
50f38ea71b
|
We no longer need to plot the files to know the KiCad's name.
Much faster.
|
2021-01-18 17:23:27 -03:00 |
Salvador E. Tropea
|
88cd5927dc
|
Now you can ask to compress the targets of an output (by out put name)
|
2021-01-18 16:12:30 -03:00 |
Salvador E. Tropea
|
b347a6ca30
|
The board object is no longer passed to run methodes.
The global GS.board is used instead.
|
2021-01-15 14:14:17 -03:00 |
Salvador E. Tropea
|
159e8996e8
|
Added support for ZIP/TAR/RAR generation.
|
2021-01-15 13:33:33 -03:00 |
Salvador E. Tropea
|
f9dbaf4619
|
Saved one line of code (merged 2)
|
2021-01-15 13:32:06 -03:00 |
Salvador E. Tropea
|
75059b7b86
|
Added gerber and drill examples for various manufacturers.
From KiCad Gerber Zipper.
|
2021-01-14 10:40:59 -03:00 |
Salvador E. Tropea
|
9f4763c36b
|
Custom reports for plot outputs (i.e. custom gerber job generation)
|
2021-01-14 10:24:04 -03:00 |
Salvador E. Tropea
|
aa3025b348
|
Updated (c) year
|
2021-01-14 10:23:29 -03:00 |
Salvador E. Tropea
|
9f6e6b2912
|
Updated the readme and example.
|
2021-01-13 16:58:43 -03:00 |
Salvador E. Tropea
|
a379fab270
|
More options to control the gerbers file names.
Ralated to "Protel" variants.
|
2021-01-13 16:58:03 -03:00 |
Salvador E. Tropea
|
923378fa96
|
Fixed flake8 style details.
|
2021-01-13 16:57:35 -03:00 |
Salvador E. Tropea
|
3d37e19b46
|
Skip missing layers with a warning.
When using "any layer" outputs.
This is needed now that we can specify generic names.
|
2021-01-13 16:53:24 -03:00 |
Salvador E. Tropea
|
3a78160638
|
More options to customize the excellon output.
zeros_format, left_digits and right_digits options.
|
2021-01-13 15:32:08 -03:00 |