Spell check

This commit is contained in:
lucky-vers 2023-11-03 01:41:42 +05:30
parent e3abf1c14c
commit 8c6dafa3c1

View file

@ -68,7 +68,7 @@ G0X1.1034Y3.8621
.
```
These, as it turns out, are G-code instructions. G-code is a programming language specially designed for the control CNC machines and 3D printers. Using an online G-code interpreter such as [NCViewer](https://ncviewer.com/), we get the following image.
These, as it turns out, are G-code instructions. G-code is a programming language specially designed for the control of CNC machines and 3D printers. Using an online G-code interpreter such as [NCViewer](https://ncviewer.com/), we get the following image.
![The Flag](../Images/gcode.png)