infinityplays.com
  • Home
  • Livestreams
  • 3D Printer tools
  • PVC 3D Printer
  • Open Source Projects
  • Web slicer
  • Tags
  • Login
Sign in Subscribe
3d part design with Openscad #22: Basket module

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] Density = 15 ; //[1:1:30] Bowl_shape = 1 ; //[1:.1:12] Layers_ = 12 ; //[1:1:20] Reed_thickness = 8 ; //[.1:.01:20] Reed_shape = 4;
06 Apr 2022 2 min read
3D Part design with Inkscape and Openscad #21:Recessed grid

3D Part design with Inkscape and Openscad #21:Recessed grid

Another example of how to use the customizer in Openscad and a dxf file from Inkscape to make an object for 3D printing.
11 Nov 2021 1 min read
3d Part design with Inkscape and Openscad part 20:  Dxf grid.
3D Printing

3d Part design with Inkscape and Openscad part 20: Dxf grid.

I was going to add a dxf import to the grid design module, but with the interesting grids you are able to design  I decided to make it a separate module so I can make multiple grids at the same time with it. I recycled most of the code from
25 Jun 2021 2 min read
3D part design with Openscad part 19: Unlimited Grid design module part 1

3D part design with Openscad part 19: Unlimited Grid design module part 1

The next tool that I will add to my template is a grid design module, first I will set up the customizer menu: The new menus will show up in the customizer: Then I will add a grid module: And I can adjust the settings to make my grid: TODO
18 May 2021 1 min read
3D part design with Inkscape and OpenScad part18: hollow sphere + perforate

3D part design with Inkscape and OpenScad part18: hollow sphere + perforate

How to make a hollow sphere with Inkscape and openscad.
29 Apr 2021 2 min read
3d Part design with Inkscape and OpenScad part 17: tube module

3d Part design with Inkscape and OpenScad part 17: tube module

The tube perforate module from the last example needs a tube module to be complete so I will make one: As usual I will set up the customizer: Then add a new module called tube: Now I can make a tube for the perforate module: I can also make any
29 Apr 2021 2 min read
3D Part design with Inkscape and OpenScad part16: fun with for loops

3D Part design with Inkscape and OpenScad part16: fun with for loops

In this next section I will make a module to import a dxf layer from Inkscape and use it to make a repeating pattern on an object. First I set up the customizer menu: The new menu will now show up in the customizer: and I add a new module
27 Apr 2021 2 min read
3D Part design with Inkscape and OpenScad part 15: Dxf r14 vs. Dxf r12

3D Part design with Inkscape and OpenScad part 15: Dxf r14 vs. Dxf r12

If you have issues with the dxf export it may be because by default Inkscape exports the dxf file as a r12 dxf , so you will always need to "save as" and make sure you are using r14. You can still use r12 but you will need to
24 Apr 2021 2 min read
3d Part design with Inkscape and OpenScad part 14: Picture to project case

3d Part design with Inkscape and OpenScad part 14: Picture to project case

In this next example I will use Inkscape and Openscad to make a case for a raspberry pi zero. First I took a picture of the board, I printed out some graph paper and used cups to set my phone camera on so I could get a picture that was
23 Apr 2021 3 min read
3D part design with inkscape and openscad part  12: Cloning objects

3D part design with inkscape and openscad part 12: Cloning objects

Cloning objects with dxf layers is pretty easy, if you want to make another copy of something just rename one of the other layers to the layer you want to copy: With the way the code is set up if you run out of layer inputs all you have to
11 Apr 2021 1 min read
3d part design with Inkscape and Openscad part 11: Fancy Fonts

3d part design with Inkscape and Openscad part 11: Fancy Fonts

An example of how to make 3d text with OpenScad.
10 Apr 2021 1 min read
3D part design with Inkscape and openscad part 10: Thread module improvements

3D part design with Inkscape and openscad part 10: Thread module improvements

My first attempt at the thread module was a good way to make a helix but not a very good way to make threads, a two dimensional object is not well suited for it. With the changes I made I can now adjust the profile to any shape from pointed
09 Apr 2021 2 min read
3D part design with OpenScad # 9: adding a thread module

3D part design with OpenScad # 9: adding a thread module

Threads can be difficult to model, this method works pretty well but long threads or fine threads take a long time to render. I just wrote the code for this today so I will be adding more to it and trying to get it render faster, but it is a
02 Apr 2021 2 min read
3D part design with  Openscad # 8: adding a Torus module

3D part design with Openscad # 8: adding a Torus module

Adding additional functionality the Openscad template is fairly simple, first you set up the options you want for the customizer menu: The menu will be added to the customizer: Then you will need to add new module for creating the torus: And then add a call to the torus module
01 Apr 2021 2 min read
3D part design with Inkscape and Openscad part 7: Image to 3d print

3D part design with Inkscape and Openscad part 7: Image to 3d print

In this tutorial I will be downloading a free image off of the net and using it in one of my designs, any image can be used but black and white line drawings work the best, detailed images are harder to trace and print but you can come up with
27 Mar 2021 2 min read
3D part design with Inkscape and Openscad part 6: pattern along a path

3D part design with Inkscape and Openscad part 6: pattern along a path

22 Mar 2021 2 min read
3D part design with Inkscape and Openscad part5: adding DXF rotate extrude

3D part design with Inkscape and Openscad part5: adding DXF rotate extrude

In this tutorial I am going to add slider bars to Openscad to rotate extrude a Layer of a dxf file, and design a roller in inkscape. First step is to draw the desired shape in Inkscape, when you design the object make sure it sits on the right or
20 Mar 2021 3 min read
3D part design with Inkscape and Openscad part 4: Measurements and precision
Inkscape

3D part design with Inkscape and Openscad part 4: Measurements and precision

An example of how to set the range precision in the OpenSCAD customizer.
18 Mar 2021 2 min read
3d part design with Inkscape and Openscad part 3: working with layers

3d part design with Inkscape and Openscad part 3: working with layers

In the animation above I have objects on 4 layers, A "main" layer and then layers 1,2 and 3. You will notice that on the main layer the other layers appear as holes , this is because they overlap each other in the design: Here I have a
13 Mar 2021 2 min read
3d part design with Inkscape and Openscad part 2: Designing a simple object

3d part design with Inkscape and Openscad part 2: Designing a simple object

I will be going through the set up for the customizer, but to keep it simple here is a link to the OpenScad file that already has the customizer set up, it's still a work in progress as I am working on the union and difference boolean stuff.
12 Mar 2021 3 min read
3D part design with Inkscape and Openscad part 1: Making a custom Inkscape template for your 3d printer
Inkscape bed template

3D part design with Inkscape and Openscad part 1: Making a custom Inkscape template for your 3d printer

Part one: Customizing an Inkscape template for your 3d printer There are a lot of software options for designing 3d objects for 3d printing, most have a pretty large learning curve, cost hundreds of dollars or require a subscription. The method I'm going to outline here is simple
12 Mar 2021 3 min read
Pvc 3d printer part 3-Electronics

Pvc 3d printer part 3-Electronics

The great thing about open source is there is tons of information online and with a google search you can find all the information you need, I will go over a few basic items but there is so much information that is so well documentetd it wouldn't make
28 Jul 2018 2 min read
Pvc 3d printer Build guide part 2

Pvc 3d printer Build guide part 2

Making the slides: One of the ways to lower costs is to get rid of the steel rods and bearings, you can still use steel rods and lm8u bearings in the pvc frame with a fitting called a cord connector if you want to: http://www.homedepot.com/p/Halex-1-2-in-ACC-Non-Metallic-Strain-Relief-Cord-Connector-27693/
27 Jul 2017 6 min read
Pvc 3D Printer Build guide part 1
Easy Build 3D printer

Pvc 3D Printer Build guide part 1

Introduction: Welcome to the open source project page for an easy to build 3d printer that just about anyone with any skill level can make. My goal when I started this project was to build an inexpensive printer with parts that you can buy locally, are simple to assemble, and
15 Jul 2017 6 min read
Making an SDR Server with the Pi Zero
Raspberry pi zero Featured

Making an SDR Server with the Pi Zero

How to set up an sdr server on the raspberry pi zero
01 Jul 2017 1 min read
← Newer Posts Page 6 of 7 Older Posts →
infinityplays.com © 2026
Powered by Ghost