discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

cutting list

RW
Ray West
Mon, Aug 9, 2021 1:58 PM

Hi,

generally, an stl file is the final objective for a 3d print, but it is
not much use in giving information for fabrication, which usually needs
something like a cutting list. It is easy enough to save and print the
console, if you echo dimensions, etc. there. However, that also includes
other information  that is not needed at the fabrication stage.

I've written a simple module to print out the echo information on the
screen, along with the drawing, which can easily be printed from a
screen grab. All that needs doing (for the style of echo that I use) is
to copy the echo statements, change 'echo'  to 'echot', and add a line
number. Then simply decide on size of font and location.

Generally I use echo statements to check on values as the design
progresses. Copying and pasting is a quick way of being able to print
out the values with the drawing at the end of the design.

Hi, generally, an stl file is the final objective for a 3d print, but it is not much use in giving information for fabrication, which usually needs something like a cutting list. It is easy enough to save and print the console, if you echo dimensions, etc. there. However, that also includes other information  that is not needed at the fabrication stage. I've written a simple module to print out the echo information on the screen, along with the drawing, which can easily be printed from a screen grab. All that needs doing (for the style of echo that I use) is to copy the echo statements, change 'echo'  to 'echot', and add a line number. Then simply decide on size of font and location. Generally I use echo statements to check on values as the design progresses. Copying and pasting is a quick way of being able to print out the values with the drawing at the end of the design.
WF
William F. Adams
Mon, Aug 9, 2021 5:40 PM

Very cool!
However, we keep seeing folks do work-arounds for OpenSCAD's inability to write out text files --- why not just add that?
Please?
William

Very cool! However, we keep seeing folks do work-arounds for OpenSCAD's inability to write out text files --- why not just add that? Please? William