Welcome to Our Community

Some features disabled for guests. Register Today.

Check Size working wrong

Discussion in 'Control Software' started by jimbo70, Jun 24, 2022.

  1. jimbo70

    jimbo70 New
    Builder

    Joined:
    Dec 18, 2014
    Messages:
    10
    Likes Received:
    3
    I have loaded several g codes and done several cuts and the CONTROL SIZE has always been wrong. It always assumes the x axis is 10 mm negative of the g54 value, the y value is correct. The actual cutting procedure places the g54 correctly.

    I am attaching a g code file for you to consider
     

    Attached Files:

  2. sharmstr

    sharmstr OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 23, 2018
    Messages:
    2,059
    Likes Received:
    1,448
    Because in the last line, the machine will move to X-10 Y300. So it's correct as far as the "extents" of the code you are supplying.

    In the post processor settings, if you changed X to 0, you'd get the behavior you are expecting.
     
    Peter Van Der Walt likes this.
  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
    looks like you are using a customized version of the post, where did you get it, and of course, what is it doing? and , what settings did you change in the post options dialog?

    Your post has a different header to the real OB post, it should look like this
    Code:
    (Made in : Autodesk CAM Post Processor)
    (G-Code optimized for Grbl 1.1 / BlackBox controller)
    (OpenBuilds CNC : GRBL/BlackBox)
    (Post-Processor : OpenbuildsFusion360PostGrbl.cps V1.0.30)
    (Units = mm)
    
    aside from that, it looks like you changed your 'end of run' Y position to 300 but left the X position at -10, so that is why it is going to X-10, ie, doing what you told it to do (-:
     
    Peter Van Der Walt likes this.
  4. jimbo70

    jimbo70 New
    Builder

    Joined:
    Dec 18, 2014
    Messages:
    10
    Likes Received:
    3
    I updated my Post processor to V1.0.30 I was using V1.0.29

    You were correct - the CONTROL SIZE does include the final rest position.

    I assumed the 'final rest' would be after the job is completed - I wanted to move the machine out of the work area so I could detach the cuttings. Obviously, this is not the case!
     
  5. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,752
    Likes Received:
    4,265
    Check size "checks the size of the job" - the complete job - including any position moves - it pulls a rectangle around the total extents of the gcode - so when you run it - you can see if there are going to be any potential colisions with workholding, stock or machine boundaries.
     
  6. 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
    if you check the box for 'EndPos: Use Machine Coordinates (G53) at end of job?' an dmake sure both X and Y positions are small negative numbers, the defaults are -10mm.
    Now the machine will move to 10mm short of the X and Y home switches at the end of the job. This should be 'out of the way' (-:
     
  7. jimbo70

    jimbo70 New
    Builder

    Joined:
    Dec 18, 2014
    Messages:
    10
    Likes Received:
    3
    Thanks, you guys are great! This is what make Openbuilds worthwhile.
     

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