added Move Drawings to Layers script

This commit is contained in:
easyw
2017-05-19 13:00:15 +02:00
parent c616b458b2
commit 2f047dd2d9
3 changed files with 245 additions and 2 deletions

View File

@ -9,7 +9,9 @@ for PTH, NPTH pads and vias
A script to export technical layers of kicad PCB to DXF
DXF generated file has single line draw as it should be for mechanical interchange (this option is missing in pcbnew plot)
- ### action_menu_move_to_layer
A script to Move Selected Drawing(s) to choosen new Layer (available only in GAL)
---
## action_menu_annular_check.py
A script to check for annular ring violations
@ -59,4 +61,21 @@ done:
### todo (kicadpcb2dxf)
- [ ] tbd
---
---
## action_menu_move_to_layer
A script to Move Selected Drawing(s) to choosen new Layer (available only in GAL)
requirements: KiCAD pcbnew > 4.0 built with KICAD_SCRIPTING_ACTION_MENU option activated
release "1.1.0"
A script to Move Selected Drawing(s) to choosen new Layer (available only in GAL)
How to use:
- move to GAL
- select some draw objects
- call the plugin
- select the new layer
- selected draw objects will be moved to new layer
Launch the 'Move Selected drawings to choosen Layer' script in pcbnew from Tools menu
![Move Selected drawings to choosen Layer](screenshots/move_to_layer.png)