Welcome to Our Community

Some features disabled for guests. Register Today.

Any way to get the probe command to show how much the Z axis changed when the Z is updated?

Discussion in 'Control Software' started by Dan Biskup Home, Jun 11, 2022.

  1. Dan Biskup Home

    Builder

    Joined:
    Oct 12, 2019
    Messages:
    5
    Likes Received:
    1
    Often when I probe I'd like to know how much the Z axis changed. Good way to tell just how flat a surface is. Can that info be added to the probe confirmation screen?
     
  2. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,750
    Likes Received:
    4,265
    Thanks for the suggestion
     
  3. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,403
    Likes Received:
    1,897
    in the meantime you can do it yourself.
    in the Serial Console give $# which shows data like
    Code:
    [09:42:50] [ $# ] [G54:-60.000,-50.000,-20.000]
    [09:42:50] [ $# ] [G55:123.000,321.000,-3.140]
    [09:42:50] [ $# ] [G56:0.000,0.000,0.000]
    [09:42:50] [ $# ] [G57:0.000,0.000,0.000]
    [09:42:50] [ $# ] [G58:0.000,0.000,0.000]
    [09:42:50] [ $# ] [G59:0.000,0.000,0.000]
    [09:42:50] [ $# ] [G28:0.000,0.000,0.000]
    [09:42:50] [ $# ] [G30:-100.000,-97.000,3.000]
    [09:42:50] [ $# ] [G92:0.000,0.000,0.000]
    [09:42:50] [ $# ] [TLO:0.000]
    
    showing that my Z offset for G54 is -20.
    compare that to the offset after your probe and will know how much it changed.
     

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