Welcome to Our Community

Some features disabled for guests. Register Today.

Viewing work coordinates?

Discussion in 'CNC Mills/Routers' started by Manfredo, Dec 14, 2022.

  1. Manfredo

    Manfredo New
    Builder

    Joined:
    Jan 11, 2022
    Messages:
    16
    Likes Received:
    8
    Good day all, fairly new to CNC and Gcode and teaching myself. I was wondering what would be the easiest way to view my work Zero coordinates once I run the probing wizard? Is there a macro tat will display it not he screen somewhere? Apologies if this is a dumb question but I just can't seem to find this.
     
  2. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,870
    Likes Received:
    4,283
    After completing the Probing operation, remove the Probe, and hit GOTOZERO to move the Endmill to where Zero was set.

    In CONTROL 0,0,0 is also indicated on the 3D viewer grid.
     
  3. Manfredo

    Manfredo New
    Builder

    Joined:
    Jan 11, 2022
    Messages:
    16
    Likes Received:
    8
    Thanks! I’m sorry, didn’t explain myself correctly. I meant zero coordinates in relation to home? Injust want to reliably return to my zero and continue working on my piece after day a day or two
     
  4. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,870
    Likes Received:
    4,283
    1) home before zeroing
    2) zero as usual
    3) When you come back, JUST HOME (do not set zero again) - offsets from last zero is stored in EEPROM, all you need to do is rehome and Zero will be exactly where it was
     
  5. Manfredo

    Manfredo New
    Builder

    Joined:
    Jan 11, 2022
    Messages:
    16
    Likes Received:
    8
    Got it! Will the zero be maintained even if I turn off my CNC and computer?
     
  6. Alex Chambers

    Alex Chambers Master
    Moderator Builder

    Joined:
    Nov 1, 2018
    Messages:
    2,769
    Likes Received:
    1,357
    Yes. As @Peter Van Der Walt said its stored in EEPROM. Just re-home and the controller will know where the workplace coordinates system zero is.
    Alex.
     
    Peter Van Der Walt likes this.
  7. 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
    also, in OBControl you can see the machien coordinates if you hover your mouse over one of the co-ordinate boxes
    mouse cursor is over the X box and thr hint tells us the machine cooridnate. mouse cursor not visible because windows ignroes it when screen is captured
    upload_2022-12-15_9-51-5.png

    alternately you can display the offsets directly by issuing a $# in the serial console and the controller will reply with the current offsets
    [G54:-100.000,-100.000,-20.000]
    [09:52:50] [ $# ] [G55:123.000,321.000,-3.140]
    [09:52:50] [ $# ] [G56:0.000,0.000,0.000]
    [09:52:50] [ $# ] [G57:0.000,0.000,0.000]
    [09:52:50] [ $# ] [G58:0.000,0.000,0.000]
    [09:52:50] [ $# ] [G59:0.000,0.000,0.000]
    [09:52:50] [ $# ] [G28:0.000,0.000,0.000]
    [09:52:50] [ $# ] [G30:-100.000,-97.000,3.000]
    [09:52:50] [ $# ] [G92:0.000,0.000,0.000]
    [09:52:50] [ $# ] [TLO:0.000]
    [09:52:50] [ [ PROBE ] ] Probe move ERROR - probe did not make contact within specified distance
    [09:52:50] [ $# ] [PRB:0.000,0.000,0.000:0]

    G54 is the default WCS and the rest are normally all zeros.
     
  8. Manfredo

    Manfredo New
    Builder

    Joined:
    Jan 11, 2022
    Messages:
    16
    Likes Received:
    8
    Thank you all for your responses! Much appreciate the assistance
     

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