kicad/pcbnew/scripting/examples
jean-pierre charras 63eac42d07 Fix a minor error in class D_PAD: void D_PAD::Flip( int Y ) changed to virtual void D_PAD::Flip( const wxPoint& aCentre ) (as defined in BOARD_ITEM)
Scripting: fix compatibility current pcbnew version in 2 examples and the default extension of board files  in board.i (was .kicad_brd, now is .kicad_pcb)
2014-02-13 18:27:48 +01:00
..
createFPC40.py Fix a minor error in class D_PAD: void D_PAD::Flip( int Y ) changed to virtual void D_PAD::Flip( const wxPoint& aCentre ) (as defined in BOARD_ITEM) 2014-02-13 18:27:48 +01:00
createPcb.py Fix a minor error in class D_PAD: void D_PAD::Flip( int Y ) changed to virtual void D_PAD::Flip( const wxPoint& aCentre ) (as defined in BOARD_ITEM) 2014-02-13 18:27:48 +01:00
hidePcbValuesShowReferences.py Fixes to scripting after refactoring & interface cleanups, 2013-04-18 23:23:11 +02:00
listPcb.py Fixes to scripting after refactoring & interface cleanups, 2013-04-18 23:23:11 +02:00
listPcbLibrary.py Fixes to scripting after refactoring & interface cleanups, 2013-04-18 23:23:11 +02:00