Hello friends, I needed your help to modified the gctrl (g-code sender for CNC Machine that use Arduino)
Yesterday, I found very useful and interesting g-code sender that build on Processing, develop by damellis (David A. Mellis)
I already test the gctrl g-code sender on my CNC Machine, it's run smoothly.
I found it here:
https://github.com/damellis/gctrl
I made a decision to make little modification, by adding GUI on the gctrl g-code sender.
this is what its looks like:
but, I have these problems, I hope members can help me how to make it done:
1. How to show file name on the Processing, the location is after "File name:" as shown on the picture above.
2. I have run the g-code sender and the running g-code is shown on the Processing text area. Is it possible to show the running g-code on the interface, the location is on the box below the "File name:" box as shown on the picture above.
I'm a beginner on processing and noob ^_^. My question related to this
ImageButton examples. How can i make the button become ON or OFF button, what is the programming. Ive seen on many site they using the Boolean function, but i don't understand it. What i want is, when the image button is not pressed its stayed on OFF position and image shows OFF image, when pressed its stayed on ON position and image shows ON image and when pressed it again its on OFF position again and image shows OFF image. This examples
ImageButton not as i want, when i release my mouse it also release it.