Here is Ms. Kitty enjoying my corexy sand table running a circular erase pattern at 1500 mm/sec with acceleration of 10k mm/sec^2.
The table is driven by two servomotors with a Duet2 WiFi controller.
I'm a dentist who likes to build 3D printers. I spend a lot of time at the Milwaukee Makerspace.
Here is Ms. Kitty enjoying my corexy sand table running a circular erase pattern at 1500 mm/sec with acceleration of 10k mm/sec^2.
The table is driven by two servomotors with a Duet2 WiFi controller.
15 hours at 40 mm/sec, 1mm nozzle, 1.2 mm line width, 0.3 mm layers, vase mode in Cura, 923g of PETG filament, 638 mm tall:
It's going to become a lamp.
You're essentially asking about the difference between a Kelvin and a Maxwell kinematic coupling.
The "rails" have to run parallel to the direction that the plate expands, relative to the chosen reference point. The reference point location relative to the adjustments is what makes it a Kelvin or Maxwell coupling.
If you choose the reference point to be the center of the bed, the "rails" should be aligned to point at the center of the bed at all three support points because the bed expands outward in all directions from there. That's the classic Maxwell coupling.
OTOH, if you choose one of the screws to be the reference point, say one of the two along the bottom edge, that point won't need rails- just a "hole" to sit in. The rails at the other point along the bottom edge will simply be parallel to the bottom edge (in your drawing) of the plate, and the third will just support the flat bottom of the plate and is allowed to slide in X and Y. You'll adjust the bottom edge point first to set the edge of the plate parallel to printer's X axis, and then set roll using the third point to set the plate parallel to printer's Y axis. This is a Kelvin mount.
The Kelvin mount's square angles are easier to set up accurately - most machine tools are square- than the odd angles that will result if you choose the reference to be any other point (as in a Maxwell mount), and you only need "rails" at one point, not all three.
If the rails are set square to each other (Kelvin style) and the lines they define are parallel to the X and Y axes of the printer, leveling the bed is super easy because a) you'll only need to adjust two leveling points and b) when you make the adjustments all tilting will be in the directions of the X and Y axes of the printer.
I used a Kelvin mount in my printer, with the reference being a point on one of the "ears" on the plate:
In the Maxwell mount, every leveling adjustment, tilts the bed in X and Y, so tramming isn't quite as simple. Also, every tramming adjustment moves the reference point vertically, so you have to adjust the Z=0 position once the bed is level. It's only a Maxwell mount if you accurately aim the rails at the reference point. Any error will cause the bed to tilt and move up and down a bit as it heats up.
With the Kelvin mount, the reference point doesn't move vertically when you tram the bed, and each adjustment (provided you adjust pitch first, then roll) only tilts the bed along one axis. That means that when you adjust roll, it doesn't affect the pitch adjustment.
Of course, if you use auto tramming and zeroing, difficulties in adjustment shouldn't matter...
My coffee table, aka Arrakis 2.0, is a servomotor powered coreXY mechanism that is normally used to magnetically drag a steel ball to create pretty patterns in sand. My cat enjoys chasing the ball, especially when the table is running a spiral erase pattern at 1000 mm/sec.
I decided to try to create patterns that she might like, so I wrote a spreadsheet that generates random motion of the type that attracts her attention. I enter the table dimensions, the desired speed range, and desired dwell time range and the spreadsheet creates gcode that causes the ball to move in random directions at random speeds and then stops for a random amount of time, before darting away, sort of like a small animal might behave. Ms. Kitty loves it!
The spreadsheet generates 500 lines of gcode that typically take about 16 minutes to run on the table, about 3x longer than Ms. Kitty's attention span.
More: blog post
I recently installed opto endstops in my corexy printer and ran some tests of their precision.
In the X and Y axes I ran two identical prints with the first homing normally at the start of the print and the second rehoming X and Y after each layer change. The result is that the prints are barely distinguishable under high magnification and are essentially identical without magnification, indicating that the precision of the optical endstops is very high. Here are two photos of the prints that contain the largest visible difference between them:
Why would anyone want to home a print at every layer change? MarkForged printers use that feature to automatically detect and stop layer-shifted prints. If you are printing expensive material such as PEEK, PEKK, Ultem, etc., you want the print to stop pretty quickly if there's a problem like layer shifting. I'm thinking about how to program a macro that will detect layer shifting in printers running Duet controllers.
I also tested the Z axis opto endstop. I mounted a digital gauge on the printer's frame with the probe contacting the bed, then homed the machine and zeroed the gauge. I moved the bed down random amounts and rehomed 10 times to see if the bed would return to the same position as indicated by the gauge. 8 out of 10 times it went to 0.00 mm and the other 2 times it went to 0.01 mm. The Z axis in my printer is configured for 16:1 ustepping, interpolation on, and 800 steps/mm.
Video here: Z axis homing precision test
The typical way to adjust the Z=0 position is to use a screw to bump a microswitch. The problem with that is when you're zeroing the Z axis you need to be able to make very small adjustments to the home position of the bed/extruder. If you use an M4x0.7 screw, one turn of the screw moves the home position by 700 um- that's more than 3 full 200 um print layers. If you need to move the home position 30 um, that's 1/23 of a turn - not too easy to do without overshooting.
I designed a differential screw adjuster to go with the optical endstop in the Z axis. It uses a M5x0.8 screw with the end 20 mm or so turned down to 4 mm and rethreaded with a M4x0.7 mm die. The result is an adjuster that moves the home position of the bed by 100 um for each full turn of the adjuster, making it very easy to make small adjustments.
While I was running the other tests I checked the adjuster, too. The result- about 100 um per turn of the adjuster, as expected.
Video: Differential screw Z=0 adjuster test
One of the best things about opto endstops is the cost. 3 for $10. They work fine with the 3.3V that the Duet supplies. They also don't seem to mind the 50C temperature inside my printer's enclosure when I'm printing ABS. These endstops have LEDs that light up when they are triggered, making the Z=0 position adjustment easy because you don't have to check the control panel of the printer - just turn the adjuster until the light comes on.
More here:
https://drmrehorst.blogspot.com/2020/03/a-new-z-axis-optical-endstop-design-for.html
https://drmrehorst.blogspot.com/2020/03/testing-ummds-xy-optical-endstops.html
https://drmrehorst.blogspot.com/2020/03/testing-ummds-new-z-axis-optical.html
I occasionally see people posting about using servomotors here. One thing you should know about them is that they can wipe out your controller board, power supply, and any other connected electronics if you are not very careful in their use. I was uncareful and learned this the hard way when I was building the Arrakis sand table.
I had slightly reduced the size of the corexy mechanism, but failed to update the travel limits in the config.g file. I then ran an old pattern file that was generated at the original, larger size on the new, smaller mechanism. I think all this happened before I had my morning coffee. The machine homed itself then took off at 1500 mm/sec and promptly slammed into the physical end of the Y axis, bringing the servomotors to an abrupt halt. That caused a voltage surge on the power supply line that destroyed the Duet2 WiFi controller board, the power supply, and some buck converters that were used to power LED strips.
Someone pointed me at an app note on the Gecko Drives web site that will protect from exactly this sort of problem (and mechanical failures like seized bearings, or someone/something (cats?) blocking the mechanism. This is the circuit:
I designed a PCB, ordered parts, and after waiting months for backordered connectors, decided not to wait any more. I built a couple boards and ran a test of the circuit prior to installing the servomotors in my 3D printer. The protection circuit appears to work as expected. The abruptly stopped motor generates a voltage spike that gets dissipated in the 33 Ohm 10W resistor and the spike is never seen by the power supply.
@MartinNYHC said in Belt tension:
Just finished my BLV mgn cube build and now need to fine tune all the stuff. I'm wondering what the right belt tension is. Are there any rules of thumb?
There are just two rules of thumb for corexy machine belt tension:
If the belts are too tight, you'll be putting a lot of force on the pulley and motor mounts, and if they are stacked belt type that stand up like a fence post, they are liable to flex inward. The mechanism may not move smoothly and may bind depending on the type of linear bearings and the design of the pulley mounts. If you see pulleys tilting inward, you're putting too much tension on the belts (or you need to redesign motor or pulley mounts).
If the belts are too loose they may slip on the drive pulleys - that's MUCH too loose. If they are so tight that the mechanism won't move smoothly, they are too tight. You want them to be somewhere between those extremes, and just about anywhere between those extremes will work fine.
Before you tension the belts, the X and Y axes should be square. When you tension the first belt, they X and Y axes will usually be pulled out of square an amount that will vary depending on the flexibility of the X axis assembly, the type of bearings and guide rails used, and the absolute tension applied.
When you tension the second belt, it will also increase tension on the first belt that you already tensioned, so when you tension the first belt, leave it a little looser than you feel is sufficient. Then, when you tension the second belt, the first one will tighten up. You are done adjusting tension when the X and Y axes are square and the belts are tight but not too tight. Usually, the belts will be close to equal tension when you're done, but getting the axes square is the final indicator, not equal belt tension.
If the belt tension varies as you move the extruder carriage around, the pulleys guiding the belts are not positioned correctly, and a major redesign is in order.
I put an LED and coin cell battery in the magnet holder, turned the table on its side, and ran a pattern. The result:
It took about 5 minutes with the speed at 2000, accel at 10k, and jerk at 12000.
This may be of interest to those who still use endstop switches to set Z=0 in their printer. I was using a lever/cam with a clicky microswitch to set the Z=0 position in my printer, but it developed a problem so I decided to work on a replacement. I changed to an opto endstop that has an LED that lights when the beam is broken. But that's not the interesting part. I made a differential screw driven adjuster for the flag that breaks the light beam. The differential screw moves the flag 100 um per rev so it is very easy to make small adjustments without over adjusting. The differential screw assembly mounts on the bed support that moves up and down and the opto endstop mounts of the printer's frame:
The screw was made by turning the end of an M5x0.8 screw down to 4 mm on a lathe and then threading it for M4x0.7. When you turn the screw 1 rev, it moves 0.8 mm up, while the M4 nut (and the flag) move up 0.1 mm. It has about 2mm of adjustment range, so you get it close by moving the opto endstop on the frame, and make fine adjustment with the screw.
More: https://drmrehorst.blogspot.com/2020/03/a-new-z-axis-optical-endstop-design-for.html
15 hours at 40 mm/sec, 1mm nozzle, 1.2 mm line width, 0.3 mm layers, vase mode in Cura, 923g of PETG filament, 638 mm tall:
It's going to become a lamp.
@Dad003 I thought you were trying to simplify the design. Never mind.
@Dad003 click on "one of these" in the post above. That guy has been selling the things via ebay for many years.
Your design may work, but look at all the parts and space required. The worm gear box with attached motor is as simple as it gets.
@Dad003 One of these will make your life much easier. The 30:1 reduction enables it to lift very heavy beds, and it doesn't move when the motor is disabled, allowing restart of prints in the event of a power failure. It doesn't require brakes, additional wiring, or additional configuration. Just treat the motor like a normal stepper. I used 60 tooth pulleys on the shaft to get 20 um per full step from the motor. I've been using it for my 695 mm Z-axis about 7 years without any problems. The gear quality is very high, so there are no gear induced artifacts in the z-axis of prints.
@Dad003 You can simplify construction and probably reduce mass by using rectangular aluminum tubing to make the two pulley blocks at the ends of the axis. You can use it for motor mounts, too.
If you bolt the t-slot pieces directly to each other you won't need all those corner braces. Tap the ends of the inside t-slot pieces, and drill tool-access holes at appropriate locations in the outside t-slot pieces. You can use button head cap screws with washers in the slots to connect two pieces together. This assumes that the ends of the pieces are cut/milled square. See: https://www.youtube.com/watch?v=HfcXjYWw5UQ
I have found that it's very hard to maintain connection to the Duet board via wifi network if the computer I am using has VPN switched on.
@4eIIIuP Here are some of my test prints. I don't recall all the settings used, but my blind tuning of the motors didn't improve anything. You probably know more about tuning servos than I do...
Test print made with 400 step/rev steppers at 160 steps/mm:
Test print made with IHSV-42 servomotors at 500 steps/mm:
Test print made with IHSV servomotors and 3:1 reduction. This print was made at 4000 steps/rev, 3:1 drive reduction, 300 steps/mm, 50 mm/sec, with accel 5000 mm/sec^2, 0.2 mm layers, 1mm line widths:
Motor mount with 3:1 belt reduction:
I believe I've seen other photos of prints made using these motors in this forum and they looked great, but I've never seen the details of the mechanical setups or the motor parameter settings, either dip switches or firmware.
In the flat areas of the prints I didn't see the same artifacts you're getting- those might be caused by a dual drive extruder or by using too small pulleys in the XY mechanism. I use F608 skate bearings for pulleys and don't have that problem, but the dual drive extruder causes a wood-grain appearance in prints:
@4eIIIuP In my tests I didn't see problems with straight sides, but did see a lot of "salmon skin" in curved surfaces which I ultimately attributed to poor resolution of the servo motors. I was not able to find much useful info on tuning the motors. I made one more test in which I used a 3:1 belt drive reducer to improve the resolution, but still could not get it to deliver the same print quality as my 400 step/rev steppers, and ultimately gave up on the servos.
One nice thing about the servo motors- they were super quiet. The only sound from the printer was the sliding of the corexy mechanism and the hot-end fan.
The IHSV servos work great in my sand table where the resolution isn't really important, but speed and noise are.
@Dad003 6 steppers? If you want high speed and quiet operation, use just two servomotors instead of 6 steppers. Electronics will be simpler and probably cheaper, and it will work better.
I use some cheap 24V, 78W, Chinese servos in my corexy sand table and it can run at 1500 mm/sec. If I installed larger drive pulleys, it could go much faster. Those servos aren't very good for 3D printing (I've tried) , but there are better ones that are. Look at Clearpath. Servomotors can give more than adequate torque to move a 3D printer mechanism at 3000 rpm.
At high speeds (anything over about 200 mm/sec) the belts hitting the pulley teeth are going to make zipping noise no matter what you do. For minimum noise, make the drive pulleys the only ones that the belt's teeth engage. Put twists in the belts so that smooth back of belt runs on smooth pulleys made from stacked ball bearings. Jerk and acceleration are also going to contribute to noise, especially if you want to print at very high speed. Every time a motor reverses direction it's going to go "bang".
I wouldn't use 24V for a bed heater. Why go to the expense of using a regulated power supply to power a resistor? Use line power with an SSR. The same goes for a chamber heater, especially if you want to print ABS.
For the belt lifted Z axis, I get great results from a 30:1 worm gear drive. It is as simple as you can get- the worm gear can't be back driven by the weight of the bed, so when power is cut the bed just sits there. It doesn't drop or move. No brakes, no messing around. Set the steps per mm and it just works. The Duet boards can drive the 24V NEMA-23 motor directly, so no additional motor drivers, wiring, and power supplies are needed. The gears in the drive are very high quality and don't produce any Z artifacts in the prints.
Will that footprint let the machine fit through doors?