27 Commits (eaa1e6d59464e8356d24afd1d29148335010f67a)

Author SHA1 Message Date
jean-pierre charras cb5c571d0d Demos: update old action script to be compatible with current code 2 years ago
Yang sheng aff5245041 Fix enum class DRILL_MARKS no export to python 3 years ago
jean-pierre charras db90404710 Python demos: fix plot demos according to recent changes in Kicad plot code. 3 years ago
jean-pierre charras ff7d60f360 demos: gen_gerber_and_drill_files_board.py update 4 years ago
Jon Evans f32c1ab1d2 Fix undo/redo sample action plugin for latest API 4 years ago
Seth Hillbrand 9a8d1246cc We don't keep a CHANGELOG.TXT 4 years ago
luz paz 0446d35f0d Fix source comment/doc typos (follow-up) 4 years ago
luz paz f968fc8719 Fix source comment / documentation typos 4 years ago
jean-pierre charras 524ca442f3 Old python scripts: fix issues due to code change, and make them Python3/3 compatible 5 years ago
jean-pierre charras 60719b66bb Update some python scripts to be compatible with python2/python3 and changes in Kicad code. 5 years ago
Mika Laitio d13fb85d7f python3 print fix to scripts examples 5 years ago
Dominik Wernberger 28991ddf58 Rename D_PAD to PAD 5 years ago
Dominik Wernberger 54878b04a5 Rename MODULE to FOOTPRINT 5 years ago
Dominik Wernberger a4650e7269 Rename GetModules to GetFootprints 5 years ago
jean-pierre charras f6b4b66a86 Avoid include wx/wx.h in many files that do not actually use this include. 5 years ago
jean-pierre charras 3d28d0274b put a demo file to the right place 7 years ago
jean-pierre charras 602d9e1972 Fix a missing init in gerber plot script demo. 8 years ago
jean-pierre charras e1fbe1cb3a update a python demo that wws not working with current pcbnew version. 8 years ago
jean-pierre charras a557838c61 Fix incorrect refresh of User Interface after running an action plugin, and add comments 8 years ago
Jean-Samuel Reynaud 13395d34dd Action plugins: handle undo/redo feature when running an action plugin. 9 years ago
Jean-Samuel Reynaud 75b08e49cf Add 2 python action plugins in demos 9 years ago
unknown 274e88d381 Fix Python demo script gen_gerber_and_drill_files_board.py to choose one or 2 drill files when calling SetOptions() if NPTH pads are used. 10 years ago
jean-pierre charras 8ff5bc6108 gen_gerber_and_drill_files_board.py script: fix incorrect output folder for drill files. 10 years ago
jean-pierre charras bb95fcccfc plotcontroller: add method to get the current plot full file name and the current plot folder full path from Python script. 10 years ago
unknown ad10218a58 Rename {Set,Get}GerberExtensions() to {Set,Get}GerberProtelExtensions() (better name) in public API. 10 years ago
jean-pierre charras 699c76ccea Rework on EXCELLON_WRITER class, to allow gerber and drill files creation from a python script. 11 years ago
jean-pierre charras 9da39717ae Add a python script example in demo folder to create various plot files from a board. Fix also some issues in plot controller helper class. 11 years ago