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

Board invisible #250

Open
bobblkabb opened this issue Sep 5, 2022 · 1 comment
Open

Board invisible #250

bobblkabb opened this issue Sep 5, 2022 · 1 comment

Comments

@bobblkabb
Copy link

Why is that board invisible? There supposed to be one where the screws are.
Already looks opaque in preview mode.

preview
rendered

// Target-Connector
cube_cs = new_cs(origin=[20,5,0-verschiebung], axes=[[0,0,1],[0,1,0]]);
cube_cs2 = new_cs(origin=[breite-20,5,0-verschiebung], axes=[[0,0,1],[0,1,0]]);
// Screws
schraube_cs = ISO4017_conn("root","M4",20);
unterleg_cs = ISO7089_conn("top","M4");

// Position screws
align(schraube_cs,cube_cs) DIN912("M4");
align(unterleg_cs,cube_cs) ISO7089("M4");
align(schraube_cs,cube_cs2) DIN912("M4");
align(unterleg_cs,cube_cs2) ISO7089("M4");

// Show
show_cs(cube_cs);
show_cs(cube_cs2);
@berndhahnebach
Copy link
Contributor

Would you give more informations? Is this openscad code?

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

No branches or pull requests

2 participants