summaryrefslogtreecommitdiff
path: root/src/generate_configuration.py
diff options
context:
space:
mode:
authorjoshreve <j.a.shreve@gmail.com>2021-10-24 11:20:57 -0400
committerjoshreve <j.a.shreve@gmail.com>2021-10-24 11:20:57 -0400
commit75da53f96e389d837055921bd2eb61b58b7787e2 (patch)
tree8e8621ef9b2bf362a8a2927ac17228a36eb881d1 /src/generate_configuration.py
parent37cd60e784f9ff9887b17eb7bdfdcd78578b5698 (diff)
Fixed cadquery package requirement.
Reverted the geometry generation that was compensating for the wrong cadquery version. Uncertain why the versions were dramatically different, will have to watch carefully on new releases or considering switching environment to a specific version of cadquery instead of "master".
Diffstat (limited to 'src/generate_configuration.py')
-rw-r--r--src/generate_configuration.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/generate_configuration.py b/src/generate_configuration.py
index d6a377d..d22e521 100644
--- a/src/generate_configuration.py
+++ b/src/generate_configuration.py
@@ -59,7 +59,7 @@ shape_config = {
##############################
# 'DEFAULT' 6-key, 'MINI' 5-key, 'CARBONFET' 6-key, 'MINIDOX' 3-key, 'TRACKBALL_ORBYL', 'TRACKBALL_CJ'
- 'thumb_style': 'TRACKBALL_ORBYL',
+ 'thumb_style': 'DEFAULT',
'default_1U_cluster': True, # only used with default, makes top right thumb cluster key 1U
# Thumb key size. May need slight oversizing, check w/ caps. Additional spacing will be automatically added for larger keys.
'minidox_Usize': 1.6,
@@ -501,4 +501,4 @@ if __name__ == '__main__':
## HERE FOR QUICK TESTING, SHOULD BE COMMENTED ON COMMIT
# from dactyl_manuform import *
- # run() \ No newline at end of file
+ # run()