586,115 active members*
3,432 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > Mach Software (ArtSoft software) > Mach Mill > Mach 3 tap file just drawing a circle instead of actual part
Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2009
    Posts
    85

    Mach 3 tap file just drawing a circle instead of actual part

    As title says, when i load my tap file into mach to cut, the display window shows just a big circle. I have tried to mess with the ij mode but then it gives me an error. I have the scale to 1 and i have checked everything else that i know. I have done other jobs on this machine with an engraving software and no issues so i know its not the machine. If anyone could look over the code and see what is the problem i would appreciate! Thanks!

    I have attached the tap and dxf file. LMK!

  2. #2
    Join Date
    Mar 2003
    Posts
    35538
    Delete any M30's in the code except for the last line. Your code is stopping at the first M30 it sees and is going back to the beginning.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  3. #3
    Join Date
    Jul 2009
    Posts
    85
    Ok i did that but does that explain why it will not cut the part and only one large circle?

  4. #4
    Join Date
    Jul 2009
    Posts
    85
    Anyone? Help please!

  5. #5
    Join Date
    Mar 2003
    Posts
    35538
    As I said, removing the M30's allows the entire g-code program to run. I'm guessing the issue is how your creating your g-code, as it apparently doesn't contain your entire part? The attached image shows everything that's in your g-code file.
    Attached Thumbnails Attached Thumbnails gcode.jpg  
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  6. #6
    Join Date
    Jul 2009
    Posts
    85
    Its supposed to be a sheet of various parts for a 3d jeep. The file looks like that because i had to split up the files because of sheetcam having a 180line limit on the trial version. I was able to do one process per save and just copied the code into one file.

    I have no idea why the drawing looks like that, here is what it is supposed to look like:

    Click image for larger version. 

Name:	jeep.jpg 
Views:	0 
Size:	115.6 KB 
ID:	209184

  7. #7
    Join Date
    Mar 2003
    Posts
    35538
    Your g-code does not contain all those parts. Your issue is with SheetCAM, not Mach3. Based on the g-code you posted, you're going to need to split that up into a lot more than 3 files. Not sure what you created the .dxf with, but each group of 4 circles contains 200 entities, rather than 4 circles. The entire .dxf contains 5390 entities, which would probably equate to about 5500 lines of g-code.

    The reason you had the original issue is that you're joining multiple files together, and each file ended with an M30.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

Similar Threads

  1. Mill does random lines before the actual file
    By xxtoni in forum Controller & Computer Solutions
    Replies: 8
    Last Post: 06-03-2013, 05:29 PM
  2. Mill does random lines before the actual file
    By xxtoni in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 1
    Last Post: 02-25-2013, 12:32 AM
  3. Problems with actual version of Mach 3
    By Morianer in forum Mach Mill
    Replies: 2
    Last Post: 10-17-2009, 09:54 PM
  4. Replies: 3
    Last Post: 12-11-2008, 02:45 PM
  5. converting imported part drawing to mold drawing
    By msomerville in forum BobCad-Cam
    Replies: 6
    Last Post: 08-29-2008, 12:56 PM

Posting Permissions

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