From 553e47a0107767163968cdfdd7b02b1e1f0a08ea Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 11 Sep 2019 14:16:49 +0800 Subject: [PATCH] rename --- examples/floor_stand/floor_stand.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/floor_stand/floor_stand.scad b/examples/floor_stand/floor_stand.scad index e490022e..2be10e80 100644 --- a/examples/floor_stand/floor_stand.scad +++ b/examples/floor_stand/floor_stand.scad @@ -114,7 +114,7 @@ module floor_stand(width, height, thickness, joint_spacing) { square(width, center = true); } - module carve_slot_foot() { + module carve_board() { rotate([-80, 0, 0]) difference() { rotate([80, 0, 0]) union() { @@ -130,11 +130,11 @@ module floor_stand(width, height, thickness, joint_spacing) { stick(); translate([0, 0, thickness / 2]) - carve_slot_foot() board1(); + carve_board() board1(); translate([0, 0, thickness / 2]) rotate(180) - carve_slot_foot() board2(); + carve_board() board2(); children(); rotate(180)