On Wed, Dec 8, 2021 at 8:43 AM Jos Dreesen via cctalk
<cctalk at classiccmp.org> wrote:
Also, when the tapes arrive, are there recommendations in case their
drive belts are gone?
You can 3D-print replacements.
Use Innoflex filament, 100% fill-in and the following OpenScad formula :
which Innoflex filament? There are several different hardness variants.
module ring(d1,d2,w)
{
difference()
{ cylinder( w, d1/2, d1/2, $fn=230);
cylinder( w, d2/2, d2/2, $fn=230);
}
}
ring(38.2,35,6); // TU60 Dectape-II
Already 2 TU60 have been repaired with the above.
Useful. Thanks!
--
Regards,
Torfinn Ingolfsen