Created
May 30, 2025 22:40
-
-
Save paco-ruvalcaba/1fbd46d6824e3dfe91f5ec72d0833c43 to your computer and use it in GitHub Desktop.
Caja de borde redondeados.
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
// Ejemplo sencillo para usar la librería MCAD para hacer una caja de borde redondeados. | |
use <MCAD/boxes.scad> | |
$fa=1; | |
$fs=0.4; | |
roundedBox(size=[10,20,30],radius=3,sidesonly=false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment