Commit Graph

37 Commits

Author SHA1 Message Date
Salvador E. Tropea 47d55f8ce9 [Experiments] Added mechanism to supress 20% fake color band 2023-03-20 14:14:00 -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 f59bcbc54b [Experimets][Added] Prototype for colored 3D resistors 2023-02-04 11:52:04 -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 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 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
Salvador E. Tropea bd00731355 [Experiments][Added] EasyEDA 3D model downloader prototype
Related to #380
2023-01-27 23:57:44 -03:00
Salvador E. Tropea 96daf7e4a8 [Tests] Added very naive Blender test 2023-01-17 19:45:57 -03:00
Salvador E. Tropea 25fd32b84a [DOCs] Modified the docker Blender script example
- Use nice to make less CPU hungry
- Mount the whole /tmp, so we can pass temporal files
2023-01-16 23:36:55 -03:00
Salvador E. Tropea 4fb54eaf36 [DOCs] Adde the blender script I'm using 2023-01-09 16:15:03 -03:00
Salvador E. Tropea 45275799f0 [DOCs] Added notes about using Blender 2023-01-08 19:57:53 -03:00
Salvador E. Tropea 35a4cb71ee Added more notes about Windows CI/CD 2022-07-03 20:48:06 -03:00
Salvador E. Tropea 4682a5c3c2 Added notes about Windows CI/CD 2022-07-03 12:38:27 -03:00
Salvador E. Tropea bfdc024a33 Added an option to sort the layer as KiCad to pcb_print 2022-04-10 15:26:35 -03:00
Salvador E. Tropea 7c3f273684 Basic KiCost support. 2021-03-31 12:27:55 -03:00
Salvador E. Tropea 4ba31115d2 Added information about KiCad paths on MacOSX 2020-10-20 13:28:24 -03:00
Salvador E. Tropea 2d55859782 Code style fixes (flake8) 2020-10-17 12:03:06 -03:00
Salvador E. Tropea 270816c97f Added `mcpyrate` test case to experiments. 2020-10-17 11:10:16 -03:00
Salvador E. Tropea 17aafd88a0 Adapted the speed meassurement script 2020-10-16 19:26:07 -03:00
Salvador E. Tropea b3d806587a Added information about KiCad PCB module attributes. 2020-09-02 15:17:58 -03:00
Salvador E. Tropea 59a1872310 Added my notes about KiBoM and IBoM variants. 2020-08-28 20:16:22 -03:00
SET 1ba778f7f1 Added some exception experiments I did.
They are to verify a detail we discussed with @qu1ck about a patch
for IBoM. They aren't very interesting, but they are a playground
to test Python 2/3 exception details.
2020-08-19 11:47:09 -03:00
SET 71d1ee3bc7 Added better generic example generation.
To add more realistic defaults.
2020-08-15 23:59:39 -03:00
SET 6d09d662be Fixed flake8 style details 2020-08-11 12:46:36 -03:00
Salvador E. Tropea 648724f886 Added the script used to compare performance. 2020-07-22 17:43:12 -03:00
Salvador E. Tropea c3ae2be7c3 Added YAML syntax test script. 2020-07-22 17:39:44 -03:00
Salvador E. Tropea adb9e26750 Added examples of problems using Coverage.py with macros. 2020-06-27 20:38:16 -03:00
Salvador E. Tropea 2f0f3f755d Changed the command line parser from argparse to docopt.
This make the code cleaner and better documented.
Now the usage is more clear, and also a little bit more strict.
I'm using a modified docopt because I preffer using args.option instead of
args['--option'], I also fixed a few flake8 issues in docopt.py.
2020-06-26 12:04:56 -03:00
Salvador E. Tropea cb809cbb8d Added documentation for the technique used for the automagic doc 2020-06-23 11:17:53 -03:00
Salvador E. Tropea a066887744 Modified the macros examples to make them as similar as possible.
So a diff between them is minimal.
2020-06-23 11:16:58 -03:00
Salvador E. Tropea bcb35e90ef Renamed test_mymacros.py to try_mymacros.py for pytest
They aren't regression tests.
2020-06-23 10:36:10 -03:00
Salvador E. Tropea 458d4ba0a9 Removed flake8 issues 2020-06-23 10:27:11 -03:00
Salvador E. Tropea 2bb2bd2034 Added preliminary tests to add "automagic" documenation for the output options 2020-06-22 19:47:37 -03:00
Salvador E. Tropea 734d2b9c35 Added an evaluation of "Strict YAML" to replace "PyYAML".
Conclusion: not worth the effort
2020-06-21 11:57:03 -03:00