3D part design with OpenSCAD #103: grabbing an outline from an stl file with offset() After making the last post I was experimenting with a way to grab an outline from any area of an stl file to use for By Bob 12 Oct 2024
3D part design with Inkscape and OpenSCAD#102: put a fillet or chamfer around anything. A few posts back I added an option to do a fillet or chamfer with svg layers imported from Inkscape, but it lacked the capability By Bob 24 Sep 2024
3D part design with OpenSCAD #101: Using roof to make a tapered countersink screw hole. Making a tapered countersink hole for a screw is pretty easy using roof, here is an example: // Taper=true; Taper_adjust=10;//[.01:.01:100] By Bob 23 Aug 2024
3D part design with Inkscape and OpenSCAD # 100: Using a non planar slicer to generate gcode for a cnc? This post is about an experiment I tried to see if I could use a slicer like slic3r or orca slicer to generate gcode for By Bob 7 Aug 2024
3D part design with Inkscape and OpenSCAD #99: STL to CNC part 2, using multiple layers with gcodetools. In the last post I set up a basic svg file as an introduction to the gcode tools extension , in this post I'm By Bob 4 Jul 2024
3D part design with Inkscape and OpenSCAD # 98: STL to CNC part 1. It's pretty easy to use Inkscape and OpenSCAD to turn an STL file into a gcode file for a cnc machine. In this By Bob 29 Jun 2024
3d Printed 3D part design with Inkscape and OpenSCAD#97: SVG tube perforate module. Previously I made a module that you could use to perforate different shaped holes in a tube to make an interesting design, these used dxf By Bob 19 Jun 2024
OpenScad 3D part design with OpenSCAD # 96: You don't have to be a "programmer" to make models with OpenSCAD A few tips for anyone that is new to OpenSCAD By Bob 15 Jun 2024
3d Printed 3D part design with Inkscape and OpenSCAD #95: Design a custom 3d printed shoe sole. This is post #2 of a series where I will be designing custom shoes that can be 3d printed, in the last post I made By Bob 26 May 2024
3d Printed 3D part design with Inkscape and OpenSCAD #94: Using minkowski() to hollow out complex shapes. I recently set out to design a pair of shoes with Inkscape and OpenSCAD and wanted a simple way to make a shell out of By Bob 25 May 2024
3d Printed 3D part design with Inkscape and OpenSCAD #93: reverse engineering an stl file part 4-Autoslice Version 3 Another example of how to cut an stl into multiple slices using OpenSCAD By Bob 18 May 2024
3d Printed 3D part design with Inkscape and OpenSCAD#92: Reverse Engineering an stl file part 3: Automating with animation By adding the $t command in a few places I was able to automate the slicer module I made in post #88 so it will By Bob 11 May 2024
3d Printed 3D part design with Inkscape and OpenSCAD #91: make a pegboard any shape you want. After I made the pegboard module in post # 61 I decided to make a way to cut it out to any shape I wanted so By Bob 10 May 2024
3D Printing 3D part design with Inkscape and OpenSCAD #90: adding extrude scale to the svg import modules. One of the options I had neglected to add to the svg import modules was the ability to automate the scale option in linear extrude By Bob 3 May 2024
3d Printed 3D part design with Inkscape and OpenSCAD #89: making 3d printed canisters for mosaic pattern Damascus steel An example of how to make a 3d printed shell to use in making mosaic pattern Damascus steel By Bob 28 Apr 2024