infinityplays.com
  • Home
  • Livestreams
  • 3D Printer tools
  • PVC 3D Printer
  • Open Source Projects
  • Web slicer
  • Tags
  • Login
Sign in Subscribe
3D part design with Inkscape and OpenSCAD #110: "sculpting" with OpenSCAD?

3D part design with Inkscape and OpenSCAD #110: "sculpting" with OpenSCAD?

intersection() is a really cool way to add some more capabilities to your code, here is an example of how you can take some basic outlines made with Inkscape and carve out a more complex object. I added a few new lines to my existing svg layer code so I
22 Dec 2024 4 min read
3D part design with Inkscape and OpenSCAD #109: adding SVG import capability to the slotted disk module.

3D part design with Inkscape and OpenSCAD #109: adding SVG import capability to the slotted disk module.

For the slotted disk module I made in the last post to be fully customizable it needed the capability to add any pattern you want to the face of the disk and make the pattern so it could be a hole or extend past the top so I made some
02 Dec 2024 3 min read
3D part design with OpenSCAD # 108: making a customizable slotted disk.

3D part design with OpenSCAD # 108: making a customizable slotted disk.

Being able to make slots that are evenly spaced around a disk is pretty useful for making machines and timing a rotating object. Here is some simple code to make a custom slotted disk. // /*[Slots]*/ slot_number=24;//[1:1:36] slot_depth=1;//[.1:.01:19] slot_width=2;
01 Dec 2024 1 min read
3Dpart design with OpenSCAD #107: Puffy text.

3Dpart design with OpenSCAD #107: Puffy text.

Recently I was experimenting with a way to expand certain items using a move-able "pillow" shape so I can make some different designs but I hit a wall and wasn't getting anything to work like I wanted it to, usually I will just set the project
08 Nov 2024 2 min read
3D part design with Inkscape and OpenSCAD #106: Making nice curves.

3D part design with Inkscape and OpenSCAD #106: Making nice curves.

Sometimes it's nice to smooth out a corner where two objects meet and Inkscape has some tools to make this pretty easy. Here is an example of a pivot arm, I started with a square and made it into a rectangle with the adjustment arrows: I converted it
27 Oct 2024 3 min read
3D part design with Inkscape and OpenSCAD #105: A handy use for minkowski()

3D part design with Inkscape and OpenSCAD #105: A handy use for minkowski()

I was experimenting with a way to turn a flat 2D line into a round 3D line and minkowski works great for this, here is the basic code: Path_to_SVG_File =""; Sphere_size=2;//[.1:.01:20] width=.001;//[.001:.01:20] Rotate_x=0;//[0:.01:
20 Oct 2024 3 min read
3D part design with Inkscape and OpenSCAD #104: Inkscape tip-adjusting multiple nodes at the same time

3D part design with Inkscape and OpenSCAD #104: Inkscape tip-adjusting multiple nodes at the same time

Once in a while I make a design and I want to round the corners or just specific corners so they have the same radius and Inkscape has a pretty easy way to do this. Here are two objects that I want to make into a wrench, and i want
19 Oct 2024 2 min read
3D part design with OpenSCAD #103: grabbing an outline from an stl file with offset()

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 a fillet or chamfer, it's pretty easy to do this using the offset command and making a frame around a design so you
12 Oct 2024 2 min read
3D part design with Inkscape and OpenSCAD#102: put a fillet or chamfer around anything.

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 to do a fillet or chamfer around an individual object on a specific layer, this module addresses that. Minkowski is great for this but takes
24 Sep 2024 3 min read
3D part design with OpenSCAD #101: Using roof to make a tapered countersink screw hole.

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] recess_size=10;//[0:.01:100] recess_shape=100;//[3:1:100] recess_depth=3;//[0:.01:100] hole_size=10;//[.1:.01:100] hole_
23 Aug 2024 2 min read
3D part design with Inkscape and OpenSCAD # 100: Using a non planar slicer to generate gcode for a cnc?

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 a cnc, the simulations look good but I haven't tried it on a cnc yet and it is definitely a work in progress.
07 Aug 2024 3 min read
3D part design with Inkscape and OpenSCAD #99: STL to CNC part 2, using multiple layers with gcodetools.

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 going to set up a template with multiple layers so it can be used to make different cut depths for different layers and engraving. This
04 Jul 2024 6 min read
3D part design with Inkscape and OpenSCAD # 98:  STL to CNC part 1.

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 first part I'm going to set up a template in Inkscape so gcode tools is ready to go so you don't
29 Jun 2024 4 min read
3D part design with Inkscape and OpenSCAD#97: SVG tube perforate module.
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 files or an stl file: 3d part design with Inkscape and Openscad #43: Revisiting the perforate moduleA revisit to the tube perforate module to modify
19 Jun 2024 3 min read
3D part design with OpenSCAD # 96: You don't have to be a "programmer" to make models with OpenSCAD
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
15 Jun 2024 5 min read
3D part design with Inkscape and OpenSCAD #95: Design a custom 3d printed shoe sole.
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 a module for OpenSCAD that I could use to make the top part of a shoe. The first step is to import the outline of
26 May 2024 4 min read
3D part design with Inkscape and OpenSCAD #94: Using minkowski() to hollow out complex shapes.
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 a complex object and make it so that the walls would be a consistent width that was adjustable and it turns out that using minkowski
25 May 2024 3 min read
3D part design with Inkscape and OpenSCAD #93: reverse engineering an stl file part 4-Autoslice Version 3
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
18 May 2024 2 min read
3D part design with Inkscape and OpenSCAD#92: Reverse Engineering an stl file part 3: Automating with  animation
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 automatically slice the layers and it can either be paused to save an svg or an stl at that layer or output the layers as
11 May 2024 4 min read
3D part design with Inkscape and OpenSCAD #91: make a pegboard any shape you want.
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 I could make some cool looking pegboards instead of the plain old square ones. Here is the updated code: /*[Pegboard]*/ show_board= true; hole_number_
09 May 2024 2 min read
3D part design with Inkscape and OpenSCAD #90: adding extrude scale to the svg import modules.
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 so I added it. Here is the updated code: /*[SVG_Layer_Import] */ Path_to_SVG_File="/home/none3/Desktop/openscad working folder/drawing.svg&
03 May 2024 5 min read
3D part design with Inkscape and OpenSCAD #89: making 3d printed canisters for mosaic pattern Damascus steel
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
28 Apr 2024 4 min read
3d part design with OpenSCAD #88: Reverse engineering an STL file part 2
3d Printed

3d part design with OpenSCAD #88: Reverse engineering an STL file part 2

When I made post #41 there were a bunch of loose ends I wanted to tighten up and features I wanted to add so I decided to take a couple of minutes this morning and see what I could come up with and I think it is much more functional
26 Apr 2024 3 min read
3d Part design with Inkscape and OpenSCAD #87: Customizable sluicebox part 2
3d Printed

3d Part design with Inkscape and OpenSCAD #87: Customizable sluicebox part 2

Part 2 of a customizable sluice box designed with Inkscape and OpenSCAD
21 Apr 2024 3 min read
3D part design with OpenSCAD #86: Adding a pinwheel option to the universal propeller module.
3d Printed

3D part design with OpenSCAD #86: Adding a pinwheel option to the universal propeller module.

Adding a pinwheel option to the universal propeller module makes some cool looking designs
20 Apr 2024 2 min read
← Newer Posts Page 3 of 7 Older Posts →
infinityplays.com © 2026
Powered by Ghost