mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 09:44:16 +02:00
rename
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user