mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-22 13:13:40 +00:00
don't modify keys.scad
This commit is contained in:
parent
e88a398f7a
commit
6b444fd5d3
35
keys.scad
35
keys.scad
@ -8,38 +8,13 @@
|
|||||||
include <./includes.scad>
|
include <./includes.scad>
|
||||||
|
|
||||||
|
|
||||||
// $rounded_key = true;
|
|
||||||
// example key
|
// example key
|
||||||
// typewriter_row(5) legend("⇪", size=9) resin() key();
|
dcs_row(5) legend("⇪", size=9) key();
|
||||||
|
|
||||||
// // example row
|
// example row
|
||||||
// for(y = [0:1:3]) {
|
/* for (x = [0:1:4]) {
|
||||||
// for (x = [0:1:4]) {
|
translate_u(0,-x) dcs_row(x) key();
|
||||||
// translate_u(x + y % 2 * 0.5,y) hex_row(x) key();
|
} */
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
// $double_sculpted = true;
|
|
||||||
// row_length = len(preonic_mit_layout[0]);
|
|
||||||
// simple_layout(preonic_mit_layout) {
|
|
||||||
// $keycap_rotation = 90;
|
|
||||||
// // $stem_type = "choc";
|
|
||||||
// adjusted_column = [-1, -1/2, 0, 1/2, 0, -1/2, -1/2, 0, 1/2, 0, -1/2, -1];
|
|
||||||
// column_value = double_sculpted_column($column, row_length, "2hands");
|
|
||||||
// translate_u(0, adjusted_column[$column]) hex_row($row, column_value) {
|
|
||||||
// key();
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
// $hull_shape_type = "skin";
|
|
||||||
dsa_row(1) key();
|
|
||||||
translate_u(1) dsa_row(1) {
|
|
||||||
union() {
|
|
||||||
// $total_depth = 11;
|
|
||||||
$inverted_dish = true;
|
|
||||||
key();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// example layout
|
// example layout
|
||||||
/* preonic_default("dcs") key(); */
|
/* preonic_default("dcs") key(); */
|
||||||
|
Loading…
Reference in New Issue
Block a user