Search results for all lists

10000 messages found
Sort by
List: usrp-users@lists.ettus.com
From: xi yang
 
FPGA testbench
Tue, Jan 3, 2012 9:21 AM
/top/USRP2/u2_core.v:617: error: Unknown module type: vita_rx_chain ../sdr_lib/dsp_core_rx.v:148: error: Unknown module type: sfft ../top/USRP2/u2_core.v:645: error: Unknown module type: vita_rx_chain ../top/USRP2/u2_core.v:666: error: Unknown module type: ext_fifo ../top/USRP2/u2_core.v:694: error: Unknown module type: vita_tx_chain ..
List: discuss@lists.openscad.org
From: cbernhardt
 
Re: [OpenSCAD] Removing all surfaces in the X-Y Plane
Thu, Jan 9, 2020 2:19 PM
For your purpose (I think) that you want to eliminate all triangles that have non zero Z values for the normal vector. Doing so will produce a model that looks like the attached picture.
List: trawlers@lists.trawlering.com
From: diplodocus1@worldnet.att.net
 
TWL: RE: TWL Panama Canal Fenders ?
Sat, Apr 6, 2002 12:25 AM
I haven't transited the Panama Canal, but I have done the Belgian and French canals from the English channel to the Med and used 2 X 12" fenderboards outside all my fenders. They're easy to make and I had six in total for my 29 ft sailboat. john
List: trawlers@lists.trawlering.com
From: FloridaKeyz@aol.com
 
honda generator
Sat, Jan 12, 2008 1:08 PM
the 2000 in NOT loud at all , unless you got it cranking at near peak capacity. see you in paradise, Capt. Sterling _Help Key Largo_ (http://floridakeys.homestead.com/helpkeylargo.html) **************Start the year off right. Easy ways to stay in shape. http://body.aol.com/fitness/winter-exercise?NCID=aolcmp00300000002489
List: trawlers@lists.trawlering.com
From: Garrett Lambert
 
Here's How to Search the TWL Archives
Fri, Dec 12, 2008 6:17 AM
It's easy. In the google searchbox on your toolbar, type the words you want to find followed by a space and the phrase site:samurai.com. As an example, if I want to find all of my posts, I would simply type garrett site:samurai.com. Cheers, Garrett
List: trawlers@lists.trawlering.com
From: Larry McGill
 
Re: T&T: Transmission/Oil Cooler Life Span
Sun, Jun 13, 2010 5:33 PM
Thanks to all responded to our original question. I just finished installing 2 new coolers. For about $100.00 each the decision became real easy. And the down side, if I didn't and there was a failure, many boat units. Larry/Lena Hobo KK42 Santa Rosalia, BCS, MX
List: trawlers@lists.trawlering.com
From: marc papi
 
Cat mechanic in Havre De Grace MD?
Sun, Oct 10, 2010 12:58 PM
Hello all On our way from Solomons to NJ we overheated starboard engine and pulled into Tidewater Marina. Does anyone know of a reputable Cat mech in the area? My wife is driving down from NY to get me home. Thanks for the help Marc and Andree Over Easy
List: trawlers@lists.trawlering.com
From: marc papi
 
Cat mechanic in Havre De Grace MD?
Sun, Oct 10, 2010 1:00 PM
Hello all On our way from Solomons to NJ we overheated starboard engine and pulled into Tidewater Marina. Does anyone know of a reputable Cat mech in the area? My wife is driving down from NY to get me home. Thanks for the help Marc and Andree Over Easy
List: discuss@lists.openscad.org
From: Terrypin
 
Re: Novice, confused about saving files
Sat, Apr 10, 2021 9:33 PM
It’s easy to modify parameters in the editor window when the code is prominently parametrised. But that’s not always the case in the files I’ve downloaded, and changing all instances can then be relatively difficult. Terry -- Sent from: http://forum.openscad.org/
List: discuss@lists.openscad.org
From: Carsten Arnholm
 
Re: [OpenSCAD] Why is this not an error?
Sat, Dec 3, 2016 8:29 PM
To split a face, find the "top vertex" of the face, the one opposite the edge being split. Then simply re-mesh the triangle as a fan of new triangles, all referring to the top vertex and vertices from edge ends and/or edge_splits. Finally remove the split face and mark it as done so you don't try to split it again in this iteration.