Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to plot circle using this firmware #1

Open
imkifel opened this issue Jul 11, 2022 · 3 comments
Open

unable to plot circle using this firmware #1

imkifel opened this issue Jul 11, 2022 · 3 comments

Comments

@imkifel
Copy link

imkifel commented Jul 11, 2022

Hi, @Cpt-Hook
I tried to plot different shapes by passing gcode. I am able to draw shapes without circles.

when I try to draw a circle it's getting stuck at some point for a few seconds and it is losing its position and plotting the values somewhere else. is there any way to fix this?

@staniond
Copy link
Owner

The firmware of the ESP32 does not know how to handle circle gcode commands. I solved this by sending the gcode commands through my other project: https://github.com/Cpt-Hook/Gcode_sender
This app translates arcs into series of points that the ESP32 firmware can handle.

@imkifel
Copy link
Author

imkifel commented Jul 11, 2022

can you specify how you have done the conversion of the arc into a series of points, like can you specify the formulas for the conversion. it will be helpful. thankyou

@staniond
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants