586,567 active members*
3,832 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Uncategorised CAM Discussion > cutting circles.....and G code
Results 1 to 4 of 4
  1. #1
    greenene Guest

    cutting circles.....and G code

    I am using turbocadcam3. I am cutting 6 pieces of .500" thick circles at a time out of balsa wood.
    I am cutting these pieces in two Z depth of cuts of .250". What is nagging me is the fact that between each cut( of each piece), the end mill retracts to the Z clearance point before proceeding with the second cut. I have not been able to figure out how to make the two cuts without the tool retracting. I can understand why the mill would need to come up when working with metal, but with balsa I don't need all of these additional moves. I've remove d practically every piece of G code that I could think of. Does anyone know if turbocadcam allows one to do what I want to do? I am using the "chain offset milling" option. Or can someone tell me how to edit the code.
    thanks
    tc
    Here's a snipped of the code...
    ( MYAPP01 )
    O1
    G20
    G17 G40 G49 G90 Z0.35
    ( TOOL COMMENT IS NOT FOUND )
    T1
    G00 G90 G54 X2.8161 Y1.5 S764 M03
    G43 H1 Z0.35
    ( OPERATION NAME = OPERATION-1 )
    F43.4
    ( MILLING CHAIN OFFSET )
    G02 X0.1839 Z-0.28 I-1.3161
    X2.8161 I1.3161
    G02 X0.1839 Z-0.56 I-1.3161
    X2.8161 I1.3161
    ( MILLING CHAIN OFFSET )
    Y4.5016
    G02 X0.1839 Z-0.28 I-1.3161
    X2.8161 I1.3161
    G02 X0.1839 Z-0.56 I-1.3161
    X2.8161 I1.3161
    ( MILLING CHAIN OFFSET )

  2. #2
    Join Date
    Mar 2003
    Posts
    4826
    I don't like the Z values mixed into the G02 commands, as this could be misinterpreted as a helical command sequence. Depending on how the cnc interprets this, the Z component could be an incremental amount, so, because you are running in absolute mode, and Z is modal, it will want to retract to the original Z absolute position between moves. "Modal" means that a particular value is deemed to be in effect, until it is specifically changed in code.

    So, somehow, edit your post processor or your code, using G01 moves to control Z plunges on seperate lines from your arc cutting G02 instructions.
    First you get good, then you get fast. Then grouchiness sets in.

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

  3. #3
    Join Date
    Apr 2008
    Posts
    1
    After creating your circle and offset and before finishing the command... look at the bottom of the screen, you should see a hand to the left of the finish flag. Select this to set up your path milling options (if your path milling). After setting up the options press the finish flag.

    If you have already finished the command you can select the part tree on the cam palette. Then select the milling operation you want to edit. Then select view operations parameters. From there you can edit the Rapid plane directly.

    The only thing is you can't set the rapid plane lower than the clearz plane and it has to be greater than 0... I think.

    Hope thats what you were looking for...

    Robert

  4. #4
    greenene Guest
    from the code that TCC writes, it appears that there's no way to eliminate the tool from coming up between cuts. The cutting routines are identical except for the fact that in the second snipped the tool is asked to go lower.

    The manufacturer support person told me that it's built into the code. This is fine for metal, but for wood, especially for light wood, it steals valuable time seeing the tool go up and down between simple cuts in the same piece.


    As to Dungs suggestion, to place a piece of code that forces the tool up, I am a beginner so it would be difficult for me to start playing with the right code.

    thanks for the help.
    tc

Similar Threads

  1. Cutting arcs and circles
    By inaman in forum GibbsCAM
    Replies: 4
    Last Post: 04-26-2008, 08:04 PM
  2. Problems cutting circles
    By curtisturner in forum Mach Mill
    Replies: 2
    Last Post: 08-04-2007, 06:15 AM
  3. Stepper Vs. Servo Cutting Circles
    By KSKID in forum Stepper Motors / Drives
    Replies: 1
    Last Post: 04-04-2006, 04:29 AM
  4. Cutting circles and arcs
    By Hack in forum CNC Machine Related Electronics
    Replies: 4
    Last Post: 11-08-2004, 10:12 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
  •