Search results for all lists

10000 messages found
Sort by
List: discuss@lists.openscad.org
From: Jordan Brown
 
Re: How can I connect these two pieces?
Sat, Mar 8, 2025 12:33 AM
.) // Remembering that sine is opposite over hypotenuse, the // y-distance between the start and the end (the length of // the vertical bar) is r*sin(a). poly11end = [-r*cos(a), -r*sin(a)]; // Poly12 is the reverse curve (and the connection between // poly11 and poly12 is the straight segment.
List: discuss@lists.openscad.org
From: jamcultur
 
Re: [OpenSCAD] How to find the current x, y, z location
Sat, Mar 2, 2019 3:49 PM
OpenSCAD obviously knows the current [x, y, z] and it seems like it should be simple for it to make that information available to the program. -- Sent from: http://forum.openscad.org/
List: trawlers@lists.trawlering.com
From: Peter Bennett
 
Re: T&T: 30A/50A Y Adapters
Mon, Jul 10, 2006 3:31 AM
Ashore, this would be called a 50 amp service (most houses probably have a 100 or 200 amp, 240 volt service) When we put a Y-cord adapator on the shore end of the 50 amp 240V power cord, we can plug the two legs of the Y into two separate 30 amp 120 volt outlets - this should (unless we hit two outlets on the same phase) give us 30 amps at 240 V (a 30 amp/240V
List: discuss@lists.openscad.org
From: nop head
 
Re: [OpenSCAD] Polyhedron()
Tue, Nov 10, 2015 4:03 PM
E.g. concave_hull() { hull() for(x = [-10,10], y = [-10,10], z = [0, 20]) translate([x,y, z]) sphere(2); translate([0, 0, 18]) sphere(5); } Would make cube with rounded corners with a depression in the top that had a rounded bottom.
List: discuss@lists.openscad.org
From: David Coneff
 
Re: [OpenSCAD] FW: limit to number of elements rendered in a single operation
Fri, Feb 24, 2017 9:33 PM
transformation > > // source: Mathematical Methods for Scientists and Engineers - Donald A. > McQuarrie > > > > // x = r*cos(phi)*sin(theta) > > // y = r*sin(phi)*sin(theta) > > // z = r*cos(theta) > > // > > // 0 <= r < infinity > > // 0 <= theta <= Pi (180 degrees) > > // 0 <= phi <= 2*Pi (360 degrees) > > > > // *_sphere_degrees functions take angle
List: discuss@lists.openscad.org
From: Jordan Brown
 
Re: [OpenSCAD] Question about rotations and math and variables.
Wed, Feb 20, 2019 6:07 PM
. // // Library to perform various transformations on an [x,y,z] point. // // Define the various transformation matrices. function matrix_rotate_x(a) = [ [ 1, 0, 0, 0 ], [ 0, cos(a), -sin(a), 0 ], [ 0, sin(a), cos(a), 0 ], [ 0, 0, 0, 1 ] ]; function matrix_rotate_y(a) = [ [ cos(a), 0,
List: trawlers@lists.trawlering.com
From: Peggie Hall
 
Re: TWL: Inoperative "Y" Valves
Sat, Feb 21, 2004 5:56 PM
It's one of the reasons why some people don't like plastic y-valves...the handles become brittle and can break off if very much force is needed to operate them.
List: trawlers@lists.trawlering.com
From: Gil Johnson
 
30A/50A Y Adapters
Sun, Jul 9, 2006 3:05 PM
30A is certainly less than 50A and 30A is all you should be able to adraw from EACH leg of 110VAC that you have attached via the "Y" cable. Actually, most circuit breakers are designed to trip at 80% of their rated load for constant loads. So, don't bank on more than 24A per 30A feed. The real concern is 220V vs 110V.
List: pjsip@lists.pjsip.org
From: JOHAN LANTZ
 
NAT64 for iOS
Tue, May 31, 2016 5:22 PM
Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.
List: pjsip@lists.pjsip.org
From: JOHAN LANTZ
 
Re: [pjsip] NAT64 ios issue
Tue, Apr 18, 2017 8:27 AM
Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilización, divulgación y/o copia sin autorización puede estar prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción.