Welcome to Our Community

Some features disabled for guests. Register Today.

Getting gcode errors openbuild control

Discussion in 'CAM' started by William Harper, Sep 5, 2019.

  1. William Harper

    Builder

    Joined:
    Jan 30, 2017
    Messages:
    38
    Likes Received:
    5
    I'm using Dmap2gcode to generate 3d gcode from a grayscale emiage. when I start the project in openbuild control I get a error code 20. What do I need to get it running? I have attached the file.
     

    Attached Files:

  2. sharmstr

    sharmstr OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 23, 2018
    Messages:
    2,030
    Likes Received:
    1,428
    G64 isnt supported. Change your first line from

    Code:
    G17 G90 G64 P0.001 M3 S3000
    To

    Code:
    G17 G90 M3 S3000
    I'm not familar with Dmap2gcode so there might be other issues I dont see. Basically you need a post processor that supports grbl: gnea/grbl
     
    Peter Van Der Walt likes this.
  3. sharmstr

    sharmstr OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 23, 2018
    Messages:
    2,030
    Likes Received:
    1,428
    I just installed it. If you go into settings, you can change the header so it doesnt output the G54 P0.001 codes.
     
  4. William Harper

    Builder

    Joined:
    Jan 30, 2017
    Messages:
    38
    Likes Received:
    5
    thanks shaker I will give it a shot.
     
    sharmstr likes this.
  5. William Harper

    Builder

    Joined:
    Jan 30, 2017
    Messages:
    38
    Likes Received:
    5
    shaker your right all it took was to change the header. Working great now. Two thumbs up for you.
     
    sharmstr likes this.
  6. sharmstr

    sharmstr OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 23, 2018
    Messages:
    2,030
    Likes Received:
    1,428
  7. phil from seattle

    phil from seattle Journeyman
    Builder

    Joined:
    Mar 17, 2017
    Messages:
    312
    Likes Received:
    137
    I bet those drinks are well mixed!

    On the original point, some controllers throw an error and allow you to press go to continue - Grbl Panel, for example.

    Also, DMap2gcode has common code with F-Engrave which has the same issue.
     
    sharmstr likes this.
  8. sharmstr

    sharmstr OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 23, 2018
    Messages:
    2,030
    Likes Received:
    1,428
    I think some allow you to even ignore them.
     

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