diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-18 18:19:47 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-18 18:19:47 +0200 |
| commit | 46779476a570346661a2741607265caed42829b2 (patch) | |
| tree | 40ceae59ea6733fbd4dcce41d9ff6e5b24fc3d4e /content/en/articles/cad-designing-in-gnu-linux | |
| parent | c1407fa9fb558e42588aa194a53e78a087f045f0 (diff) | |
| download | danixxyz-46779476a570346661a2741607265caed42829b2.tar.gz danixxyz-46779476a570346661a2741607265caed42829b2.zip | |
consolidated duplicated shortcodes. Initial fix of the content files. Manual review needed
Diffstat (limited to 'content/en/articles/cad-designing-in-gnu-linux')
| -rw-r--r-- | content/en/articles/cad-designing-in-gnu-linux/index.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/content/en/articles/cad-designing-in-gnu-linux/index.md b/content/en/articles/cad-designing-in-gnu-linux/index.md index cd65afe..2323b34 100644 --- a/content/en/articles/cad-designing-in-gnu-linux/index.md +++ b/content/en/articles/cad-designing-in-gnu-linux/index.md @@ -7,6 +7,7 @@ excerpt = "" image = "/uppies/2021/05/PXL_20210501_114542849.jpg" categories = ["3D Printing", "diy"] tags = ["3D printing", "cad", "cura", "fusion360", "slicer", "solvespace"] +typora-root-url = "../../static" +++ {{< quote source="semicit. Eminem" >}} @@ -28,7 +29,7 @@ I’ve had it for a few months now and I’m pretty happy I purchased it 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. -{{< image class="max-w-m mx-auto" caption="Ultimaker Cura 4.9 main interface" src="2021-04-25-183336_1366x768_scrot.png" alt="Screenshot from Ultimaker Cura 4.9 main interface" >}} +{{< image class="max-w-md mx-auto" caption="Ultimaker Cura 4.9 main interface" src="/uppies/2021/05/2021-04-25-183336_1366x768_scrot.png" alt="Screenshot from Ultimaker Cura 4.9 main interface" >}}{{< /image >}} I’ve chosen [Ultimaker Cura](https://ultimaker.com/software/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. @@ -50,11 +51,11 @@ Another very good reason for not using Fusion, is the fact that all of your file ## Meet SolveSpace -{{< image class="max-w-m mx-auto" caption="solvespace interface" src="2021-04-25-190246_1366x768_scrot.png" alt="Screenshot from solvespace interface" >}} +{{< image class="max-w-md mx-auto" caption="solvespace interface" src="/uppies/2021/05/2021-04-25-190246_1366x768_scrot.png" alt="Screenshot from solvespace interface" >}}{{< /image >}} [SolveSpace](https://solvespace.com/index.pl) 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 class="max-w-m mx-auto" autoplay="false" loop="false" src="/solvespace_demo.webm" alt="Solvespace video demo" >}} +{{< video class="max-w-md mx-auto" src="/uppies/2021/05/solvespace_demo.webm" >}} 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. |
