We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dfa64 commit 56c1d0bCopy full SHA for 56c1d0b
src/dactyl_manuform.py
@@ -69,7 +69,7 @@ def debugprint(info):
69
print(info)
70
71
72
-if oled_mount_type is not None:
+if oled_mount_type is not None and oled_mount_type != "NONE":
73
for item in oled_configurations[oled_mount_type]:
74
locals()[item] = oled_configurations[oled_mount_type][item]
75
@@ -104,7 +104,7 @@ def debugprint(info):
104
mount_thickness = plate_thickness
105
double_plate_height = (sa_double_length - mount_height) / 3
106
107
108
left_wall_x_offset = oled_left_wall_x_offset_override
109
left_wall_z_offset = oled_left_wall_z_offset_override
110
0 commit comments