Commit Graph

87 Commits

Author SHA1 Message Date
d71c87922d PEP8 + use a complete boundary box 2019-09-27 15:02:49 +02:00
9d90ceb9f7 Merge pull request #12 from easyw/master
KiCAD 5.14 compatibility fix (py2&3)
2019-09-27 14:57:42 +02:00
61ee61c96d minor fix for kicad nightly
To be fixed: nightly is missing 'HitTestInsideZone' function for checking keepout zones inside zones
2019-09-27 14:56:26 +02:00
cc2f35eba2 adding butto to toolbar 2019-09-27 10:10:02 +02:00
ac41373ffc adding a temporary workaround for Kicad Nigthly
adding a temporary workaround for Kicad Nigthly (pcbnew.py have removed DrawingsList() )
2019-09-27 08:42:10 +02:00
554c74abb4 adding try:except on processing pads to avoid crash 2019-09-27 08:25:28 +02:00
e9e1f7929d removing useless debug message 2019-09-27 08:11:21 +02:00
367e7488f3 update name 2019-09-26 23:55:20 +02:00
9480a10557 improved button icon 2019-09-26 23:43:09 +02:00
8c29a5f573 k 5.14 compatibility (py2&3)
Fix compatibilty issues with:
KiCAD 5.1.4
Py2
Py3
Added Net Combo box
Added button icon image
2019-09-26 23:34:59 +02:00
c3f4dfbc25 Fix import issues 2019-05-27 12:23:57 +02:00
28f90ac661 Fix for KiCad 5.1 2019-04-19 18:27:27 +02:00
43116af07c Allow ViaStitching working on kicad 5.1 2019-04-19 18:19:08 +02:00
f65c507ddc Merge pull request #6 from muXxer/master
Rewrote Via Stitching
2018-10-25 18:16:55 +02:00
57a8755e89 Rewrote Via Stitching 2018-08-16 16:45:19 +02:00
83000f60e9 Merge branch 'Phara0h-master' 2018-03-30 15:55:55 +02:00
ec30f72cc8 Fix delete; backport Dialog modification to FillAreaTpl.fbp 2018-03-30 15:55:23 +02:00
c15f6fe3bd * Changed circle pads into actual Vias
* Added Star Pattern for basic RF stiching
* Changed Default Via sizes and drill to a more standard fab size.
2018-03-29 12:50:56 -04:00
bcee242c87 Fix #3: Via placement doesn't respect single sided keepouts 2018-03-29 18:19:23 +02:00
a21e69dac7 Fix incorrect loading in module footprint 2017-10-25 17:24:51 +02:00
b0c1540eb1 Adding a choice for number of segments 2017-06-27 19:28:26 +02:00
0b89e4a63c Fix typo 2017-06-26 11:52:43 +02:00
35f89092d2 - Fix ViaStitching to follow change in python API
- Adding the circular zone tools
2017-06-26 11:50:45 +02:00
31626d6dcd - Set created modules as virtual
- PEP8 syntax fixes
- Add __init__.py to use this extention in a directory
2017-06-22 18:33:03 +02:00
44c2f10520 Move delete to a button 2017-06-13 13:13:31 +02:00
d6f43eb4e4 Try to avoid via close to edge. Not a complete solution since there are no good solution for than with current Python API in KiCad 2017-06-13 12:48:36 +02:00
bc022af6e1 Fix delete: Delete should not be called from python script since undo/redo action should use deleted element. Use Remove instead. 2017-06-13 09:34:12 +02:00
b529f54905 Merge pull request #1 from mtiutiu/master
added delete vias option
2017-06-13 09:23:36 +02:00
a88918ecf2 better description for delete vias checkbox 2017-06-12 17:25:42 +03:00
5f27d7bfcf moved vias delete print function under debug section 2017-06-12 14:24:22 +03:00
5c5166c46e fixed project template and generated code by using wxformbuilder 2017-06-12 14:14:13 +03:00
574e6ff803 added delete vias option 2017-06-12 12:21:53 +03:00
3b72073e99 Refill all zone/area after via placing 2017-06-12 10:07:44 +02:00
65296cb5e5 Fix some spells 2017-06-05 17:36:20 +02:00
9c7ce5fab2 Update README 2017-06-05 16:05:19 +02:00
594cb2e10a Adding ViaStiching 2017-06-05 16:03:54 +02:00
7e91a8dcb0 Setting the license 2017-06-05 16:00:52 +02:00