From 627a8943856c70ef12232e5dbaa1397587198f98 Mon Sep 17 00:00:00 2001 From: Martin Michalec Date: Sun, 22 Feb 2026 06:18:43 +0300 Subject: add RS274/NGC samples --- res/shapes/circle.nc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 res/shapes/circle.nc (limited to 'res/shapes/circle.nc') diff --git a/res/shapes/circle.nc b/res/shapes/circle.nc new file mode 100644 index 0000000..9d7a755 --- /dev/null +++ b/res/shapes/circle.nc @@ -0,0 +1,11 @@ +G17 G20 G90 G94 G54 +G0 Z0.25 +X-0.5 Y0. +Z0.1 +G01 Z0. F5. +G02 X0. Y0.5 I0.5 J0. F2.5 +X0.5 Y0. I0. J-0.5 +X0. Y-0.5 I-0.5 J0. +X-0.5 Y0. I0. J0.5 +G01 Z0.1 F5. +G00 X0. Y0. Z0.25 -- cgit v1.3