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

what is the maximum number of axes in simultaneous motion supported by ESP32_GRBL? #1618

Closed
jessesun93 opened this issue Mar 25, 2024 · 3 comments

Comments

@jessesun93
Copy link

what is the maximum number of axes in simultaneous motion supported by ESP32_GRBL?
is there anybody have tested with XYZA in simultaneous motion? or tested XYZABC in simultaneous motion? i just find the axes coordinate data lost just a little somehow . i don't know why that happen, has that happened to anyone?
how about FluidNC with axes in simultaneous motion?

@MitchBradley
Copy link
Collaborator

Both Grbl_Esp32 and FluidNC can run 6 axes simultaneously. If you have found otherwise, please use FluidNC and if it is still happening there, file a FluidNC problem report giving all the information that it asks for.

@MitchBradley MitchBradley closed this as not planned Won't fix, can't repro, duplicate, stale Mar 25, 2024
@jessesun93
Copy link
Author

jessesun93 commented Mar 25, 2024

Both Grbl_Esp32 and FluidNC can run 6 axes simultaneously. If you have found otherwise, please use FluidNC and if it is still happening there, file a FluidNC problem report giving all the information that it asks for.

Hi,MitchBradley
thank you very much for the quickly reply , this happened when I run a G code program repeat for 10000 times, the motion is simple just with G01 gcode like this:
G01X10.0Y10.0Z10.0A10.0B10.0C10.0F1000
G04P1.0
G0X0Y0Z0A0B0C0
G04P1.0
..........
M30
just repeat run these gcode for 10000 times, and both MPS or the WPS show the right coordinate data at the first started running, but finally the coordinate data showed the different data somehow, it's not the same data from the beginning.
and the WEBUI coordinate data is same with my touch screen axis coordinate data, i think both coordinate data are not right, or precision lost happen only in simultaneous motion of 6 axis. (only happened in 6 axis simultaneous motion but not 3 axis simultaneous motion )
I don't know when this happened in the process running. i think i need spend more time on this and figure it out,or take some pictures more information later.

@MitchBradley
Copy link
Collaborator

You mention different data but you did not show what it is. We are not supporting Grbl_Esp32 anymore so we cannot help you with it.

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