Search results for all lists

10000 messages found
Sort by
List: time-nuts@lists.febo.com
From: d.seiter@comcast.net
 
Re: [time-nuts] Conducting Bench Top Material - OT
Fri, Jan 29, 2010 6:26 AM
Frank" To: "Discussion of precise time and frequency measurement" Sent: Wednesday, January 27, 2010 7:56:10 PM GMT -07:00 US/Canada Mountain Subject: Re: [time-nuts] Conducting Bench Top Material - OT > The largest discharge we got was from an acrylic rod and the cat.
List: tacomaart@list.cityoftacoma.org
From: John R. Math
 
Juried Art Competition - Theme "Seasons" - Apply Now ---- Artist Opportunity
Wed, Jul 20, 2011 3:33 PM
All winners will be selected, announced and featured on the Light Space & Time website on September 1, 2011. Thereafter, the artworks will remain online in the Light Space & Time Archives with links to the artist's websites.
List: trawlers@lists.trawlering.com
From: Ed Bottrell - Website
 
Re: T&T: Washing Lines
Thu, Jan 14, 2010 1:29 PM
Those of you interested in washing lines (and avoiding potential problems with the Skipper of the washer/dryer) might want to read my boater's tip on washing rope at http://bottrell.ca/BoatInfo.htm Ed Bottrell
List: trawlers@lists.trawlering.com
From: Ed Bottrell - Website
 
Re: T&T: varnish skinning
Mon, Mar 22, 2010 10:58 AM
I haven't followed every post in this thread but Lee Valley Tools sells the 'Finish Preserve', which is an Argon spray. http://www.leevalley.com/wood/page.aspx?c=1&p=30268&cat=1,190,44133 No commercial interests but I've been a very happy workshop-boat-garden customer of Lee Valley for 20-years. Another tip is to transfer fresh paint-varnish to a working container, which is then thrown away after use. Ed Bottrell Glen Haven, Nova Scotia
List: hbcu-lib@lists.hbculibraries.org
From: Sandra Phoenix
 
CLAFLIN UNIVERSITY RANKED AMONG THE TOP 20 BEST HBCUS WITH ONLINE PROGRAMS
Thu, May 25, 2017 12:11 PM
Claflin University News May 23, 2017 Claflin University Ranked Among the Top 20 Best HBCUs with Online Programs Historically Black Colleges and Universities, also known colloquially as HBCUs, are recognized across the board for a variety of things, such as academics, arts, and athletics.
List: discuss@lists.openscad.org
From: Peter Falke
 
Re: [OpenSCAD] can't import stl file/no top level object found
Wed, Jan 7, 2015 7:32 PM
(no top level object found) >> PolySets in cache: 2 >> PolySet cache size in bytes: 0 >> CGAL Polyhedrons in cache: 9 >> CGAL cache size in bytes: 4175648" >> >> >> >> -- >> View this message in context: >> http://forum.openscad.org/can-t-import-stl-file-no-top-level-object-found-tp10951.html >> Sent from the OpenSCAD mailing list archive at Nabble.com. >> >>
List: time-nuts@lists.febo.com
From: d.seiter@comcast.net
 
Re: [time-nuts] Conducting Bench Top Material
Wed, Jan 27, 2010 4:36 AM
Steinmetz" To: "Discussion of precise time and frequency measurement" Sent: Tuesday, January 26, 2010 7:04:11 AM GMT -07:00 US/Canada Mountain Subject: Re: [time-nuts] Conducting Bench Top Material Dave wrote: >Back about 1981, we had piles of 6502s, etc and decide to some >"antistatic testing".
List: discuss@lists.openscad.org
From: pproj@posteo.de
 
Re: how to round/soften top edges
Thu, Nov 30, 2023 10:36 AM
include chamfer(4,-2) tube(d=10,h=20,wall=2.5); --constructive/tutorials/basic-tutorial.md at main · solidboredom/constructive · GitHub --https://github.com/solidboredom/constructive/blob/main/tutorials/basic-tutorial.md Peter On 30.11.23 11:10, Marcus Poller via Discuss wrote: > Hi Bob, > >> I would like to soften the top
List: discuss@lists.openscad.org
From: Bob Roos
 
Re: how to round/soften top edges
Fri, Dec 1, 2023 1:53 PM
  > On Wed, Nov 29, 2023 at 8:55 PM Bob Roos via Discuss wrote: >> Hello , >> I would like to soften the top inner and outer edges on this figure.  I don't need much. 
List: discuss@lists.openscad.org
From: Sanjeev Prabhakar
 
Re: How to round the top inner and outer edges?
Sun, Sep 3, 2023 2:13 PM
h=H+1, top=os_circle(r=-2),extra=1); >>> } >>> >>> Note that you could also compute just one of inside and outside directly >>> and get the other one with offset(). >>> >>> A third way to make a shape like this is to use rounded_prism(), again >>> with a difference.