Search results for all lists

10000 messages found
Sort by
List: discuss@lists.openscad.org
From: Adrian Mariano
 
Re: how to round/soften top edges
Thu, Nov 30, 2023 11:42 AM
piled.scad> > > > > chamfer(4,-2) tube(d=10,h=20,wall=2.5); > > I can't compile Bobs code after including ; I > get error messages of this > > WARNING: Too many unnamed arguments supplied in file > ../.local/share/OpenSCAD/libraries/BOSL2/attachments.scad, line 3274 > > kind. I guess there is some naming ambiguities between BOSL and > constructive-compiled; > > Cheers, > Marcus > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
List: discuss@lists.openscad.org
From: Marcus Poller
 
Re: how to round/soften top edges
Thu, Nov 30, 2023 11:20 AM
g ambiguities between BOSL and constructive-compiled; Cheers, Marcus
List: discuss@lists.openscad.org
From: pproj@posteo.de
 
Re: how to round/soften top edges
Thu, Nov 30, 2023 12:19 PM
            chamfer(down=-1,up=-.15,side=-Ro,fnCorner=40)                 box(skin(Wo),skin(Lo)); } i am not quite sure what bobs code was supposed to look like, so this is only a first take. more on skins in constructive here: https://github.com/solidboredom/constructive/blob/main/tutorials/tutorial-partIII.md#easily-create-skins-with-skinsize0-skinthickskinthick-walls2-marginmargin On 30.11.23 12:20, Marcus Poller wrote: > Hi Peter, > >> include >> >> chamfer(4,-2) tube(d=10,h=20,wall=2.5); > I can't compile Bobs code after including ; I get error messages of this > > WARNING: Too many unnamed arguments supplied in file ../.local/share/OpenSCAD/libraries/BOSL2/attachments.scad, line 3274 > > kind. I guess there is some naming ambiguities between BOSL and constructive-compiled; > > Cheers, > Marcus
List: discuss@lists.openscad.org
From: pproj@posteo.de
 
Re: how to round/soften top edges
Thu, Nov 30, 2023 12:24 PM
ed. > This allows for more sophisticated designs and less strategy how to > describe objects correctly ... > > https://imgur.com/a/KdZmaxG > > > > > On Thu, Nov 30, 2023 at 12:43 PM Adrian Mariano via Discuss > wrote: > > Yeah, it seems unlikely there's any way to simultaneously use > BOSL2 and constructive-compiled. > > Another strategy for making this in BOSL2 would be to make a > U-shaped 2d-path and path extrude it along a rounded rect(). > > On Thu, Nov 30, 2023 at 6:26 AM Marcus Poller via Discuss > wrote: > > Hi Peter, > > > include > > > > chamfer(4,-2) tube(d=10,h=20,wall=2.5); > > I can't compile Bobs code after including > ; I get error messages of this > >     WARNING: Too many unnamed arguments supplied in file > ../.local/share/OpenSCAD/libraries/BOSL2/attachments.scad, > line 3274 > > kind. I guess there is some naming ambiguities between BOSL > and constructive-compiled; > > Cheers, > Marcus > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org > > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email todiscuss-leave@lists.openscad.org
List: discuss@lists.openscad.org
From: Guenther Sohler
 
Re: how to round/soften top edges
Thu, Nov 30, 2023 12:37 PM
... On Thu, Nov 30, 2023 at 1:24 PM pproj--- via Discuss < discuss@lists.openscad.org> wrote: > WOW! > using cadquery from openscad sound more than awesome > how is build123 into openscad compiler? > I think there are tons of uses for it. > > On 30.11.23 12:48, Guenther Sohler via Discuss wrote: > > Yet another strategy would be to use build123d (cadquery) inside openscad > > With OpenCascade you can even create filltets AFTER the object was > already defined. > This allows for more sophisticated designs and less strategy how to > describe objects correctly ... > > https://imgur.com/a/KdZmaxG > > > > > On Thu, Nov 30, 2023 at 12:43 PM Adrian Mariano via Discuss < > discuss@lists.openscad.org> wrote: > >> Yeah, it seems unlikely there's any way to simultaneously use BOSL2 and >> constructive-compiled. >> >> Another strategy for making this in BOSL2 would be to make a U-shaped >> 2d-path and path extrude it along a rounded rect(). >> >> On Thu, Nov 30, 2023 at 6:26 AM Marcus Poller via Discuss < >> discuss@lists.openscad.org> wrote: >> >>> Hi Peter, >>> >>> > include >>> > >>> > chamfer(4,-2) tube(d=10,h=20,wall=2.5); >>> >>> I can't compile Bobs code after including ; >>> I get error messages of this >>> >>> WARNING: Too many unnamed arguments supplied in file >>> ../.local/share/OpenSCAD/libraries/BOSL2/attachments.scad, line 3274 >>> >>> kind. I guess there is some naming ambiguities between BOSL and >>> constructive-compiled; >>> >>> Cheers, >>> Marcus >>> _______________________________________________ >>> OpenSCAD mailing list >>> To unsubscribe send an email to discuss-leave@lists.openscad.org >>> >> _______________________________________________ >> OpenSCAD mailing list >> To unsubscribe send an email to discuss-leave@lists.openscad.org >> > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org > > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
List: discuss@lists.openscad.org
From: Guenther Sohler
 
Re: how to round/soften top edges
Thu, Nov 30, 2023 11:48 AM
uss@lists.openscad.org> wrote: > Yeah, it seems unlikely there's any way to simultaneously use BOSL2 and > constructive-compiled. > > Another strategy for making this in BOSL2 would be to make a U-shaped > 2d-path and path extrude it along a rounded rect(). > > On Thu, Nov 30, 2023 at 6:26 AM Marcus Poller via Discuss < > discuss@lists.openscad.org> wrote: > >> Hi Peter, >> >> > include >> > >> > chamfer(4,-2) tube(d=10,h=20,wall=2.5); >> >> I can't compile Bobs code after including ; I >> get error messages of this >> >> WARNING: Too many unnamed arguments supplied in file >> ../.local/share/OpenSCAD/libraries/BOSL2/attachments.scad, line 3274 >> >> kind. I guess there is some naming ambiguities between BOSL and >> constructive-compiled; >> >> Cheers, >> Marcus >> _______________________________________________ >> OpenSCAD mailing list >> To unsubscribe send an email to discuss-leave@lists.openscad.org >> > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
List: time-nuts@lists.febo.com
From: Jim Sanford
 
Re: [time-nuts] Practical considerations making a lab standard with an LTE lite
Sun, Nov 23, 2014 8:04 PM
Specs are on their website, but basically, one in, four out -- each individually buffered and filtered. Second: I will use the 20 MHz from the LTE-Lite to lock a 100Mhz TCXO which will be the LO for a high performance 2meter amateur software defined radio. (OpenHPSDR.org for info on the SDR) I may multiply it to help with some of the microwave LOs.
List: hbcu-lib@lists.hbculibraries.org
From: Sandra Phoenix
 
WEBSITE LINK: Winterthur/University of Delaware Program in Art Conversation/HBCU Library Alliance Summer 2018 Library Preservation/Conversation Internship Program
Fri, Jan 19, 2018 1:32 PM
A link to the HBCU Library Alliance website will be available later this week that includes photos and information to share with others. Thanks to Board member Debbie Hess-Norris, University of Delaware, for securing this funding. Thanks also to the Samuel H.
List: ctbirds@lists.ctbirding.org
From: Thomas Robben
 
Birds of spring: tales of caution and the top 5 most misidentified (long)
Thu, Mar 22, 2012 12:28 AM
Tom Robben Glastonbury CT ===================== Subject: Birds of spring: tales of caution and the top 5 most misidentified (long) From: Marshall Iliff Date: Wed, 21 Mar 2012 14:04:04 -0400 Massbird, As we all know by now, we are experiencing a record-breaking spring.
List: members@list.springvalleymultisport.com
From: Don
 
Gators: Accomplishments, Who's Next?, About A Gator, Group OWS, and 1:59 Marathon?!?
Tue, Aug 26, 2014 5:26 PM
And Maddie had a chance to watch her parents race for a change...FIRST TIME TRIATHLETE: Al Mattarazzo had a very successful race finishing in the top half overall as well as on the bike and also achieved a top 40% swim and a top 35% T2... Welcome to the club, Al!