diff --git a/keys.scad b/keys.scad index 68656d9..74b22ab 100644 --- a/keys.scad +++ b/keys.scad @@ -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(); */