Skip to content

Instantly share code, notes, and snippets.

@SimonErfurth
SimonErfurth / Coffe_Funnel_Stand.scad
Created January 10, 2025 10:26
OpenSCAD Coffe Funnel Sink Stand
// Coffe funnel stand
r_top = 24/2;
r_bot = 26/2;
height = 60;
height_offset = 2.5; // Outer height of baseplate and of top-part on top of center post.
r_base = 30;
n_groves = 6;
grove_r = 2;
difference() {