Commit Graph

3273 Commits

Author SHA1 Message Date
Salvador E. Tropea 2385013bdd [DRC/ERC][Added] Individual directory for reports
- Also joined ignore_unconnected and erc_warnings options
- Deprecated separated options

Closes #562
2024-01-18 13:06:13 -03:00
Salvador E. Tropea c04f7e52c8 [PCB Print][Added] Options to mirror the text
In the user layers when creating a mirrored page

Closes #561
2024-01-18 10:15:11 -03:00
Salvador E. Tropea c04067d603 [Added] More information about wrong configs
When trying to use more than one YAML document for definitions

See #559
2024-01-18 07:40:30 -03:00
Salvador E. Tropea 4ec3b345d0 [DOCs][Added] Index entry for imported_global_has_less_priority
See #559
2024-01-18 07:17:47 -03:00
Salvador E. Tropea 790a948017 Merge branch 'oliv3r-board_only' into dev 2024-01-17 12:59:02 -03:00
Salvador E. Tropea 1475b5894c [Update XML] Fixed missing import and added test case
For the "board only" check
2024-01-17 12:58:05 -03:00
Olliver Schinagl 3fc1947fcf
pre_update: Honor 'board_only' (Not in schematic) footprint property.
It is quite common, to add footprints to a PCB, without adding it to the
schematic. Think Logo's or 'duplicate' connectors etc. KiCad has a flag
called 'Not in schematic' for this purpose. Lets check if this flag is
set in the PCB, and ignore any errors from this if applicable.

Fixes: #558.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2024-01-17 13:03:46 +01:00
Salvador E. Tropea 39e310edb8 [Tests][Diff][Added] Compare with output and multi variant cases 2024-01-16 10:04:26 -03:00
Salvador E. Tropea 18e4397a3d [Tests][Diff][Added] using stash strategy
And this test was originally designed for a stash case
2024-01-16 09:45:25 -03:00
Salvador E. Tropea 63bf0f4295 [Tests][Added][Populate] Use of Blender as renderer 2024-01-16 08:40:49 -03:00
Salvador E. Tropea bc697dc19b [Populate][Fixed] Use of Blender as renderer 2024-01-16 08:39:58 -03:00
Salvador E. Tropea 2c47875fd4 [Tests][Fixed] KiDiff dependency
- We no longer need the kiri_mode branch
- It forces to get 2.5.3, which could fail on concurrent downloads
2024-01-16 07:40:54 -03:00
Salvador E. Tropea 0c38aa2c64 [Fixed] Config can also raise PlotError
So now is catched
2024-01-16 07:31:59 -03:00
Salvador E. Tropea dedf2970aa [Templates][Modified] P-Ban gerbers to use *copper*
- There is no difference for modern KiCad (just for KiCad 5)
- Avoids warnings about extra inner layers
- Enables the use of more than  8 layers

Closes #554
2024-01-16 07:22:47 -03:00
Salvador E. Tropea c30adb13b7 [YAML examples][Fixed] P-Ban example 2024-01-16 07:22:07 -03:00
Salvador E. Tropea ea8bed8642 [Tests][KiKit Present][Added] Simple one 2024-01-15 13:39:26 -03:00
Salvador E. Tropea 0ecb546a8c [Blende Export][Fixed] Issues with animations
Missing order computation in some steps, like auto-crop
2024-01-15 13:38:37 -03:00
Salvador E. Tropea 74f72ed6b7 [Tests][Added][Populate] Very simple 2024-01-15 13:13:34 -03:00
Salvador E. Tropea f3fb3ce6da
Merge pull request #557 from oliv3r/do_not_leave_worktrees
[Diff][Fixed] Worktree's can leave junk branches
2024-01-15 12:59:25 -03:00
Olliver Schinagl 8b58759f3d
[Diff][Fixed] Worktree's can leave junk branches
When kibot creates a worktree, which in some cases creates a new branch
or uses an existing branch. This branch may be old and stale, and often
not what is expected.

Instead, avoid the issue entirely, by never creating anything that could
need cleaning up, by creating a detached worktree.

Fixes #556

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2024-01-15 16:42:05 +01:00
Salvador E. Tropea db8acd1258 [Quick Start][Fixed] Problems scanning dirs without enough privileges 2024-01-15 11:17:39 -03:00
Salvador E. Tropea 0edf374670 [Quick Start][Fixed] Problems with KiCad 6+ files using KiCad 5 names for layers 2024-01-15 11:15:45 -03:00
Salvador E. Tropea 10b9850517 [Colored resistors][Fixed] Problems when no cache is there
Fixes #553
2024-01-15 10:39:27 -03:00
Salvador E. Tropea b78c659141 [Layers][Added] Mechanism to specify inner/outer copper layers 2024-01-15 10:29:30 -03:00
Salvador E. Tropea ea0518f47c [PCB Print][Added] repeat example 2024-01-15 10:09:54 -03:00
Salvador E. Tropea 8a69f0349c [Diff][Fixed] Problems when trying to use an already existent worktree
Fixes #555
2024-01-15 09:46:25 -03:00
Salvador E. Tropea d431a3b2d0 [Tests][Fixed] Moved to KiCad 7 the last test 2024-01-12 13:09:47 -03:00
Salvador E. Tropea b752882091 [Tests][Add] Simple test for EasyEDA download 2024-01-12 12:51:59 -03:00
Salvador E. Tropea a424faa025 [Tests] Changed skip condition for test_render_3d_res_tht_1 2024-01-11 13:04:52 -03:00
Salvador E. Tropea 7a132e0606 [Tests][Added] Very simple THT 3D resistors test 2024-01-11 09:45:56 -03:00
Salvador E. Tropea 2c91fd79bc [3D][Fixed] THT resistors
Problem introduced by pre-commit tests
2024-01-11 09:44:57 -03:00
Salvador E. Tropea 7bfd46e9d6 [PCB_Print] Changed searchable text strategy
Moved the text to the top of the SVG

Fixes #552
2024-01-11 09:19:51 -03:00
Salvador E. Tropea 58641e2bb4 [PDF_Print][Fixed] Text not searchable
- When using newer rsvg-convert tools i.e. 2.54.7
- Previous versions discarded 100% transparent text
- New versions discards text with any level of transparency

Fixes #552
2024-01-10 13:45:48 -03:00
Salvador E. Tropea 2a038d96a2 [Diff][Added] Example for 2color mode 2024-01-10 10:34:08 -03:00
Salvador E. Tropea 2ccb54b04e [Diff][Added] New mode where we can control the added/removed colors
Also fixed the "zones" options help message, altered while creating
a base class
Closes #551
2024-01-10 10:30:27 -03:00
Salvador E. Tropea 58c54a1d71 [Tests][Added] --help-list-rotations and --help-list-offsets 2024-01-09 13:57:16 -03:00
Salvador E. Tropea 57678e6e74 [Tests][Added] --help-errors 2024-01-09 13:53:49 -03:00
Salvador E. Tropea 535972092c [Tests][Added] --help-dependencies --rst 2024-01-09 13:50:46 -03:00
Salvador E. Tropea cc47d4c0a3 [Tests][Added] --help-global-options 2024-01-09 13:47:30 -03:00
Salvador E. Tropea 0c94295105 [Tests][Added] --help-variants 2024-01-09 13:43:51 -03:00
Salvador E. Tropea 187f21e6e7 [Tests][Added] --help-outputs --rst 2024-01-09 13:39:29 -03:00
Salvador E. Tropea 9ea3e39481 [Diff][Fixed] The new logic to check for SCH/PCB 2024-01-09 11:20:10 -03:00
Salvador E. Tropea 8bdf79d8c8 [KiRi][Added] config examples 2024-01-09 11:10:28 -03:00
Salvador E. Tropea 0dfaad0d3a [Tests][Added] Simple KiRi test 2024-01-09 10:54:45 -03:00
Salvador E. Tropea edafc47d0b [KiRi] Check we have the SCH and PCB in the repo
- At least one commit
2024-01-09 10:53:55 -03:00
Salvador E. Tropea 7ce44d71f4 [Tests][Added] -L 2024-01-09 09:14:07 -03:00
Salvador E. Tropea 957968fe58 [Tests] Don't cover windows code 2024-01-09 09:13:47 -03:00
Salvador E. Tropea 9c574efd14 [Tests][Added] --defs-from-env 2024-01-09 08:54:31 -03:00
Salvador E. Tropea 415e97e84b [Tests][Added] --list-variants 2024-01-09 08:45:37 -03:00
Salvador E. Tropea c637dd50c6 [Tests][Added] --list --no-names 2024-01-09 08:35:40 -03:00