-
[R] Spring Balancer
05/17/2022 at 10:52 • 0 commentsAfter digging around, I've found out about spring balancers. They sound like the thing I've been looking for (see previous log) in that they're a tether used to counterbalance tools to prevent strain on workers. The cool feature is that the balance force is adjustable, which is even better than a constant force or gas spring strategy. It also requires much less effort on my part to implement.
- YH-602A
- https://www.aliexpress.com/item/1005003788306775.html
- The cheapest I found, coming in at £68 total for 8 (4 per SecSavr) delivered and with UK VAT added.
- Might be unsuitable since I can't find the length of the cord, and it's smaller than the other two, implying that the cord is shorter.
- SB3000
- https://www.aliexpress.com/item/32814716324.html
- £91
- 1.4m cord
- SC128-ES630
- https://www.aliexpress.com/item/1005003990815337.html
- £71
- 1.5m cord
- This is the one I'm likely going to go with.
I'm thinking that it might be possible to connect the cord ends together for SecSavr installations that have a Z height that exceeds the cord length of a single spring balance.
- YH-602A
-
[T - E1] Counterbalancing Z Axis
05/16/2022 at 14:22 • 0 commentsSo I did some quick maths and deduced that the tubes alone for the gantry (that moves) is 9kg for the Z axis to move. Making the bed move is not possible as this would fail the belt bed solution. That constant force spring I got a while back is a clock spring and the Aliexpress seller probably just threw keywords in the title to get shown in more search results.
Voron uses KeyBak for their switchwire, which is a retractable lanyard, but the price to force (and usable length) is pretty poor. All other lanyards also seem to be of low constant force. Retractable dog leashes might be an exception but I doubt it.
So I'm scrolling pages, feeling defeated, when I see post #3 on this forum page. So I go onto Ebay and he's right: they're cheap and can be find in a range of strengths and lengths. This is the first listing I clicked on, which prices a 400mm 800N spring at £11.99. I'll be looking for an eyelet version.
After confirming that gas springs do exert a constant force, and thinking about this recent Slow Mo Guys Video, I started with some requirements and assumprions:
- Expected axis weight to counterbalance: 12kgf
- Max achievable length: 2.5m
- Max usable extension: 380mm
- 1kgf = 10N
Which means the maths is:
- 800N / 120N = 6.666
- 0.38m * 6.666 = 2.533m
Oh. How convenient. That worked out rather nicely.
I feel like I can use some of the excess 608 bearings and M8 bolts to make some pulley. I can't imagine a suitable cable would cost more than £8, so I could potentially have a new solution for under £20, down from the > £63 solution I was originally thinking of with the clock springs.
Oh but pulleys can only be set up in integer values. Hmm.
- 800N / 7 = 114N
- 114N = 11.62kgf
I'm sure that's close enough.
Obviously, this also means that it should be much more scalable than the constant force spring approach. The SleepCinema only needs around about 0.7m-ish and not 2.5m like if it was a single SecSavr going from the floor to the ceiling. That would only need a 100mm extension so even the smallest (150mm) spring would suffice. I'd still like the option to reconfigure a taller SecSavr without having to buy new components, especially if I'm only saving like £3 per shorter spring.
[E1 - 16:17] The only concern now is if the springs I've seen are damped or not. Next, I just realised/remembered that the springs are described by their max length, not by their stroke length. Lastly, this image makes me think that it's not all that constant, though the forces are not labeled so I don't know.
-
[M] Y Slider
05/14/2022 at 08:32 • 1 comment -
[M] Z Slider
05/14/2022 at 05:32 • 0 commentsI feel kind of lost since this is the moment when I start thinking of the actual details that turns an idea into something that would actually work, but I'm currently modelling the Z Slider. I'm doing a bit of a "Merge/Insertion Sort" like approach when it comes to housekeeping.
I'm using a 12 sided polygon as the clamp interface between the Y axis tube and the Z axis slider. This gives some tolerance in the design.
I originally thought of having the clamps oriented the opposite way, but I'm thinking that the design can get a higher space utilisation this way.
-
[T] Bed Holding Medium
05/14/2022 at 01:49 • 0 commentsI've just realised that the 55x60 cm tiles originally for the SecSavr Space are not going to work for this new SecSavr inside the SleepCinema due to the fact that the Z axis tubes are almost twice their length.
Using 42.4 or 27mm tube would cut a large chunk of Z height, so I'm thinking of using M12 or M16 threaded rod. I think it would be cool to design the SecSavr to only use M2, M4, M8 and M16 threaded entities, with the occasional M3 for electronics mounting.
I'm also trying to compute a bed solution that uses up a minimal amount of Z height, and being able to use the space otherwise taken up by a tile could be benificial. Also, those tiles are heavy which, while may dampen oscillations, would be somewhat difficult to adjust to a different Z height,
I'm planning for the mount to either look like, or attach to, Key Clamp 179 which is fixed to the Z axis tubes.
I still have an idea to use the tiles on the bottom of the printer section for aesthetics, and maybe oscillation management.
-
[T] Bed and Tool Calibration
05/09/2022 at 04:49 • 0 commentsThe past two days, I've been thinking about possible ways to automate the bed levelling process. This was because different features require different beds, meaning that they will be swaped out more than usual, as well as the W axis (rotary bed) would likely need a good amount of precision to reduce failed prints. I also wanted to see if I could further open up my bed size options to 3x2.
Thus, I started researching motorized 3D printer bed solutions. After remembering that I have a limited amount of wires on the slip ring used for the rotary bed, and noting that I have no inherent need for the ability to have something like a 3x2 segment bed layout, I rejected the idea and the specification change.
However, I still believe that automatic calibration is an important feature to strive towards. It looks like 5 axis CNCs take a non-negligible amount of time to calibrate:
Add this to the multiple bed segments that need to be adjusted, and tool offset calibrations, and there would be quite a bit of overhead time just to get a print started.
Computer vision can be used to calibrate the tool offset for X+Y, as well as Z. I was also thinking of using computer vision to see the top of the bed leveller and use an "allen key and dial indicator" tool head to mechanically adjust the level.
-
[M] Tube Carriages
05/09/2022 at 04:29 • 0 commentsI'm currently thinking of possible designs for the double tube that will allow the x axes to be as close as possible.
I'm also wondering if I should continue designing from the frame -> [...] -> slime or if I should start working back from the slime -> [...] -> frame.
-
[M] Tool Axis Tubes
05/07/2022 at 05:36 • 0 commentsThere's no such thing as a 42.4 to 33.7mm version of the 161 clamp, so they're the same thickness as the rest of the frame, even if it could be considered overspecked for this use case.
Modelling time: About 40 mins
-
[T] Gantry Name: SecSavr Slab?
05/06/2022 at 21:05 • 3 commentsIt could be a possible name.
Used in a sentence: "I've got 2 SecSavr Slabs installed in the SleepCinema."
-
[M] Z Axis Tubes
05/06/2022 at 19:02 • 0 comments