3D printables for esk8

I wonder :face_with_monocle: if I can use this to remake the avio wheel gears

1 Like

You get ChatGPT to spit out gcode for an 3d printer and I assume parametric cad scripting code.

2 Likes

so programatically drawing the result of generation, neato ! i wonder if it would be faster with a local 7B and acceleration?

// Define the parameters for the gear
module herringbone_gear(teeth, module_size, thickness, helical_angle) {
difference() {
union() {
rotate([0, 0, 0])
gear(teeth = teeth, module = module_size, width = thickness, helix_angle = helical_angle);
rotate([0, 0, 180])
gear(teeth = teeth, module = module_size, width = thickness, helix_angle = -helical_angle);
}
// Create a hole for the shaft
cylinder(d = 8, h = thickness, center = true);
}
}

// Parameters for the gear
teeth = 20; // Number of teeth
module_size = 2; // Module size (pitch diameter / teeth)
thickness = 10; // Gear thickness
helical_angle = 15; // Helical angle in degrees

// Create the herringbone gear
herringbone_gear(teeth, module_size, thickness, helical_angle);

:man_shrugging:

2 Likes



4 Likes

I freaking love gpt4 omg I’m gonna pay jlcpcb so much to get these made

inference time for this?
if you share the prompt i can run it local and compare the times against fine tune
i guess you can battle the models at chatlmsys. It would be cool to see more multi modal

Maybe 10-20 secs
I was *accessing this model on my phone.

They do have a desk top app. The prompt that made that last shape is in the picture above. That prompt was refined by chaptgpt Omni after uploading a few pics to it.

"herringbone gear should be made of white plastic, have 40 teeth, an outer diameter of 40 mm, a helical angle of 15 degrees, a thickness of 10 mm, and a center bore diameter of 8 mm. The meshing pinion should
be made of metal, have 12 teeth, an outer diameter of 12 mm, a helical angle of 15 degrees, a thickness of 10 mm, and a center bore diameter of 5 mm. Ensure proper meshing between the gear and pinion with the specifed ratio of 12 teeth on the pinion to 40 teeth on the gear. Include mounting holes and necessary features for securing the gear and pinion to their respective”

TBH, this is all very very silly. Someone here has to have a set to provide basic measurements. Are you all trying to make both gears? Use whatever tooth profile you want. If trying to match a pinion, It’s significantly more involved.


2 Likes

Welp, I’m officially better at doing other people’s projects than my own. I’m reporting myself.

Follow up derail material in a post like “An AI made this esk8”.

@tech.shit @trancejunkie

7 Likes

Revisted This Project… “LIPO ALARM CADDY”
Designed to make your use of lipos a little easier, Now with a improved look.


LIPO ALARM CADDY FINAL!.STL (5.2 KB)


3 Likes

“Hoyt Puck Receiver box”
Utilizes x4 M3 Screws For Lid assembly

I advise hot Gluing the wire through hole to prevent debris from entering the enclosure.

HOYT PUCK RECEIVER BOX LID.STL (35.8 KB)
PUCK RECIEVER BODY FINAL.STL (33.5 KB)

3 Likes

Acedeck NYX 3 Truck Dampener
As if these Trucks weren’t soft Enough lol

Printed out of Flexfill Filamentum 98A

Acedeck NYX 3 Riserpad (1).STL (38.9 KB)


2 Likes