Objective: To create a CNC simulator that can interpret a subset of G-code commands and display the resulting tool path on the screen. Parse G-code: Write a function that can parse these commands from ...