585,978 active members*
4,130 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > G-Code Programing > Cutting a curve in a flat piece of acetal
Results 1 to 7 of 7
  1. #1
    Join Date
    Sep 2011
    Posts
    32

    Cutting a curve in a flat piece of acetal

    Hi,

    I was wondering anyone could help me. I've got a piece of flat acetal, which is 10mm thick and I would like to mill a curve into it.
    The part is 35mm in width and 20mm in depth by 10mm in height, like the image suggests.



    I literally just want to mill a curve into the flat piece of acetal, it doesn't need to be perfect as it's simply spacer.

    Any suggestions on gcode? I did try using gsimple to write the code, but unfortunately doesn't work like that.

    Thanks for your time.

  2. #2
    Join Date
    Mar 2003
    Posts
    2932

    Re: Cutting a curve in a flat piece of acetal

    What's the radius?
    What's the depth of the radius?
    What size ball end mill?
    What control?
    Which way is the part oriented? 35 mm along x-axis, or 20mm along x-axis?

  3. #3
    Join Date
    Sep 2011
    Posts
    32

    Re: Cutting a curve in a flat piece of acetal

    Apologies if some of my info seems amateurish, but that's because I am. Still learning.

    Quote Originally Posted by dcoupar View Post
    What's the radius?
    The radius is 52mm

    Quote Originally Posted by dcoupar View Post
    What's the depth of the radius?
    The centre point of the radius is 20.582 above zero of the work piece.


    Quote Originally Posted by dcoupar View Post
    What size ball end mill?
    I plan to use 4mm

    Quote Originally Posted by dcoupar View Post
    What control?
    Mach3

    Quote Originally Posted by dcoupar View Post
    Which way is the part oriented? 35 mm along x-axis, or 20mm along x-axis?
    20mm X axis.


    Thanks very much for helping.

  4. #4
    Join Date
    Jul 2003
    Posts
    1220

    Re: Cutting a curve in a flat piece of acetal

    I believe your arc radius is 26mm
    I don't know mach3 code but here is some code to get you started.
    G19
    G00 X0 Y1.1643 Z4
    G01 Z1 F400
    N10 G90 G02 Y33.8357 Z1 R26
    G91 G01 X0.25
    G90 G03 Y1.1643 Z1 R26
    G91 G01 X0.25
    Goto N10 (Repeat 19)
    G90
    G17

  5. #5
    Join Date
    Sep 2011
    Posts
    32

    Re: Cutting a curve in a flat piece of acetal

    thanks Kiwi.

    Any assistance is greatly appreciated.

  6. #6
    Join Date
    Jul 2007
    Posts
    1602

    Re: Cutting a curve in a flat piece of acetal

    Turn it sideways, set a fly cutter or boring bar to the appropriate diameter and plunge.

    bob

  7. #7
    Join Date
    Sep 2011
    Posts
    32

    Re: Cutting a curve in a flat piece of acetal

    I would turn it sideways, but unfortunately due to being able to clamp the work piece properly, it's easier to clamp it flat down in this instance.

    Anyway, here is my final code...
    %
    (TACHOMETER SENSOR CURVE PROGRAM)
    G19 (Y-Z PLANE SELECTION)
    G21 (PROGRAM IN METRIC)
    F10 (SET FEED RATE)
    M03 S6000 (START THE SPINDLE)

    G00 X0 Y1.1643 Z4
    G01 Z1 F400
    M98 P100 L19 (Repeat the subroutine 19 times)

    G90
    G17 (SELECT THE XY PLANE)
    M30 (PROGRAM END)

    O100
    G90 G03 Y33.8357 Z1.0 R26
    G91 G01 X0.25
    G90 G02 Y1.1643 Z1.0 R26
    G91 G01 X0.25
    M99

    %

    It did the job perfectly! :cheers:

Similar Threads

  1. Cutting Delrin (Acetal) with Laser Cutter...
    By TurkishDelight in forum Laser Engraving / Cutting Machine General Topics
    Replies: 3
    Last Post: 09-05-2012, 05:46 PM
  2. Cutting HDPE and Acetal sheets with a CO2 laser ?
    By nio101 in forum Laser Engraving / Cutting Machine General Topics
    Replies: 3
    Last Post: 03-12-2012, 06:43 AM
  3. I need a flat piece of aluminum bar
    By RicknBeachcrest in forum MetalWork Discussion
    Replies: 2
    Last Post: 07-10-2011, 03:12 PM
  4. Flat aluminum piece near Edmonton AB
    By youngjim in forum Employment Opportunity
    Replies: 6
    Last Post: 09-03-2009, 07:41 AM
  5. Milling AL flat on a piece that's too large for a vice.
    By Cartierusm in forum MetalWork Discussion
    Replies: 21
    Last Post: 08-22-2009, 07:18 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
  •