mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-22 21:23:40 +00:00
cant pass through special variables in scad stable
This commit is contained in:
parent
16f97911ae
commit
606f5a4af5
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 New Issue
Block a user