This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(){ |