. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    TurboCNC support is another feature on my list.

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

  2. #2
    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.
    Art

    AKA Country Bubba
    (Older than Dirt)

  3. #3
    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.

  4. #4
    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.
    Art

    AKA Country Bubba
    (Older than Dirt)

  5. #5
    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

  6. #6
    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.
    Art

    AKA Country Bubba
    (Older than Dirt)

  7. #7
    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.

Thread Information

Users Browsing this Thread

There are currently 11 users browsing this thread. (0 members and 11 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
  •