Commit Graph

2683 Commits

Author SHA1 Message Date
Salvador E. Tropea 9fd92c7361 Removed extra debug log 2023-02-13 09:51:12 -03:00
Salvador E. Tropea 2d9f7b702f [Any Layer] Added support for reading edge on all layers in KiCad 7 2023-02-13 08:31:16 -03:00
Salvador E. Tropea 734adc2f68 [Tests] Changed multipart XML file, must be this one, not generated 2023-02-13 07:58:48 -03:00
Salvador E. Tropea cb58a72ebd [Tests] Adapted the KiCad config error tests to KiCad 7 2023-02-10 13:50:20 -03:00
Salvador E. Tropea 2f903633e6 Added support to cross components on KiCad 7 PCBs
- Not the most elegant solution, but the less impact
2023-02-10 13:24:23 -03:00
Salvador E. Tropea 6bb9a0796e [Any Layer][Fixed] KiCad 7 doesn't have SetExcludeEdgeLayer
- The alternative doesn't work
2023-02-10 12:54:32 -03:00
Salvador E. Tropea b97c180d15 [Fixed] Symbol instances in sub-sheets 2023-02-10 10:15:33 -03:00
Salvador E. Tropea 8ff1cba906 [Drill] Support for KiCad v7
- Point -> Vector
- Rect -> Box
2023-02-10 10:11:44 -03:00
Salvador E. Tropea 1c8042dd1e [Fixed] KiCad units must be integers 2023-02-10 10:10:53 -03:00
Salvador E. Tropea a8a2175d73 Fixed missing pcbnew detection 2023-02-10 09:56:26 -03:00
Salvador E. Tropea 3d408d70cf [Report] Fixed new conversion to inches 2023-02-10 09:39:32 -03:00
Salvador E. Tropea 0b748e1d9d [Added] Basic support reading and writing v7 schematics 2023-02-10 09:12:59 -03:00
Salvador E. Tropea 13d4be5ff3 [Tests] Added simple sch_variant config (no real variant applied) 2023-02-10 09:07:18 -03:00
Salvador E. Tropea e92da81882 [KiCad 7] Added KICAD7_* variables expansion 2023-02-09 09:29:06 -03:00
Salvador E. Tropea 7d597b3629 [KiCad 7] Added support for the version in sym-lib-table 2023-02-09 09:23:33 -03:00
Salvador E. Tropea b7897baf87 Added KiConfError error handling during output generation 2023-02-09 09:12:21 -03:00
Salvador E. Tropea 23175f8500 [KiCad 7] Solved drill marks constants rename 2023-02-09 09:02:37 -03:00
Salvador E. Tropea ebbfbb7b62 [KiCad 7] Solved UI_PER_MM and UI_PER_MILS changes 2023-02-09 08:47:21 -03:00
Salvador E. Tropea e0fbd20419 [Tests] Added KiCad 7 board samples
- Just exported to KiCad 7, they need adjusts
2023-02-09 08:12:24 -03:00
Salvador E. Tropea cb0465bcde Bumped version to 1.6.1
- Just to make it different
2023-02-06 13:15:46 -03:00
Salvador E. Tropea 943d6008d0 Bumped version to 1.6.0
- Updated the docs
2023-02-06 09:12:36 -03:00
Salvador E. Tropea 129889a0f5 [Dependency Downloader] Fixed last patch (arguments) 2023-02-06 07:22:12 -03:00
Salvador E. Tropea aa7c8145dd [Tests][Dependency Downloader] Added retries on 403
- GitHub randomly generates it
2023-02-06 07:01:06 -03:00
Salvador E. Tropea 022cc1662e [flake8] Excluded some experiments 2023-02-06 06:59:51 -03:00
Salvador E. Tropea 6a5826f456 [Tests][Added] THT resistors example 2023-02-05 14:38:29 -03:00
Salvador E. Tropea 9e06d8c041 [Experiments][3D Resistors][Added] Link to color bars tool 2023-02-04 13:27:47 -03:00
Salvador E. Tropea dba016b619 Changing licence to AGPL v3
- The EasyEDA 2 KiCad code is AGPL so the result is AGPL
2023-02-04 13:14:26 -03:00
Salvador E. Tropea f59bcbc54b [Experimets][Added] Prototype for colored 3D resistors 2023-02-04 11:52:04 -03:00
Salvador E. Tropea f4cb68b1fa [Tests] Changed debug level for g2 tests 2023-02-03 10:10:22 -03:00
Salvador E. Tropea 2b34bef432 [Tests] Added a logo_scale example 2023-02-03 08:14:42 -03:00
Salvador E. Tropea de801f1a0e [DOCs] Added _none to the internal filters
- Isn't really a filter, but needs some mention
2023-02-03 08:13:48 -03:00
Salvador E. Tropea 63158f6329 [DOCs] Documented the new GHA tags
Closes #386
2023-02-03 08:05:20 -03:00
Salvador E. Tropea 6b2b828261 [CI/CD] Creating GitHub Action v2 1.4.0 for KiCad 5 2023-02-03 08:02:25 -03:00
Salvador E. Tropea 8f088c5f44 [CI/CD] Creating GitHub Action v2 1.5.1 for KiCad 5 2023-02-03 08:00:33 -03:00
Salvador E. Tropea 01703decb3 [CI/CD] Creating GitHub Action v2 1.5.1 for KiCad 6 2023-02-03 07:55:23 -03:00
Salvador E. Tropea 31dff57ba1 [CI/CD] Creating GitHub Action v2 1.4.0 for KiCad 6 2023-02-03 07:50:56 -03:00
Salvador E. Tropea 20442e1f36 [Experiments][EasyEDA] Added the test files I used 2023-02-01 10:12:01 -03:00
Salvador E. Tropea 7a95aa719d [Experiments][EasyEDA] Added coordinates analysis 2023-02-01 10:06:18 -03:00
Salvador E. Tropea 98bdcd29a8 [Experiments][EasyEDA] Modified the test to use the current code
- Keeps the debug, but uses the same code in KiBot
2023-02-01 10:05:20 -03:00
Salvador E. Tropea 624f7ff68f [3D download] Fixed cases where we have no components from the SCH 2023-01-31 13:31:59 -03:00
Salvador E. Tropea df085fa8bc Added mechanism to download 3D models from EasyEDA
- Using LCSC codes

Closes #380
2023-01-31 13:12:06 -03:00
Salvador E. Tropea 305bfb7d0c [PCB2Blender] Fixed problems with components with some values
- That includes invalida characters for a file name
2023-01-31 13:03:43 -03:00
Salvador E. Tropea fd6f225a72 [K6 3D Model aliases] Avoid confusing the Windows drive letter
- C:.... looks like ALIAS = C
2023-01-31 13:02:35 -03:00
Salvador E. Tropea 4db3788830 [LCSC field] Fixed the detection
- Randomly confused the reference
2023-01-31 13:00:58 -03:00
Salvador E. Tropea 39960d90da [Experiments][EasyEDA] Added material name mapping 2023-01-30 10:24:40 -03:00
Salvador E. Tropea aa17497a26 [Experiments][EasyEDA] Generate material definitions
- Avoid repeating the materials over and over
- First step towards KiCad materials
2023-01-30 08:48:44 -03:00
crides 6b89f42399 don't show warning if footprint has attribute "not in schematics" 2023-01-30 08:43:33 -03:00
Robin Modisch 353614a6ab fix typo 2023-01-30 08:41:14 -03:00
Salvador E. Tropea 71f72f2746 [KiBoM] Fixed the column name in last patch 2023-01-28 18:24:16 -03:00
Salvador E. Tropea c39d21f3cf [Global Options] Added field_lcsc_part: to select the LCSC/JLCPCB part field 2023-01-28 17:59:23 -03:00