simple naming consistency change

sed -i 's/topplate_with_raised/top_plate_with_raised/' **/*.scad
This commit is contained in:
2023-09-08 12:22:53 -05:00
parent 350fc27285
commit 7a71c8cd81
6 changed files with 8 additions and 8 deletions

View File

@@ -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();