586,080 active members*
3,539 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > MadCAM > toolpath is too faceted.
Results 1 to 12 of 12
  1. #1
    Join Date
    Dec 2007
    Posts
    83

    toolpath is too faceted.

    Hi all,

    I have set my mesh setting according to this site, and set my tool tolerance to .0001, but I am still getting a faceted toolpath. I am using simple, planar curves (drawn in Rhino as splines) and using 3d Profiling. I can hear and see the mill moving in a very 'jerky' motion, not a smooth, fluid cut. Am I missing some other settings?

    tx,

    dh

  2. #2
    Join Date
    Mar 2004
    Posts
    1661
    How does the path look in Rhino?

  3. #3
    Join Date
    Jun 2003
    Posts
    2103
    dh if you are using Mach for the controller, are you set to constant velocity? If not, that can, might not in this case, but can cause jerkiness, and in the end, faceting.

    Mike
    No greater love can a man have than this, that he give his life for a friend.

  4. #4
    Join Date
    Feb 2013
    Posts
    6
    Hi all
    I am getting the same problems, where do I set the constant velocity? The controller or madcam?

    Could it also be that the tool paths in madcam are straight lines and not curves?

    Cheers
    Andy

  5. #5
    Join Date
    Nov 2012
    Posts
    139
    They ARE straight and they aren't curves. MadCAM only uses G01, but the motion is within your tolerance. Now you have to get your controller to connect the dots smoothly. What controller are you using and what are the settings? That will help others that are familiar with your controller smooth out the motion.

  6. #6
    Join Date
    Feb 2013
    Posts
    6
    Ok, so I have a Chinese Dsp controller (excitech/tigertec).
    Does anyone have much experience with these controlers?
    I have changed my acceleration settings on the controller now, lines=500mm per min and curve=500, they were by default at 600.
    My speed will be dependant on what I am cutting, say at the moment on Polystyrene I am going a bout 10,000mm per min. I also still get problems when I do run it slower.

  7. #7
    Join Date
    Mar 2004
    Posts
    1661
    No Chinese controllers here, but... Do they support G64 commands?
    With G64 [tolerance value] you can get tremendously better result in the cutting without sacrificing speed. For example my large steel router is fast and pretty powerful, with exact mode (G61) I have to slow down the machine a lot to avoid vibrations when it comes to a corner or a stop. With G64 set to 0.01 (one hundred of a mm that is) I can cut at full speed with no vibrations at all. Small value, uge difference. You can read more about G64 here LinuxCNC Documentation Wiki: TrajectoryControl

    And BTW, you do know that the mesh settings are per file, right?
    That means that if you want it continously you have to update your template file.

  8. #8
    Join Date
    Dec 2007
    Posts
    83
    Hi all,

    Original poster here. I did set the Constant Velocity "on" and seem to have much better curves. HOWEVER now I have another issue, which I believe is unrelated. If I trace a curve using 3-axis profiling (leaving 1mm stock), then re-trace the curve in the opposite direction leaving no stock, the feed rate seems to be set to rapid on the second toolpath. Even if I post process them separately, the second path is very strange. I am attaching the toolpath here.
    Attached Files Attached Files

  9. #9
    Join Date
    Dec 2007
    Posts
    83
    ... and here is the Rhino file.
    Attached Files Attached Files

  10. #10
    Join Date
    Nov 2012
    Posts
    139
    It looks like your post processor is a little funny. For whatever reason, it's spitting out a G00 instead of a G01. In fact, it almost looks like G01 and G00 are reversed. Check your post processor closely, or at least post it here.

  11. #11
    Join Date
    Dec 2007
    Posts
    83
    Thanks John! Post attached.
    Attached Files Attached Files

  12. #12
    Join Date
    Nov 2012
    Posts
    139
    change:

    *FIRST_CUT*
    "x""y""z""a" F"feed"

    to

    *FIRST_CUT*
    G01"x""y""z""a" F"feed"

    It's never sending the initial G01, so whatever coordinates are there will just apply to whatever came last....the G00 rapid in this case. In this particular case, it will make line 8 of your GCode file read:

    G01X-0.317Y-0.747F75

    instead of

    X-0.317Y-0.747F75

Similar Threads

  1. mastercam contour faceted cut
    By fjbart70 in forum Mastercam
    Replies: 11
    Last Post: 06-28-2011, 09:23 PM
  2. contoured path is faceted?
    By fjbart70 in forum Bridgeport / Hardinge Mills
    Replies: 1
    Last Post: 06-26-2011, 03:55 PM
  3. FACETED ELLIPSE
    By cncstephen in forum Mastercam
    Replies: 12
    Last Post: 06-15-2011, 10:23 AM
  4. What toolpath to use?
    By dpark1 in forum Mastercam
    Replies: 2
    Last Post: 01-09-2009, 03:53 AM
  5. Wire cutting big faceted shapes
    By terraswarm in forum CNC Wire Foam Cutter Machines
    Replies: 5
    Last Post: 02-10-2005, 11:53 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
  •