3D Printing 3D part design with Openscad #37: ball bearing grid Using Openscad to make a ball bearing grid. By Bob 14 Oct 2022
3D Printing 3D Part design with Inkscape and Openscad #36: Designing a bearing with Inkscape An easy way to design 3d printed bearings using Inkscape and openscad. By Bob 28 Sep 2022
3D Printing 3D part design with Openscad #35: Customizable bearing module A module to make a 3d printed bearing using openscad By Bob 21 Sep 2022
3D Printing 3D part design with Inkscape and Openscad #33: Custom Knurling An easy way to add custom designs for knurling 3d printed knobs and tool handles By Bob 13 Sep 2022
3D Printing 3D part design with Inkscape and Openscad #32: DXF matrix An example of how to make a 3d matrix using Inkscape and Openscad By Bob 11 Sep 2022
3D Printing 3d part design with Openscad #31: More thread module improvements. A re-visit to the thread module to add some features and test new rendering capabilities in Openscad. By Bob 6 Sep 2022
3D Printing 3D part design with Inkscape and OpenScad #30: Easy way to add accurate scale marks to a bed template An easy way to make a ruler or add scale marks using Inkscape By Bob 4 Sep 2022
3D part design with Inkscape and OpenScad #29: fancy gears An easy way to make 3d printable gears using Inkscape and Openscad. By Bob 31 Aug 2022
3D Printing 3d Part design with Inkscape and Openscad #28: stackable trays An easy way to make different shaped trays with Inkscape and OpenScad By Bob 6 Aug 2022
3D Printing 3D part design with Inkscape and Openscad #27: Using Kicad to make a pcb stencil There are several ways to make printed circuit boards at home, here is an example of an easy way to use a 3d printer to By Bob 25 Jul 2022
3D part design with Inkscape and openscad #26 : Filter Funnel It's pretty easy to make any shape or size of funnel with Inkscape and OpenScad, here is an example of a funnel with By Bob 4 Jun 2022
3D Printing 3d part design with Inkscape and OpenScad #25- Barbed fittings An easy way to design barbed fittings with Inkscape and OpenScad. By Bob 23 May 2022
3D part design with OpenScad #24-Adding text capabilities to the pipe fitting module I wanted to be able to mark the size of the different branches,so I added the capability to the pipe fitting module: I added By Bob 21 May 2022
3D Printing 3D part design with OpenScad #23 unlimited pipe fitting module This module is for making pipe fittings, you can add branches, adjust each branch angle, branch inside and outside shape, length and diameter. Here is By Bob 19 May 2022
3d part design with Openscad #22: Basket module Copy and paste this code into the editor pane in Openscad: /* [Basket] */ Show_Basket = true; Height = 100 ; //[1:.1:400] Diameter = 100 ; //[1:.1:400] By Bob 6 Apr 2022