File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ num_columns = 6;
11
11
num_rows = 5 ;
12
12
13
13
module simple_switch_plate(
14
- outer_margin,
15
- num_columns,
16
- num_rows,
17
- switch_distance = 19.05 ,
18
- cutout_width = 14 ,
14
+ outer_margin = outer_margin ,
15
+ num_columns = num_columns ,
16
+ num_rows = num_rows ,
17
+ switch_distance = switch_distance ,
18
+ cutout_width = cutout_width ,
19
19
) {
20
20
translate ([outer_margin, outer_margin]) {
21
21
difference () {
@@ -41,9 +41,9 @@ module simple_switch_plate(
41
41
}
42
42
43
43
module x2_switch_plate(
44
- outer_margin,
45
- num_columns,
46
- num_rows,
44
+ outer_margin = outer_margin ,
45
+ num_columns = num_columns ,
46
+ num_rows = num_rows ,
47
47
switch_distance = 19.05 ,
48
48
cutout_width = 14 ,
49
49
) {
@@ -79,7 +79,7 @@ module x2_switch_plate(
79
79
}
80
80
81
81
// X-2 switches
82
- * x2_switch_plate(
82
+ x2_switch_plate(
83
83
outer_margin = outer_margin,
84
84
switch_distance = switch_distance,
85
85
cutout_width = cutout_width,
You can’t perform that action at this time.
0 commit comments