jean-pierre charras
|
901a9387e9
|
Fix python fp wizards according to last kicad code changes, especially EDA_ANGLE
|
2022-01-28 19:33:51 +01:00 |
jean-pierre charras
|
5879227ee2
|
Update footprint wizards after changes wxPoint->VECTOR2I
|
2022-01-03 11:43:15 +01:00 |
jean-pierre charras
|
0bdb424215
|
FootprintWizardBase.py: fix Arc building due to recent code changes.
Add a arc_test wizard (only to test arcs in fp).
|
2021-10-22 10:07:31 +02:00 |
jean-pierre charras
|
4eafd2664a
|
FootprintWizardBase.py: fix use of cmp(), non existing in python3
Fixes #8677
https://gitlab.com/kicad/code/kicad/issues/8677
|
2021-06-25 09:04:49 +02:00 |
luz paz
|
f968fc8719
|
Fix source comment / documentation typos
|
2021-06-09 19:32:58 +00:00 |
Dominik Wernberger
|
54878b04a5
|
Rename MODULE to FOOTPRINT
|
2020-11-14 09:37:45 +00:00 |
jean-pierre charras
|
411914dffb
|
Fix python footprint wizards after recent changes in code
|
2020-10-09 20:48:13 +02:00 |
Matt Huszagh
|
300de7e74c
|
fix footprint wizard for rename from SetThickness to SetTextThickness
|
2020-04-20 22:09:41 +00:00 |
jean-pierre charras
|
1dbaef303e
|
Fix FootprintWizardBase.py according to recent changes in lib_id.h
|
2018-07-31 18:46:25 +02:00 |
John Beard
|
939450856a
|
Pcbnew FP wizard: add rounded and chamfered box aids
These functions are fairly common drawing operations that otherwise
require fairly complex calculations, which would be better not to
have to repeat.
|
2018-06-13 11:11:55 -04:00 |
John Beard
|
5001b056ac
|
Pcbnew FP wizard: add docstring for parameters
Adds more verbose and complete explanations of the
FootprintWizardBase and FootprintWizardDrawingAids functions.
|
2018-06-13 11:11:49 -04:00 |
John Beard
|
137799165d
|
Pcbnew FP wizard: minor style fixes
This contains only a few minor style fixes according to PEP8
for FootprintWizardBase.py, and some spelling fixes
|
2018-06-13 11:11:42 -04:00 |
jean-pierre charras
|
c761d30ade
|
Make FootprintWizardBase.py compatible with last changes in EDA_TEXT.
|
2017-01-26 20:19:20 +01:00 |
jean-pierre charras
|
02fa9639cd
|
DIALOG_FOOTPRINT_WIZARD_LIST: minor enhancement. qrcode_footprint_wizard.py: use filled polygons instead of square pads on silkscren layer.
|
2017-01-04 15:03:43 +01:00 |
Oliver Walters
|
66ee44cb1f
|
Footprint Wizards Update
|
2017-01-03 16:01:47 +01:00 |