nophead / Mendel90

A RepRap Mendel variant using sheets for the frame instead of rods
http://hydraraptor.blogspot.com/2011/12/mendel90.html
261 stars 248 forks source link

Missing nut trap in X_idler_bracket, where is scad source? #41

Closed 3D-Darryl closed 10 years ago

3D-Darryl commented 10 years ago

I am unable to print the X-idler_bracket.stl and x_motor_bracket.stl because they do not slice with a nut trap in the top (using Slic3r or Cura or ReplicatorG). According to blogs this is an OpenScad problem. The collection of source files for Mendel90 does not seem to contain the scad versions. Where can I find the .scad source for these so I can add a nut trap another way?

nophead commented 10 years ago

https://github.com/nophead/Mendel90/blob/master/scad/x-end.scad

Yes it is a bug in OpenScad but it slices OK with Skeinforge.

3D-Darryl commented 10 years ago

This file is a complete assembly including motor and clamps. I just need the x_motor_bracket and x_idler_bracket pats. How can I extract them?

On Mon, Feb 3, 2014 at 11:33 AM, Chris notifications@github.com wrote:

Closed #41 https://github.com/nophead/Mendel90/issues/41.

Reply to this email directly or view it on GitHubhttps://github.com/nophead/Mendel90/issues/41 .

nophead commented 10 years ago

Not sure what you mean by extract them. That is the source code that makes those parts. If you want to change the parts, that is file you edit. You just change the module called x_end_bracket() and leave the rest alone.

To view just the STL change the 0 and 1's in the ifs at the bottom of the file.

3D-Darryl commented 10 years ago

OpenScad does not seem to have a search, I did not know x_motor_bracket was in there somewhere. I never would have found the if(0) at the end of the file or recognized its significance. Thank you I think I can get something to work from that.

On Mon, Feb 3, 2014 at 12:26 PM, Chris notifications@github.com wrote:

Not sure what you mean by extract them. That is the source code that makes those parts. If you want to change the parts, that is file you edit. You just change the module called x_end_bracket() and leave the rest alone.

To view just the STL change the 0 and 1's in the ifs at the bottom of the file.

Reply to this email directly or view it on GitHubhttps://github.com/nophead/Mendel90/issues/41#issuecomment-33983853 .

nophead commented 10 years ago

Yes the editor is very primitive. I always use an external editor and set the Automatic Reload & Compile option so that OpenScad renders when I change the file.

Once you have made your changes you can create single stls with stls.py dibond x_motor_bracket.stl or you can use F6 and save as STL.