Search results for all lists

10000 messages found
Sort by
List: trawlers@lists.trawlering.com
From: Mike Sullivan
 
Corian on boats
Thu, Mar 15, 2018 11:06 PM
Mike Sullivan Knoxville Irish Ayes -- If you forward this email, Please delete all addresses above the body of the e-mail. Thank you. Mike
List: usrp-users@lists.ettus.com
From: Yeo Jin Kuang Alvin (IA)
 
USRP: AD9361
Thu, Apr 19, 2018 3:22 AM
Hi all, I need to control the AD9361 in the USRP board and I have the AD93611_ctrl.cpp code.
List: great-loop@lists.trawlering.com
From: Larry
 
Re: GL: Boat mattresses
Tue, Jan 9, 2007 10:31 PM
and place on top of the green foam. Total package is 6" thick,quite light and easy to handle. A bit soft to our taste but the comfort foam is the only inexpensive single piece of foam we could find to tie the system together. Ours is on slats with 1.5" gap and there is no sense of openings of bottoming of the foam by hips or elbows.
List: ctbirds@lists.ctbirding.org
From: Mntncougar@aol.com
 
Snowproofing feeders
Tue, Mar 3, 2009 6:09 PM
The covers don't seem to be a problem for the birds, I've never seen 1 hit the tops, and they often sit on top waiting their turns. For a while I left the sides unmarked also, but after watching a Blue Jay go 0 for 2 one day I put the tape on them as a warning.
List: trawlers@lists.trawlering.com
From: ftimpano@infi.net
 
Re: TWL: Weaver Davits & Low Swim Platform
Mon, Jul 17, 2000 4:13 PM
It is fairly easy to engage/disengage the davits simply by pushing/pulling on them. Only when the dinghy is fully loaded and still attached to the davits on the platform do we have to "lean away from the boat, folks" to take weight off the davits to unhook them.
List: trawlers@lists.trawlering.com
From: dd0267@gregsteckel.com
 
Re: T&T: Florida Tax Issues
Mon, Dec 10, 2007 9:52 PM
Lee _____ See AOL's top top-rated-recipes?NCID=aoltop00030000000004> rated recipes and easy ways to stay in shape for winter.
List: usrp-users@lists.ettus.com
From: Neel Pandeya
 
Re: [USRP-users] B2XXmini PPS reference jumping around
Thu, Jul 20, 2017 2:32 AM
Changing the update rate of the control voltage is a much more invasive change that would not be quick or easy to implement. By the way, the 5ppm specification for the TCXO refers to the adjustment range of the VCTCXO. The datasheet for the TCXO is on the KB page [2].
List: discuss@lists.openscad.org
From: Whosawhatsis
 
Re: Linear extrude question
Sun, Jan 2, 2022 9:17 PM
My dim recollection is that it's not technically wrong, but it isn't exactly right either. > > By way of comparison, here's a similar close-up of the original helix: > > > Net, it looks like you can sort of generate that kind of shape using linear extrusion, but it won't be easy and the result may not be optimal. > > For those who want to play on their own, here's
List: discuss@lists.openscad.org
From: Jordan Brown
 
Re: dimensioning in openscad
Wed, Jun 25, 2025 11:57 PM
Drawing a dimension line from one point to another is easy.  The problem is figuring out where the two points are. And then you get to *tricky* cases. intersection() { sphere(50); translate([90,0,0]) sphere(50); } That makes a sort of a disk-like shape.  I want a dimension line from the top to the bottom.
List: discuss@lists.openscad.org
From: Raymond West
 
Re: Questions about rotate_extrude parameters - working on warning messages
Wed, Sep 17, 2025 8:32 AM
I'm trying to give you an out, because if the version were > at the top of the file, you could easy consult it and not be breaking > people's code. > > In your proposal "install the old version", does everyone indicate > what version of OpenSCAD their .scad file needs, and how does that > information get through to the consumer?