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

Rest of the parts? #1

Open
breed445 opened this issue Feb 21, 2018 · 1 comment
Open

Rest of the parts? #1

breed445 opened this issue Feb 21, 2018 · 1 comment

Comments

@breed445
Copy link

I have downloaded this part from Thingverse and from Gethub. I see the main bracket but where are the wight and bracket?

@hugheaves
Copy link
Owner

They're all in "main.scad". If you use the thingiverse customizer, you can select which part to generate. Otherwise, just open main.scad and look for the following block at the top of the file:

/************************************************

  • PART SELECTION
    ************************************************/

// Select the part you would like to display
part = "adapter"; // [adapter:Adapter,retaining_clip:Retaining clip,back_weight:Back Weight,side_weight:Side Weight]

Change the line

part = "adapter";

to one of the other values like this:

part = "retaining_clip";

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