I think we could probably find the actual rubber feet or a contemporary equivalent, it's even easier than I thought...with measurement vars it's like 3 lines of code.
Looks like this page shows two different styles, one is tapered so it probably doesn't fall out as easily. http://munk.org/typecast/2013/02/17/tilting-for-visibility-travel-typewriters-and-trs-80-model-100s/ I have no originals but I've wanted a set, someone get me measurements and I'll crank it out. //taper style toin=25.4; height=2*toin; topdia=.30*toin; botdia=.20*toin; cylinder(h=height, d1=topdia, d2=botdia, $fn=24); //straight style toin=25.4; height=2*toin; dia=.20*toin; cylinder(h=height, d=dia, $fn=24); I cut the eraser end off a couple of pencils. The erasers are non-skid > (bonus!). I actually kind of like this idea...if you give them a dull point maybe you'll have a pair of ready backups in case your batteries die. [image: Inline image 1] On Fri, Jul 28, 2017 at 3:17 PM, Lee Olivares <[email protected]> wrote: > I'm messing around in OpenSCAD today, this thing is probably the most > trivial thing ever to crank out -- <20 LoC -- if someone can supply > accurate dimensions and a reference picture. > > OpenSCAD = naturally parametric so you can "dial a height" just by > twiddling a variable. > > On Fri, Jul 28, 2017 at 1:58 PM, Peter Vollan <[email protected]> > wrote: > >> Don't think you can find the model 100 legs, but you can make your >> own. Someone should make a .cad file so we can 3d print them >> >> >> On 28 July 2017 at 11:06, Robert Prather <[email protected]> >> wrote: >> > Hi All, >> > >> > Just got a Model 100 off of eBay. If I'd known of the Club 100 site, I'd >> > have purchased one there. There's some yellow on this one, but the >> memory >> > appears maxed out (installed internally), so wasn't a bad find overall. >> > >> > I've used a color computer 2 for years, and love it, and decided to try >> out >> > the Model 100. Love it so far. >> > >> > From the Club 100 site, I saw that there used to be NADSBox's available >> as >> > well as REX modules. >> > >> > I'm emailing to find out if it's still possible to purchase these? I'm >> also >> > trying to track down the little legs that can prop up the Model 100. >> > >> > I'd really appreciate any help anyone can provide. I didn't want to try >> > ordering from the Club 100 site, because I wanted a confirmation before >> I >> > did. >> > >> > thanks, >> > >> > Robert >> > > > > -- > > - Lee > - 909.437.0250 <(909)%20437-0250> > - Destroying technology problems. > -- - Lee - 909.437.0250 - Destroying technology problems.
