discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Wher can I found some code form ESP32-CAM volum or other boards?

SS
Serge Smeesters
Mon, Nov 20, 2023 7:29 PM

Hello,

Sorry if I’m not at the right place for that...

I begun with OpenSCAD...

Where can I found an ESP32-CAM volum code to help me to make a box...
(for example, with difference function)

Thanks,
Serge

Hello, Sorry if I’m not at the right place for that... I begun with OpenSCAD... Where can I found an ESP32-CAM volum code to help me to make a box... (for example, with difference function) Thanks, Serge
DP
David Phillip Oster
Mon, Nov 20, 2023 7:38 PM

It is a bit off topic for this group, but you can look at the scad files
from a Google search for:

enclosure filetype:scad
https://www.google.com/search?client=safari&rls=en&q=enclosure+filetype%3Ascad&ie=UTF-8&oe=UTF-8

for example: https://www.thingiverse.com/thing:155001

On Mon, Nov 20, 2023 at 11:31 AM Serge Smeesters via Discuss <
discuss@lists.openscad.org> wrote:

Hello,

Sorry if I’m not at the right place for that...

I begun with OpenSCAD...

Where can I found an ESP32-CAM volum code to help me to make a box...
(for example, with difference function)

Thanks,
Serge


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

It is a bit off topic for this group, but you can look at the scad files from a Google search for: enclosure filetype:scad <https://www.google.com/search?client=safari&rls=en&q=enclosure+filetype%3Ascad&ie=UTF-8&oe=UTF-8> for example: https://www.thingiverse.com/thing:155001 On Mon, Nov 20, 2023 at 11:31 AM Serge Smeesters via Discuss < discuss@lists.openscad.org> wrote: > Hello, > > Sorry if I’m not at the right place for that... > > I begun with OpenSCAD... > > Where can I found an ESP32-CAM volum code to help me to make a box... > (for example, with difference function) > > Thanks, > Serge > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
MA
Martin Axelsen
Mon, Nov 20, 2023 7:44 PM

... or you can import a 3D model of the ESP32-CAM and use that along with
import() and difference()

Best regards

Martin

On Mon, 20 Nov 2023 at 20:38, David Phillip Oster via Discuss <
discuss@lists.openscad.org> wrote:

It is a bit off topic for this group, but you can look at the scad files
from a Google search for:

enclosure filetype:scad
https://www.google.com/search?client=safari&rls=en&q=enclosure+filetype%3Ascad&ie=UTF-8&oe=UTF-8

for example: https://www.thingiverse.com/thing:155001

On Mon, Nov 20, 2023 at 11:31 AM Serge Smeesters via Discuss <
discuss@lists.openscad.org> wrote:

Hello,

Sorry if I’m not at the right place for that...

I begun with OpenSCAD...

Where can I found an ESP32-CAM volum code to help me to make a box...
(for example, with difference function)

Thanks,
Serge


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

... or you can import a 3D model of the ESP32-CAM and use that along with import() and difference() Best regards Martin On Mon, 20 Nov 2023 at 20:38, David Phillip Oster via Discuss < discuss@lists.openscad.org> wrote: > It is a bit off topic for this group, but you can look at the scad files > from a Google search for: > > enclosure filetype:scad > <https://www.google.com/search?client=safari&rls=en&q=enclosure+filetype%3Ascad&ie=UTF-8&oe=UTF-8> > > for example: https://www.thingiverse.com/thing:155001 > > On Mon, Nov 20, 2023 at 11:31 AM Serge Smeesters via Discuss < > discuss@lists.openscad.org> wrote: > >> Hello, >> >> Sorry if I’m not at the right place for that... >> >> I begun with OpenSCAD... >> >> Where can I found an ESP32-CAM volum code to help me to make a box... >> (for example, with difference function) >> >> Thanks, >> Serge >> _______________________________________________ >> 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 >
NH
nop head
Mon, Nov 20, 2023 7:45 PM

I have a model of an ESP32 camera here:
https://github.com/nophead/NopSCADlib#cameras

On Mon, 20 Nov 2023 at 19:38, David Phillip Oster via Discuss <
discuss@lists.openscad.org> wrote:

It is a bit off topic for this group, but you can look at the scad files
from a Google search for:

enclosure filetype:scad
https://www.google.com/search?client=safari&rls=en&q=enclosure+filetype%3Ascad&ie=UTF-8&oe=UTF-8

for example: https://www.thingiverse.com/thing:155001

On Mon, Nov 20, 2023 at 11:31 AM Serge Smeesters via Discuss <
discuss@lists.openscad.org> wrote:

Hello,

Sorry if I’m not at the right place for that...

I begun with OpenSCAD...

Where can I found an ESP32-CAM volum code to help me to make a box...
(for example, with difference function)

Thanks,
Serge


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

I have a model of an ESP32 camera here: https://github.com/nophead/NopSCADlib#cameras On Mon, 20 Nov 2023 at 19:38, David Phillip Oster via Discuss < discuss@lists.openscad.org> wrote: > It is a bit off topic for this group, but you can look at the scad files > from a Google search for: > > enclosure filetype:scad > <https://www.google.com/search?client=safari&rls=en&q=enclosure+filetype%3Ascad&ie=UTF-8&oe=UTF-8> > > for example: https://www.thingiverse.com/thing:155001 > > On Mon, Nov 20, 2023 at 11:31 AM Serge Smeesters via Discuss < > discuss@lists.openscad.org> wrote: > >> Hello, >> >> Sorry if I’m not at the right place for that... >> >> I begun with OpenSCAD... >> >> Where can I found an ESP32-CAM volum code to help me to make a box... >> (for example, with difference function) >> >> Thanks, >> Serge >> _______________________________________________ >> 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 >