585,676 active members*
4,400 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > ArtCam Pro > Gcode file splitting
Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2006
    Posts
    512

    Gcode file splitting

    Is it possible to split the Gcode via the post processor and how do I do it? I am helping someone out who owns Artcam 2015 r2 but is finding some files are too large for his Chinese router when carving (1.5milllion lines). So I was hoping to split it into 3 files with 500k lines each.

    I am more familiar with vectric post processor where its called tape splitting. Thanks in advance.

  2. #2
    Join Date
    Apr 2005
    Posts
    3634

    Re: Gcode file splitting

    1.5 million lines of g-code is huge. Is it necessary?

    What's the project? I guess it's art related, but what are you doing to get that many lines of code?
    Free DXF - vectorink.com

  3. #3
    Join Date
    Apr 2006
    Posts
    512
    Its a finishing path on a very large carving using a small bit /steps.

  4. #4
    Join Date
    May 2017
    Posts
    1

    Re: Gcode file splitting

    1.5milllion lines I think you do not need to split the Gcode file you can Just edit Toolpath configuration from Art file Maybe you have a Small stepover or stepdown You do not need it

  5. #5
    Join Date
    Apr 2006
    Posts
    512

    Re: Gcode file splitting

    I found the solution:-

    Insert the following line to split

    MAX_SEGMENT_LINES = nnnn

    Stepover and stepdown where fine. 1.5 million not to bad for an intricate carving 600 x 900mm. Unless you like sanding.

  6. #6
    Join Date
    Sep 2013
    Posts
    6

    Re: Gcode file splitting

    Quote Originally Posted by bigz1 View Post
    I found the solution:-

    Insert the following line to split

    MAX_SEGMENT_LINES = nnnn

    Stepover and stepdown where fine. 1.5 million not to bad for an intricate carving 600 x 900mm. Unless you like sanding.
    Where do you put that line?

  7. #7
    Join Date
    Apr 2006
    Posts
    512

    Re: Gcode file splitting

    Quote Originally Posted by alchemist1 View Post
    Where do you put that line?
    Sorry for the late reply hope this helps:-

    ;
    ; G - Code configuration file - with Arc Support
    ;
    ; History
    ;
    ; Who When What
    ; === ======== ========================================
    ; TM 13/05/99 Written
    ; BEM 20/05/99 Removed line numbers
    ; BEM 21/03/00 Added DESCRIPTION and FILE_EXTENSION fields
    ; BEM 19/06/01 Added support for circular arc output
    ; move to home pos at end instead of 0,0,ZH
    ; bem 07/09/01 Added G17 to define plane for circular arcs
    ;LIAM 06/12/17 Added MAX_SEGMENT_LINES
    ;
    DESCRIPTION = "G-Code Arcs (mm) split (*.tap)"
    ;
    FILE_EXTENSION = "tap"
    ;
    UNITS = MM
    ;
    ; Cariage return - line feed at end of each line
    ;
    END_OF_LINE = "[13][10]"
    ;
    ; Block numbering
    ;
    LINE_NUM_START = 0
    LINE_NUM_INCREMENT = 10
    LINE_NUM_MAXIMUM = 999999
    MAX_SEGMENT_LINES = 450000

  8. #8
    Join Date
    Jul 2009
    Posts
    83

    Re: Gcode file splitting

    you can do another way also,take 3 or 4 parts(rectangular boxes should be overlap each other)then select one by one and give machining toolpath same way

Similar Threads

  1. Gcode file samples
    By safecnc in forum G-Code Programing
    Replies: 4
    Last Post: 12-21-2010, 07:38 PM
  2. Rhino problem splitting OBJ file Part1
    By MetropolisCNC in forum Rhino 3D
    Replies: 2
    Last Post: 06-24-2009, 04:28 AM
  3. Need gcode or dxf file for drilling UHU PCB
    By visky in forum UHU Servo Controllers
    Replies: 0
    Last Post: 10-07-2008, 08:45 PM
  4. Is there any way to add notes to a gcode file?
    By Anokiernan in forum G-Code Programing
    Replies: 4
    Last Post: 02-22-2008, 04:11 AM
  5. How to mirror GCode file?
    By anoah in forum Uncategorised CAM Discussion
    Replies: 6
    Last Post: 07-08-2003, 06:26 PM

Tags for this Thread

Posting Permissions

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