Broke a bit towards the end of the cut. Want to try and save the piece.
What are you guys using to view/edit gcode?
Broke a bit towards the end of the cut. Want to try and save the piece.
What are you guys using to view/edit gcode?
Notepad++ or Visual Studio Code both work well for me.
for visual studio code
Make sure and set your color scheme to something dark for that realistic “I write code” experience!
VScode has a plug in and makes editing easier.
would like to WRITE some simple g code programs for 1F where ? how? what is required?
Hey Douglas,
you need no special program to write G-code. As G-code consists of plain text, any text editor program will do. After having written your G-code as plain text, save the file with a ‘.ngc’ file ending which will allow it to be recognised as g-code file.
There are however a lot of G-code editors available. Also your favorite IDE may or may not support syntax highlighting for G-code, as an add-on or plugin. If you want syntax highlighting for G-code under Emacs, put this into your ~/.emacs
file.
If you want to see a simulation of the G-code you wrote as a 3D toolpath, you can use CAMotics. It is Free and Open Source Software. By the way, after writing CAMotics, its author and his uncle created the Buildbotics CNC Controller.
If you want to learn how to write G-code, a standard work is:
This book will also answer your question in the other thread on what one would expect from a CNC Controller that the Onefinity Controller can’t do. In fact there’s a lot. One example that is frequently requested is the ability to adjust the feedrate during operation.
Thank you Aiph5u, for your great reply, a huge resource to this forum. This line of interest and learning is a must for the 1F community. Any craftsman that decides to “dive” into the cnc waters with a 1F, MUST learn about g code. It is the foundation of what is happening with the machine. Your answer about “plain text” is exactly what I was trying to understand. The resources you give are fantastic and I do greatly appreciate.
I’m so used to doing that in Mach3 that it’s weird not to have it.