Welcome to Our Community

Some features disabled for guests. Register Today.

error 36

Discussion in 'General Talk' started by geoff swan, Aug 22, 2019.

  1. geoff swan

    Builder

    Joined:
    Aug 22, 2019
    Messages:
    3
    Likes Received:
    0
    could someone help me to correct this error ,error 36 keeps coming up all the time ,the program before this error came up it was working fine
    Thank You
    geoff
     
  2. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,002
    Likes Received:
    4,113
    Screenshots? Which application? Post your GCODE.
     
  3. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,279
    Likes Received:
    1,836
    error 36 is
    Code:
    36 There are unused, leftover G-code words that aren't used by any command in the block.
    
    My guess is that something got deleted by mistake
     
  4. geoff swan

    Builder

    Joined:
    Aug 22, 2019
    Messages:
    3
    Likes Received:
    0
    this is the screen shot of error 36
     

    Attached Files:

  5. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,002
    Likes Received:
    4,113
    Dont forget this part...upload the file as attachment
     
  6. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,279
    Likes Received:
    1,836
    G1 F1000 X121 Y73 Z-0.1 L600

    I don't know of any command that GRBL supports that uses an L word except the coordinates setting G10 L20 sequence.
    So is that supposed to be a G10 command or is it an incorrect G1 command?

    Please tell us what generated this Gcode?
    what happened after that?
     
    Peter Van Der Walt likes this.
  7. geoff swan

    Builder

    Joined:
    Aug 22, 2019
    Messages:
    3
    Likes Received:
    0
    Hi the error comes up as soon as you go to start the program and that is as far as you can go I
    have deleted the program and reloaded it to no avail .
     
  8. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,002
    Likes Received:
    4,113
    Problem is inside your gcode. Not a problem with the Programs

    Where did you get the gcode? I see cam.openbuilds.com hiding in the back of the screenshot but that does not output L commands. So where does the L600 come from?
     
    #8 Peter Van Der Walt, Aug 24, 2019
    Last edited: Aug 24, 2019
  9. TommyTT

    TommyTT New
    Builder

    Joined:
    Feb 2, 2021
    Messages:
    5
    Likes Received:
    0
    2C3B0EC6-67EF-4172-97D1-1E316D19C9DF.jpeg This comes up in controls will not let me get passed the initial touch off ? Any help would be appreciated
     
  10. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,002
    Likes Received:
    4,113
    P1000 at the end of the line does not belong in a G1 command. This is not Grbl compatible Gcode. Use a Grbl compatible cam/post.
     
    sharmstr and David the swarfer like this.
  11. TommyTT

    TommyTT New
    Builder

    Joined:
    Feb 2, 2021
    Messages:
    5
    Likes Received:
    0
    we’re do I delete this ?
     
  12. sharmstr

    sharmstr OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 23, 2018
    Messages:
    2,035
    Likes Received:
    1,431
    Click on the gcode editor tab and delete it from the code listed.

    However, you'll probably have more issues since its not grbl compatible gcode. As Peter said, find a grbl compatible post processor for whatever software you are using for CAM
     
    Peter Van Der Walt likes this.
  13. TommyTT

    TommyTT New
    Builder

    Joined:
    Feb 2, 2021
    Messages:
    5
    Likes Received:
    0
    I created the g code with open builds software so confused ?
     
  14. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,002
    Likes Received:
    4,113
    Please, attach the file that causes the error
     
  15. David the swarfer

    David the swarfer OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Aug 6, 2013
    Messages:
    3,279
    Likes Received:
    1,836
    I think it is USB corruption, it has missed the linefeed and G4 that would precede a P1000
     
    Peter Van Der Walt likes this.
  16. Larry Paige

    Builder

    Joined:
    Dec 18, 2017
    Messages:
    13
    Likes Received:
    4
    Has anyone solved this? I have the same problem except mine read L1000 on every line upload_2021-12-2_19-54-13.png
     
    Peter Van Der Walt likes this.
  17. sharmstr

    sharmstr OpenBuilds Team
    Staff Member Moderator Builder Resident Builder

    Joined:
    Mar 23, 2018
    Messages:
    2,035
    Likes Received:
    1,431
    You need to use a valid grbl post processor. L1000 isnt a valid command.
     
  18. Larry Paige

    Builder

    Joined:
    Dec 18, 2017
    Messages:
    13
    Likes Received:
    4
    Okay thanks, but I am using all openbuilds stuff. Blackbox and the online CAM. Am I missing something???

    Openbuilds CAM.

    Instead of "transfer code to Openbuilds" I should save the code and use a different code processor?

    I got it going. So, in your OG post you had P1000 and I had L1000. In OB CAM, As you probably know, the P=plasma the L=laser and S=spindle speed. Below that setting there's a power/speed scale and that contains the number that follows our L/P1000. Adjust those properly and your good! I set mine to S (Spindle) and 0 (Speed).

    upload_2021-12-2_22-16-55.png

    So, the Power/Scale is looking for an input of RPM from whatever tool you are using or perhaps laser intensity? IDK. But it makes sense or at least 2 cents.:)
     
    #18 Larry Paige, Dec 2, 2021
    Last edited by a moderator: Dec 3, 2021
  19. Larry Paige

    Builder

    Joined:
    Dec 18, 2017
    Messages:
    13
    Likes Received:
    4
    Okay, so I guess by messing around with that, I started the error 36 AND by messing with it some more, I fixed it!
     
    sharmstr likes this.
  20. Peter Van Der Walt

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

    Joined:
    Mar 1, 2017
    Messages:
    14,002
    Likes Received:
    4,113
    No! Grbl uses S for everything. Don't change those backend configs please - not relative to you (only for people using other controllers/firmwares - defaults are of course all set up for our stuff)

    Read here Grbl v1.1 Laser Mode · gnea/grbl Wiki to understand Grbl's laser mode
    Then after that, read the Entire Grbl Wiki - its a goldmine
     
    sharmstr and David the swarfer like 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