Added all code

This commit is contained in:
DocWibbleyWobbley
2021-06-13 20:59:41 +03:00
parent 9dfac6f09d
commit 3faea3e446
6 changed files with 581 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
all:
g++ -std=c++11 gcode.cpp main.cpp Point.cpp -o gcode_time