Replies: 2 comments 6 replies
-
Yes, the encoder plugin does that. Currently only available for the iMXRT1062 driver though. For zero feed rate the feed hold input should be used. The main issue with adding support for encoders (or analog pots) is often lack of pins, and also time to add the needed low level driver code. Plenty of opportunities for developers to join the effort to make it happen... |
Beta Was this translation helpful? Give feedback.
-
@dresco But I am looking for a very simple and cheap method for the override. @terje |
Beta Was this translation helpful? Give feedback.
-
Hi Terje,
I have often been asked by users if it is possible to provide an override function with a simple potentiometer. When milling, it very often happens that you want to start slowly to see if the programmed feed is OK. If everything is ok, you can then slowly increase the feed rate.
Many professional machines have a potentiometer for this purpose with which you can apply the feed rate programmed in the GCode from 0 - 120%. The 0% position is especially helpful. With this you can stop the movement during the work, e.g. to correct a wasteboard clamp. Afterwards you simply turn the potentiometer up again.
The current possibility available in GRBL to influence the feed with the override function can only be operated with buttons on the keyboard or with the mouse on the screen. A potentiometer directly on the machine would be much more practical.
Especially in situations where you have to react quickly.
What do you think ? Is it possible to implement something like this in GrblHAL or is there already something similar ?
Beta Was this translation helpful? Give feedback.
All reactions