Cramming as many bad ideas as possible into a single build

Added some shims to the flanged washer stacks so the belt had a littlemore room to run, adjusted the drive pulley locations, tightened belts, and still had the same resonance problem.

I tinkered with a few more things then discovered that my motor drivers were configured to use stealthchop instead of spreadcycle. Fixing that allows me to run at any speed I tried between 50-1000mm/s

Playing around with connector designs for the 1/2" EMT I have laying around.

Need a way to hold things in place. Two zip ties works reasonably well, though a hose clamp would probably be a better choice.

Further iterating on the connectors. I’m keeping the clamping feet for the lower end of the legs but going in a different direction for 2x and 3x connectors. I’m epoxying a plug with captive nut inside the pipe and then screwing them on to the connector.



2 Likes

Playing around with different options for the frame of the printer. This is a hexapod (Stewart Platform, but stationary):
2023-04-13-093132_670x421_scrot

And this is the original 3+2+1 arrangement I had thought of.

Whichever I go with I’m enhancing the OpenSCAD code to be able to generate more-or-less arbitrary corner pieces.


Redesigned the eccentric idler to accept a threaded stud (one side is self-tapping the other a slip fit). This keeps the two halves aligned and gives me something to grab on to to turn them.

1 Like

More fun with OpenSCAD. I can now make more-or-less arbitrary corner pieces to support whatever arrangement I finally decide on.

These corners can support up to three legs at nearly any azimuth+elevation. Only real limitation is whether the pipes would end up interfering with each other.

Now I need to write a small script to generate the appropriate azimuth+elevation given my desired corner locations. Finding the angle between points is simple, but because the pipes have non-zero diameter and have to be moved outward to accommodate the central mounting screw the angle has to be adjusted to accommodate. I also need it to spit out the pipe segment lengths so I can cut them correctly.

4 Likes

I did some work the past few days on a Perl script to do the work described above. I have a few off-by-N errors to chase down where things don’t end up exactly where expected, but I am able to make things like this by just giving the script a series of XYZ coordinates to join together:

2 Likes

Squashed enough bugs to let me generate a full set of connectors given my six chosen support points.

I put a small identifying N-gon around the mounting hole for each corner piece starting with a triangle and going up to a nonagon. Otherwise it would be quite hard to keep them all straight.

I need to find my tubing cutter, trim the EMT sticks to final length, and epoxy in the plugs (w/ captive nuts) to hold the pipe to the corners.

1 Like

After a near disaster where I was generating a frame for the wrong size machine (I had changed the configured rail lengths at some point so my frame would have been too small) I got the corner pieces printed, measured and cut the EMT, and epoxied captive nuts into both ends.

My tubing cutter didn’t make all of the ends square so I want to contrive some way of evening them up before assembly. I can’t assemble it now anyways since I want to give the epoxy a chance to really set before stressing it.

2 Likes

Assembled the legs after squaring up the ends. Still haven’t drilled mounting holes but that will happen soon.

Switching my focus for now to a draft of the Z-axis. Rough shape is coming along but I still need to settle on locations for the various bearings and then create parts to actually hold the hardware.

5 Likes

I made a gear-reduction for the Z drive (4:1):

That allows the little stepper motor to hold over 1kg with the windings shorted.

I made up bearing holders for the Z motion cables:

And prototyped bearing holders to run on the round rods:

Need to install a bottom plate to the frame, create a lower belt idler for the Z, mount the rods/cables, and make a Z stage to mount all of the bearing holders to.

1 Like

Getting close now. Just need to put it all together.

1 Like

Yep. One month until MRRF23. Trying my best to have a fully operational XYZE machine by then.