-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
[FEATURE REQUEST]Click or Touch to move the spindle/Laser #255
Comments
Thank your for submiting, please be sure you followed template or your issue may be dismissed. |
Interresting, so you do not want to type a command in terminal like So I have questions as I am still a newbie in CNC, sorry if they look obvious for you, but many GCODE cnc technics are still fuzzy for me:
|
Thank you for your answer, It's not that I don't want to type commands, but it would be an interesting option that can help to win time. It can also reduce errors when typing numbers (Keyboards keys become unstable in dust environment , G0 X500 Y500 F1000 can fast become G0 X5000 Y500).
I'm not very advanced in CNC for now. I never used a global Space , I'm not even sure if such space exists.I'm mostly working on the default G54. But, you can probably do it with a calculation. In my case with 1500 x 1500mm machine : WPos X and WPosY are determinated with the Home cycle, it won't change whatever the space used (G54 to G59). So moves should be calculated with WPos, not with MPos. So, if your spindle has its actual position at WPosX-300 and WPosY-200 on global space (MPosX100 MPosY100 in G54 area), and you click at the X-800 Y-700 position of the 2D representation, then the move should be : The easiest way would be then to do a relative move : I hope I'm clear, it's not easy to talk absout things like positions, relative and absolut... And of course, as non advanced user, there might be some errors in my logic. So, please, don't hesistate to correct me if there is any error. Thank you |
Ok thank you for the clarification, the precision would be very limited on small screen, and on phone/tablet you won't have mouse cursor to limit the click area, that said it is possible to be done, but I cannot say when it could be done, it would be limited to X,Y plan anyway, because I do not see an easy way to do handle this in 3D |
Yes you are true, the precision would be very limited on small screen. But even on big screen it would be limited. It can't avoid a accurate adjustement in a final step. But with command method (G0 X-800 Y-700), you must also finalize your placement with some accurates jogs. The goal is really to make a fast and good enough first placement of the spindle... then adjust it precisely. On big machines, and when you have many operations to do, you can save many time. I saw that you have some bed-leveling features request, This feature may also need a graphique. Maybe they can be merged into one 2D or 3D representation to save place... Thank you |
This feature is definitly a good candidate for an ESP3D-WebUI extension. |
The extension is done, it is currently not specific to cnc and can be used by 3D printer too The location of extension repository is here : https://github.com/luc-github/ESP3D-WEBUI/tree/3.0/extensions/clicktogo the current package size is 4,000 bytes so 3.9KB Feel free to test / feedback or even more push improvement PR ^_^ |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Is your feature request related to a problem? Please describe.
Moving the spindle or the laser at a position can require many jog operations, or to calculate the new desired position and enter it as a G0 or G1 command.
My feature request is about a graphical way to roughly move the spindle at a X and Y position (Not sure if Z is needed), and then only, adjusting it with jog commands.
Describe the solution you'd like
For that, it could be nice to have a 2D representation of the bed, with :
You just have to click with the mouse pointer somewhere on the bed to move the spindle at this position (or touch it if touchscreen/smartphone/tablet).
Working area must fit the real CNC specifications, that can be found in GRBL parameters ($130 / $131) and after the homing cycle.
It might not be so usefull for little machines like 3D printers, but for big milling CNC, it would be very appreciated.
I personnaly have a 1500mm * 1500mm milling CNC, and moving the spindle at the right position is a big part of the job...
It's integration can be done with a plugin, or added as a new tool in the V3 WebUI. Or maybe a button in the Jog space could be added, when clicked a popup appears with the 2D representation ??
Describe alternatives you've considered
The alternative is to do as I do actually, Jog, and jog, and jog and jog :)
Additional context
I hope this is not too much work, and that i'm not the only one to considere this feature as Needed :)
Thank you.
The text was updated successfully, but these errors were encountered: