summaryrefslogtreecommitdiff
path: root/src/generate_configuration.py
diff options
context:
space:
mode:
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