All of the key profiles use use side_tilt() without including functions.scad

This commit is contained in:
Daniel Loffgren 2022-09-20 23:12:54 -07:00
parent 4c6dbc4306
commit c4b622efc6
13 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,5 @@
use <../functions.scad>
module asa_row(row=3, column = 0) {
$key_shape_type = "sculpted_square";
$bottom_key_height = 18.06;

View File

@ -1,3 +1,5 @@
use <../functions.scad>
// based off GMK keycap set
module cherry_row(row=3, column=0) {

View File

@ -1,3 +1,5 @@
use <../functions.scad>
module dcs_row(row=3, column=0) {
$bottom_key_width = 18.16;
$bottom_key_height = 18.16;

View File

@ -1,3 +1,5 @@
use <../functions.scad>
module dsa_row(row=3, column = 0) {
$key_shape_type = "sculpted_square";
$bottom_key_width = 18.24; // 18.4;

View File

@ -1,3 +1,5 @@
use <../functions.scad>
module dss_row(n=3, column=0) {
$key_shape_type = "sculpted_square";
$bottom_key_width = 18.24;

View File

@ -1,3 +1,5 @@
use <../functions.scad>
module g20_row(row=3, column = 0) {
$bottom_key_width = 18.16;
$bottom_key_height = 18.16;

View File

@ -1,3 +1,5 @@
use <../functions.scad>
module grid_row(row=3, column = 0) {
$bottom_key_width = 18.16;
$bottom_key_height = 18.16;

View File

@ -1,3 +1,5 @@
use <../functions.scad>
module hipro_row(row=3, column=0) {
$key_shape_type = "sculpted_square";

View File

@ -1,3 +1,5 @@
use <../functions.scad>
// This is an imperfect attempt to clone the MT3 profile
module mt3_row(row=3, column=0, deep_dish=false) {
$key_shape_type = "sculpted_square";

View File

@ -1,3 +1,5 @@
use <../functions.scad>
module oem_row(row=3, column = 0) {
$bottom_key_width = 18.05;
$bottom_key_height = 18.05;

View File

@ -1,3 +1,4 @@
use <../functions.scad>
include <../constants.scad>
// Regular polygon shapes CIRCUMSCRIBE the sphere of diameter $bottom_key_width
// This is to make tiling them easier, like in the case of hexagonal keycaps etc

View File

@ -1,3 +1,5 @@
use <../functions.scad>
module sa_row(n=3, column=0) {
$key_shape_type = "sculpted_square";
$bottom_key_width = 18.4;

View File

@ -1,3 +1,4 @@
use <../functions.scad>
include <../constants.scad>
// Regular polygon shapes CIRCUMSCRIBE the sphere of diameter $bottom_key_width
// This is to make tiling them easier, like in the case of hexagonal keycaps etc