16.016.050.0
Loading the interactive model…
Interactive 3D model of Venturi Whistle Candy Master

Everything else

Venturi Whistle Candy Master

11 views
Bounding box
16.0 × 16.0 × 50.0 mm
Engine
Precision B-rep
Parameters
8
Published
August 14, 2026

Download

Free to download and use. See the terms.

The prompt

// ======================================================== // 3,600 Hz VENTURI WHISTLE CANDY MASTER (50 mm Length) // Units: millimeters (mm) // ======================================================== $fn = 150; // Smooth curve resolution total_length = 50.0; outer_diameter = 16.0; inlet_length = 26.9; inlet_start_dia = 16.0; throat_dia = 2.0; throat_length = 3.0; chamber_length = 20.1; chamber_dia = 10.0; difference() { // Outer Candy Body cylinder(h = total_length, d = outer_diameter, center = false); // Internal Cavity Subtraction union() { // Inlet Taper translate([0, 0, -0.01]) cylinder(h = inlet_length + 0.01, d1 = inlet_start_dia, d2 = throat_dia); // 2 mm Throat Constriction translate([0, 0, inlet_length]) cylinder(h = throat_length + 0.01, d = throat_dia); // 3600 Hz Resonance Chamber translate([0, 0, inlet_length + throat_length]) cylinder(h = chamber_length + 0.05, d = chamber_dia); } }

Parameters

NameValueRange
Total length50 mm10 – 150
Outer diameter16 mm5 – 80
Inlet length26.9 mm2 – 100
Inlet start diameter16 mm1 – 80
Throat diameter2 mm0.2 – 20
Throat length3 mm0.5 – 20
Chamber length20.1 mm2 – 100
Chamber diameter10 mm1 – 80

Every value above is a live dimension. Open a model like this in the editor and each one becomes a slider you can drag before exporting.