Hi All,
I have decided to challenge myself by making a CNC machine with the purpose of engraving. I will have a number of predefined shapes at predefined positions.
I am stuck in how to achieve what I want. I would like the entire thing to not need a laptop or PC attached.
How can you generate G-Code based off user input on a screen like the one below?
https://www.arduino.cc/en/uploads/Tutorial/lcd_photo.png
The idea is the user would Type "Adam" and it would engrave that, if they typed "Adamoverload" the text would decrease in size and fit into the set location.
I have seen many programs that do this from a CAD model but I am wondering how I can achieve this via user input?
Thanks in advance,
Adam