Salvador E. Tropea
|
6c7e0cebe0
|
Now GS.ki5() and GS.ki6() are just GS.ki5 and GS.ki6
- The version doesn't change during execution ;-)
|
2022-07-31 17:45:55 -03:00 |
Salvador E. Tropea
|
54dd130e4f
|
Highlighted the most relevant options
|
2022-06-08 08:37:30 -03:00 |
Salvador E. Tropea
|
684b996ced
|
Added `navigate_results` output
- It generates web pages to navigate all generated outputs by category
|
2022-05-27 13:38:32 -03:00 |
Salvador E. Tropea
|
5881f2b6c4
|
Fixed `gerber` example generation when no SCH
- We must skip anything using variants
- We must fix the compress sources
|
2022-04-28 14:08:25 -03:00 |
Salvador E. Tropea
|
11dd1b16bf
|
Now --quick-start is recursive
- Fixed some obvious details about cross pcb/sch generation
- Improved .kicad_sch guess when more than one and no project
|
2022-04-26 16:23:20 -03:00 |
Salvador E. Tropea
|
56030c5dc9
|
Added the first stepof the new `--quick-start` option
- Should be a way to quickly start using KiBot without any config
|
2022-04-26 09:51:14 -03:00 |
Salvador E. Tropea
|
6281a40335
|
Fixed spelling
|
2022-02-16 19:56:04 -03:00 |
Salvador E. Tropea
|
d7430499d2
|
Removed coverage exclusions for KiCad 6 code
|
2022-02-11 12:58:39 -03:00 |
Diego Capusotto
|
6e5176b273
|
Simplified the code that detects KiCad v6
|
2021-12-17 13:11:42 -03:00 |
Salvador E. Tropea
|
1e6ac697f0
|
Fixed gerber job files not using the output defined in global.
|
2021-12-01 16:07:08 -03:00 |
Seth Kazarians
|
7e722caf40
|
Fixed Typos in source files per recommendation from @set-soft.
|
2021-03-31 15:10:21 -07:00 |
Salvador E. Tropea
|
1ad91dbbd8
|
Excluded KiCad 6 code from coverage in gerber output.
|
2021-02-03 10:14:42 -03:00 |
Salvador E. Tropea
|
bb4de91672
|
Fixed extra data about drill marks in gerber files.
We must use SetDrillMarksType(0) for gerbers.
|
2021-01-13 11:44:20 -03:00 |
Salvador E. Tropea
|
ceb6bbe52a
|
Unified the capitalization after colons.
|
2021-01-12 15:39:05 -03:00 |
Salvador E. Tropea
|
b09c860573
|
Added support for KiCad 5.99 "disableapertmacros" option.
|
2020-11-06 17:05:33 -03:00 |
Salvador E. Tropea
|
66e6bdf5b6
|
Disabled more line width code for KiCad 6.
|
2020-10-19 16:00:21 -03:00 |
Salvador E. Tropea
|
4fff3d27e9
|
KiCad 5.99 no longer supports PCB_PLOT_PARAMS.SetLineWidth()
|
2020-10-19 13:13:21 -03:00 |
Salvador E. Tropea
|
c6c4b57b3d
|
Added support for global output file name to the gerbers.
|
2020-08-28 16:56:51 -03:00 |
SET
|
93c824b083
|
Modified mcpy to better report the line numbers.
Seems to work for Python 3.8, but I have doubts for 3.7.
|
2020-08-19 19:31:46 -03:00 |
SET
|
28947ed70d
|
Added support for relative imports to mcpy
|
2020-08-19 12:29:38 -03:00 |
SET
|
89914443f0
|
Renamed the kiplot module as kibot.
Also added src/kibot script.
Updated the documentation and Debian packaging.
The default extension for config files now is .kibot.yaml
|
2020-08-16 22:04:03 -03:00 |