-
Notifications
You must be signed in to change notification settings - Fork 11
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
New Coil Shape : Pentagonal #53
Comments
Hi @Pana1v, Just out of curiosity, is the shape you need dictated by mechanical constraints or some EM design considerations? Anyway, to kickstart I would have a look at the steps involved in the generation of the layout, they're called in generate() and they all named self.do_() https://github.com/cooked/kimotor/blob/master/kimotor_action.py#L205 ...the names should be mostly intuitive but for nomenclature sake:
The creation of the coils happens in do_coils() and it's also a 2-step process:
Do you have a sketch of the layout that you want to create? that would help the discussion cheers |
Hi @Pana1v, Anyways, about the implementation, as a starter you can try to achieve a similar shape to atomic14 keeping the current radial solver but making your own version of the "tracker" that will use just straight line instead of lines+arcs (see picture below, points are actually the same for the two shapes, just the tracks change). |
Hi @Pana1v, |
Sorry for that silly error, I'll get started on pentagon. Thanks |
Hi @Pana1v, Over the weekend I've started refactoring to make the code more readable and nomenclature consistent (this work is in branch new_vias for now). |
@cooked I want to help add a new shape for coils - Pentagonal or star shape.
Can you guide me on this. I'd like to learn and contribute to the project.
The text was updated successfully, but these errors were encountered: