zeevy
zeevy
This is in my todo list. Not sure when it will complete.
@mkaluza those are good points which you gave, but current goal of the app is to support only grbl supported features. I think many more features will be possible to...
@mkaluza Thanks for the image. That is a good option, i will sure look into this. You are correct i don't have any knowledge of professional cnc machines, I developed...
Thanks for the great explanation. Is that a standard practice to include "!" in comments for user confirmation messages? > By the way, you've given me the idea on how...
Sure i will have look at cnccookbook
I know python a little, If you can provide the python code, i can covert that into java. File streaming process in app is handled in FileStreamerIntentService.java ``` https://github.com/zeevy/grblcontroller/blob/master/app/src/main/java/in/co/gorest/grblcontroller/service/FileStreamerIntentService.java#L199 Line...
I will go with the preprocessor option as it would be much faster solution and does not need any major changes in the current structure. it might take a couple...
Major functions of the app depends on the default grbl firmware, there is no guarantee that it will work for custom ports. As mall function is very dangerous here i...
I will check this possibility in next release
implemented in v2.56