Salvador E. Tropea
|
342fb40c59
|
Added text variable replace in the title block items
- There are some limitations inm the depth of vars + %X usage
Closes #162
|
2022-03-13 15:18:44 -03:00 |
Salvador E. Tropea
|
6281a40335
|
Fixed spelling
|
2022-02-16 19:56:04 -03:00 |
Salvador E. Tropea
|
9417b61478
|
Moved all loggers to the same domain.
- To fix the warnings count
|
2021-12-30 11:09:36 -03:00 |
Diego Capusotto
|
46378b992b
|
Added some abstraction for the KiCad project file extension.
|
2021-12-18 11:13:58 -03:00 |
Salvador E. Tropea
|
3acaa42574
|
Added in SCH PDF Print: monochrome and no frame options.
|
2021-11-25 11:31:23 -03:00 |
Salvador E. Tropea
|
8fd6900655
|
Fixed: no custom title block when printing a variant.
Fixes #82
|
2021-08-24 12:42:16 -03:00 |
Salvador E. Tropea
|
1b48e614a7
|
Added pattern expansion in the `dir` option for outputs
Closes #58
|
2021-03-12 21:14:39 -03:00 |
Salvador E. Tropea
|
c82485acc8
|
Added remove of forced video in GitLab CI
Note that this video recording is needed in the tests, but I don't know
why.
|
2021-02-22 12:55:02 -03:00 |
Salvador E. Tropea
|
57c517d02b
|
Passed the same verbosity level to KiAuto scripts.
|
2021-02-18 12:47:21 -03:00 |
Salvador E. Tropea
|
34e85d646c
|
Added KiAuto time-out control (EXPERIMENTAL!!)
Related to #48
|
2021-02-06 20:48:34 -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
|
ceb6bbe52a
|
Unified the capitalization after colons.
|
2021-01-12 15:39:05 -03:00 |
Salvador E. Tropea
|
709d6facb9
|
Fixed warnings when printing a schematic variant.
We use a temporal copy of the schematic in a temporal dir.
So now we add a dummy .pro file to avoid warnings.
|
2020-09-10 12:54:43 -03:00 |
Salvador E. Tropea
|
64f50d2a07
|
Moved repeated code related to variants to a base class.
|
2020-09-06 17:36:29 -03:00 |
Salvador E. Tropea
|
712d135df5
|
Fixed: if no filters are applied we must reset the fields.
Added funtions to apply the filters
Moved code from bom.py to out_bom.py
|
2020-09-02 18:07:38 -03:00 |
Salvador E. Tropea
|
0216fc93c7
|
Added support for filters and variants to pdf_print_sch
|
2020-09-01 16:54: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
|
520b9626b1
|
Added retry to kicad-automation-scripts stuff.
The tests are metastable and fail from time to time.
I hope a retry will reduce the fail probability to something tolerable.
|
2020-08-19 11:43:10 -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 |