X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=articles%2Fcad-designing-in-gnu-linux.md;fp=articles%2Fcad-designing-in-gnu-linux.md;h=94835d112c476c218d6842d76ddf2221efb4d6ee;hb=6ab8cb7d819405de6154f60130dd8f91b52d985c;hp=d81374e1fed005b08a23be3d55e27fc445233508;hpb=e380f26a7294416c7ad7a11449a9b02472120900;p=danix.xyz.git diff --git a/articles/cad-designing-in-gnu-linux.md b/articles/cad-designing-in-gnu-linux.md index d81374e..94835d1 100644 --- a/articles/cad-designing-in-gnu-linux.md +++ b/articles/cad-designing-in-gnu-linux.md @@ -5,8 +5,7 @@ type: post date: 2021-05-01T17:51:58+00:00 excerpt: | I've picked up the hobby of 3D printing, and this time I'll show you what software options you have on GNU/Linux if you want to design and prepare your "things" to be printed on a 3D printer -url: /2021/05/cad-designing-in-gnu-linux/ -featured_image: /wp-content/uploads/2021/05/PXL_20210501_114542849-scaled.jpg +featured_image: uploads/2021/05/PXL_20210501_114542849-scaled.jpg categories: - 3D Printing - diy @@ -19,38 +18,26 @@ tags: - solvespace --- -
-

- Guess who’s back -

- -

- back again -

- -

- danix’s back -

- -

- tell your friends -

- - Semicit. Eminem -
+{{< quote source="semicit. Eminem" >}} + Guess who's back + back again + danix's back + tell your friends +{{< /quote >}} So, I’m back at writing on this blog, it’s been a long time, I’ve been through quite some shitty times and a lot happened on a personal level that kept my attention away from blogging. -One of the things that I’ve introduced in my life is a 3D printer, I’m the proud owner of an Ender3 Pro by creality. +One of the things that I’ve introduced in my life is a 3D printer, I’m the proud owner of an Ender3 Pro by creality. + I’ve had it for a few months now and I’m pretty happy I purchased it, as it’s been a very helpful hobby, and even though I started this hobby using tools available for windows, I’m slowly moving back to GNU/Linux. ## Slicing -The software you mainly use with a 3D printer is a slicer, which is a piece of software that takes a 3D rendering of the item you want to print and slice it into many layers, stacked one on top of the other, you can manipulate the layers in various ways in order to alter the properties of the final printed item.
+The software you mainly use with a 3D printer is a slicer, which is a piece of software that takes a 3D rendering of the item you want to print and slice it into many layers, stacked one on top of the other, you can manipulate the layers in various ways in order to alter the properties of the final printed item. -Screenshot of Ultimaker Cura 4.9
Ultimaker Cura 4.9 main interface
+{{< figure src="/uploads/2021/04/2021-04-25-183336_1366x768_scrot.png" alt="Screenshot from Ultimaker Cura 4.9 main interface" caption="Ultimaker Cura 4.9 main interface" >}} I’ve chosen Ultimaker Cura as my main slicer, I started with it and I found it’s easy enough for a noob like me, but manages to give the user a lot of room for customization when you start understanding how it works. @@ -66,13 +53,17 @@ On windows my choice went immediately to Fusion360, not only it’s from Aut Another good reason for choosing Fusion360 is the huge amount of tutorials you can find on the web on how to approach cad design with it, it’s really great for beginners as it gives you an even easier learning curve. -Sadly Fusion360 is not available on GNU/Linux, and that’s the main reason I’ve decided to look for a valid alternative, another very good reason for not using Fusion, is the fact that all of your files are uploaded to the cloud, and you are limited (in the free tier) to a maximum of 10 editable files at a time, which might seem a lot, but may easily become way too few depending on what are you working on. Anyway, after some searching, I’ve found a solution!! +Sadly Fusion360 is not available on GNU/Linux, and that’s the main reason I’ve decided to look for a valid alternative. + +Another very good reason for not using Fusion, is the fact that all of your files are uploaded to the cloud, and you are limited (in the free tier) to a maximum of 10 editable files at a time, which might seem a lot, but may easily become way too few depending on what are you working on. Anyway, after some searching, I’ve found a solution!! + +## Meet SolveSpace -## Meet SolveSpace
+{{< figure src="/uploads/2021/04/2021-04-25-190246_1366x768_scrot.png" alt="Screenshot from solvespace interface" caption="solvespace interface" >}} -[solvespace interface][1]
SolveSpace interface
+SolveSpace is a 2D/3D parametric cad Software, it’s totally free, licensed under the GPLv3 and available for windows, mac and of course GNU/Linux. -SolveSpace is a 2D/3D parametric cad Software, it’s totally free, licensed under the GPLv3 and available for windows, mac and of course GNU/Linux.
+{{< video autoplay="false" loop="false" src="/uploads/2021/04/solvespace_demo.webm" alt="Solvespace video demo" >}} I’ve watched this introductory video and was able to pick it up and start designing in a matter of minutes, it’s very straightforward and even if it does things a bit differently than Fusion, it’s still very comfortable to use. @@ -80,5 +71,5 @@ The development is very active, this month was released the latest stable versio Thanks for passing by, and I’ll see you on the next one ;) - [1]: https://solvespace.com/index.pl - [2]: #comments \ No newline at end of file +[1]: https://solvespace.com/index.pl +[2]: #comments \ No newline at end of file