My CNC controller software.

Of course I needed a little program to send gcodes to my arduino that controles the engines.

That was pretty simple since I already had serial connection code up and running.

this is how it looks:

the -X and X moves 1cm to the left and right. the small x’s move a mm. The y’s and the z’s move in other direction.

Connect connects to the arduino, disconnect does the opposite.

set home set’s the home position, the start position of a program, go home travels to that position

start and stop starts and stops the program that is written on the left, the right outputs status information.

The icon was found on 4chan.

Here is the source if you’re interested: CNC_kontroller

Leave a Reply