simple naming consistency change
sed -i 's/topplate_with_raised/top_plate_with_raised/' **/*.scad
This commit is contained in:
@@ -20,7 +20,7 @@ include <components.scad>
|
||||
|
||||
module top_panel_middle_dir_arc_w_30mm() {
|
||||
difference() {
|
||||
topplate_with_raised_overhang();
|
||||
top_plate_with_raised_overhang();
|
||||
dir_arc_w_30mm();
|
||||
rotate([0, 0, 180]) side_chopper();
|
||||
side_chopper();
|
||||
|
||||
Reference in New Issue
Block a user