mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 16:54:23 +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);
|
||||
}
|
||||
|
||||
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)
|
||||
|
Reference in New Issue
Block a user