Last active
May 20, 2025 00:47
-
-
Save paco-ruvalcaba/bb1a7bd5348679b2e9118642868b9348 to your computer and use it in GitHub Desktop.
Modificación de código para tubería en OpensCAD.
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
// Modificar el código para que la altura y grosor del tubo dependan de variables. | |
$fa = 1; | |
$fs = 0.4; | |
difference(){ | |
cylinder(10,5,5,center=true); | |
cylinder(11,4,4,center=true); | |
} |
Author
paco-ruvalcaba
commented
May 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment