Jan Mrázek

Results 376 comments of Jan Mrázek

Panelization takes a file and creates a file. That's it. That should answer all your questions. Just to be sure, let's cover your questions one-by-one > open a blank PCB...

I just took your code and ran it - the partition line definitely doesn't look correct: ![Screenshot from 2024-11-18 17-05-46](https://github.com/user-attachments/assets/fa26fcac-c5b2-4550-a9bb-c7f4c545e7f7) This is the reason why the tabs are not generated....

I run into the limitation of `model.simulate` being slow during my experiments. I believe the reason for `model.simulate` being much slower compared to the proposal of @ricopicone is that `model.simulate`...

Based on the error you reported I can only say "some geometrical assert about the substrates has been violated". Without a reproducer I am not able to say more.

I don't understand why the exterior error is obvious.

Thank you for noting this. I wasn't aware you are able to reference net names in labels in KiCAD. Ideally, we should bake the net names for panelization, however, this...

Yeah, the instructions are outdated. Follow the CI workflow: https://github.com/yaqwsx/jlcparts/blob/master/.github/workflows/update_components.yaml

As a quick work-around, I tried to save some space on the CI machine. At the moment, it has been working just fine for 4 days now so the problem...

@kfirmaymon84: Could you try the upstream version? I am able to panelize the board with the upstream version of KiKit. So I would like to rule the possibility this issue...

> Since there is an output option in the GUI now, are you moving away from panelizating the currently opened file? IE You want to panelize the current open board?...