mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-22 21:23:40 +00:00
merging on up
This commit is contained in:
commit
e23dae799b
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]){
|
||||
color([1, .6941, .2]) connector($stem_profile, $has_brim);
|
||||
color([1, .6941, .2]) connector(stem_profile, $has_brim);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
key_v2.zip
BIN
key_v2.zip
Binary file not shown.
@ -6,6 +6,7 @@
|
||||
// special variables, but that's a limitation of SCAD we have to work around
|
||||
|
||||
/* TODO:
|
||||
* pull out side sculpting options to let people tweak them?
|
||||
* can now measure keycaps very accurately. need to redo measurements: [x] SA [ ] DCS [X] DSA [X] OEM?
|
||||
* Add inset stem to all profiles that need it. [x] OEM [ ] DCS?
|
||||
* customizer version where everything is copy/pasted in. needs to be last.
|
||||
|
Loading…
Reference in New Issue
Block a user