Browse Source
* Python scripting: brings pad.GetZoneConnection() and in example pad.SetZoneConnection(pcbnew.PAD_ZONE_CONN_FULL) to full workable.
* Python scripting: brings pad.GetZoneConnection() and in example pad.SetZoneConnection(pcbnew.PAD_ZONE_CONN_FULL) to full workable.
* Cleanup namespace in enum ZoneConnection in pcbnew/zones.h to self-explained names unification: PAD_ZONE_CONN_INHERITED, PAD_ZONE_CONN_NONE,PAD_ZONE_CONN_THERMAL,PAD_ZONE_CONN_FULL, PAD_ZONE_CONN_THT_THERMALpull/7/head
committed by
jean-pierre charras
15 changed files with 65 additions and 63 deletions
-
2pcbnew/class_module.cpp
-
4pcbnew/class_pad.cpp
-
2pcbnew/class_zone.cpp
-
2pcbnew/class_zone_settings.cpp
-
20pcbnew/dialogs/dialog_copper_zones.cpp
-
16pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp
-
16pcbnew/dialogs/dialog_pad_properties.cpp
-
2pcbnew/eagle_plugin.cpp
-
12pcbnew/kicad_plugin.cpp
-
20pcbnew/legacy_plugin.cpp
-
6pcbnew/pcb_parser.cpp
-
2pcbnew/scripting/pcbnew.i
-
10pcbnew/zones.h
-
8pcbnew/zones_convert_brd_items_to_polygons_with_Boost.cpp
-
6pcbnew/zones_convert_to_polygons_aux_functions.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue