Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stem Distance? #166

Open
smayleeck opened this issue Jul 4, 2022 · 1 comment
Open

Stem Distance? #166

smayleeck opened this issue Jul 4, 2022 · 1 comment

Comments

@smayleeck
Copy link

Hey there. I got Steelseries 6Gv2 keyboard and my spacebar's left and right stem is broken. I'm trying to make a new one with my 3d printer with openSCAD but cannot find where can i change stem distance or something like that. I'll be happy if you can help me.

Spacebar dimension:
6.25 units (118mm wide, 3 mounts, 40mm apart)
One center mount and two mounts 2.1 units (40mm) left and right of the center

@ignatio
Copy link

ignatio commented Oct 12, 2022

If using customizer.scad edit the following:

module spacebar() {
  $inverted_dish = true;
  $dish_type = "sideways cylindrical";
  6_25u() stabilized(mm=50) children();
}

To:

module spacebar() {
  $inverted_dish = true;
  $dish_type = "sideways cylindrical";
  6_25u() stabilized(mm=40) children();
}

Then at the bottom of the file:

spacebar() key();

Then this:
image

Becomes:

image

All this aside from setting your profile and other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants