don't modify keys.scad

This commit is contained in:
Bob 2022-10-14 18:11:12 -04:00
parent e88a398f7a
commit 6b444fd5d3
1 changed files with 5 additions and 30 deletions

View File

@ -8,38 +8,13 @@
include <./includes.scad>
// $rounded_key = true;
// example key
// typewriter_row(5) legend("⇪", size=9) resin() key();
dcs_row(5) legend("⇪", size=9) key();
// // example row
// for(y = [0:1:3]) {
// for (x = [0:1:4]) {
// 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 row
/* for (x = [0:1:4]) {
translate_u(0,-x) dcs_row(x) key();
} */
// example layout
/* preonic_default("dcs") key(); */