Skip to content
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

Multiple isolation passes #33

Open
erpalma opened this issue Feb 22, 2017 · 6 comments
Open

Multiple isolation passes #33

erpalma opened this issue Feb 22, 2017 · 6 comments

Comments

@erpalma
Copy link

erpalma commented Feb 22, 2017

Hi, I would like to suggest a new feature: calculate multiple passes for wider isolation traces. This is very useful when using a V shaped tool in HV boards where isolation between traces can be quite high and the tool must perform multiple passes. A similar approach is used by flatcam and pcb-gcode.

@chilipeppr
Copy link
Owner

chilipeppr commented Feb 23, 2017 via email

@ameennihad
Copy link
Collaborator

I think we should add an option to generate tool paths of traces based on the clearance specified in the design (Net classes). and even select or suggest tool sizes based on that.
One more thought I have, is to include some sort of tools library in the widget, when a board file is first loaded the widget will look for the best set of tools to used based one clearance in Net classes, diameters of holes ... etc, then the user can select which tools to use for each operation from his/her library.

@chilipeppr
Copy link
Owner

chilipeppr commented Feb 23, 2017 via email

@erpalma
Copy link
Author

erpalma commented Feb 23, 2017

If I remember correctly pcb-gcode does what ameennihad says. You select a tool dimension and a maximum isolation dimension, then pcb-gcode calculates the number of passes needed based on the clearance specified in the design.

I've milled several PCB with a high voltage (mains) part and that part really need a different clearance wrt a standard logic-level section.

@chilipeppr
Copy link
Owner

chilipeppr commented Feb 23, 2017 via email

@erpalma
Copy link
Author

erpalma commented Feb 23, 2017

I'll give an eye to the code to see what can I do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants