On Tuesday, 12 April 2022 15:24:32 EDT William F. Adams via Discuss
wrote:
jon wrote:
I reviewed the Carbide3D discussion. It is very lengthy and seems
focused >on Carbide Create (I think) with no mention of OpenSCAD that
I could find.
See:
https://community.carbide3d.com/t/a-different-sort-of-box/36882
and
https://willadams.gitbook.io/design-into-3d/blind-miter-box-joints
Why not just design these parts with parameters in OpenSCAD, export
them >as STL files, and then create them on a CNC machine using
MeshCAM? >This approach (which I use) seems much more
straightforward.
To my knowledge, MeshCAM doesn't support cutting out this geometry
using V endmills.
It also gawdawfull spensive.
I'm not aware of any CAM program which will generate a reasonably
efficient toolpath using arbitrary tooling (V endmills, square, and
roundover bits) which fits together w/ the accuracy necessary for
joinery from an STL.
If someone knows of a tool which would be better suited to designing
this sort of joinery and making files for cutting it out, I'd be glad
to know of it.
That tool is your brain.
I do some woodworking too, and I'm quite fond of the Green & Green style
of furniture which is basically a huge box joint. But I use cylindrical
carbide tooling, and write my own gcode to carve those joints in either
mahogany, maple or even white ash but it really shines in mahogany with
ebony buttons hiding the screws. White ash, or maple with ebony button
covers looks odd, cherry I think would look much better against the
lighter ash or maple. Writing gcode is not THAT hard. I, by percentage
probably write 90% of the gcode I used here before I bought some 3d
printers.
William
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
gene heskett wrote:
That tool is your brain.
One still needs software for previewing G-Code, and there's the issue of the firmware I'm using, Grbl, not having loops and variables, making any direct coding of G-Code, rather tedious.
I do some woodworking too, and I'm quite fond of the Green & Green style
of furniture which is basically a huge box joint. But I use cylindrical
carbide tooling, and write my own gcode to carve those joints in either
mahogany, maple or even white ash but it really shines in mahogany with
ebony buttons hiding the screws. White ash, or maple with ebony button
covers looks odd, cherry I think would look much better against the
lighter ash or maple. Writing gcode is not THAT hard. I, by percentage
probably write 90% of the gcode I used here before I bought some 3d
printers.
While I can do that, it isn't a solution which is scalable in terms of other folks using my designs on different machines.
William