mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-09 08:16:50 +02:00
rename
This commit is contained in:
@@ -93,7 +93,7 @@ module floor_stand(width, height, thickness, joint_spacing) {
|
|||||||
square([width / 12, half_w], center = true);
|
square([width / 12, half_w], center = true);
|
||||||
}
|
}
|
||||||
|
|
||||||
module decorate_board() {
|
module decorate() {
|
||||||
rotate([-80, 0, 0])
|
rotate([-80, 0, 0])
|
||||||
difference() {
|
difference() {
|
||||||
rotate([80, 0, 0])
|
rotate([80, 0, 0])
|
||||||
@@ -118,11 +118,11 @@ module floor_stand(width, height, thickness, joint_spacing) {
|
|||||||
stick();
|
stick();
|
||||||
|
|
||||||
translate([0, 0, half_th])
|
translate([0, 0, half_th])
|
||||||
decorate_board() board1();
|
decorate() board1();
|
||||||
|
|
||||||
translate([0, 0, half_th])
|
translate([0, 0, half_th])
|
||||||
rotate(180)
|
rotate(180)
|
||||||
decorate_board() board2();
|
decorate() board2();
|
||||||
|
|
||||||
children();
|
children();
|
||||||
rotate(180)
|
rotate(180)
|
||||||
|
Reference in New Issue
Block a user