585,997 active members*
4,844 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > SolidCAM for SolidWorks and SolidCAM for Inventor > Problem with pocket dimensions using solidcam 2.5d milling
Results 1 to 11 of 11
  1. #1
    Join Date
    Jul 2013
    Posts
    27

    Problem with pocket dimensions using solidcam 2.5d milling

    Hello all!

    I`m hoping this will be a quick-fix for you wizards out there.

    I made a simple part in solidcam to upgrade my homemade pcb router, and started milling it. The problem is that in solidcam everything is fine as far as the contour paths go, but on the final product, all the pockets are wider by 0.5 of the bit diameter on either side. It seems like it`s following the geometry chain line on the center of the bit rather than offsetting the path one half of the bit. now I DO have overlap set to 50%, but to my knowledge solidcam is smart enough to know I mean only whats INSIDE the pocket, and won`t overlap OUTSIDE the bounds of the pocket.

    I should also mention that all the other dimensions are good (pocket depth, position, etc). My machine moves the perfect distances in all axis.

    I`m convinced it has something to do with the overlap but i`m afraid to change it as my machine is made to mill pcbs not MDF, it`s already doing more than I intended.

    Here are the measurements in case i didn't explain myself very well:

    IN SOLIDWORKS:

    Hole diameter: 10mm
    pocket operation with 4mm bit, overlap set to 50%

    ON WORKPIECE:
    Actual hole diameter 12.70mm
    2.7mm too much

  2. #2
    Join Date
    Jul 2013
    Posts
    27

    Re: Problem with pocket dimensions using solidcam 2.5d milling

    So I just looked into my GCODE for g41,42 and g43. To my knowledge, before using g41 or 42, you need to set the cutter radius with g43. My gcode contains no g43 at all.

  3. #3
    Join Date
    Mar 2003
    Posts
    35538

    Re: Problem with pocket dimensions using solidcam 2.5d milling

    No, G43 is length compensation.

    There are different ways to set the radius for G41/G42, depending on the controller you're using.
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

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

  4. #4
    Join Date
    Jul 2013
    Posts
    27

    Re: Problem with pocket dimensions using solidcam 2.5d milling

    Is it possible that because i didn't define a tool in linuxcnc that the offsets are all 0?

  5. #5
    Join Date
    Jun 2009
    Posts
    12

    Re: Problem with pocket dimensions using solidcam 2.5d milling

    Hi,

    This is happening because you have compensation turned on your program.
    Attachment 254366
    You need to turn it off, or, in case you controller accepts, put the radius of your tool in the tool machine parameters.
    Anyway, if you dont need the compensation, just turn it off.

    Regards,

  6. #6
    Join Date
    Oct 2013
    Posts
    153

    Re: Problem with pocket dimensions using solidcam 2.5d milling

    Best option is check your gcode whether it's for 10mm or 12 mm

  7. #7
    Join Date
    Jun 2009
    Posts
    12

    Re: Problem with pocket dimensions using solidcam 2.5d milling

    No need to do that. If the code have G41/G42 lines, its because you are using compensation. Simple as that. Just turn it off, posprocess it again and you are good to go.

  8. #8
    Join Date
    Oct 2013
    Posts
    153

    Re: Problem with pocket dimensions using solidcam 2.5d milling

    With compensation
    T1M6
    G90G0G54 X0.Y0. S1000 M3
    G43H1 Z10.0 M8
    Z1.0
    G01 Z-5.0 F500.
    G41D1 X3.0 F680.
    G03 I-3.0
    G01G40 X0.0
    G0 Z10.

    Without compensation
    T1M6
    G90G0G54 X0.Y0. S1000 M3
    G43H1 Z10.0 M8
    Z1.0
    G01 Z-5.0 F500.
    X3.0 F680.
    G03 I-3.0
    G01G40 X0.0
    G0 Z10.

    What difference does it make ?

  9. #9
    Join Date
    Jun 2009
    Posts
    12

    Re: Problem with pocket dimensions using solidcam 2.5d milling

    There is no difference at all in the toolpath. The question is if he was using tool conpensation or not in the machine. If he wasn't, thats the reason why the hole was larger than it should be, because he sent a toolpath with conpensation and there was no tool radius in the machine to conpensate. So the machine followed the center of the toolpath enlarging the hole by at least the tip radius. If he sends all gcodes without compensation that wont happen.
    Do you understand now?

  10. #10
    Join Date
    Oct 2013
    Posts
    153

    Re: Problem with pocket dimensions using solidcam 2.5d milling

    I suggest you guys get the basic understanding of CNC machine and the G M codes before jumping onto any CAM Software . Learn to read G codes then you can master any cam with ease

  11. #11
    Join Date
    Jun 2009
    Posts
    12

    Re: Problem with pocket dimensions using solidcam 2.5d milling

    Thats what I think too. However thats not I see in the real world in some cases.

Similar Threads

  1. Pocket dimensions incorrect
    By Ben S in forum BobCad-Cam
    Replies: 11
    Last Post: 10-21-2013, 03:27 AM
  2. Pocket Milling Problem - selecting contour
    By Outdoormoto in forum Uncategorised CAM Discussion
    Replies: 4
    Last Post: 08-18-2013, 05:46 AM
  3. pocket milling help
    By multiplex in forum WoodWorking Topics
    Replies: 2
    Last Post: 03-24-2010, 06:25 PM
  4. Front panel milling dimensions
    By chuck99z28 in forum MetalWork Discussion
    Replies: 6
    Last Post: 01-07-2008, 11:49 PM
  5. Problem with pocket milling...
    By Driftwood in forum GibbsCAM
    Replies: 1
    Last Post: 09-04-2006, 04:25 AM

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
  •