mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-01-22 17:30:57 +00:00
cant pass through special variables in scad stable
This commit is contained in:
parent
16f97911ae
commit
606f5a4af5
1 changed files with 2 additions and 2 deletions
4
key.scad
4
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue