discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Interesting technique for writing G-Code out from OpenSCAD on Reddit

WF
William F. Adams
Tue, Mar 15, 2022 2:16 PM

Here:
https://old.reddit.com/r/openscad/comments/qkydbz/used_oscad_to_create_gcode_output_console_to_let/

If I understand it correctly, the idea is to stick all the points for a given toolpath into a polygon and the extract them using a function.
William

Here: https://old.reddit.com/r/openscad/comments/qkydbz/used_oscad_to_create_gcode_output_console_to_let/ If I understand it correctly, the idea is to stick all the points for a given toolpath into a polygon and the extract them using a function. William