Search results for all lists

10000 messages found
Sort by
List: usrp-users@lists.ettus.com
From: Marcus Müller
 
Re: [USRP-users] Does MATLAB support USRP X310 (NI USRP-29xxR)?
Thu, Aug 7, 2014 6:56 PM
. > Maybe the problem comes from that the supported version of MATLAB is > 003.005.001-vendor (according to the return value of > getSDRuDriverVersion()). > > So, my question is, doesn't the current version of MATLAB support USRP X310 > and is there any schedule for support if it is not supported currently?
List: support-services@lists.socallibraries.org
From: Linda Villegas
 
[Support-services] Re: Policy Guidelines for Computer Use Library Cards/Guest Passes
Thu, Apr 9, 2026 7:35 PM
Glendora Ave | Glendora, CA 91741 P 626-852-4891 E LVILLEGAS@cityofglendora.gov cityofglendora.gov ________________________________ From: Mario Adame via Support-services <support-services@lists.socallibraries.org> Sent: Thursday, April 9, 2026 10:26 AM To: support-services@lists.socallibraries.org <support-services@lists.socallibraries.org> Subject: [Support-services
List: tacomaart@list.cityoftacoma.org
From: Lacey Leffler
 
Broadway Center Awarded Prestigious Grant to Support Teacher Training
Tue, Aug 26, 2008 6:37 PM
Teacher Training Tacoma, WA - The Broadway Center for the Performing Arts has been awarded a prestigious national grant to support its teacher training programs.
List: discuss@lists.openscad.org
From: clothbot
 
Re: [OpenSCAD] [semi-on-topic] print speed optimized sinus support material. integration interface possible??
Fri, Mar 11, 2016 7:01 PM
- linear_extrude the shadow by a layer thickness and hull() it with the original concave part to 'fill' the support volume. - difference off minkowski() all of the original concave parts with a 'small enough' spacer shape so the slicer doesn't try to join the support to the original part.
List: tacomaart@list.cityoftacoma.org
From: Johanna Gardner
 
DONATE!! TO SUPPORT 2010 URBAN ART FESTIVAL
Wed, May 5, 2010 1:47 AM
Thanks for your support! U.A.F CREW
List: pjsip@lists.pjsip.org
From: Even André Fiskvik
 
is iPhone (arm) official support on any roadmap?
Sat, Nov 7, 2009 6:47 PM
I think a lot of apps are already using pjsip in their iPhone app's, but I guess they keep the good stuff on how to compile etc. to them self :P Are there any plans for official support for Apple iPhone in future version of pjsip?
List: discuss@lists.openscad.org
From: Parkinbot
 
Re: [OpenSCAD] [semi-on-topic] print speed optimized sinus support material. integration interface possible??
Fri, Mar 11, 2016 12:28 AM
So it is better loosely connected with the object (a slicer uses jerk control for this) - support is only needed up to a certain angle and has a heightmap. Don't see that in your current approach - support can have a substructure ...
List: discuss@lists.openscad.org
From: Parkinbot
 
Re: [OpenSCAD] [semi-on-topic] print speed optimized sinus support material. integration interface possible??
Fri, Mar 11, 2016 6:21 PM
Then continue with OpenSCAD 3. import this STL and use intersection() to cut the support from a generic block of sine infill structure 4. combine your support with your model. This is also straight forward.
List: discuss@lists.openscad.org
From: pproj
 
[semi-on-topic] print speed optimized sinus support material. integration interface possible??
Thu, Mar 10, 2016 12:12 AM
reason i have made it: i was unhappy with slic3r generated support for long time. it works very good on simple parts, but It fails quite a lot on my complex models, and it fills all gaps in any height. i only wanted to support the part from below. the simple inbuilt support i have created before using n openscad only, always been slowing down my print because
List: discuss@lists.openscad.org
From: nop head
 
Re: [OpenSCAD] [semi-on-topic] print speed optimized sinus support material. integration interface possible??
Fri, Mar 11, 2016 6:47 PM
Then continue with OpenSCAD > 3. import this STL and use intersection() to cut the support from a generic > block of sine infill structure > 4. combine your support with your model. > > This is also straight forward. > > > Peter wrote > > i.e. just as you write creating a hull of the model and subtracting it > > from the support structures will help, > > if the