Pipes - Customizable Vacuum Hose Adapter - quick and dirty edition 3d model
Warning. This content is not moderated and could be offensive.
smoking
3dmdb logo
Thingiverse
Pipes - Customizable Vacuum Hose Adapter - quick and dirty edition

Pipes - Customizable Vacuum Hose Adapter - quick and dirty edition

by Thingiverse
Last crawled date: 4 years, 2 months ago
Modification of the original scad file from https://www.thingiverse.com/thing:1950864 for quick modification:
assumptions:
continuous wall strength
male segments use the diameter given as the outer diameter (make sure to measure correct)
female segments use the diameter given as the inner diameter (make sure to measure correct)
// settings
//-------------------------------------------------------------------------------

//wall strength
ws = 5;

// Bottom gender (female==0, male==1)
bg = 0;
// Bottom real diameter
br = 50;
// Bottom segment height
bh = 40; // [1:0.5:100]
// Bottom narrowing from bottom to top (if female, if male vice versa)
bn = 1;

// Junction height
jh = 10;

// Top gender (female==0, male==1)
tg = 0;
// Top real diameter
tr = 35;
// Top segment height
th = 40;
// Top narrowing from top to bottom (if female, if male vice versa)
tn = 1;

Tags