From 8a3eec5a901746510ffb48a649496f06be478518 Mon Sep 17 00:00:00 2001 From: Luis Arturo Pacheco Date: Wed, 28 May 2025 10:35:01 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d10a49..02ee207 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ G-code is a text-based standard for controlling CNC machines. Though it was desi - [ChiliPeppr Hardware Fiddle](http://chilipeppr.com) - Modular web-based workspaces to visualize G-code and control hardware. - [gcode-generative-for-processing](https://github.com/o0morgan0o/gcode-generative-for-processing) - Processing library, aiming to create gcode from simple shapes. (Designed for usage with the Creality CR10) - [gcodeplot](https://github.com/arpruss/gcodeplot) - Python utility to convert SVG and HPGL to G-code for a 3-axis CNC machine. +- [fabnodes](https://extensions.blender.org/add-ons/fabnodes/)- lender addon that allows you to export geometry node toolpaths as G-code for CNC machines, 3D printers, laser cutters, and pen plotters. ### Plotter Control From 6d1c0ac8eb1e8639e2172a3f39f8c805d0a633b0 Mon Sep 17 00:00:00 2001 From: Brian Boucheron Date: Mon, 1 Dec 2025 15:33:00 -0500 Subject: [PATCH 2/2] some formatting tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02ee207..3950ff5 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ G-code is a text-based standard for controlling CNC machines. Though it was desi - [ChiliPeppr Hardware Fiddle](http://chilipeppr.com) - Modular web-based workspaces to visualize G-code and control hardware. - [gcode-generative-for-processing](https://github.com/o0morgan0o/gcode-generative-for-processing) - Processing library, aiming to create gcode from simple shapes. (Designed for usage with the Creality CR10) - [gcodeplot](https://github.com/arpruss/gcodeplot) - Python utility to convert SVG and HPGL to G-code for a 3-axis CNC machine. -- [fabnodes](https://extensions.blender.org/add-ons/fabnodes/)- lender addon that allows you to export geometry node toolpaths as G-code for CNC machines, 3D printers, laser cutters, and pen plotters. +- [fabnodes](https://extensions.blender.org/add-ons/fabnodes/) - Blender add-on to export geometry node toolpaths as G-code. ### Plotter Control