Search results for all lists

10000 messages found
Sort by
List: discuss@lists.openscad.org
From: Jordan Brown
 
Re: [OpenSCAD] How to separate a geometry having distinct objects ?
Sat, Jan 23, 2021 3:21 PM
If, for instance, you wanted to take a sphere, cut the top half from the bottom half, and separate the two halves, the only way to do it is to create *two* spheres, cut away the top half of one, and cut away the bottom half of the other. Now, because OpenSCAD is after all a programming environment, that doesn't mean that you have to type out both models.
List: discuss@lists.openscad.org
From: Raymond West
 
Re: reduction of computing time - ideas?
Thu, Dec 26, 2024 7:00 PM
I use them all the > time and think they look and feel great in my FDM printed models. > > What does NOT look great in my experience is something like the > gradual dome top of the knob, which tends to have a very exposed layer > line step-structure with very wide and visible steps that I think look > and feel pretty bad. 
List: trawlers@lists.trawlering.com
From: flyjbaker624@aol.com
 
Re: TWL: RE: RE: Captain Al
Sun, Aug 24, 2003 4:35 PM
God Bless you all, John
List: usrp-users@lists.ettus.com
From: Michael West
 
Re: [USRP-users] B200mini Rx-to-Tx-to-Rx observation
Fri, Jul 29, 2016 2:53 AM
Darum sind die revolutionären geistigen Bewegungen, > welche alles Frühere für nichtig erklären, im Recht, denn es ist > noch nichts geschehen. - Franz Kafka* > > > > > > _______________________________________________ > USRP-users mailing list > USRP-users@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com > >
List: discuss@lists.openscad.org
From: Father Horton
 
Re: Forum
Thu, Oct 6, 2022 12:54 AM
Forums eventually >> die off and shut down and take all the content with them. >> >> -ethan >> _______________________________________________ >> OpenSCAD mailing list >> To unsubscribe send an email to discuss-leave@lists.openscad.org >> > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@
List: newflink@nsnewf.org
From: Christopher Plum
 
FW: An Invitation to all regional club members
Tue, Apr 14, 2015 3:00 AM
Donna; Price, Mary; Frey, Roger; John; Anderson-Powell, Lynne; Jennifer; Charlene; Anne; Christine; Pat; Lynn; Perri; Jeanette; Angela; Terry; Fitser, Julie; Gloria; Patty; Tide, Editor of Newf; Patti; Donna; Susan; Steve; Mary; Risko, Stephen; Janet; Sue; Carrie; Plum, Christopher Cc: Campbell, Donna; mjspackman; dawnhockman@yahoo.com Subject: An Invitation to all
List: trawler-buy-sell-trade@lists.trawlering.com
From: John Sykes
 
43' Gulfstar MS for sale
Tue, Nov 18, 2014 1:25 PM
Boat has 20 years of "Stuff" on board all goes with boat. All current Coast Guard safety required equipment(lights, horn, signaling and other). Needs TLC. John Sykes Miami, FL. sykes1@bellsouth.net 305-233-9446
List: trawlers@lists.trawlering.com
From: Robert Bryett
 
TWL: RE: Re: Cameras at sea
Wed, Feb 4, 2004 11:17 PM
>>>> Incidentally, although I have several fine film and digital cameras of top professional quality, my favorite marine camera is a 20 year old Nikonos II, bought used for $180. It has proven indestructible in all wet endeavors from diving in the Virgins to rafting down the Grand Canyon.
List: trawlers@lists.trawlering.com
From: Jim Boyd
 
Re: T&T: Sliding Door Rollers
Fri, Dec 5, 2008 2:16 AM
These are the originals and all worn out, either brass or bronze. All I am finding are replacements for sliding patio doors. If no replacements, what are other doing for the slider? Thanks, Chuck
List: discuss@lists.openscad.org
From: gilboonet
 
Re: [OpenSCAD] How to separate a geometry having distinct objects ?
Sun, Jan 24, 2021 1:25 PM
When an intersection returns more than one geometry, each of those geometries must be considered as one intersection The interlocking is made by splitting each intersection in 2 (top and bottom) And subtract all top to X slices and all bottom to Y slices.