mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-04-01 11:09:11 +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() {
|
intersection() {
|
||||||
for (connector_pos = $connectors) {
|
for (connector_pos = $connectors) {
|
||||||
translate([connector_pos[0], connector_pos[1], $stem_inset]) {
|
translate([connector_pos[0], connector_pos[1], $stem_inset]) {
|
||||||
rotate([0, 0, $stem_rotation]){
|
rotate([0, 0, $stem_rotation]){
|
||||||
connector($stem_profile, $has_brim);
|
connector(stem_profile, $has_brim);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue