InterviewSolution
Saved Bookmarks
| 1. |
What Is G Code? |
|
Answer» GCode is the generic name for a CONTROL language for CNC (or Reprap) MACHINES. It is a way for you to tell the MACHINE to move to VARIOUS POINTS at a desired speed, control the spindle speed, turn on and off various coolants, and all sorts of other things. GCode is the generic name for a control language for CNC (or Reprap) machines. It is a way for you to tell the machine to move to various points at a desired speed, control the spindle speed, turn on and off various coolants, and all sorts of other things. |
|