discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Fwd: fan ducts etc

RW
Raymond West
Wed, Nov 30, 2022 10:19 PM

Code now working, I'll run your plate through it, see how it works.

-------- Forwarded Message --------
Subject: Re: fan ducts etc
Date: Wed, 30 Nov 2022 21:08:08 +0000
From: Raymond West raywest@raywest.com
To: gene heskett gheskett@shentel.net

 I've been writing the c++ for getting svg to gcode. It is going well,
for my machine. Instead of putting the exact feed and speeds into the
c++ writing program, I've put in place markers for later text editing,
which is usually the way i do it anyway. One minor snag, but easy enough
to fix, like openscad polygons, svg leaves out the last connecting line,
but a square needs 5 g01 commands to get it back to the start position.,
whereas the svg only needs the four corners.

Code now working, I'll run your plate through it, see how it works. -------- Forwarded Message -------- Subject: Re: fan ducts etc Date: Wed, 30 Nov 2022 21:08:08 +0000 From: Raymond West <raywest@raywest.com> To: gene heskett <gheskett@shentel.net>  I've been writing the c++ for getting svg to gcode. It is going well, for my machine. Instead of putting the exact feed and speeds into the c++ writing program, I've put in place markers for later text editing, which is usually the way i do it anyway. One minor snag, but easy enough to fix, like openscad polygons, svg leaves out the last connecting line, but a square needs 5 g01 commands to get it back to the start position., whereas the svg only needs the four corners.