You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
194 B
8 lines
194 B
use <lib.scad>;
|
|
|
|
montessori_cylinder_set(
|
|
heights = [[1, 55], [10, 55]],
|
|
diameters = [[1, 10], [10, 55]],
|
|
bloc_base = [[-40, -40], [380, -10], [380, 10], [-40, 40]],
|
|
bloc_height = 60
|
|
);
|
|
|