KiKit icon indicating copy to clipboard operation
KiKit copied to clipboard

Code samples for python array generation

Open greenscreenflicker opened this issue 2 years ago • 1 comments

Prerequisites

  • [X] I have read the documentation and the proposed feature is not implemented.

Description

I need to implement some custom board stuff and it's quite hard to get started on the Python side. Could you please extend the python description, how to get started? Maybe you can incoperate my needs as example What do I want to do?

  • I need different horizontal and vertical spacing (due to component's overhang)
  • I need to combine (append) two different boards

It would be so nice to have python examples

greenscreenflicker avatar Oct 30 '23 15:10 greenscreenflicker

That's similar to what I'm putting together, check this repo out https://github.com/snhobbs/kikit-multipanel

snhobbs avatar Nov 07 '23 02:11 snhobbs