Search results for all lists

10000 messages found
Sort by
List: discuss@lists.openscad.org
From: Raymond West
 
Re: reduction of computing time - ideas?
Thu, Dec 26, 2024 12:20 PM
On 26/12/2024 08:12, pca006132 via Discuss wrote: > Another way would be to do the convex decomposition by yourself, I > think it can be split into 5 convex components?
List: trawlers@lists.trawlering.com
From: Gary and Vanette
 
TWL: Re: Reverse Y Adapters & 50 amps
Sat, Jan 3, 2004 2:36 PM
If you have any 240 volt appliances on board, the two 30 amp shore power connections used with the "Reverse Y" must be of different phases or the 240v appliances will not operate. Our boat has both a 30amp 110v and a 50amp 240v connections. A onboard switch selects which source is being used.
List: discuss@lists.openscad.org
From: Torsten Paul
 
Re: [OpenSCAD] Functions literals / higher order functions
Wed, Sep 25, 2019 12:46 AM
. --------------------------------------- module m2(f1, f2) { a = 3; $a = 30; echo(f1 = f1(0.03), f2 = f2(0.07)); } module m1(f) { a = 2; $a = 20; add2 = function(x) function(y) x + y + a + $a; m2(f, add2(0.2)); } a = 1; $a = 10; add1 = function(x) function(y) x + y + a + $a; m1(add1(0.1)); // ECHO: f1 = 31.13, f2 = 32.27 ---
List: usrp-users@lists.ettus.com
From: Juan Daniel Fernandez Martinez
 
problem adding a custom block to GRC
Fri, Oct 19, 2012 8:45 PM
Si usted no es el destinatario autorizado o por error recibe este mensaje, por favor informe al remitente y posteriormente bórrelo de su sistema sin conservar copia del mismo.
List: discuss@lists.openscad.org
From: jon
 
Re: spacing dots along a path
Wed, Mar 1, 2023 5:21 PM
>>>> >>>> >>>> >>>> function x(r, theta, rho) = r * sin(theta) * cos(rho); >>>> function y(r, theta, rho) = r * sin(theta) * sin(rho); >>>> function z(r, theta, rho) = r * cos(theta); >>>> >>>> sphereD = 5; >>>> numRots = 7; >>>> numSpheres = numRots * 360; >>>> r = 100; >>>> for (rho = [0:5:numSpheres
List: discuss@lists.openscad.org
From: Drew Rogge
 
Re: [OpenSCAD] a stupid syntax error I can't see
Sat, Aug 6, 2016 9:59 PM
that line > > > module rfsphere(counter,geometry,growth,xoffset,yoffset,size) > { > if(counter>0) > { > angle = (360/geometry); > ratio = (1 / (geometry / 2)); > newcounter = counter - 1; > newgeometry = geometry + growth; > newsize = size * ratio; > for(i=[1:1:geometry]) > { > xoffset = xoffset + (size * sin
List: discuss@lists.openscad.org
From: runsun
 
Re: [OpenSCAD] geometry help
Sun, Sep 18, 2016 4:40 PM
DanS wrote > I'm trying to move what you did so the bottom is lying on the x > axis and the top is on the y axis. I can get the bottom on the x axis via > a translate with y value: (r2*(cos(45))) but when I try to do something > similar to get the top in line I can't get it right.
List: usrp-users@lists.ettus.com
From: Juan Daniel Fernandez Martinez
 
Bandwidth control approach
Wed, Feb 27, 2013 8:05 PM
Si usted no es el destinatario autorizado o por error recibe este mensaje, por favor informe al remitente y posteriormente bórrelo de su sistema sin conservar copia del mismo.
List: trawlers@lists.trawlering.com
From: Peggie Hall
 
Re: T&T: Y-Valves for waste - which one works best?
Thu, Apr 21, 2005 4:59 AM
However, lack of use can cause any y-valve to seize up...so whether you need to use it or not, make a habit of "exercising" it at least once a month.
List: trawlers@lists.trawlering.com
From: e16@telus.net
 
TWL: RE: D-I-Y Marine Maintenance Magazine
Mon, Oct 22, 2001 11:10 PM
Hi Phil Thanks again for referring me to D-I-Y. http://www.diy-boat.com/index.html Today I ordered the CD containing the 24 issues from 1995-2000. I also got a freebie for the electronic version for the current and 3 previous issues, so by the time the CD arrives, I'll have the complete set.