I've got a C920 webcam, it is mounted on top of a monitor, but it overlaps with the actual screen a bit. I've looked around and found out that people just 3D-print spacers [1]. I never 3D-printed anything. I assume I'd have to adjust the spacer dimensions to my monitor.
What app I should use to edit and STL file, as a beginner? Where do I get this printed, preferably in Brno?
[1] https://www.printables.com/model/370558-logitech-c920-shim
@oleksandr not sure if there's anything better for editing stl files, but i do it in openscad -- mainly because i don't know how to use any other tools.
the prusa slicer (and perhaps other slicing tools) can do some rudimentary editing too.
also, i'm happy to print the model for you if you send me the stl file. also, if you show up in the #base48 hackerspace i can show you how to do so.
@oleksandr also, i think some people were running 3d printers in the red hat office. i don't know the details, but you may be able to dig some pointers from the brno-memo-list@ archives
@lkundrak OK, as the first step I'll measure the bezels and then try to play with the STL file. As for RH, I found the info in the mailing list, but it's not really work-related, so not sure if I should bother people.
@oleksandr as far as this model goes; publishing just the .stl file instead of the actual model is a little dick thing to do. essentially an equivalent of an .exe file with no source.
but looking at the model -- pretty sure modifying this is more work than designing from scratch. this literally takes 5 minutes of openscad with no prior experience.
@oleksandr i don't think any 3d printing is work related, considering the nature of red hat's business. pretty sure this is not intended for work related stuff
@lkundrak Hopefully. I did only simple templates in LibreCAD, and I do not remember anything from my university experience with AutoCAD.
@piggo @oleksandr i'm fairly certain you're right.
spend a week learning freecad and then draw it in 10 minutes :)
@oleksandr i suspect you could transfer some knowledge from other cad systems to freecad, perhaps, but openscad is a procedural cad.
you write a program that generates the model. it's closer to writing C or perhaps postscript. you got primitives that generate essential shapes (cubes, cylinders, spheres), operations atop them (translate, rotate, union, difference, intersection) and structured programming constructs -- subroutines, loops, variables and conditionals.
@palmer as long as you have space behind you monitor, you are good, yes :). I've researched for some tripod mounts that can be clamped onto my MSA20 monitor arm, but it's not that trivial.
@piggo @oleksandr here's how i do these rounded things in openscad; just place small spheres in corners and do a hull() around them (imagine wrapping them in a plastic foil)
@piggo @oleksandr yes; the spheres are centered on 0,0,0, which is why i translate them by the radius.
and yes, it gets slow. i sometimes draft with $fn=10 and then raise it upon doing the final render.
i'm not competent to comment on the rest, because i'm not smart enough to understand freecad.
@piggo @oleksandr i recently figured that openscad hangs if i do an infinite loop, which is pretty hilarious
(other than that, it's not at all too crashy)
@oleksandr @piggo looks okay to me. (and i'm not sure you need round edges anyway -- this is probably going to be just fine when printed)
@oleksandr hey @piggo look ^^^ dude become an #openscad pro while freecad was still starting up!
@oleksandr @piggo tell me when. there's a grill party every friday (like, right now), but i'm happy to stop by over the weekend too. i just need a few hours of advance notice
@oleksandr @piggo yes. if you want to meet there, make it 20:00 near the no. 82 door (next to the amici pizza) https://en.mapy.cz/s/gecovubuso
@oleksandr @piggo yeah, pretty cool.
translucent pink next time.
@vbabka @oleksandr @piggo a heartwarming story about an engineer who could install a web cam β€οΈ
@lkundrak @vbabka @oleksandr @piggo If you were Apple, you'd leave the webcam covering the screen and call it the Dynamic Black Place, and people would give you billions for it.
Anyway, welcome to the world of 3D printing and modeling. Warning, it's addictive...