项目作者: gbevan

项目描述 :
Perf/Protoboard generator for draw.io
高级语言: Python
项目地址: git://github.com/gbevan/drawio_protoboard_generator.git
创建时间: 2019-08-23T16:31:34Z
项目社区:https://github.com/gbevan/drawio_protoboard_generator

开源协议:MIT License

下载


Prototype / Perf Board Generator for Draw.IO

Generates a perfboard for electronic prototyping of circuits that can be
pasted into draw.io as a Shape. The through-holes on the generated board
each have their own connector.

Usage

  1. ./drawio_protoboard_generate.py -h
  2. usage: drawio_protoboard_generate.py [-h] [--height HEIGHT] [--width WIDTH]
  3. optional arguments:
  4. -h, --help show this help message and exit
  5. --height HEIGHT Shape height in mm's (default=46.0)
  6. --width WIDTH Shape width in mm's (default=61.0)

Use with xclip:

  1. ./drawio_protoboard_generate.py | xclip

then paste into the draw.io shape editor:
fig1

The shape has a fixed aspect-ratio, so can be resized as needed:
fig2