Welcome to Our Community

Some features disabled for guests. Register Today.

fusion 360 x and y starting 5 mils off

Discussion in 'CNC Mills/Routers' started by Shannon Tolliver, Jan 24, 2021.

  1. Shannon Tolliver

    Builder

    Joined:
    Nov 23, 2020
    Messages:
    16
    Likes Received:
    9
    Hello All,

    Pretty new to CAM in fusion 360 and I had an issue where my router started the job 5 mils off of the work piece in both x and y. I have a custom machine I made using black box and xyz probe. I set the origin to the top and bottom left corner of the material with 2 mil to the model. I've looked around online and in fusion but didn't find anything. FYI Z had no issues and luckily those sides of the part didn't matter.

    Any help would be appreciative.
     
  2. Giarc

    Giarc OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Jan 24, 2015
    Messages:
    2,996
    Likes Received:
    1,673
    Did you enter the correct diameter for your endmill before probing? Or does the probe wizard not require that? I have not yet played with my XYZ probe in combination with OpenBuilds Control.
     
  3. Shannon Tolliver

    Builder

    Joined:
    Nov 23, 2020
    Messages:
    16
    Likes Received:
    9
    Yes I did have the correct one selected the wizard does have a box to select size of the bit.. This was my first go at fusion and my router. I have another item I'll be making later and will see if I have the same issue, I am hoping to get some pointers at things to look for either in fusion or G-code that may cause this kind of behavior..
     
  4. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    14,763
    Likes Received:
    4,266
    Is that 5mils (thousands of an inch) or 5mm?

    The Interface wizard assumes accurate diameters at this time, if you use endmills that are underground too far that can affect things, as can flute angle. For super accurate probing, use a dowel pin
     
    Giarc likes this.
  5. Giarc

    Giarc OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Jan 24, 2015
    Messages:
    2,996
    Likes Received:
    1,673
    I am no longer proficient with Fusion 360 for CAM, so sadly I can't help there. However, there may be something wrong with an offset in your set-up.
     
  6. Shannon Tolliver

    Builder

    Joined:
    Nov 23, 2020
    Messages:
    16
    Likes Received:
    9
    Peter yes its mm sorry for the confusion.
     
    Peter Van Der Walt likes this.
  7. Alex Chambers

    Alex Chambers Master
    Moderator Builder

    Joined:
    Nov 1, 2018
    Messages:
    2,761
    Likes Received:
    1,352
    If it's mm off it sounds as though the problem lies in your set up in Fusion cam. Post the file and one of us will be happy to have a look at it.
    Alex.
     
    sharmstr likes this.
  8. Peter Van Der Walt

    Peter Van Der Walt OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 1, 2017
    Messages:
    14,763
    Likes Received:
    4,266
    Yes, mm would not be endmill grinding related. Too big a difference
     
  9. Shannon Tolliver

    Builder

    Joined:
    Nov 23, 2020
    Messages:
    16
    Likes Received:
    9
    Well I ran my second project and didn't have the same issue. The only thing I know I did different was set the WCS to 1 on the first model and left it undefined on the second.
     
  10. Alex Chambers

    Alex Chambers Master
    Moderator Builder

    Joined:
    Nov 1, 2018
    Messages:
    2,761
    Likes Received:
    1,352
    That shouldn't have made a difference - are you using the Openbuilds post processor? - that would set the wcs to G54 (1) if you left the wcs undefined in Fusion cam setup. I suspect you may have set up your stock in setup larger than your actual workpiece - worth checking that.
    I still forget things in Fusion cam after using it for nearly 3 years :rolleyes::oops:
    Alex.
     
    sharmstr likes this.
  11. Shannon Tolliver

    Builder

    Joined:
    Nov 23, 2020
    Messages:
    16
    Likes Received:
    9
    Yes Alex I use the post processor but I modify the starting routine in G-code to turn on my cooler and dust collector with the coolant output and set a pause before the spindle starts, would be cool to alter the post for this in the future but that's another rabbit hole . I likely did something weird in Fusion since it was my first go around and had no clue what I was doing.
     
  12. Alex Chambers

    Alex Chambers Master
    Moderator Builder

    Joined:
    Nov 1, 2018
    Messages:
    2,761
    Likes Received:
    1,352
    Not so much "doing something weird" - the default In Fusion cam assumes your stock is larger than the thing you have designed - it took me a while to get into the habit of changing that every time in cam setup.
    Alex.
    PS - tell us the code you are adding to your g-code header and one of us will tell you how to add it automatically to every g-code file.
     
  13. sharmstr

    sharmstr OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 23, 2018
    Messages:
    2,059
    Likes Received:
    1,448
    When you post, change "has coolant" from no to yes. As long as you have coolant setup in your toolpaths, M8/M9 will be in your code.
     
  14. Shannon Tolliver

    Builder

    Joined:
    Nov 23, 2020
    Messages:
    16
    Likes Received:
    9
    Thanks Shamstr
    I do that I just don't like the order where it puts the command and I set a 10 second pause to allow the industrial cooler to boot up. Currently the post puts it after the start of the spindle and I like it before that.
     
  15. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,408
    Likes Received:
    1,899
    If you select 'flood' in the Fusion Coolant options you will get a M8 coolant on code in your Gcode. You have to select this for each cut operation or default it on for the tool.
    coolant01.png

    Then you need to select 'has coolant?" in the postoptions
    coolant02.png

    And all this assumes you are using the Openbuilds GRBL postprocessor, of course
    Releases · OpenBuilds/OpenBuilds-Fusion360-Postprocessor
    (yes I just updated the coolant processing, but older versions will also work)

    oh yes, notice 2 lines above the pink arrow? spindle on/off delay can be set in seconds and will cause a pause after the spindle is turned on to wait while it gets up to speed.
     
  16. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,408
    Likes Received:
    1,899
    hmmm, ok,
    get the latest post file and put it wherever you have Fusion finding it.
    make a copy of it.
    in the copy just move lines 785-791 to before line 739.
    select this copy of the post in Fusion

    why copy?
    so you don' loose this change in future updates
    so you have a working post for laser and plasma should you need it. the change above can sideeffect laser/plasma operation.
     
    sharmstr and Alex Chambers like this.
  17. Shannon Tolliver

    Builder

    Joined:
    Nov 23, 2020
    Messages:
    16
    Likes Received:
    9
    Thanks I'll give it a shot. Appreciate all the help.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice