2437b3c1b9
Cleanup
2022-03-23 11:24:24 +01:00
8787908e7e
Allow circular zone < 1mm ( fix : #41 )
2021-09-16 16:11:01 +02:00
3e5e1b5f66
Fix #31 .
2021-07-06 11:44:47 +02:00
196609ff6b
Update README.md
2021-07-06 10:18:57 +02:00
3d14eb456d
- Fix #27 for 6.0 branch of KiCad.
...
- Using pcb_group to allow via creation inside a group
- delete of via is no more possible via this pluging. Directly delete the generated pcb_group.
2021-07-06 10:13:21 +02:00
c863e5e6a8
Porting to via creation in master branch (target: v6)
...
Know issues
- Unable to delete VIA (since The old method - used in 5.1 - don't
work anymore)
- Via are invisible after plugin run. Need to save and reopen file to
see them
2021-02-01 12:27:34 +01:00
176bc80599
Adding comments about version in README.md
2021-01-29 08:33:13 +01:00
d0c9aba707
Merge pull request #26 from telec16/initpy
...
Add init py file for simpler setup
2020-07-17 17:23:31 +02:00
e24b443978
Add init py file for simpler setup
2020-07-10 09:20:21 +02:00
cb83e352d1
Merge pull request #25 from ramonimbao/master
...
Allow decimals in CircularZone
2020-07-01 10:15:28 +02:00
8c3c8b1d8b
Allow decimals in CircularZone
2020-05-24 14:59:03 +08:00
cdb3c49dc6
Merge pull request #20 from easyw/master
...
Fix #19
2019-11-05 11:47:41 +01:00
da2a1335e2
removing vias from a copy of the list to avoid to invalidate the iterators in C++
2019-11-05 10:07:20 +01:00
f3d0485ff7
adding button & icon
2019-11-02 11:18:13 +01:00
a56313f509
FIX : #17 : random was alway enabled
2019-10-22 13:35:00 +02:00
4f2738ac1b
Merge pull request #18 from easyw/master
...
allowing resizing of the dialog, getting Via default values from board
2019-10-22 13:26:47 +02:00
3644f9cf73
minor improvement in help image
2019-10-21 12:31:49 +02:00
943ad974e1
allowing resizing of the dialog, getting Via default values from board
2019-10-21 12:26:59 +02:00
5c7670c4fa
Merge pull request #15 from easyw/master
...
fixing py2 incompatibility inside the wxForm generated dialog
2019-10-08 14:10:04 +02:00
84fa07e8fe
fixing py2 incompatibility inside the wxForm generated dialog
...
with this workaround the script can run both with py2 & py3 environment
we should fix this issue inside the main code...
2019-10-05 01:06:10 +02:00
dd1b053f91
Fix net select size. Set net select as read only
2019-10-01 14:09:26 +02:00
fa8e23964d
Merge pull request #14 from easyw/master
...
adding info on via placed, allowing '.' and ',' for decimal separator on inputs
2019-10-01 13:18:52 +02:00
cf498962d7
dialog resized
2019-10-01 12:51:51 +02:00
4e6b97579d
better visibility on dark theme
2019-10-01 12:46:24 +02:00
cf437269a1
adding stitching help image
2019-10-01 12:41:00 +02:00
f7a22eb8b4
adding info on via placed, allowing ',' for decimal separator on inputs
2019-09-28 09:52:46 +02:00
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