-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HOW] Using symbol field for specify component rotation #510
Comments
Hi @radiolyc ! I'm trying to implement the Fabrication Toolkit mechanism, but during the validation process I found that KiBot is apllying wrong rotations on the bottom side components. I guess most people only uses the top side for components, and the bottom side is used only in extreme cases, usually not for cheap boards manufactured on JLCPCB. But I want to make it work. I also noticed that recent versions of Fabrication Toolkit just disabled the rotations based on the footprint! The tool seems to currently rely on rotations manually specified by the user. I guess this is something to do with the complexity found to match the bottom side rotations. I think this must be some subtle detail, but in my first tries the correction for the bottom side wasn't consistent ... |
@set-soft thanks for answer. Yeah, now mostly I'm using it only for top side component boards, but double side boards should be also useful. Also Fabrication Tool has position offset correction field, which is also super useful, because many KiCad footprints have just different from EasyEDA center and offset corrections (rotation and shifting) give a chance to get correct parts placement after uploading manufacturing files. |
Hi @radiolyc ! About the position feature: Looking at the plugin you mention it applies a rotation to the offset using the original KiCad angle. This is strange to me. Do you have a small example where this adjust is needed? So I can verify the result is correct. A small example with a couple of components will be enough, just the schematic with the components, no need for connections, and the PCB with the footprints and board edge. The example should include the fields in question with at least one rotation and one offset. This will help to verify the implementation. |
- Fixed the JLCPCB template to apply correct rotations to the bottom components - Added options to specify rotations and offsets using fields - Added an option to mirror the bottom rotation angles - Needs verifications for the offset stuff Related to #510
Hi @radiolyc ! |
@set-soft Here is small example of Fabrication Tool usage, so project file can be used for verifying of the improvement. |
Hi @radiolyc ! Ok, now you'll get the same results using KiBot. Looking at your example I found the offsets uses the opposite sign. |
I'm closing this issue because is now implemented. Any errors in the implementation should be opened as a new issue. |
Intro
Hi! I tried to use filter for pre-rotation of components and it works.
Issue
But the problem is different components can have different rotation even if the footprint (package) is the same.
Question
So, Is it possible to use symbol field to specify rotation correction angle for specific component?
Example
This mechanism is used in Fabrication Toolkit extension: https://github.com/bennymeg/JLC-Plugin-for-KiCad#-offset-component-rotation
The text was updated successfully, but these errors were encountered: