Replies: 1 comment 5 replies
-
I haven't tested the code; nevertheless - when you encounter missing tabs, first check if the partition line corresponds to what you expect (you can render it via |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know if this is a bug or if I am just doing something wrong, but I have a problem that I don't know how to fix.
I have 2 boards. Remote controller and receiver. They are of different dimensions. I want to panelize them onto a single board to save money. But since they have different sizes, it seems that tabs don't want to be created when the panel edge is further than the board spacing (3mm). I have made a few tests to show it (individual board, the same board panelized, and both boards panelized).
panels.zip
In the unaligned_remote example, you can see that even when the boards have the same dimension, if I move one of them, it also does not create the tabs on the sides that are further from the frame.
So my question is, is this a bug in kikit (probably not) or some configuration in the script I am using (probably, as I don't understand the majority of it)?
Here is the Python script (majority is not mine, I found it in some issue where people were trying to panelize different boards):
Spoiler warning
Beta Was this translation helpful? Give feedback.
All reactions