summaryrefslogtreecommitdiff
path: root/src/generate_configuration.py
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-10-17 16:10:52 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-10-17 16:10:52 -0400
commitd958945278bc76170f4556c89288e31a500d3756 (patch)
treedfcee213b39b4f444c57bf657fa2a370157afd6d /src/generate_configuration.py
parent3697d6a2002d53d94856c38d0ff20d0d5c8a205e (diff)
added docker fix
Diffstat (limited to 'src/generate_configuration.py')
-rw-r--r--src/generate_configuration.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/generate_configuration.py b/src/generate_configuration.py
index b73877b..cbaedc9 100644
--- a/src/generate_configuration.py
+++ b/src/generate_configuration.py
@@ -10,8 +10,8 @@ r2d = 180 / pi
shape_config = {
- 'ENGINE': 'solid', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
- # 'ENGINE': 'cadquery', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
+ # 'ENGINE': 'solid', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
+ 'ENGINE': 'cadquery', # 'solid' = solid python / OpenSCAD, 'cadquery' = cadquery / OpenCascade
######################
@@ -241,7 +241,7 @@ shape_config = {
'undercut_keyswitch_height': 14.0,
'undercut_keyswitch_width': 14.0,
- 'notch_width': 5.0, # If using notch, it is identical to undecut, but only locally by the switch clip
+ 'notch_width': 6.0, # If using notch, it is identical to undecut, but only locally by the switch clip
'sa_profile_key_height': 12.7,
'sa_length': 18.5,
@@ -250,7 +250,7 @@ shape_config = {
'plate_rim': 1.5 + 0.5,
# Undercut style dimensions
- 'clip_thickness': 1.3,
+ 'clip_thickness': 1.1,
'clip_undercut': 1.0,
'undercut_transition': .2, # NOT FUNCTIONAL WITH OPENSCAD, ONLY WORKS WITH CADQUERY