580 models found

Thingiverse Import
Yet another case for the electronics.Please note that this is a work in progress.My take on this will be a screw-less assembly with optional mount for a fan.I will try to make it as parametric as possible.2011-10-20:I decided to upload the models done so far even though I have not yet verified printing them.Images of the parts will be uploaded as I have verified prints.I have yet to figure out a good way to design the top of the case.I want it to have openings for the stepper/term/endstop contacts so that they can be connected without opening the case but I'm not sure that will be easy to print as a single part. Suggestions welcome.Files intended for printing:bottom.scad : The bottom part of the case.sides.scad : The sides of the case.printer_mount.scad : The MakerGear Prusa Mendel mount.Files used by the printable models:parameters.scad : The parameters for the case. Used by all files.ramps.scad : Layout of the electronics and used for alignment and cut-outs on the sides. Used in sides.scadgrid.scad : Helper module for creating a grid pattern. Used in bottom.scad and printer_mount.scad.Other files:case.scad : The composite case. Mostly for illustration and alignment verification.2011-10-24:Uploaded images of my first print and updated models somewhat due to alignment.Changes to the models includepositions and dimensions of the electronicspositions of the arduino mount plugsdimension bottom part mount interfacecorner plug hole heightI had to widen the hole for the arduino USB contact as I was not able to slide the electronics into place.The cross shaped opening on the bottom part had to be widened as it was not possible to attach the bottom part to the printer mount.The corner plugs were too high to fit into the corner holes.The plugs for the arduino board turned out too thin as they broke off - I will probably drill holes for nut-and-bolts. --- Imported from Thingiverse: https://www.thingiverse.com/thing:12584 Original creator: tJa

Thingiverse Import
Christmas Tree Ball lights for use with LED christmas tree string lights --- Imported from Thingiverse: https://www.thingiverse.com/thing:14406 Original creator: FuzzyDuck

Thingiverse Import
This is a rough draft of the framework necessary for an axial flux generator, a type of non-commutated turbine ideal for home construction. Great for wind turbines! --- Imported from Thingiverse: https://www.thingiverse.com/thing:12325 Original creator: haydnv

Thingiverse Import
SVG graphics for electrical shock hazard warning. --- Imported from Thingiverse: https://www.thingiverse.com/thing:7281 Original creator: EverydayInventors

Thingiverse Import
--- Imported from Thingiverse: https://www.thingiverse.com/thing:4450 Original creator: mifga

Thingiverse Import
A revised Z motor mount with thrust bearing and coupling.I didn't like the idea of the weight of the x-axis pulling down on the motor shaft and the possibility of the coupling slipping (although nopheads redesign has worked perfectly).With this design all the weight is on the thrust bearing not the motor, and so far the threaded bar has run perfectly true giving some very nice prints.The thrust bearing I found quite easily on ebay at £7.00 for 4, and have an 8mm ID and a 16mm OD. --- Imported from Thingiverse: https://www.thingiverse.com/thing:11891 Original creator: Stu_Dkn

Thingiverse Import
This box is designed to protect the table beneath your PCB from scratches, while giving you full access to the PCB top layer. --- Imported from Thingiverse: https://www.thingiverse.com/thing:4071 Original creator: chlunde

Thingiverse Import
My Makerbot was having a hard time printing out thin walls with water-tight settings, so I made this simple hollow cube to calibrate again from scratch. The walls of the cube are 1.5mm because that is the minimum thickness I would ever use. (See the OpenSCAD files if you\'d like to change dimensions)While going through the calibration process, I strategically changed one Skeinforge parameter at a time no matter how mundane or obvious the change seemed to be. The process is documented with expected vs. actual results, notes, build times, high res pictures, and download-able gcode files for those interested in SkeinView-ing.You can find it on the Wiki: http://wiki.makerbot.com/skeinforge-calibration-logs 2 Hollow Cubes.stl is for optimizing oozebane or extruder controlling for multi-part prints. (I haven\'t gotten that far, yet.) --- Imported from Thingiverse: https://www.thingiverse.com/thing:3109 Original creator: Starno

Thingiverse Import
Variation of (with much thanks to):Wobble Arrester by twotimes: http://www.thingiverse.com/thing:2151Z-axis floating-nut-arrester by Bophoto: http://www.thingiverse.com/thing:3052Z-Wobble Thingie by juniortan: http://www.thingiverse.com/thing:3079This model was based on juniortan\'s.I didn\'t have even 1mm brass rods, so I made more simple variation - without any rods. --- Imported from Thingiverse: https://www.thingiverse.com/thing:3091 Original creator: MakiYoshida

Thingiverse Import
There are some little plastic mounts used for attaching mini servos together. They are NOT strong enough to support any weight, but they work well enough for playing with the servos. I used this assembly to test some servo control ideas, including inverse kinematics for positioning. More information available here: http://blog.notzero.net/2009/11/playing-with-servo-motors.htmlThe models were made in SketchUp. The parts in the SketchUp file are all scaled by a factor of 1000 (meters instead of mm), because SketchUp gets weird with small dimensions. I've included a rough model of the servo motor used, which can be used to design other parts that attach to the motor. The mini servos I used are less than $4 each from DealExtreme: http://dealextreme.com/details.dx/sku.20023 --- Imported from Thingiverse: https://www.thingiverse.com/thing:1270 Original creator: Anomalous

Thingiverse Import
Cannot generate correct gcode for this stl file with sf35.I tried different settings but there is always a problem, either with an incomplete layer or printing in the air. These problems are reproducible: you can see that the gcode is wrong when using a tool such as Pleasant3D.When I accidentally made the hole in the object too large (first attempt) there was no problem. When I lay the object flat on the base for printing (rotate in repG) there is no problem but the object then lacks strenght.When I remove the hole (in Sketchup) and print the object without hole there is no problem either... --- Imported from Thingiverse: https://www.thingiverse.com/thing:9786 Original creator: pauldebra

Thingiverse Import
Not being able to leave well enough alone, I found that I needed to have partial surfaces of revolution.This thing adds the ability to specify starting and ending angles for the revolution (defaults to 0 to 360).That's kind of nice because for the simple cases where you are not intersecting with something at odd angles, you can simply generate the exact surface that you need, and call it a day.Included in this revision is an experiment to see if the built-in 'rotate_extrude' could do a better job of things. Although it does play nicely with the CSG operations while viewing, it does not generate 2-manifold structures (and thus, no .stl files). I'm thinking maybe I need to overlap surfaces or something, rather than calculating exact vertices.At any rate, I thought of adding rotation about an arbitrary line, as a final step, but really, that's easily achieved in OpenScad, so this might be the end of the line for these routines.Isn't it amazing what can be done with OpenScad!!Blog Entry: http://williamaadams.wordpress.com/2011/07/01/revolutionary-surfaces-with-openscad/ --- Imported from Thingiverse: https://www.thingiverse.com/thing:9779 Original creator: WilliamAAdams