Unfortunately Atom3D doesn't like snakes.Here's the python code for creating the gear. I'm sure if you go into the Alibre Help forum there will be information for more or different kinds of gears.
Python:# Gear Generator Script # Used as a demonstration of how to create a custom utility # for use with Alibre Design Units.Current = UnitTypes.Millimeters # default settings NumberofTeeth = 20 PitchDiameter = 30 PressureAngle = 20 Thickness = 3 Win = Windows() ScriptName = 'Gear Generator' # create dialog window and show to user Options = [] Options.append([None, WindowsInputTypes.Image, 'GearGenerator.png', 170]) Options.append(['Number of Teeth', WindowsInputTypes.Integer, NumberofTeeth]) Options.append(['Pitch Diameter (mm)', WindowsInputTypes.Real, PitchDiameter]) Options.append(['Pressure Angle', WindowsInputTypes.Real, PressureAngle]) Options.append(['Thickness (mm)', WindowsInputTypes.Real, Thickness]) Values = Win.OptionsDialog(ScriptName, Options, 170) if Values == None: sys.exit() print "Working..." # get user inputs NumberofTeeth = Values[1] PitchDiameter = Values[2] PressureAngle = Values[3] Thickness = Values[4] # get current part MyPart = CurrentPart() # get the plane to create the gear on GearPlane = MyPart.XYPlane # create the sketch then extrude it ProfileSketch = MyPart.AddGearNP("Profile", NumberofTeeth, PitchDiameter, PressureAngle, 0, 0, False, GearPlane) Gear = MyPart.AddExtrudeBoss("Gear", ProfileSketch, Thickness, False) print "Done"
I don't either!!!!!Unfortunately Atom3D doesn't like snakes.
Not sure. I have the free version have never done gears.Cool.
So long as it doesn't require the paid version of F360.
Seems to work just fine. Gear is being churned out by the printer as we speak.Not sure. I have the free version have never done gears.
I The Autodesk App Store also has a generator for the Gridfinity sorting system if you're into that. The app is fantastic.Seems to work just fine. Gear is being churned out by the printer as we speak.
This?I The Autodesk App Store also has a generator for the Gridfinity sorting system if you're into that. The app is fantastic.
Oh that is so cool. I have always shied away from trying to design these because I can't wrap my brain around the math.GridfinityGenerator | Fusion | Autodesk App Store
Gridfinity bins/baseplates generatorapps.autodesk.com
I find Gridfinity has pretty a limited use case but for organizing small things in drawers,, like endmills or drill bits, it's great.Oh that is so cool. I have always shied away from trying to design theses because I can't wrap my brain around the math.
Thanks!
I'm looking at my endmills, drills, reamers, inserts as the first victimsI find Gridfinity has pretty a limited use case but for organizing small things in drawers,, like endmills or drill bits, it's great.
The longest bin I can print on my printer is 5 units but I just print a couple of them and crazy glue the ends together. then I cut out the glued walls and I have a 10 unit long bin, perfect for storing small diameter bar stock, which, by the way , is readily available if you tear apart some used laser printer toner cartridges.
How did it turn out?Seems to work just fine. Gear is being churned out by the printer as we speak.
The shaft size is 11/16. I set the bore to the same in F360 and it came out to 43/64 or 1/64 undersize. I'm pretty happy with that.how did the hole come out and what was the original shaft size?
You're looking at my first printed gears!That’s really good just a light ream then, I’ll try my gear generator and maybe try making one I’ve never tried making a gear before.
It's actually really rewarding.That’s really good just a light ream then, I’ll try my gear generator and maybe try making one I’ve never tried making a gear before.
I had half a mind to tool up and cut these from steel blanks.It's actually really rewarding.
I still want an excuse to cut gears. Just haven't made it through the other 42 projects...I had half a mind to tool up and cut these from steel blanks.