promote sculpted, rounded squares into their own shape

This commit is contained in:
Robert Sheldon 2018-06-24 17:13:51 -04:00
parent aa3fed7755
commit 50ad7c73ed
8 changed files with 124 additions and 114 deletions

View file

@ -38,4 +38,19 @@ for (p = [0:len(key_profiles)-1]) {
}
/* translate_u(0, 0) one_row_profile("oem"); */
legend("C", [-1,-1], 3) cherry() key(true);
/* dsa_row(3) u(1) uh(1) cherry() key(); */
translate_u(0) sa_row(3) cherry() {
key();
}
translate_u(1) sa_row(2) cherry() {
key();
}
translate_u(2) sa_row(1) cherry() {
key();
}
/* sculpted_square_shape([19,19], [0,0], 0.3);
translate([26,0,0]) rounded_square_shape([19,19], [0,0], 0.3); */