Hi y’all! This may be a stupid question, but here it goes anyways: I’m thinking of trying to install Linux on a laptop that’s getting slow because of a bloated Windows install. I basically only use it for some internet browsing and 3D modelling (Fusion360) and slicing for my 3D printer (Cura). Is such software available for Linux and do you have experience with it? Doesn’t need to be Fusion360 and Cura specifically. I’m prepared to learn.
Thanks in advance!
Cura is open source and has linux builds on their github https://github.com/Ultimaker/Cura/releases. Prusaslicer and basically all it’s forks also have Linux builds. I personally use FreeCAD for modelling but it’s not very popular amongst people who use Fusion360.
It’s funny! I come this week from windows 11 to Linux Mint.
I replace Fusion 360 by Freecad (I start with some YouTube tutorials) And Cura is avaliable on Linux!
I use FreeCAD for modeling (already used it for different projects) and Cura for slicing. Both seem to work for me, though these are my first steps with 3D printing.
For modeling I like Freecad and Blender. Blender is more for general modelling and sculpting, Freecad is more for cad/constraint based creation of precise 3d models. So use blender if you want to create little soldiers or elephants or other more organic stuff, and use Freecad if you want to print a replica of a plastic part or an enclosure or something like that.
There should be tons of slicers available on Linux.
Be careful, the interface is out of 2008 and many things work differently than F360. Especially assemblies.
Keep at it look up many videos, it is super powerful. Just not as streamlined as F360
I have made a small form factor computer case as well as a flight stick in it. Definitely good software. Hopefully in the next 2-3 years it will get immensly better also because many people are starting to work on it.
Take a look at OpenSCAD for modeling, if you have any programming/webdev experience you’ll be making simple parts in <5min. It’s the best for making & sharing designs that are easy to modify. Just yesterday I was going to print a phone stand that was a little too narrow, and by changing a single number variable it fit perfectly.