In this video, I'll walk you through the process of executing G-code from its entry into the CNC milling program to its sending to the machine. I'll also discuss decoding and re-encoding G-code to better understand how this process works.
Visual Studio's fanpage: / cnchobbypl
Link to the program code: https://github.com/ArturKrestian/SD_C...
Visual Studio code: https://code.visualstudio.com/
PlatformIO: https://platformio.org/
00:00 - Introduction
00:40 - The G-code we're working with
01:32 - Starting the program in C#
02:39 - Let's get started
03:21 - CodeDetect class Decode method
14:34 - Generating new G-code
21:39 - Summary