PDA

View Full Version : New Autoleveling PCB software



Daedelus
13-04-2013, 04:35 PM
Dear CNC PCB guys,

Inspired by the ideas from Poul-Henning Kamp [Height probing for PCB isolation routing with Eagle/pcb-gcode (http://phk.freebsd.dk/CncPcb/)], I have created software to probe the surface of a blank piece of copper, then use the probed coordinates to adjust the Z height during the milling process, i.e. the tool height varies according to its X, Y position. I have also filmed the first test and also produced 2 identical circuits; with and without the autoleveling software running to demonstrate the results. Currently, I have tested with linuxCNC (it may or may not work in Mach3 at the moment, but definitely will in the future) and the GCode was originally generated with pcb-gcode. The software itself accepts a GCode file as input and outputs an optimised autoleveleled file.

I know there is an autoleveler for PCB-GCode already but I couldn't get it to work and my software should work on any gcode file produced from any isolation software and should be easy to use too.

Why wouldn't the copper be level?


Table might not be level relative to the tool
Blank copper might have significant flex


Why is this a problem?


Some areas of your board are lower than your Z zero while other areas are higher, leading to deep cuts in some areas and shallow cuts in other areas
Occasionally, a very small ammount of the tip will break off if there is a lot of pressure from a deep cut. Then your tool won't touch the surface at all and you will need to re-touch-off Z and re-run all or part of the code
Bits and boards are wasted


To demonstrate this problem, here is a pic of a non-autoleveled circuit board:

8750

There is a huge area in the bottom left which is completely missing. This is with a leveled table so only the board flex is an issue here.

This is the exact same 100x80mm circuit with my autoleveling software in operation (same pcb-gcode settings, same method of fixing the board down etc.):

8751

As you can see, this is much more consistent. The traces are thin but thats due to the settings in pcb-gcode and Eagle, not the autoleveler.

I also filmed the whole autoleveled milling process. Here is the cut down video:


http://youtu.be/R8o2Sy-KPUU

Where can I get the software? As soon as I make a website to stick it on I will add a link. Assuming there is interest in this project?

Happy Milling :),
Daedelus.

GEOFFREY
13-04-2013, 05:17 PM
Looks good Daedelus. Would it be possible to use this type of software instead of skimming the table. Possibly modifying the PP to add/subtract from the G-code programmed Z values instead of shimming the bed? G.

Daedelus
13-04-2013, 05:55 PM
Hi Geoffrey, when you say skimming the table, I presume you mean milling out an area to make it flat? In the video, you can see I have already done just that (the MDF sacrificial layer has been pocketed 1mm) but it still was not good as the first pic shows. But yes, you wouldnt even need to skim / pocket the table using this software.

In fact, the Z height is calculated using a bilinear interpolation technique which gives a good result. You could probably get a good result with much fewer probe points (depends on the board size and quality). I would need to experiment to find out.

best,
James.

GEOFFREY
13-04-2013, 06:28 PM
Thanks Daedelus. Yes, I was asking if an unlevel (not necessarily uneven) table could be probed once and that information used to modify the Post Processor and add/subtract Z values for all future programs, not just for each individual program. Hope that makes sense. G.

Daedelus
13-04-2013, 09:28 PM
Thanks Daedelus. Yes, I was asking if an unlevel (not necessarily uneven) table could be probed once and that information used to modify the Post Processor and add/subtract Z values for all future programs, not just for each individual program. Hope that makes sense. G.

Thanks Geoffrey, thats an interesting idea. Sorry, when you said PP I thought you meant "probe points" rather than "post processor". The problem is, by default, any information stored in GCode variables is lost for new sessions. In linuxCNC you can log stuff so I guess you could read the log file back in each time before starting a new job but then the Z information would be useless whenever you changed tool bit. Worth thinking about though, thanks.

James.

GEOFFREY
13-04-2013, 11:23 PM
James, the way that I work and most pcb machines is that the tool length is always constant due to setting a collar on the 1/8th shank using a preset press. G.

Mad Professor
14-04-2013, 11:52 AM
I am looking forward to see a download link, so that I can see if this will work with Mach3.

Robin Hewitt
14-04-2013, 01:11 PM
What a musical machine, if it was mine I'd be forever trying to make it play Jingle Bells :very_drunk:

Daedelus
14-04-2013, 01:28 PM
:playful::playful::playful: Noisy isn't it. and slow.

Daedelus
17-06-2013, 02:26 PM
The Autoleveller software is now available at www.autoleveller.co.uk (http://www.autoleveller.co.uk) so please feel free to download and try it.

There are many changes planned but any feedback or questions are very welcome, good or bad.

Most of the instructions are on the page but if there is anything confusing, or anything not explained, please let me know either in the comments section at the bottom of the page or here.

enjoy,

Mad Professor
17-06-2013, 02:46 PM
Daedelus: Does this now mean that my NDA (http://en.wikipedia.org/wiki/Non-disclosure_agreement) is now void :concern:?

HankMcSpank
17-06-2013, 03:12 PM
Great work! I actually bought cnc-usb software as Andrej (the author) agreed to integrate Z probing to help with pcb milling etc..

A few points to note when Z probing...

In case it's not obvious, you need a very accurate Z axis when using this probing technique ...especially if you are probing a lot across the stock - because any Z backlash will seriously affect the measurements (& more importantly - the outcome!) My small CNC machine only uses threaded rod & modest nuts...I got poor results initially due to too many probe points in conjunction with backlash errors - best to probe as little as you think you can get away with.

It's still a good idea to level your bed.... pcb milling is all about minimizing the errors (cause when your V cutting tip is only 0.2mm, every little bit of Z accuracy counts)

Be sure to probe to the g code extremeties...most 'divergences from the mean' are due to clamping at the edges (& the inevitable bowing up...albeit small - in the centre)

Daedelus
17-06-2013, 05:50 PM
Thanks Hank, the backlash info is worth noting.
I consider myself a hobbyist when it comes to CNC and machining in general (my background is in software engineering / development) however, my machine does include anti-backlash nuts and I have no idea what the probing accuracy would be like without them. From what you say, it would not be that good. In this situation, would it help to reduce the Z (probing) feed-rate to improve accuracy? Also, yes, it would be a good idea to level the bed as you say.

Daedelus
17-06-2013, 06:17 PM
Mad Professor has been aiding me a lot with running the software and testing with Mach 3. I am aware that he used the software when etching a design on a metal box lid. This shows that Autoleveller is not the sole domain of PCB designs.

Anyway, thanks Prof. Your help is very much appreciated.

Mad Professor
17-06-2013, 06:41 PM
Here is one of the cases I did some engraving on that I used Daedelus Autoleveling software with.

!!! Warning !!! you may want to turn down your speakers before starting the below video.

https://www.youtube.com/watch?v=ffwB0BBL__w

The half cases are extruded aluminium and are anodized black, and the surface is anything but flat.

Daedelus
17-06-2013, 09:59 PM
Prof. This is a great video to show the versatility of Autoleveller (i.e. not just for PCB's). Would you mind if I link to it from the web page?

Mad Professor
18-06-2013, 07:20 AM
I have no problem if you wish to use the video or link to it on your web site.

C_Bubba
18-06-2013, 01:55 PM
Daedelus,
Thanks for posting your software. I especially like the the fact that it is independent of the originating program. As you know, we ran into this problem with Eagle and the original developer disappeared when Eagle had a new version.

Just downloaded it and look forward to giving it a try.

Daedelus
18-06-2013, 02:52 PM
No problem. :peaceful:

It seems quite reliable, but its still early in development so let me know if you find any bugs.

Daedelus.

C_Bubba
19-06-2013, 01:52 PM
Daedelus,
Last evening, I set up Eagle V6.x so I could see how your program would work. Everything seemed to go fine, but I would like to offer a suggestion.:encouragement::encouragement:
I can speak only for myself, but for PCB use, I have a fixed fixture on my machine and for doing operations on the TOP of the board, I use fixture 54. For Operations on the bottom of the board, I use fixture 55. So when setting up, I home the machine and load a previously saved fixture file that automatically gives the proper offsets to the various fixtures. Of course as setup, your program does not include any fixture offsets and I would suggest adding a dialogue box to indicate which fixture is going to be used when you parse an individual file. I say give the option to set one because as you say, this can be used for other operations other than PCB work and who knows what fixture offset may be needed?
Thanks in advance and so far, really like how things are setup.:thumsup:

Daedelus
19-06-2013, 04:20 PM
Absolutely,
This is one of the features on my list that I want to add.

I am aware that many 'PCBers' use different offsets for top and bottom, but personally I have never tried anything other than G54. If the original file is G55 for example then the additions made by Autoleveller should not affect this and G55 should be used in the output file as well but I haven't tested yet so I cannot confirm. It might be best to stick with G54 for everything currently. As you say though there should be an option to explicitly set the offset.

thanks,

C_Bubba
19-06-2013, 04:32 PM
Another reason I bring fixtures up is that I do not use Mach or Linuxcnc as my controller. I use Turbocnc and it defaults to G53 on power up so when I used the test case last night, if I ran it on the machine, it would be in G53 until it hit the modified code portion after the probing sequence. I can easily put G5x in manually until you get it sorted out.
And if anybody else is reading this and wants to use Turbocnc, I have a customized version that captures the probing position for use in this software.

Daedelus
19-06-2013, 05:23 PM
TurboCNC support is another feature on my list. :smile:

Quite a big list, but its good to know that people want and will use the additions.

C_Bubba
19-06-2013, 07:39 PM
It was fairly easy to do (and I am NOT a programer!) I just added enough code to the G31 section to map the position data to the variables 2000-200x. Then I just use the a modified Mach post to generate the gcode.

Matter of fact in the original leveling software, linuxcnc and mach shared the same post.

Daedelus
19-06-2013, 08:58 PM
Ive not looked into it yet but if the variables are the only things which need changing then it should be easy to support TurboCNC directly from the software. Good going.

C_Bubba
19-06-2013, 09:36 PM
Box stock Turbocnc does NOT map the position to variables. I had to add that to the code and re compile.
As far as I know, there are only a three or four copies in existence that will map to the variables. I think I sent one to an acquaintance and I have three on various systems here at the house.

Daedelus
19-06-2013, 11:11 PM
OK, so there might not be much thats possible from the Autoleveller side in this respect then. I'll have a look at TurboCNC at some point anyway and see if theres anything else I can do to support it apart from fixture selection as per your original suggestion.

Good work on the custom TurboCNC version. BTW :smile:

C_Bubba
19-06-2013, 11:20 PM
thanks for the thumbs up, but it wasn't much. Actually added only about 2 lines of code and a public variable. Would be happy to share the version if anybody is interested. If you want the code, will also supply that with the usual password on the zip file.

mlmSolutions
20-06-2013, 10:32 AM
Daedelus,
Congratulations on your program, an excellent job. As a programmer, I too was considering writing something similar but as I managed to get the Autoleveller version of PCB-Gcode working, the need to do so lessened.
Your approach of making it independent of PCB-Gcode is definitely a step forward and as you point out in your earlier posts, makes it much more generally applicable to a range of other uses.

I have had a little play with your program using a PCB-Gcode file and all went well. As you asked for feedback, I have a couple of comments / suggestions.

1) In the output file, after the inserted probing code, just after the motor speed command (S25000 in my case) your code inserts an S20000 command. A bug I guess.
2) In the Probe Settings section of your GUI, you have a Z Safe Height parameter. After looking through the output Gcode file, this only seems to be used (together with the X and Y parameters) to define the point to return to after the probing stage. As the whole area has just been probed at "Probe Movement Height" we have to assume that it is clear and therefore is this parameter really necessary.
3) The probing, whilst essential, is time consuming and therefore anything that can be done to minimise the time it takes has to be good. Only the part of the board that is going to be machined needs to be probed, therefore could I suggest that your code analyses the input file to pick out the X and Y extremities and therefore automatically sets the parameters X, Y, X Length and Y Length, thus minimising the number of probe points. This has the added benefit of four less parameters to fill in and to possibly get wrong.

Thanks again for your efforts. Keep up the good work.

Daedelus
20-06-2013, 03:30 PM
Thanks very much for the encouragement and feedback. I appreciate it.
In general, I agree that anything that can automate and reduce the user effort or potential for problems is a good move.

1. Ah yes, I forgot about this. Good spot. The problem is in LinuxCNC the motor does not start when you use M3 until there is a speed set. For some reason the version of PCB-GCODE I have does not add a Speed setting so my motor does not start. I added the S20000 bit for myself really but I meant to make some other arrangement for this. In reality, my own motor has a max. of 7000rpm and theres no speed control so for me it doesnt matter what I set S to. Its either on or off.
2. Good point. :smile:
3. Another good point. I was actually adding this a few minutes ago :smile: Well I was making a primitive parser for reading GCode files, so that extremities (and other things can be displayed). Actually I was thinking that in some cases you might want to probe and level only a small portion of a board despite the surface in the original file being much larger. So actually you would still need those text boxes. Maybe there could be a pop-up box asking if you want to automatically adjust these settings based on the results from parsing. This would reduced the user effort a bit.

thanks,

mlmSolutions
20-06-2013, 05:47 PM
Hi Daedelus,
Thanks for the swift reply.
On point 1. I know what you mean about PCB- Gcode. The first board I did with it resulted in the drill burying itself in the board without the motor running. Actually, the problem is not that you put the S command in the output file but rather it goes in after the real one. If you put it at the top of the Gcode all should be well.

3) I agree that the parameter boxes should stay. One simple solution might be to default the X, Y, X Length and Y Length boxes to 0. If they are zero when the user clicks "Create Leveled Gcode" then use the automatically generated extremities but if none zero, use those values.

Good luck with the parser.

Daedelus
20-06-2013, 06:36 PM
Good point with the S command. Seems like the easiest solution for now. Ill do that. Its nice to know other people have had the same problem with PCB-GCode.

On point 3, thats a good idea the more I think about it. I'll probably default them to empty rather than zero though.

ta,

cncJim
21-06-2013, 10:43 AM
Thanks for creating this Daedelus! I have not used your application yet but I plan to create some pcbs in the future and I will definitely give your software a try.

One question, do you think it would be possible to use your software to allow me probe a curved wooden surface (covered in foil?) before engraving it? I have a few ideas that this would be ace for!

Thanks again,

Jim

Daedelus
21-06-2013, 11:32 AM
Hi Jim,

Yes I think it would be possible but the foil would need to be extremely flat. Almost painted on.

best,

cncJim
21-06-2013, 11:46 AM
Great, I was thinking of using some self adhesive foil tape or even spray glueing ordinary foil to the surface, probe, make the cuts and then worry about how I get the foil off! :o)

Thanks,
Jim

Daedelus
22-06-2013, 11:03 AM
I just had a thought...

As of this current version, G2 and G3 commands (arcs) are not supported. This is OK for PCB's because commands are usually G1 (linear) but for whatever you have in mind, this may not work yet if your GCode file has any G2 or G3 commands. I do explain this in the website somewhere but I am worried that you may have missed it and it is worth re-mentioning here I think.

I think MadProfessor managed to get round this problem when he converted these G2's and G3's into lots of G1's using CamBam?

This may not be a problem for you but I just thought I'd mention it.

best,

Mad Professor
22-06-2013, 11:11 AM
Daedelus: Regarding the G2 and G3 moves, I made a new Post Processor within CamBam, and there is an Option called "Arc Output" this was selected to "Convert To Lines".

Now all the G2 and G3 arcs are turned into lots of small lines, suitable for your probing software.

Daedelus
22-06-2013, 11:33 AM
Thanks for the swift reply Prof.

I don't personally use CamBam but converting to lines is not a built in function as the Prof explained.

Is there a simple macro or something which you can paste here Prof.? Might help some, at least until I do support it.

cncJim
24-06-2013, 01:16 PM
Ahh I see - Yes my plans did include G2/G3 arcs (I had you look up the meaning - very new to g-code)... interesting workaround with CamBam Prof, unfortunately I do not use the software. I will look to see I have any similar options.

Thanks.

gururise
25-06-2013, 11:50 PM
Daedelus,

Thanks for the autoleveling software! Couple of thoughts:


Its great that you used Java, as it lets me run it on my Linux box.
Also, would it be possible to calculate the board x & y dimensions from the input g-code itself, rather than have the user enter those values?


I decided to test out the v0.5 release you have on your website:
I tested it with a very simple board (gcode file) I've created from Eagle v6.4 & pcb-gcode 3.6.0.4 (latest release); however, after loading the leveled gcode into EMC2 (linuxCNC v2.5), I get an "attempt to divide by zero" error message at line 7604 and I'm unable to continue. I've attached the original gcode & the leveled gcode in the attached zip file. Do you know what i'm doing wrong? I set the x/y coordinates to 0, and entered the x dim as 36.7 & the y dim as 20.1

Also, in your previous posts, you mentioned new versions of your autoleveling software; however, on your website I've only been able to find v0.5. Do you have a location where you are uploading the latest releases?

Thanks once again for the great software!

Daedelus
26-06-2013, 12:45 PM
Thanks for the encouragement and for testing,

Version 0.5 is the latest right now. Did I say there were other versions?
I am working on 0.7 right now which does already fill the settings in automatically amongst many other improvements. Actually, I am quite excited about the new version :smile:. I will add it to the website ASAP.

You are probably not doing anything wrong, but this sounds like a bug in Autoleveller. Your attachments will make it easier to find and fix, and the new version should include a fix. Stay tuned.

best,

Daedelus
26-06-2013, 06:36 PM
OK so I have done a bit of testing and fixing.

First of all I opened the levelled file in cambam. This is what I got:

9140

The red lines are the probing routine. The probe points need to cover the design for levelling to take place. So, in the image, the design is on the negative side of X, whereas the probes are on the positive side. The probe values should be something like:
X = -37
Y = 0
X length = 37
Y length = 20

Then the probes should cover the design. As I said, this is done automatically in the new version so you dont need to worry about the probe settings.

However... This will not fix the divide by zero error because version 0.5 seems to struggle with negative coordinates. I have generated and attached the levelled file generated with version 0.7 (not yet released) if you want to try it.

best,

C_Bubba
28-06-2013, 10:17 PM
Daedelus,
How is the progress, it sounded like you were close? I was looking forward to testing the next version:})

Daedelus
29-06-2013, 02:53 PM
Good timing Art, :smile:

The new version is now available for download (version 0.7) at www.autoleveller.co.uk (http://www.autoleveller.co.uk).

I have made many changes, improvements and fixes, including:


Supports inches and millimeters. Inches or millimeters is now automatically taken from the input file
Saved filenames add a pre-cursor "AL" at the beginning as default and the extension is changed to be more appropriate for the chosen control software
Checking of probe settings to ensure they are in a number format
Parser stores additional states from the input GCode file
Probe settings filled in automatically from the input file
Reads and displays the extremities of the input file when it is first selected
Displays stats for the probing data such as the number of probes that will be used in the output file. Changing certain values such as the 'probe spacing' (then 'tabbing out' of the field) will automatically adjust the stats. The user can try to optimize the probe count like this
Added an about box with the version number and a clickable link to this site
Set the spindle speed to a default value of 20000 to ensure 'M3' GCode works. 20000 will not overwrite any further speed settings
Button to clear all probe settings
Bug fix: Occasional divide by zero error
Added pre-amble copy write text to the output file
Warns if the milling area is not contained within the probing area. However, it is perfectly legal to change the probing extremities so that the milling area is larger or smaller than the probing area. You may do this if, for example, only a small proportion of the design needs to be levelled
Core levelling code changed to provide greater robustness
Several changes to the GUI layout


This same list is available at my website, as is the software download of course :smile:

Any problems let me know.
Enjoy.

Note: Whilst the probe settings are automatically filled in from the input file, feel free to make any manual post adjustments to the settings.

C_Bubba
29-06-2013, 03:11 PM
Good Morning,
This is great news and I guess my plans for most of today have now changed:})
Look forward to trying it out and I really like what I see so far.

Thanks.

Daedelus
02-10-2013, 08:56 PM
This thread seems to have dried up in the last few months but I am now on version 0.7.7 and have released the Java source code for it.

Due to the number of comments on my page, I have added a forum. This will give users more options when discussing the autoleveller software. Please feel free to use: http://www.autoleveller.co.uk/forum/ for future autoleveller discussions and/or other stuff.

Thanks.

Daedelus
23-10-2013, 09:27 PM
Edit: That forum URL is www.cncsoftwaretools.com/forum (http://www.cncsoftwaretools.com/forum/).
The main Autoleveller site can still be found at www.autoleveller.co.uk (http://www.autoleveller.co.uk).

enjoy :thumsup:

Sam Reaves
01-03-2014, 06:33 PM
Hello Daedelus,

I just bought a CNC3040T machine that could really make use of your software. I went to your site but I could not find the download link for the software. Would you please check that or post the direct link here?

I am currently using SprintPCB layout software that outputs Isolation files in HPGL. I then run them through another program to convert the HPGL to Gcode and then make a couple of edits to keep LinuxCNC happy then I can route the board. The results have been dismal thus far, all attributed to the the CNC hardware. Z depth is now the most critical one. I don't think I can solve it in any way without your software.

I do have one question: How does your software handle a double sided PCB? SprintPCB will generate one file to handle both sides but it puts a comment in the file to prompt to flip the board.

I probably have close to $1K USD invested and I have not been able to make a single part!.

Thank you for your interest.

Sam




Dear CNC PCB guys,

Inspired by the ideas from Poul-Henning Kamp [Height probing for PCB isolation routing with Eagle/pcb-gcode (http://phk.freebsd.dk/CncPcb/)], I have created software to probe the surface of a blank piece of copper, then use the probed coordinates to adjust the Z height during the milling process, i.e. the tool height varies according to its X, Y position. I have also filmed the first test and also produced 2 identical circuits; with and without the autoleveling software running to demonstrate the results. Currently, I have tested with linuxCNC (it may or may not work in Mach3 at the moment, but definitely will in the future) and the GCode was originally generated with pcb-gcode. The software itself accepts a GCode file as input and outputs an optimised autoleveleled file.

I know there is an autoleveler for PCB-GCode already but I couldn't get it to work and my software should work on any gcode file produced from any isolation software and should be easy to use too.

Why wouldn't the copper be level?


Table might not be level relative to the tool
Blank copper might have significant flex


Why is this a problem?


Some areas of your board are lower than your Z zero while other areas are higher, leading to deep cuts in some areas and shallow cuts in other areas
Occasionally, a very small ammount of the tip will break off if there is a lot of pressure from a deep cut. Then your tool won't touch the surface at all and you will need to re-touch-off Z and re-run all or part of the code
Bits and boards are wasted


To demonstrate this problem, here is a pic of a non-autoleveled circuit board:

8750

There is a huge area in the bottom left which is completely missing. This is with a leveled table so only the board flex is an issue here.

This is the exact same 100x80mm circuit with my autoleveling software in operation (same pcb-gcode settings, same method of fixing the board down etc.):

8751

As you can see, this is much more consistent. The traces are thin but thats due to the settings in pcb-gcode and Eagle, not the autoleveler.

I also filmed the whole autoleveled milling process. Here is the cut down video:


http://youtu.be/R8o2Sy-KPUU

Where can I get the software? As soon as I make a website to stick it on I will add a link. Assuming there is interest in this project?

Happy Milling :),
Daedelus.

EddyCurrent
01-03-2014, 11:19 PM
Is this the download you are looking for Sam ?

Windows
http://www.autoleveller.co.uk/Autoleveller/Autoleveller077.exe
Linux
http://www.autoleveller.co.uk/Autoleveller/Autoleveller077.jar

Daedelus
02-03-2014, 01:23 PM
Thanks guys,

Not sure why you couldn't find the downloads Sam. The page and site works OK when I just tried it. Anyway, Eddy has provided some direct links :tears_of_joy:

Yesterday I provided some GCode files for download. So you can play around with them for a bit if you wanted.

With regards to double sided PCB's... The AutoLeveller handles those fine as long as you flip the board over and align it correctly (how to align it, is up to you).

Quick note: I don't know how much experience you have but you might need to lower your expectations at least initially. Even with the AutoLeveller, its unlikely that you will produce a "good" board for the first few times. Keep practicing though and it will get better :tears_of_joy:

Dragonfly
03-03-2014, 06:12 PM
I know from my experience how vital is height probing and correction for milling good PCB's. I am using a Java program called PCBZCorrect which I found in the CNCZone forum. And since the source code is available I did some corrections by adding truncation and rounding functions to avoid errors like comparing 4.420 to 4.41999999999 which are practically the same coordinate but with a discrepancy due to floating point calculations. The interface is very basic and I was thinking about sitting down and making one like yours, Daedelus. Now I see you have implemented the idea.
I'll give a try to your program next time I make a PCB.
There are two questions I'd like to ask:
1. Does your program handle arc moves and especially long arcs where they must be divided into smaller ones to account for the Z changes? I am not using Eagle PCB and even though I can convert the arcs into straight segments I don't like the idea because the smooth movement becomes jerky.
2. Have you thought about such a scenario: a)There is a separate VB macro written for Mach3 to make the probing and save the results to a text file. b)Your program reads the probed values from that file, assigns them to Mach3 variables and modifies the G-code accordingly omitting the inclusion of the probing cycle. This way, even if one has to stop the milling for whatever reasons, it can be restarted successfully without losing the valuable height data. On a board with some tracks already milled you cannot repeat the process.

Daedelus
03-03-2014, 07:21 PM
Hi Dragonfly,

Thanks for the interest.

1. Unfortunately no. My program does not handle arcs too well. However, I am currently building a GCode parser which I plan to build into the autoleveller. This will provide full support for arcs amongst other things. Stay tuned :)
2. Persisting the height data so that a project can be repeated without "re-probing" will be a fantastic enhancement I know and it has been a much requested feature over on my forums. After I finish the parser, this will be my next priority.

P.S. Sam, I have been alerted by Art that he to could not see the navigation menu on the web-site. I could not replicate the problem on my own machine but I changed the theme on this wordpress site and it should appear OK now.

thanks,

Daedelus
19-06-2014, 03:51 PM
Sorry I haven't been on here for a while, been a tad busy of late.

The latest version of AutoLeveller (http://www.autoleveller.co.uk/) is 0.8.2 and as of 0.8 you can log your probe points to a file then feed that log file back into AutoLeveller to perform calculations within the software itself rather than in the GCode file. This means you only have to do a full probe one time and if your tool bit breaks for example you can just replace the tool, reset your Z and resume etching where you left off.

Here is an image of a board made using this technique with 0.8...

12593

0.8.2 fully supports LinuxCNC, Mach3 and TurboCNC

You will need to log-in or register to access the latest pre-compiled binary files (.exe and .jar), alternatively download the source code for free or try the free version (up to 0.7.7).

I am happy to answer any questions you have. Enjoy :peaceful:

best,
Daedelus.