diff --git a/key.scad b/key.scad index f9bf66a..8368169 100644 --- a/key.scad +++ b/key.scad @@ -208,12 +208,12 @@ module keytext() { } } -module connectors($stem_profile) { +module connectors(stem_profile) { intersection() { for (connector_pos = $connectors) { translate([connector_pos[0], connector_pos[1], $stem_inset]) { rotate([0, 0, $stem_rotation]){ - connector($stem_profile, $has_brim); + connector(stem_profile, $has_brim); } } }