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

YZ Joiner cable hole problem with crossbeam style walls #3

Closed
ArktekniK opened this issue Sep 26, 2015 · 3 comments
Closed

YZ Joiner cable hole problem with crossbeam style walls #3

ArktekniK opened this issue Sep 26, 2015 · 3 comments
Assignees

Comments

@ArktekniK
Copy link

Hi,
I am experiencing lots of shrinkage with the default STLs, so I switch the wall styling and noticed YZ joiner has a problem with crossbeam style walls. The hole is too large and causes the beams not to meet. To be honest, I don't think the hole is needed if you've chosen crossbeam walls.

Lines 98-100 of YZ joiner parts should be wrapped in a conditional
https://github.com/revarbat/snappy-reprap/blob/master/yz_joiner_parts.scad#L98#L100

Something like:

// Wiring access hole
if (wall_style != "crossbeams") {
    up(rail_thick+rail_height/4/2) {
      cube([16, joiner_width*3, rail_height/4], center=true);
    }
}
@ArktekniK
Copy link
Author

yz hole

@revarbat
Copy link
Owner

Good catch.

@revarbat
Copy link
Owner

[v1.1 0082da0] Fixed issue #3: YZ Joiner cable hole problem with crossbeam style walls
1 file changed, 4 insertions(+), 2 deletions(-)

@revarbat revarbat self-assigned this Oct 16, 2015
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