. .

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I will have to look out my dreadful attempt and share it with you, I covered PCD and peck drilling. I started out using GRBL but due to its limited G & M command set i couldn't use any canned cycles so i was trying to develop code in dot net to run in the background behind the grbl panel Gui. I'm a little spoilt as i now have a Haas Mini Mill but the concept of being able to quickly write conversational code is interesting. It might be worth considering the possibility of offering both full fanuc standard GCode commands and an option to do a hard coded version for hobby machines. I found it hard to aquire examples of hand coded functions of canned cycles, I couldn't understand why in the dark ages of machining that it wasn't common to have something like peck drilling written in G01s and X,Y,Z moves instead of G81, G73, G83 commands etc. It has to have a feeds and speeds calculator and an area which no one else covers Drill speeds, tapping and facemills. Ive searched for ages to find a decent calculator to help find the right feeds and speeds for multi-flute indexed facemills. Ill look my code out over the next few days and message it to you.

  2. #2
    m_c's Avatar
    Lives in East Lothian, United Kingdom. Last Activity: 10 Hours Ago Forum Superstar, has done so much to help others, they deserve a medal. Has a total post count of 2,971. Received thanks 369 times, giving thanks to others 9 times.
    This has just reminded me that I never replied to your email.

    Quote Originally Posted by JasonT View Post
    I will have to look out my dreadful attempt and share it with you, I covered PCD and peck drilling. I started out using GRBL but due to its limited G & M command set i couldn't use any canned cycles so i was trying to develop code in dot net to run in the background behind the grbl panel Gui. I'm a little spoilt as i now have a Haas Mini Mill but the concept of being able to quickly write conversational code is interesting. It might be worth considering the possibility of offering both full fanuc standard GCode commands and an option to do a hard coded version for hobby machines. I found it hard to aquire examples of hand coded functions of canned cycles, I couldn't understand why in the dark ages of machining that it wasn't common to have something like peck drilling written in G01s and X,Y,Z moves instead of G81, G73, G83 commands etc. It has to have a feeds and speeds calculator and an area which no one else covers Drill speeds, tapping and facemills. Ive searched for ages to find a decent calculator to help find the right feeds and speeds for multi-flute indexed facemills. Ill look my code out over the next few days and message it to you.
    Ultimately because of memory limitations.
    When you only had 128k of memory available to store programs, all those G01 blocks add up.
    Plus for hand coding, and repetitive cycles, a canned cycle makes much more sense.
    Avoiding the rubbish customer service from AluminiumWarehouse since July '13.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 11-12-2012, 12:58 PM
  2. FEA Software
    By routercnc in forum Computer Software
    Replies: 19
    Last Post: 02-10-2012, 01:10 AM
  3. Which Software
    By manofgresley in forum CAD & CAM Software
    Replies: 1
    Last Post: 26-12-2011, 04:08 PM
  4. New Software
    By luke11cnc in forum CAD & CAM Software
    Replies: 5
    Last Post: 14-09-2011, 06:00 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
  •