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