You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the default configuration settings (5 columns), the manuform bottom plate contains a rectangular section next to the pinky column which does not line up with the case above:
Bottom plate generation in manuform.clj relied on several hacky 3D
operations (micro-translations before projection operations and
extruded screw hole shapes). This is replaced with 2D operations
followed by a single linear_extrude. This commit also fixes the
non-aligning bottom plate mentioned in ibnuda#112.
With the default configuration settings (5 columns), the manuform bottom plate contains a rectangular section next to the pinky column which does not line up with the case above:
The cause is this cube operation:
dactyl-keyboard/src/dactyl_keyboard/manuform.clj
Line 1633 in a97ded5
The text was updated successfully, but these errors were encountered: