mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-26 23:04:23 +00:00
All of the key profiles use use side_tilt() without including functions.scad
This commit is contained in:
parent
4c6dbc4306
commit
c4b622efc6
@ -1,3 +1,5 @@
|
|||||||
|
use <../functions.scad>
|
||||||
|
|
||||||
module asa_row(row=3, column = 0) {
|
module asa_row(row=3, column = 0) {
|
||||||
$key_shape_type = "sculpted_square";
|
$key_shape_type = "sculpted_square";
|
||||||
$bottom_key_height = 18.06;
|
$bottom_key_height = 18.06;
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
use <../functions.scad>
|
||||||
|
|
||||||
// based off GMK keycap set
|
// based off GMK keycap set
|
||||||
|
|
||||||
module cherry_row(row=3, column=0) {
|
module cherry_row(row=3, column=0) {
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
use <../functions.scad>
|
||||||
|
|
||||||
module dcs_row(row=3, column=0) {
|
module dcs_row(row=3, column=0) {
|
||||||
$bottom_key_width = 18.16;
|
$bottom_key_width = 18.16;
|
||||||
$bottom_key_height = 18.16;
|
$bottom_key_height = 18.16;
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
use <../functions.scad>
|
||||||
|
|
||||||
module dsa_row(row=3, column = 0) {
|
module dsa_row(row=3, column = 0) {
|
||||||
$key_shape_type = "sculpted_square";
|
$key_shape_type = "sculpted_square";
|
||||||
$bottom_key_width = 18.24; // 18.4;
|
$bottom_key_width = 18.24; // 18.4;
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
use <../functions.scad>
|
||||||
|
|
||||||
module dss_row(n=3, column=0) {
|
module dss_row(n=3, column=0) {
|
||||||
$key_shape_type = "sculpted_square";
|
$key_shape_type = "sculpted_square";
|
||||||
$bottom_key_width = 18.24;
|
$bottom_key_width = 18.24;
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
use <../functions.scad>
|
||||||
|
|
||||||
module g20_row(row=3, column = 0) {
|
module g20_row(row=3, column = 0) {
|
||||||
$bottom_key_width = 18.16;
|
$bottom_key_width = 18.16;
|
||||||
$bottom_key_height = 18.16;
|
$bottom_key_height = 18.16;
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
use <../functions.scad>
|
||||||
|
|
||||||
module grid_row(row=3, column = 0) {
|
module grid_row(row=3, column = 0) {
|
||||||
$bottom_key_width = 18.16;
|
$bottom_key_width = 18.16;
|
||||||
$bottom_key_height = 18.16;
|
$bottom_key_height = 18.16;
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
use <../functions.scad>
|
||||||
|
|
||||||
module hipro_row(row=3, column=0) {
|
module hipro_row(row=3, column=0) {
|
||||||
$key_shape_type = "sculpted_square";
|
$key_shape_type = "sculpted_square";
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
use <../functions.scad>
|
||||||
|
|
||||||
// This is an imperfect attempt to clone the MT3 profile
|
// This is an imperfect attempt to clone the MT3 profile
|
||||||
module mt3_row(row=3, column=0, deep_dish=false) {
|
module mt3_row(row=3, column=0, deep_dish=false) {
|
||||||
$key_shape_type = "sculpted_square";
|
$key_shape_type = "sculpted_square";
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
use <../functions.scad>
|
||||||
|
|
||||||
module oem_row(row=3, column = 0) {
|
module oem_row(row=3, column = 0) {
|
||||||
$bottom_key_width = 18.05;
|
$bottom_key_width = 18.05;
|
||||||
$bottom_key_height = 18.05;
|
$bottom_key_height = 18.05;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
use <../functions.scad>
|
||||||
include <../constants.scad>
|
include <../constants.scad>
|
||||||
// Regular polygon shapes CIRCUMSCRIBE the sphere of diameter $bottom_key_width
|
// 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
|
// This is to make tiling them easier, like in the case of hexagonal keycaps etc
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
use <../functions.scad>
|
||||||
|
|
||||||
module sa_row(n=3, column=0) {
|
module sa_row(n=3, column=0) {
|
||||||
$key_shape_type = "sculpted_square";
|
$key_shape_type = "sculpted_square";
|
||||||
$bottom_key_width = 18.4;
|
$bottom_key_width = 18.4;
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
use <../functions.scad>
|
||||||
include <../constants.scad>
|
include <../constants.scad>
|
||||||
// Regular polygon shapes CIRCUMSCRIBE the sphere of diameter $bottom_key_width
|
// 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
|
// This is to make tiling them easier, like in the case of hexagonal keycaps etc
|
||||||
|
Loading…
Reference in New Issue
Block a user