1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 09:44:16 +02:00
This commit is contained in:
Justin Lin
2019-09-11 14:16:49 +08:00
parent d2d9a0b48f
commit 553e47a010

View File

@@ -114,7 +114,7 @@ module floor_stand(width, height, thickness, joint_spacing) {
square(width, center = true); square(width, center = true);
} }
module carve_slot_foot() { module carve_board() {
rotate([-80, 0, 0]) rotate([-80, 0, 0])
difference() { difference() {
rotate([80, 0, 0]) union() { rotate([80, 0, 0]) union() {
@@ -130,11 +130,11 @@ module floor_stand(width, height, thickness, joint_spacing) {
stick(); stick();
translate([0, 0, thickness / 2]) translate([0, 0, thickness / 2])
carve_slot_foot() board1(); carve_board() board1();
translate([0, 0, thickness / 2]) translate([0, 0, thickness / 2])
rotate(180) rotate(180)
carve_slot_foot() board2(); carve_board() board2();
children(); children();
rotate(180) rotate(180)