Will it put one of board A and N of board B together on a panel? #507
-
I have KiKit working great make n-up panel. This is great; thank you! I have a design where the panel should have one copy of one board and four copies of another. It wasn't obvious this was supported, but then I saw the picture of "more complicated input" at: https://github.com/yaqwsx/KiKit/blob/master/doc/understandingTabs.md This looks like what I need. Is 1+N supported? If it not supported, I might have cycles to hack some code to do this if it seems straightforward and generally useful. -- ch |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The multi board design is supported either via scripting where you can control the whole panel or via implementing a custom layout plugin. |
Beta Was this translation helpful? Give feedback.
-
Awesome. Let me give that a try. Thank you. Ko-fi support headed your way. |
Beta Was this translation helpful? Give feedback.
-
via scripting where you can control the whole panel or via implementing a custom layout plugin. @yaqwsx is there an example of either to follow? |
Beta Was this translation helpful? Give feedback.
The multi board design is supported either via scripting where you can control the whole panel or via implementing a custom layout plugin.