Git Product home page Git Product logo

Comments (1)

bdring avatar bdring commented on June 12, 2024

You should ask questions about Grbl_ESP32 on that repo.

https://github.com/bdring/Grbl_Esp32

You can send $e=33 to find out what error 33 is. It is an invalid target for an arc. This means you are telling Grbl to go from an existing location to a new location via a specific arc move. When Grbl calculates that arc move it does not get exactly to that target.

This could be due to the fact that your gcode is not very accurate with only 2 decimal places. You should try to get your CAM program to generate more accuracy. This will insure the best accuracy.

Another way is to allow more tolerance in Grbl. Arc tolerance is set via the $GCode/ArcTolerance setting. The default is 0.002mm. You can see it is very likely that 2 decimal places will produce an error. I would think that $GCode/ArcTolerance=0.03 would work.

from 6-pack_cnc_controller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.