Salvador E. Tropea
|
d629afcf92
|
Added support for the controlled impedance flag in KiCad 6
|
2022-01-18 16:06:17 -03:00 |
Salvador E. Tropea
|
b73a2e51d4
|
Added stackup support to the report
|
2022-01-18 15:51:55 -03:00 |
Salvador E. Tropea
|
b6b42cc9bf
|
Fixed flake8 details
|
2022-01-18 13:42:23 -03:00 |
Salvador E. Tropea
|
80c62da988
|
Added KiCad 6 details to the README
|
2022-01-18 13:41:30 -03:00 |
Salvador E. Tropea
|
7a4c3468fa
|
Added copper_thickness option
- Now we get some defaults from KiCad 6 stackup
|
2022-01-17 18:50:21 -03:00 |
Salvador E. Tropea
|
1d1abf0ce4
|
Fixed flake8 detail
|
2022-01-17 18:09:41 -03:00 |
Salvador E. Tropea
|
f4d6568753
|
Added error message if we can't detect KiCad version
|
2022-01-17 18:08:49 -03:00 |
Salvador E. Tropea
|
46d5d9ad65
|
Added support for different top/bottom PCB colors
- Solder mask
- Silk screen
|
2022-01-17 16:02:09 -03:00 |
Salvador E. Tropea
|
204fb985fe
|
Simplified the global GS options transfer
|
2022-01-17 12:16:25 -03:00 |
Salvador E. Tropea
|
3900a6d9ff
|
Fixed KiCad 6.0.0 report test reference
|
2022-01-16 20:27:51 -03:00 |
Salvador E. Tropea
|
514cc949b6
|
Added support for edge_connector, castellated_pads and edge_plating
|
2022-01-16 19:13:20 -03:00 |
Salvador E. Tropea
|
da1da26983
|
Added check for the pcb_file (bogus during some tests)
|
2022-01-16 18:19:42 -03:00 |
Salvador E. Tropea
|
4d6b47edd0
|
Fixed missing check for kicad_pcb/setup/stackup iterator
|
2022-01-16 15:19:04 -03:00 |
Salvador E. Tropea
|
33da0f9e87
|
Added support for KiCad 6 copper finish option.
|
2022-01-16 13:24:10 -03:00 |
Salvador E. Tropea
|
596f360830
|
More updates to the docs and examples about the %I addition
|
2022-01-16 13:23:13 -03:00 |
Salvador E. Tropea
|
94b67a225f
|
Added more permissions that must be reverted after running docker image
|
2022-01-16 13:20:54 -03:00 |
Salvador E. Tropea
|
6b482695fb
|
Avoid loosing light_control project during tests
|
2022-01-16 11:11:22 -03:00 |
Salvador E. Tropea
|
bad87d4c50
|
Updated defaultr output pattern in example file
|
2022-01-16 11:10:53 -03:00 |
Salvador E. Tropea
|
52df7e85b3
|
Fixed missing project for light control
- In KiCad 6 some importants settings were moved to the project.
I.e. the clearance
|
2022-01-16 01:02:18 -03:00 |
Salvador E. Tropea
|
a82a07bced
|
Fixed: replace %I by '' for cases where %I doesn apply.
|
2022-01-16 00:34:05 -03:00 |
Salvador E. Tropea
|
278de8fb16
|
Added report generation (for design house)
Related to #93
|
2022-01-15 15:47:48 -03:00 |
Salvador E. Tropea
|
4d5220006f
|
Changed the default output pattern
- Now includes the `output_id` (%I)
|
2022-01-15 15:45:28 -03:00 |
Salvador E. Tropea
|
9d25b63e71
|
Added tests/.local clean-up to the Makefile
|
2022-01-15 15:42:55 -03:00 |
Salvador E. Tropea
|
d6ddaaef60
|
Adapted pcbdraw reference images to the new colors
|
2022-01-14 16:30:54 -03:00 |
Salvador E. Tropea
|
a2f5da14ab
|
Now the global PCB detail vars control the default colors
- Used by rednder_3d and pcbdraw outputs.
|
2022-01-14 13:42:35 -03:00 |
Salvador E. Tropea
|
4bba7e9a9a
|
Added global options to define the PCB details.
|
2022-01-14 13:42:04 -03:00 |
Salvador E. Tropea
|
8676f28f3a
|
Fixed problems when using a hidden config file
- Found when using an output that needs the SCH, not specifying the
SCH and more than one SCH was found.
Closes #138
|
2022-01-14 10:32:45 -03:00 |
Salvador E. Tropea
|
e9e09a66a4
|
Removed buster-backports from GitHub Action
Related #126
|
2022-01-14 10:15:11 -03:00 |
Salvador E. Tropea
|
926d6eb24c
|
Added support for `--subst-models` option for KiCad 6's kicad2step.
Closes #137
|
2022-01-13 19:51:59 -03:00 |
Salvador E. Tropea
|
d32f441e51
|
Fixed workflows to avoid releasing GitHub actions for KiCad 6
|
2022-01-13 19:00:29 -03:00 |
Salvador E. Tropea
|
c4ac2adfcc
|
Switched github action to KiCad 6 (will tag as v1_k6)
|
2022-01-13 18:56:47 -03:00 |
Salvador E. Tropea
|
1d208ed5da
|
Added worflow to generate a KiCad 6 dev image.
|
2022-01-13 18:54:05 -03:00 |
Salvador E. Tropea
|
38423cde7b
|
Added Dockerfile to generate a KiCad 6 dev image
|
2022-01-13 18:53:06 -03:00 |
Salvador E. Tropea
|
fb6d637c17
|
Trying to add KiCad 6 tests
|
2022-01-11 15:11:00 -03:00 |
Salvador E. Tropea
|
256876a1bd
|
Added support for the magic KICAD6_*_DIR environment variables
Related to #135
|
2022-01-10 20:50:53 -03:00 |
Salvador E. Tropea
|
95cb65c987
|
Added KiCad 6 support for the BoardView output
|
2022-01-10 20:49:36 -03:00 |
Salvador E. Tropea
|
24ba23d203
|
Separated YAML tests that makes reference to SCH files
- Avoiding KiCad 5 and 6 mixes
|
2022-01-10 20:48:11 -03:00 |
Salvador E. Tropea
|
8a4064a544
|
Added KiCad 6 native symbols default dir
|
2022-01-07 17:49:33 -03:00 |
Salvador E. Tropea
|
562dd9c240
|
Added makefile targets for ki6 docker image.
|
2022-01-07 17:35:13 -03:00 |
Salvador E. Tropea
|
960f5565f0
|
Fixed modules load order in kiconf_init.py
- Previous seems to fail in some environments
|
2022-01-07 17:33:57 -03:00 |
Salvador E. Tropea
|
ed6733a8b8
|
Adapted the KiCad config error tests to KiCad 6.
|
2022-01-07 17:07:00 -03:00 |
Salvador E. Tropea
|
8f0701a1ad
|
Updated KiCad 6 reference PDF/SVG for schematic variant test
- Added the drawing used to illustrate the bus_alias stuff
|
2022-01-07 13:11:27 -03:00 |
Salvador E. Tropea
|
0b58424f57
|
Fixed test_print_sch_svg_fail test for KiCad 6 (used .sch)
|
2022-01-07 13:04:45 -03:00 |
Salvador E. Tropea
|
792572149b
|
Updated test_bom_ok
- The XML netlist was out of sync.
|
2022-01-07 12:58:09 -03:00 |
Salvador E. Tropea
|
dadcd8a543
|
Added support for `bus_alias` [KiCad 6]
- Not documented in the file format
Closes #133
|
2022-01-07 12:01:17 -03:00 |
Salvador E. Tropea
|
e2147f40ee
|
Added fields update to the QR stuff
- Footprints are now virtual
- Fixed: Modules used the SCH text
- Fixed: Wrong KiCad 6 SCHs (not copied from bogus ones)
|
2022-01-06 14:25:09 -03:00 |
Salvador E. Tropea
|
f1b46daf6c
|
Added missing KiCad 6 test file for datasheet download
|
2022-01-06 14:18:07 -03:00 |
Salvador E. Tropea
|
a9a7c66eab
|
Updated tools/clear_cache.sh to solve pytest issues
- After updating macros.py pytest messes all and needs time-stamps
to be reseted
|
2022-01-06 14:16:51 -03:00 |
Salvador E. Tropea
|
a5052b49e4
|
Patch to fix new alias attributes in Python 3.10
- From @brathis
- Seems to be ok for Python 3.9
|
2022-01-06 12:42:59 -03:00 |
Salvador E. Tropea
|
c213a02543
|
Removed file no longer used by mcpyrate
|
2022-01-06 12:14:38 -03:00 |