What are your favorite resources to recommend for beginners?

I’m wanting to get interested for doing a cyberdeck case, and/or custom cluster racks for Raspberry Pi’s but any and all newbie resources would be appropriate for this question.

    • Flaky_Fish69@kbin.social
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      1 year ago

      Teaching tech is good
      I’d also add troubleshooting guides from all3dp

      I would suggest, however, at least checking calibration even if you’re not changing anything- and inspecting it out of the box. (Are the axis square to each other? Is the bed loose? Is the frame? Belts tight but not too tight?) if it’s a lower end… yeah? There’s probably something that needs tightening.

      If it’s a higher end printer, well it’ll give you an idea of how it’s supposed to be.

      Other resources…

      As well as Prusa, this guide in particular, but the community is very helpful.

      Also, I’d suggest staying away from thingiverse. A lot of the models are ripped from non-free sourced (like cults3d or my mini factory.); and many of the stls there suck anyhow. Printables my go to.

      For more esoteric content… I’d recommend CNC Kitchen there’s always good stuff in their videos, even if it might not be “basic”

      Finally… don’t freak out. There’s going to be a learning curve. It’s okay. Take it one print at a time, accept that spaghetti monsters will happen. (Just tell people it’s abstract art,)

    • netwren@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      Excellent! Not something I would’ve immediately thought of but sounds critical to good prints.

  • j4k3@lemmy.worldM
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    1 year ago

    The Free and Open Source Software options are FreeCAD and Blender. These are not trying to manipulate you in any way. You 100% own them, your products from them, and this can never be taken away from you.

    I use FreeCAD for all of my designs. All CAD software has a substantial learning curve. There are 3 common modes of design. You can make parts: programmatically with OpenSCAD, like wooden building blocks/Lego’s, or using 2d sketches and performing 3d operations like extruding and pocketing. FreeCAD can do all 3. Check the official documentation to get started, it is very high quality. The workbenches can be a bit confusing at first. If you want to do the building blocks style, learn to use the Part Workbench. If you want to do sketch based design, use the Part Design workbench. Don’t worry about anything on any other workbenches, they are for advanced operations you do not need.

    • zipsglacier@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      I use FreeCAD for most of my stuff now, but I found it very, very hard until I watched some video tutorials. After a little training, I’m really happy with it. I tried OpenSCAD, and that can be a really good option depending on your background.

      You will also need to choose a slicer, or try some different ones. A lot of people like the prusa slicer, but I’ve never tried it. I started with the cura slicer, and it worked well enough that I haven’t tried anything else. It seems that some people really like the new orca slicer, so that might be a good choice too.

      If you can connect a computer to your printer (either raspi, or something else), some software to manage that is definitely helpful. Octoprint is the most popular option, and maybe the only one; so look that up if it’s something you think would be relevant for you. There is also something called Klipper for upgrading your printer’s firmware. Whether or not that’s for a “beginner” depends very much on what their background is, but it’s something to consider if the additional features sound worthwhile.

      I don’t know if these are really the kinds of resource suggestions you had in mind though.

    • edjsage@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      While not open source, Fusion 360 has a free for personal use version if you are wanting a fairly easy to use CAD program. I had been using mostly Blender up until recently since learning how to use Fusion. I love being able to parameterize everything. Blender is awesome though in it’s own right. I use both for making functional prints depending on what I’m trying to do. I tried FreeCAD, but it definitely has a bit more learning curve than Fusion.

  • Deletecat@lemmy.fmhy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    For calibrating printers, I would recommend Ellis’ guide: https://ellis3dp.com/Print-Tuning-Guide/ It covers how to calibrate your printer with popular firmware options (Marlin, Klipper and Reprapfirmware)

    For CAD, a free and open source option I have used is OpenSCAD, it’s CAD with code! If this isn’t your sort of thing, you could try OnShape - it’s free with some limitations

    • edjsage@lemm.ee
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      While not for 3D printing specifically, Andrew Price’s donut tutorial on YouTube is a great primer for learning to use Blender and all is basic functions.

      Donut tutorial

    • netwren@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      I actually have used Blender pretty extensively, I was on the Blender forums way back.

      I didn’t realize I’d be able to use Blender for the modelling because I assumed the sizing would have to be fairly precise.

      • edjsage@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        You can definitely make accurate models. Its a little more unforgiving than CAD if you need to go back and fix something, but you can definitely make precise models for functional prints if you do it right (such as inputting specific measurements when doing extrusions, etc).

    • netwren@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I’ve used Blender, Fusion360, and Google Sketch. So I’m somewhat familiar with 3d modelling. I guess I was thinking more along the lines of Hardware but Software compatibility is a good topic to cover as well.

      • PerfectParanoia@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        If you are familiar with Blender and F360 you will have no issues producing models to print. Maybe some mesh fixes but most slicers will manage to produce something printable if there is nothing too egregious. Dealing with overhangs, print tolerances and fine tuning will all come when you start printing, there are some pretty good links posted here already. Prusa even has some ebooks (some free, some you can buy or be active on printables to get) that may be useful (they look to be but I haven’t checked them out myself). What excactly do you mean by hardware recommendations/tips? Are you looking for printer recommendations, setup suggestiong (enclosures for ABS printing, Rpi and octoprint to control/monitor etc) or tools/materials? In any case most of these will vary depending on what is available to you in your area but again when you start using your printer the needs/areas to improve will become aparent. I really would recommend you dive in and ave fun. Any trouble you encounter along the way there will probably be resources to help and, if not, asking here will more than likely get you most of the way there.

        • netwren@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          Honestly I don’t know what I don’t know. I assume there are hardware items to learn about.

          I’d say printer recommendations, specifically how to pick one, where to buy from, should I build it myself?

          I’ll check out the Prusa book because I’d assume beginner material probably also covers this. However I’ve seen online community recommendations differ from authors quite a bit (saying Generally for hobbies).

          • PerfectParanoia@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            Honestly I don’t know what I don’t know.

            Thats understandable, thats why I was saying that when you start using your printer the needs/areas to improve will become aparent and so what you need to learn about hardware will also become apparent.

            I’d say printer recommendations, specifically how to pick one, where to buy from, should I build it myself?

            This depends on where you are located (US, EU, Asia etc) and what type of printer you are interested in. Judging from the projects you have in mind I guess you are looking into FFF/FDM and not any type of resin printer.

            Generally what people will recommend depends on your budget and mindset. If you want a printer as a tool and not something you want to tinker/improve and learn in depth about itself then you might want to avoid building your own from scratch. If your budget is in the <300$/€ range then a partial kit may be unavoidable. In general here is what I think. Keep in mind I haven’t bought a printer in a while (~3yrs) so I may be out of date.

            • Voron Printers - 100% diy well performing and regarded machines. Chalenging as a first printer but they are well documented and have an active, helpfull community. Open Source. Here is where I would start [400 - 2000 $ machines depending on what you pick]

            • [Creality Ender 3 (V2 or whatever flavour)] - Simple “kit” a few bolts really, well documented popular starter printer, performs fine, budget printer. When I bought mine I also bought a flasher to change the firmware to Marlin from the closed version they had, not sure if thats relevant anymore. I would buy from their store on aliexpress [200-250 $]

            • Prusa - Well build, well supported from the manufacturer and community, quality parts and engineering. I would look at MK4/MK3 but you may want something like the mini. Available in kits and assembled. Open Source. Buy from their store. [~450€ for the mini and 700-1200 MK3/MK4 depending on kit vs assembled]

            • Bamboo Lab X1 Carbon - The new and (very) shiny kid on the block. They seem to offer a very well build, very fast printer. They also seem to support and case so far. Closed Source. I don’t know the best place to buy from. [1500€]

            Above these price point you would be getting to more industrial/proffessional machines. Any cheaper than the ender and you will be in for a quite bit of tinkering (the ender may also have some qc issues). In between the 200-800 range is a bit tricky. The Prusa mini is a good choice but it is limited in size and has other drawbacks. There are some Creality models that were/are popular and work fine ( Creality CR10 ) but I have not paid much attention in the last few years to give you an educated answer. Personally if I was at the 400+ range I’d look into getting a Voron.