Skip to content

Instantly share code, notes, and snippets.

View ABillBlakely's full-sized avatar

Bill Blakely ABillBlakely

View GitHub Profile
@ABillBlakely
ABillBlakely / wavetable_center_brace.scad
Created November 6, 2024 20:38
example addition of a center brace to the wavetable speaker stand.
module speaker_stand(){
// This module extrudes the profile() to create the
// solid model of the stand excludin the backstop.
linear_extrude(width, center = true)
profile();
// Adding a center brace
brace();
}
module brace(){