lp:~patrickb/+junk/drawline

Created by Patrick Bernaud and last modified

A couple of simple commands as a guile-pcb plugin to add lines to the current layout.

The new segments are also added to the selection so that they can be run through other actions.

For example:
   Unselect(All)
   DrawLine(50mm, 50mm, 75mm, 50mm)
   DrawLine2(50mm, 50mm, 25mm, 10)
   ...
   ChangeSize(SelectedObjects, 1mm)
   MoveToCurrentLayer(SelectedObjects)
   Unselect(All)

To install the plugin, move the file drawline.scm to any plugin directory of PCB (either <exec_prefix>/lib/pcb/plugins or $HOME/.pcb/plugins or $(pwd)/plugins).

Get this branch:
bzr branch lp:~patrickb/+junk/drawline
Only Patrick Bernaud can upload to this branch. If you are Patrick Bernaud please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Patrick Bernaud
Status:
Development

Recent revisions

1. By Patrick Bernaud

Initial import.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers