Is it possible to use a file with non-grid pattern for autolevel feature? #449
Replies: 2 comments 13 replies
-
|
You have to modify the code for that - AFAIKT the current one relies on the fact that the points are at an equal spacing. |
Beta Was this translation helpful? Give feedback.
-
|
I was really hoping I could do this without touching ioSender since the idea is to generate the height map file before using ioSender and just let ioSender use it. I have already finished writing the code to do all of that starting from parsing Excellon file, generate a grid, make the necessary modifications I was thinking of making several versions of the output file so it would be used in other software and that would make it more versatile. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I want to know how does the grid points generated in the Autolevel feature and is it possible that those points are not in a grid pattern?
I am working on a tool to do auto level for PCB and have the ability to avoid drill points so the generated grid points will not exactly in the a grid pattern. something like this:

As you can see some points will be shifted from its original place to avoid probing a drill point and other points may be omitted totally from the grid like the points around the drill points at the corners, you can click on the image and zoom in for more details
So my plan is to use those generated points and create the height map and save the result in a file to use it in ioSender!
Is it possible to use a file with non-grid pattern for Autolevel feature?
Beta Was this translation helpful? Give feedback.
All reactions