Search results for all lists

10000 messages found
Sort by
List: discuss@lists.openscad.org
From: doug moen
 
Re: [OpenSCAD] Tail recursion
Tue, Apr 12, 2016 1:35 AM
I don't know an easy way to implement generalized tail recursion elimination for a parse tree interpreter. There is a technique called a 'trampoline' that might be applicable, but that's probably more trouble than it is worth.
List: discuss@lists.openscad.org
From: Frank van der Hulst
 
Motion planning/design?
Thu, Sep 22, 2016 11:15 PM
On the top side of the wheel is an object which can also revolve around its own centre (Hopefully the "Insert image" button will show what I mean). So far, so easy... an axle at the centre of the wheel, and an axle at the centre of the object.
List: discuss@lists.openscad.org
From: Hans L
 
Re: [OpenSCAD] tail recursion: how to ensure it?
Sat, Mar 23, 2019 12:54 AM
On Fri, Mar 22, 2019 at 1:24 PM jon wrote: > Well, that will be easy to remember... > > :( > > On 3/22/2019 12:36 PM, Torsten Paul wrote: > > The only case where tail recursion is currently supported is > > if the top level expression is a ternary operator (?
List: time-nuts@lists.febo.com
From: Bob Camp
 
Re: [time-nuts] The GPS velocity of light versus neutrinos
Tue, Nov 22, 2011 1:15 AM
Location and time of day are the easy stuff...
List: time-nuts@lists.febo.com
From: Magnus Danielson
 
Re: [time-nuts] The GPS velocity of light versus neutrinos
Tue, Nov 22, 2011 11:57 PM
Location and time of day are the easy stuff... >> >>>> OK, So assume an unlikely huge position uncertainly of one meter. On top of >>>> that let's assume the surveyor got it wrong too and missed by a full >>>> meter. Both of these added together can only account for about 10% >>>> of what they saw.
List: time-nuts@lists.febo.com
From: paul swed
 
Re: [time-nuts] Fw: Rubidium Lamp PIX
Sat, Dec 29, 2012 2:38 PM
Paul WB8TSL On Sat, Dec 29, 2012 at 9:15 AM, Chuck Harris wrote: > Should be easy enough for you to figure out. The idea is to > evaporate any rubidium that is blocking the light from leaving > the bulb and making a straight path to the filter cell, and > ultimately the detector end of the package.
List: time-nuts@lists.febo.com
From: Rick Jones
 
Re: [time-nuts] Looking to find an antenna for a TrueTime XL-DC
Fri, Aug 5, 2016 10:11 PM
If so, it might > be possible/easy to bypass. > > If it looks like a direct connection to a normal receiver, I'd guess it has > special firmware. It might be possible to replace it with one with normal > firmware.
List: discuss@lists.openscad.org
From: David Phillip Oster
 
Re: Seems OK but errors re unnamed arguments
Sat, Feb 19, 2022 4:22 PM
The easy solution is to always use named arguments cylinder(h=h, d1=d1, d2=d2, $fn); cylinder(h=h+.01, d1=d1-2*t, d2=d2-2*t, $fn); On Sat, Feb 19, 2022 at 11:16 AM Terry wrote: > As recommended I'm using modules as much as possible. I'd welcome any > general > critiques of this one (syntax, method, formatting, anything).
List: discuss@lists.openscad.org
From: Gene Heskett
 
Re: loooooooong f6, like 10+ minutes but works finally
Mon, Jul 5, 2021 9:42 PM
On Monday 05 July 2021 16:19:11 Jan Wieck wrote: > On 7/5/21 2:43 PM, larry wrote: > > There's no way I want hairspray on anything that isn't my print > > surface, and I don't see an easy way to avoid getting in onto > > leadscrews, belts, electronics, etc. > > No problem with the Prusa MK3 series printers.
List: discuss@lists.openscad.org
From: Jordan Brown
 
Re: suggestion window options override
Thu, Jun 3, 2021 8:02 PM
This would make it obvious and easy to flick between > window configurations. > > In addition, the Customizer configuration would be the default unless > changed in the properties menu. Remember that the editor and the Customizer are not either-or; you can have neither, either, or both displayed.