Page 1 of 2 12 LastLast
Results 1 to 12 of 15

Thread: Is there an easy way to make a Z-axis simple curve without going full 3D?

  1. #1
    Registered
    Join Date
    Mar 2006
    Location
    USA
    Posts
    160
    Downloads
    0
    Uploads
    0

    Is there an easy way to make a Z-axis simple curve without going full 3D?

    I have an arch I'd like to cut with a straight bit, just a single swoop with the Z axis changing as the bit travels along the Y axis. I have a few instances of this. The first is in fret slots. I want to follow the fingerboard radius. The other instance is in a truss rod slot. It'd be easy to draw the curve in 2D and somehow transpose it to the Z axis. Any cheats on how to do this?


  2. #2
    Registered
    Join Date
    Feb 2007
    Location
    Canada
    Posts
    440
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by 777funk View Post
    I have an arch I'd like to cut with a straight bit, just a single swoop with the Z axis changing as the bit travels along the Y axis. I have a few instances of this. The first is in fret slots. I want to follow the fingerboard radius. The other instance is in a truss rod slot. It'd be easy to draw the curve in 2D and somehow transpose it to the Z axis. Any cheats on how to do this?
    not sure if I follow you correctly , cant you just rotate 90 deg. around the Y axis...then use- Mill 3 axis- engrave


  3. #3
    Registered
    Join Date
    Mar 2005
    Location
    USA
    Posts
    353
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by 777funk View Post
    I have an arch I'd like to cut with a straight bit, just a single swoop with the Z axis changing as the bit travels along the Y axis.....
    EDIT: just like Claude said ^^

    Easiest way is to draw your 2d arc in the XY plane,
    then Rotate it to the YZ plane, (you can try to draw it in the YZ plane, but the coords are very hard to follow)
    then use 3D Engrave to follow it with a toolpath.
    Play with the depth setting until you understand what's happening.

    FWIW, someone else had the same app. but wanted to be able to ruf without burying the little cutter too deep. That solution required modeling the slot to slightly larger than cutter width and using Slice Planar with a Step Down distance defined.


  4. #4
    Company Representative
    Join Date
    Jun 2003
    Location
    United States
    Posts
    441
    Downloads
    0
    Uploads
    0
    Yep, Claude is right on the money there. The 3D Engrave feature would be good for that.
    CNC Dude


  • #5
    Banned by Moderators
    Join Date
    May 2009
    Location
    USA
    Posts
    133
    Downloads
    0
    Uploads
    0

    3D Engrave

    3D Engrave? Is that a program? Is it free? If so... Someone have a link? Thanks!


  • #6
    Company Representative
    Join Date
    Jun 2003
    Location
    United States
    Posts
    441
    Downloads
    0
    Uploads
    0
    Millwork, the 3D Engrave is a feature of the V24 software. There is a 2D Engrave and a 3D Engrave as well as V Carving with a combination V cutter and EndMill as needed. Do you have BobCAD-CAM software?
    CNC Dude


  • #7
    Banned by Moderators
    Join Date
    May 2009
    Location
    USA
    Posts
    133
    Downloads
    0
    Uploads
    0
    Oh... No I use AlphaCam. I guess I should pay a lil more attention. I didnt realize that this was a BobCad forum. Sorry! :-/


  • #8
    Company Representative
    Join Date
    Jun 2003
    Location
    United States
    Posts
    441
    Downloads
    0
    Uploads
    0
    No problem. Do you make guitars?


  • #9
    Banned by Moderators
    Join Date
    May 2009
    Location
    USA
    Posts
    133
    Downloads
    0
    Uploads
    0
    No... I dont really know anything about guitars other than they make noise. I have a guy here in the shop thats in a local band that wants me to cut one for him on the CNC. If all goes well with the first one I might study up on it and make a few more for the heck of it.


  • #10
    Registered
    Join Date
    Mar 2006
    Location
    USA
    Posts
    160
    Downloads
    0
    Uploads
    0
    I tried this and no luck. What I'm trying to do is toolpath a 3/16" spiral bit to cut a curved bottom channel for the truss rod. I drew a arched line and rotated it as mentioned and that worked just fine. But when I verify it the bit is no where near the 3D engrave toolpath. It's completely off the piece. Maybe I'm setting up the 3D engrave wrong.

    Also, how does engrave work? Shouldn't it follow the bottom of the arched line I drew with the tip of the bit?

    Here is what I'm trying to do (but CNC of course) See Photo:



    The sides of the jig are curved to create a cut that has a arched depth.
    Last edited by 777funk; 02-04-2011 at 10:35 AM.


  • #11
    Registered
    Join Date
    Mar 2005
    Location
    USA
    Posts
    353
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by 777funk View Post
    ...
    Also, how does engrave work? Shouldn't it follow the bottom of the arched line I drew with the tip of the bit?...
    First, make sure you're using the the Engrave feature under the 3-axis menu and not the 2-axis menu.

    Also, make sure your geometry is at the depth you want to machine it at.
    The Depth value will obviously adjust the Z-depth of toolpath from the geometry, but this can be set to zero and even given a neg. number to raise the path.

    Couple more things to mention, the arc will be broken into small, straight line segments.
    And the path is calculated from the tool centerline, so flat bottom tools will show a slight deviation. Certainly not an issue in your app.

    Sometimes it's easier and cleaner to just hand code a feature like this, using the CAD data for the coords. (one arc is just a single line of code).


  • #12
    Registered
    Join Date
    Mar 2006
    Location
    USA
    Posts
    160
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by moldmker View Post
    First, make sure you're using the the Engrave feature under the 3-axis menu and not the 2-axis menu.

    Also, make sure your geometry is at the depth you want to machine it at.
    The Depth value will obviously adjust the Z-depth of toolpath from the geometry, but this can be set to zero and even given a neg. number to raise the path.

    Couple more things to mention, the arc will be broken into small, straight line segments.
    And the path is calculated from the tool centerline, so flat bottom tools will show a slight deviation. Certainly not an issue in your app.

    Sometimes it's easier and cleaner to just hand code a feature like this, using the CAD data for the coords. (one arc is just a single line of code).
    That would be awesome. Could you shed a little more light on where/how to do something like this. Sounds simple and effective.


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Newbie- Easy and simple cam software
      By Sharx in forum General CNC (Mill and Lathe) Control Software (NC)
      Replies: 1
      Last Post: 10-30-2010, 11:38 AM
    2. Easy to make cnc router '.skp' plan
      By YIORGJX in forum DIY CNC Router Table Machines
      Replies: 3
      Last Post: 10-31-2009, 02:46 AM
    3. Need Help!- Bobcad v19 simple skin issue (easy?)
      By SSMrob in forum BobCad-Cam
      Replies: 6
      Last Post: 03-26-2009, 06:50 PM
    4. Simple easy CAM ?
      By jhuddleston in forum General CAM Discussion
      Replies: 4
      Last Post: 08-26-2008, 05:26 AM
    5. Make IH forum for all full sized square column mills...
      By BobWarfield in forum Suggestions for the CNCzone.com site.
      Replies: 6
      Last Post: 04-17-2007, 03:45 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.