All of the key_profiles use settings without including at least the default settings

This commit is contained in:
Daniel Loffgren 2022-09-20 23:33:32 -07:00
parent 93f883036f
commit 80c35b04c3
13 changed files with 13 additions and 0 deletions

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.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";

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.scad>
// based off GMK keycap set // based off GMK keycap set

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.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;

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.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";

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.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";

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.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;

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.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;

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.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";

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.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) {

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.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;

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.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

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.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";

View File

@ -1,4 +1,5 @@
use <../functions.scad> use <../functions.scad>
include <../settings.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