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, 10], [10, 55]],
|
|
diameters = [[1, 25], [10, 25]],
|
|
bloc_base = [[-20, -20], [290, -20], [290, 20], [-20, 20]],
|
|
bloc_height = 60
|
|
);
|
|
|