this post was submitted on 30 Aug 2023
39 points (100.0% liked)

Linux

47231 readers
777 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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!

top 29 comments
sorted by: hot top controversial new old
[–] [email protected] 20 points 1 year ago (1 children)

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.

[–] [email protected] 2 points 1 year ago

Coming from Fusion360 it might be a challenge. I guess I will give it a whirl anyways since it's mentioned so often here.

[–] [email protected] 12 points 1 year ago (1 children)

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!

[–] [email protected] 2 points 1 year ago

Cool. Well, looks like I'm about to follow your footsteps.

[–] [email protected] 7 points 1 year ago

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.

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] [email protected] 2 points 1 year ago (2 children)

Thanks! I'll look into Freecad

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

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.

[–] [email protected] 1 points 1 year ago

Try plasticity, it's a paid OSS but amazing.

[–] [email protected] 7 points 1 year ago

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.

[–] [email protected] 6 points 1 year ago
[–] [email protected] 6 points 1 year ago

Onshape is an amazing browser-based modelling software. It has a pretty easy learning curve as a bonus!

[–] [email protected] 6 points 1 year ago

Cura is fully available on Linux, as well as PrusaSlicer (my preferred slicer). For modelling there's Blender of course, and I know people have had success getting Fusion360 to work with some effort (may not be a good option for a newer linux user though). I personally use OpenSCAD, but that's very functionally different than Fusion360 and probably won't be what you're looking for.

[–] [email protected] 5 points 1 year ago

Depends what you want to create. Organic models, mechanical parts, huge assemblies, symmulations, how complex etc.

If you need 3D modeling - blender, but you need 3D CAD modeling software I guess. Im not daily fusion user, but I was playing around with it. Im using solidworks and there is nothing available on linux that is good enough for my needs unfortunately. Thats why I dual boot shitdows... Someone said fusion can work under proton, that sounds good, Id try that. If that doesnt work for you I think freeCAD is your best bet.

And yeah Cura works on linux 🥰

[–] wildbus8979 5 points 1 year ago (2 children)

A quick google would have gotten you these answers...

Cura is open source and builds are published for Linux.

Fusion360 is not, and does not. I for one use a combination of FreeCAD and OpenSCAD for 3D printing.

[–] [email protected] 2 points 1 year ago (1 children)

I'm using VSCode+OpenSCAD, FreeCad and OrcaSlicer (or BambuStudio if you just have a Bambulab printer) on my Linux box.

You can use the same tools on Windows and Mac btw, so no change in your work flow if you ever need to switch devices.

[–] wildbus8979 3 points 1 year ago

Plus you'll never get the rug pulled from under you after investing hundreds of hours into these tools.

People say FreeCAD is clunky and crashy, but you look at feedback from people using enterprise grade software like SolidWorks and CATIA and it's essentially the same thing. People are just used to the convenience of prosumer software, and are willing to discard freedom for convenience.

[–] [email protected] 0 points 1 year ago

Fusion360 can run under Proton with some *'s

[–] Lancaban 4 points 1 year ago

Cura is available for Linux and runs quite well in my personal experience.

I don't do any modeling, so can't help you there.

Pursa Slicer, SuperSlicer, and others all have Linux versions as well ,

[–] [email protected] 4 points 1 year ago

The usual answer for modeling is Blender. Don't know about slicing, but there are probably some as well.

[–] [email protected] 4 points 1 year ago

Might be worth checking out blender. You can do some pressision modeling in it. It is what I like to use because it is extremely versitile.

For the slicer i use superslicer/prusa slicer.

[–] [email protected] 3 points 1 year ago (2 children)

I started with openscad and moved to freecad. Freecad is powerful but definitely not perfect but it has suited my needs fairly well.

I'm still a holdout for superslicer but I did migrate my profiles to PrusaSlicer for those sweet organic supports.

[–] [email protected] 3 points 1 year ago

FreeCAD needs contributions to help it reach 1.0.

[–] [email protected] 3 points 1 year ago

Second for freecad. The curve to learn can be high but it's free and works relatively well. Just make sure whatever YouTube tutorials you watch use the same version you have cuz they like to move or add features based on version. If u have an old version it might not have the tool or layout a video with the newer version has...

[–] [email protected] 3 points 1 year ago

FreeCAD / Cura

[–] [email protected] 1 points 1 year ago

Not really my kind of work, but I have played around with an ultimaker 3d printer I got gifted a while ago, Cura works perfectly fine, fusion does not, I have used freecad on Linux, but even for a beginner like me it was no comparison to fusion

[–] [email protected] 0 points 1 year ago (1 children)

Fusion360 runs und er Linux.

Its a oneclick installer in bottles. You can find a more manual approach in the crinklyfly github page for that.

It runs 90% and absolutely gold enough.

Cura, Superslicer habe Linux builds

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Fusion in Bottles runs like a dog for me, so laggy it's not usable.

[–] [email protected] 1 points 1 year ago

My dog is fast, i haven't won a single race with him yet, so I can't relate.