Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: cutting gasket material

  1. #11
    Join Date
    Apr 2010
    Location
    Brunswick, GA
    Posts
    193

    Default

    Quote Originally Posted by donek View Post
    If you watch this video, the beginning shows you how to alter a vectric post processor so that it does not turn on your spindle. You can also remove the
    SO,1,1
    manually from any file. If you go with sheetCAM to generate your tool paths, the post processor does not include the command to turn the spindle on.
    What video?

  2. #12
    Join Date
    Jan 2014
    Location
    CA
    Posts
    66

    Default

    I ordered the drag knife, since that seems to be the best option. While waiting for the cutter to arrive, I decided the try using a normal end mill and sandwiching the gasket material between plywood and acrylic. It produced a usable part, but not a thing of beauty due to the rough edges.

    gasket1_1.jpg

    gasket1_2.jpg

    gasket1_3.jpg

  3. #13
    Join Date
    Nov 2013
    Location
    RI
    Posts
    59

    Default

    Here are some pictures of cutting some fixture gasket.

    drag knife fixture.jpg

    acrylic fixture.jpg

  4. #14
    Join Date
    Jan 2014
    Location
    CA
    Posts
    66

    Default

    Can you use the Z-zero plate with the drag knife or is that too much force on the corner of the blade?

  5. #15
    Join Date
    Mar 2004
    Location
    Delray Beach, FL
    Posts
    3,708

    Default

    As an experiment you can make a custom zeroing file that moves the head more slowly.
    That should work, but I haven't tried it as I don't do knife cutting.

  6. #16
    Join Date
    Oct 2011
    Location
    Colorado
    Posts
    453

    Default

    Quote Originally Posted by JohnCoker View Post
    Can you use the Z-zero plate with the drag knife or is that too much force on the corner of the blade?
    I use it all the time. There is little to no force applied to the tip. We do perform a series of test cuts afterwards to ensure we are cutting all the way through the material though. I have a program that allows any person in the shop to successfully instal and setup the drag knife. You would likely want to change some of the coordinates to meet your needs, but this will give you an idea of our procedure.

    [code]
    MS,4,.5
    SA
    SC,1

    'zero x and y axis
    c3

    'move to drag knife table offset
    jy,23
    jz,3

    'install the drag knife
    pause
    jy,31
    zy

    'zero the z-axis
    j2,15,7
    c2

    'place scrap material on the table and turn on the vacuum.
    pause

    MS,4,.5
    JS,6,1

    'set the starting coordinates for test cuts
    &X=11.5
    &Z=0

    'make first test cut
    BEGINNING:
    JZ,.15
    J2,&X,-.25
    MZ,&Z
    MY,14.5

    'test for too deep cut on first try
    MSGBOX (DID WE CUT ALL THE WAY THROUGH THE MATERIAL? , YesNoCancel, Check your data!)
    IF &MsgAnswer=Yes THEN GOTO WRONG



    'increment X and Z and perform new test cut
    CUTCYCLE:
    &X=&X+.05
    &Z=&Z-.002
    MZ,.15
    J2,&X,-.25
    MZ,&Z
    MY,14.5

    MSGBOX (DID WE CUT ALL THE WAY THROUGH THE MATERIAL? , YesNoCancel, Check your data!)
    IF &MsgAnswer=Yes THEN GOTO FINISH

    GOTO CUTCYCLE



    WRONG:
    &X=&X+.05
    &Z=&Z+.012
    GOTO CUTCYCLE

    'zero z axis at new depth and jog home
    FINISH:
    ZZ
    JH
    END
    [/code]

Similar Threads

  1. Lighthouse Vac Motor Gasket Material
    By RossMosh in forum ShopBot Accessories
    Replies: 3
    Last Post: 02-19-2016, 05:13 PM
  2. Cutting someone else's material
    By jim shula in forum ShopBotter Message Board
    Replies: 12
    Last Post: 06-29-2015, 11:08 AM
  3. When you need a gasket on the weekend
    By feinddj in forum ShopBotter Message Board
    Replies: 1
    Last Post: 10-05-2014, 07:41 AM
  4. Glue down the spoilboard or use gasket? Or both?
    By Greybarn in forum ShopBotter Message Board
    Replies: 16
    Last Post: 12-29-2010, 02:32 PM
  5. Gasket Caulk?
    By harryball in forum Product/Supplier List and Requests
    Replies: 1
    Last Post: 09-18-2010, 10:41 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
  •