Salvador E. Tropea
|
f6fb9c21de
|
Merge pull request #63 from sethkaz/master
Fixed some typos in README.md
|
2021-04-01 08:44:22 -03:00 |
Salvador E. Tropea
|
1f46e284f9
|
Fixed STEP output problems.
When downloading missing 3D models, but not filtering them.
|
2021-04-01 08:32:13 -03:00 |
Salvador E. Tropea
|
0f8eb6af2c
|
Added detection of gzip compressed configuration files.
|
2021-04-01 08:08:20 -03:00 |
Salvador E. Tropea
|
dc7ef486a0
|
Made the schematic name detection smarter.
Should Fix #62
|
2021-04-01 08:05:55 -03:00 |
Seth Kazarians
|
7e722caf40
|
Fixed Typos in source files per recommendation from @set-soft.
|
2021-03-31 15:10:21 -07:00 |
Seth Kazarians
|
1436875be5
|
Merge branch 'master' of https://github.com/INTI-CMNB/KiBot
|
2021-03-31 15:04:06 -07:00 |
Salvador E. Tropea
|
7961209b0f
|
Experimental mechanism to change 3D models according to the variant.
|
2021-03-31 18:00:43 -03:00 |
Salvador E. Tropea
|
7c3f273684
|
Basic KiCost support.
|
2021-03-31 12:27:55 -03:00 |
Salvador E. Tropea
|
1290bb6995
|
New KiCost variant style.
- New internal filters `_var_rename_kicost` and `_kicost_dnp`.
- New `skip_if_no_field` and `invert` options to the regex used in the
generic filter.
|
2021-03-30 09:37:36 -03:00 |
Seth Kazarians
|
0bfbdb5059
|
Fixed some typos in README.md
|
2021-03-25 22:01:53 -07:00 |
Salvador E. Tropea
|
afe80052b4
|
Added a new filter `var_rename_kicost`
Is very similar to `var_rename` with a few differences that makes it
suitable to emulate the KiCost field rename mechanism.
|
2021-03-25 12:57:26 -03:00 |
Salvador E. Tropea
|
01291ebe63
|
Added field rename filter.
Including an internal version to emulate KiCost behavior.
|
2021-03-23 13:20:26 -03:00 |
Salvador E. Tropea
|
cc77ba9204
|
Updated the docs and config template.
|
2021-03-19 19:42:09 -03:00 |
Salvador E. Tropea
|
40bd7c24f2
|
Added support for KiCost's subparts
|
2021-03-19 19:41:46 -03:00 |
Salvador E. Tropea
|
91dc9c5488
|
Added support for filters that adds/removes components.
- Intended for BoM transformations
- Also enhanced the support for filter chains
|
2021-03-19 19:20:53 -03:00 |
Salvador E. Tropea
|
c88dceb6dc
|
Added a BoM option to disable the ceil() "rounding"
|
2021-03-19 12:46:37 -03:00 |
Salvador E. Tropea
|
0402a65c8b
|
Added support for a component attribute qty.
Is the ammount of the part used.
By default is 1, but can be another value.
|
2021-03-19 11:53:03 -03:00 |
Salvador E. Tropea
|
4d3c3d43b3
|
Added fields fallbacks to the BoM grouping fields.
Used when the field used to group components is empty.
|
2021-03-19 11:48:45 -03:00 |
Salvador E. Tropea
|
9478e42bb3
|
Documented #58 in the changelog and added a test case
|
2021-03-12 21:28:10 -03:00 |
Salvador E. Tropea
|
fa002356d0
|
Merge pull request #57 from bbernhard/parsing_fix
be more tolerant when parsing libraries
|
2021-03-12 21:22:41 -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
|
eab8550c11
|
Fixed makefiles tests.
Introduced by 4f73de1157
|
2021-03-12 15:05:24 -03:00 |
Salvador E. Tropea
|
a5b3b0569f
|
Fix `out_pcb` and `out_sch` targets
Introduced by c104d14511
|
2021-03-12 15:02:36 -03:00 |
Bernhard B
|
c13ac04927
|
be more tolerant when parsing libraries
Some SnapEDA libraries (e.g https://www.snapeda.com/parts/TS3A27518EPWR/Texas%20Instruments/view-part)
use the token "# End Library" instead of "#End Library" to mark the end
of the library.
|
2021-03-08 15:19:24 +01:00 |
Salvador E. Tropea
|
4f73de1157
|
Makefile variables KIBOT, DEBUG and LOGFILE can be defined from outside.
|
2021-03-03 13:08:52 -03:00 |
Salvador E. Tropea
|
6d59960b59
|
Sorted the schematic dependencies to make them consistent.
|
2021-03-03 13:07:46 -03:00 |
Salvador E. Tropea
|
f9ac0d001f
|
Fixed extra dirs created during makefile generation.
|
2021-02-24 14:24:22 -03:00 |
Salvador E. Tropea
|
c104d14511
|
Uncatched exceptions during makefile generation
|
2021-02-24 14:08:38 -03:00 |
Salvador E. Tropea
|
5560c62d14
|
Errors and warnings from KiAuto now are printed as is.
|
2021-02-24 12:58:47 -03:00 |
Salvador E. Tropea
|
4c96c35f5c
|
Added new pre-flight option (erc_warnings)
|
2021-02-24 12:58:07 -03:00 |
Salvador E. Tropea
|
111b86a375
|
Fixed problems using E/DRC filters and the output dir didn't exist.
|
2021-02-24 12:36:19 -03:00 |
Salvador E. Tropea
|
8fba0d9909
|
Added `erc_warnings` option to consider ERC warnings as errors.
|
2021-02-24 12:34:49 -03:00 |
Salvador E. Tropea
|
c3ec95e2ca
|
Added trigger to build docker image on DockerHub after a release.
|
2021-02-22 15:24:17 -03:00 |
Salvador E. Tropea
|
7409c99476
|
Bumped version to 0.10.1.
|
2021-02-22 15:07:48 -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
|
9e33b7a774
|
Trying to force KiAuto record on GitLab CI/CD
|
2021-02-22 12:25:14 -03:00 |
Salvador E. Tropea
|
3499087e86
|
Test disabling the KiAuto record.
This is just a test trying to solve GitLab issues.
|
2021-02-22 11:13:59 -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
|
2b845d81a0
|
Fixed problem using Python 3.6
- ZipFile's compresslevel argument introduced in 3.7
|
2021-02-16 12:54:33 -03:00 |
Salvador E. Tropea
|
95b48ab053
|
Fixed problem using Python 3.6
- Fixes #52
- StreamHandler.setStream introduced in 3.7
|
2021-02-16 12:02:41 -03:00 |
Salvador E. Tropea
|
e3d79b6527
|
Moved the news to the top of the README (replacing 0.7.0) news
|
2021-02-12 20:19:40 -03:00 |
Salvador E. Tropea
|
097ee10ac6
|
Added link to the Spora example.
|
2021-02-12 20:17:55 -03:00 |
Salvador E. Tropea
|
d1c74d681b
|
Fixed missing python3-distutils dependency on Debian package.
|
2021-02-12 17:26:36 -03:00 |
Salvador E. Tropea
|
8d5c0109f9
|
Bumped version to 0.10.0
|
2021-02-12 16:08:46 -03:00 |
Salvador E. Tropea
|
003fcc82d4
|
Added changelog entry for #51
|
2021-02-12 15:57:22 -03:00 |
Salvador E. Tropea
|
a0218e92ab
|
Removed dead code.
|
2021-02-12 15:03:39 -03:00 |
Salvador E. Tropea
|
32310ba1fa
|
Added test for makefile generation running the script from system.
|
2021-02-12 14:56:51 -03:00 |
Salvador E. Tropea
|
400476f3fb
|
Added test for drill without map file.
|
2021-02-12 14:40:06 -03:00 |
Salvador E. Tropea
|
ab8d3b4823
|
Added test for layer without _id (str convertion)
|
2021-02-12 14:37:14 -03:00 |
Salvador E. Tropea
|
2891a3a713
|
Added test for aggregate without ref_id.
|
2021-02-12 14:31:53 -03:00 |