Hello comunity, I'm testing this Grbl version https://github.com/cprezzi/grbl-servo because on my mini CNC I want to change my poor 555 spindle motor by a RC brushless and a ESC, to have more RPM.
The system look great (now I have a standard servo to check it) but I have a little trouble. At start I must send the M3 Sxx (I do it by an user button), where xx are the RPM I want. But those RPM are between 0 and 255. I don't mind the relaction between the maximun value (255) and the real RPM.
On the program, once I selected the RPM, I can change it in the Spindle box, but only tree values: 0,100 and 200, because the step to change the RPM are 100.
My question is: There is any way to change it and select steeps of 2, 5 or 10 on the spindle speed selector?
I can do it on the command line with the M3 command, but it will be better to do it by the grafhic interface ;-)
Thanks a lot and very good job!!
Hello comunity, I'm testing this Grbl version https://github.com/cprezzi/grbl-servo because on my mini CNC I want to change my poor 555 spindle motor by a RC brushless and a ESC, to have more RPM.
The system look great (now I have a standard servo to check it) but I have a little trouble. At start I must send the M3 Sxx (I do it by an user button), where xx are the RPM I want. But those RPM are between 0 and 255. I don't mind the relaction between the maximun value (255) and the real RPM.
On the program, once I selected the RPM, I can change it in the Spindle box, but only tree values: 0,100 and 200, because the step to change the RPM are 100.
My question is: There is any way to change it and select steeps of 2, 5 or 10 on the spindle speed selector?
I can do it on the command line with the M3 command, but it will be better to do it by the grafhic interface ;-)
Thanks a lot and very good job!!