Welcome to Our Community

Some features disabled for guests. Register Today.

Cnc plunges bit into workpiece at start of job

Discussion in 'CNC Mills/Routers' started by Paul Masse, Oct 6, 2021.

  1. Paul Masse

    Builder

    Joined:
    Mar 12, 2016
    Messages:
    2
    Likes Received:
    0
    Hello all,

    I am new to cnc milling. I am having a problem and can't figure out a solution. As stated above when i start a new job with the bit in the start position and X, Y, and Z set to Zero, the machine drives the bity straight down and crashes my machine. I have looked into the g-code and don't see anything that would cause the problem. I am hoping for some help figuring this out, I have put all the information I have below.

    Post Processor - Fusion 360 with grbl selected
    Open Builds Blackbox motion control system

    The g-code file is attached

    Any help would be appreciated.

    Paul
     

    Attached Files:

  2. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,023
    Likes Received:
    4,117
    Did you remember to Home prior to setting Zero? You also need to Home, to establish Machine Coordinates. SetZero just sets Work Coordinates.
     
  3. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,283
    Likes Received:
    1,836
    The machine needs to be 'selfaware' as to size and orientation and this means it needs to home to establish this knowledge.
    If the machine has home switches then enable homing and use it.
    If it does not have home switches then you will have to fake it.
     
  4. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,023
    Likes Received:
    4,117
    Or better. Get some. Its a cheap and must-have upgrade :)
     
  5. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,283
    Likes Received:
    1,836
    The stock GRBL post supplied with Fusion is not very good, we recommend using our OB post
    docs:software:fusion360 [OpenBuilds Documentation]
     
  6. Paul Masse

    Builder

    Joined:
    Mar 12, 2016
    Messages:
    2
    Likes Received:
    0
    Thanks for the help. I am not homing the machine. I will make sure i do it from now on.

    Paul
     
  7. Ron Riegger

    Builder

    Joined:
    Oct 12, 2021
    Messages:
    2
    Likes Received:
    0
    Edit the Gcode at the beginning. Change the G54 line to G0 Z5.5 then go to the end of the G code and delete all the G code lines after Z5.5. Keep the M lines. This will stop the plunge at the beginning. When the file is run, it will go to Z5.5 and stop.
     
  8. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,023
    Likes Received:
    4,117
    Not solid advice, there may be more G53s not just at the beginning. And deleting lines without understanding them (as most beginners would not) is not ideal either. Rather, do the right thing: HOME - other coordinate systems also depend on a solid home reference - really no excuse not to :) and a lot easier on everyone involved. The POST is well designed, all you need to do, is HOME

    Read up a little more about Coordinate systems, and how Machine coordinates are the base, and every other (G54-59.1 and also G28, G30, etc) are but offsets from the Machine Coordinates and you will realize the importance of Homing :)
     
  9. Ron Riegger

    Builder

    Joined:
    Oct 12, 2021
    Messages:
    2
    Likes Received:
    0

    My intention was to allow him to run the file he attached quickly and easily without any plunge.
     
  10. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,023
    Likes Received:
    4,117
    The Home All button is still even easier - but thanks for trying to help :)
    Checkout unresolved threads and feel free to help out in future :)
     

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