. .

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9
    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.
    Last edited by Dragonfly; 03-03-2014 at 06:13 PM. Reason: Typo

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. software
    By rainboweyes in forum Computer Software
    Replies: 4
    Last Post: 09-02-2013, 11:59 AM
  2. Replies: 2
    Last Post: 11-12-2012, 12:58 PM
  3. best software
    By k2me in forum CAD & CAM Software
    Replies: 10
    Last Post: 23-06-2011, 02:55 PM
  4. Which Software
    By Ricardoco in forum CAD & CAM Software
    Replies: 41
    Last Post: 12-01-2011, 04:43 PM
  5. What software ??
    By Kammo1 in forum Computer Software
    Replies: 11
    Last Post: 07-09-2007, 01:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •