Welcome to Our Community

Some features disabled for guests. Register Today.

z clearance in go to (home) function

Discussion in 'CNC Mills/Routers' started by donald k wilson, Dec 11, 2021.

  1. donald k wilson

    Builder

    Joined:
    Nov 10, 2016
    Messages:
    49
    Likes Received:
    11
    Hi all,
    I'm running into an interference problem with the z clearance heights in the go to xyz zero or home function in openbuilds control. Both home commands put z travel at about 1/4" above the table or z zero and depending on where my toolpath ends in relation to my part I cant run the home function because the bit will nosedive into the piece. I need to raise z clearance to about 4". Is this possible and how might it be accomplished?
    Thanks in advance, great site and products, dkw
     
  2. donald k wilson

    Builder

    Joined:
    Nov 10, 2016
    Messages:
    49
    Likes Received:
    11
    a little more info, I've resorted to doing a 3 step process to go home, raising z to 4" then sending x and y home separately with their individual buttons.this works fine just not as efficient.
    thanks, dkw
     
  3. sharmstr

    sharmstr OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 23, 2018
    Messages:
    2,059
    Likes Received:
    1,448
    It could be a few things. Lets start with "home function". I'm assuming here you mean the "Home All" button. If so, it sounds like your machine isnt moving in the correct direction. Z+ should move the spindle up. If not, correct that by inverting the direction in the grbl settings. If, on the other hand, it is going in the correct direction, then maybe you dont have limit switches. Using the Home All button in control requires limit switches. If you dont have limit switches, then disable them in grbl settings. This will disable the Home All button since you cant use it.

    Now on to "GOTO xyz zero". There are three options there. The first one uses your work coordinates. If you set your work Z zero to your spoilboard, then it will for sure hit your stock. Its only going to raise up to (or move down to) 5mm above Z 0. Dont use it unless Z zero is on top of your stock.

    The second option uses Machine Coordinates Z zero and Work X and Y zero. This requires that you home your machine. If you dont have limit switches, then you can fake homing using the procedure here: How to 'Fake the home'

    The third option use Machine Coordinates for X, Y and Z. This requires limit switches and that you've homed your machine.
     
  4. donald k wilson

    Builder

    Joined:
    Nov 10, 2016
    Messages:
    49
    Likes Received:
    11

    Thanks for the insight. I am making incorrect assumptions about how the go to xyz zero path functions. a couple of adjustments to how I am setting up my work and table planes should solve the problem. On to the next crash and burn...
     
    sharmstr likes this.
  5. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,430
    Likes Received:
    1,907
    OBControl does indeed do a G0 Z5 during a 'gotozero' sequence. Drives me crazy....
    it should be a much safer
    G21 G90
    G53 G0 Z-5
    G0 X0 Y0
    G0 Z5 ; optional - i would leave it off
    But the button will be disabled because hard limits are disabled. A false assumption. Very few people can get away with not hard homing or faking the home, so G53 moves are (close to) always valid, and if they cause a crash, we can recommend some OB limit switches to solve it (-: (but the user still has to home, so we cannot solve everythign with software and llimit switches)
    [/QUOTE]
     
  6. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,871
    Likes Received:
    4,283
    The menu item was added to please you
     
    David the swarfer likes this.

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