Salvador E. Tropea
|
ceb6bbe52a
|
Unified the capitalization after colons.
|
2021-01-12 15:39:05 -03:00 |
Salvador E. Tropea
|
a623d9168c
|
Adapted to last KiCad 5.99 Python interface.
- SKETCH and FILLED are defined again.
- SetDXFPlotUnits type is now exported.
|
2020-10-22 13:03:31 -03:00 |
Salvador E. Tropea
|
dbcbbfeb47
|
Fixed missing GS declarations.
|
2020-10-19 16:04:03 -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
|
8a87a677e2
|
Fixed plot constant names
Too much cut & paste
|
2020-10-19 13:36:02 -03:00 |
Salvador E. Tropea
|
3579080e15
|
Added workaround for KiCad 5.99 bug.
PCB_PLOT_PARAMS.SetPlotMode argument values (SKETCH and FILLED) are
missing.
https://gitlab.com/kicad/code/kicad/-/issues/6070
|
2020-10-19 13:11:30 -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 |