Ludomatic Replacement Part
This is a very simple model for printing Ludomatic part replacement. Ludomatic is a popular variation of Ludo.
rotate(180, [0, 1, 0]) {
difference() {
union() {
cylinder(r = 5.9, h = 22.7, center = false);
}
cylinder(r = 4.4, h = 21.2, center = false);
}
}
Comments