changeset 17:e13e2d661cc8

Make it pretty
author VilyaemKenyaz
date Wed, 13 Sep 2023 04:38:20 -0400
parents 43dcb67b173d
children 7bf25e90a1de
files .harelet.c.swp FIRST examples/LINE examples/SQUARE
diffstat 4 files changed, 19 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
Binary file .harelet.c.swp has changed
--- a/FIRST	Tue Sep 12 08:47:15 2023 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-G20
-G0 X0 Y0 Z0
-G0 X 100 Y 40 Z 5
-G0 X 100 Y 40 Z 5
-G0 X 135 Y 25 Z 5
-G0 X0 Y0 Z0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/LINE	Wed Sep 13 04:38:20 2023 -0400
@@ -0,0 +1,6 @@
+G20
+G0 X0 Y0 Z0
+G0 X 100 Y 40 Z 5
+G0 X 100 Y 40 Z 5
+G0 X 135 Y 25 Z 5
+G0 X0 Y0 Z0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/SQUARE	Wed Sep 13 04:38:20 2023 -0400
@@ -0,0 +1,13 @@
+G21 
+G0 x 0	 Y 0  Z 0
+G0 X 100 Y 25 Z 5
+G0 X 100 Y 35 Z 5
+G0 X 115 Y 25 Z 5
+G0 X 115 Y 35 Z 5
+G0 X 100 Y 25 Z 5
+G0 X 100 Y 35 Z 5
+G0 X 115 Y 25 Z 5
+G0 X 115 Y 35 Z 5
+G0 X 100 Y 25 Z 5
+G0 X 100 Y 35 Z 5
+G0 X 115 Y 25 Z 5