diff --git a/content/posts/cad-shootout-freecad.md b/content/posts/cad-shootout-freecad.md index 04239e2..25ccd8a 100644 --- a/content/posts/cad-shootout-freecad.md +++ b/content/posts/cad-shootout-freecad.md @@ -108,7 +108,7 @@ I don't know wheter I'm at fault here or there is something wrong on how this so ## The trials -Lets run FreeCAD through its paces! You can check the [Onshape article](http://localhost:1313/posts/cad-shootout-onshape/#the-trials) for a description of what trials are and how it compares to other tools. +Lets run FreeCAD through its paces! You can check the [Onshape article]({{< relref "cad-shootout-onshape.md#the-trials" >}} "Hobby CAD shootout: Onshape") for a description of what trials are and how it compares to other tools. ### Test drive: TooTallToby 21-03-07b-HALF SLEEVE @@ -117,6 +117,7 @@ Today's test drive part is another of TooTallToby's practice drawing, specifical Here's the video of my attempt: {{< rawhtml >}} {{< /rawhtml >}} @@ -129,6 +130,7 @@ This recording was something near my 15th attempt at this. I haven't saved recor {{< rawhtml >}} {{< /rawhtml >}} @@ -166,6 +168,7 @@ The problem lies in the way they work. They are floating and transparent visuall {{< rawhtml >}} {{< /rawhtml >}} diff --git a/content/posts/cad-shootout-fusion360.md b/content/posts/cad-shootout-fusion360.md index 9a4c01a..185f292 100644 --- a/content/posts/cad-shootout-fusion360.md +++ b/content/posts/cad-shootout-fusion360.md @@ -1,6 +1,6 @@ --- title: "Hobby CAD shootout: Fusion360" -date: 2023-09-14T19:00:00+02:00 +date: 2023-09-14T16:51:28.611Z toc: true draft: true software: Fusion360 @@ -10,15 +10,42 @@ tags: tldr: | I explore Fusion360 for hobbyist use. TODO +keywords: + - cad + - fusion360 --- -The top pick of the 3D printing crowd + ## Fusion360 +The top pick of the 3D printing crowd. + +TODO introduce + +Fusion360 has mandatory updates, I got prompted to either "Update now" or "Quit and update later", this means if any change for the worse comes later on (which they already have and totally will keep doing) you will have no choice to remain on the old version. + ### Free for personal use ### Dark mode? +### Lackluster defaults + +Fusion360 comes with very little shortcuts... or at least, a lot of mostly useless ones. Shortcuts are shared across the entire application so it seems the Fusion devs have put care into choosing which gets what. By "shared" I mean that there is no context to them. Pressing "E" (which is what I'd expect to trigger a Equal constraint) takes me out of the sketch and into the part workflow as it thinks I want to extrude. + +So what are the constraint shortcuts? There almost aren't any! Distance and Midpoint get one but everything else you have to set yourself. A user in the Autodesk forum pointed out that most SHIFT+key shortcuts are available, but it does mean that you'll have to spend some time setting them up before you can be decently productive at this. + ## The trials +### Test drive: TooTallToby 05-07B - Curved gasket + +This time the test drive part is TooTallToby's [05-07B - Curved gasket](https://www.youtube.com/watch?v=qTrq0x6WnrM). + +Here is the video: + +{{< rawhtml >}} + +{{< /rawhtml >}} \ No newline at end of file diff --git a/content/posts/cad-shootout-onshape.md b/content/posts/cad-shootout-onshape.md index 47db855..918163f 100644 --- a/content/posts/cad-shootout-onshape.md +++ b/content/posts/cad-shootout-onshape.md @@ -14,6 +14,7 @@ tldr: | keywords: - cad - onshape +lastmod: 2023-09-14T18:24:47.997Z --- @@ -83,6 +84,8 @@ My trials will be as follows: ### Test drive: TooTallToby-11-01 +The test drive features [this part](https://www.youtube.com/watch?v=TnNoOaIF-tc) from TooTallToby's practice playlist. + I'm not a speedmodeller but I could get this done easily, check my video here for the workflow: {{< rawhtml >}} @@ -136,6 +139,7 @@ The most complex use of assemblies is actually from my very first use of Onshape {{< rawhtml >}} {{< /rawhtml >}} diff --git a/static/media/freecad/constrain.webm b/static/media/freecad/constrain.webm new file mode 100644 index 0000000..7c3586a Binary files /dev/null and b/static/media/freecad/constrain.webm differ diff --git a/static/media/freecad/fake-transparent.mp4 b/static/media/freecad/fake-transparent.mp4 index 20039bf..55d683b 100644 Binary files a/static/media/freecad/fake-transparent.mp4 and b/static/media/freecad/fake-transparent.mp4 differ diff --git a/static/media/freecad/fake-transparent.webm b/static/media/freecad/fake-transparent.webm new file mode 100644 index 0000000..87f984f Binary files /dev/null and b/static/media/freecad/fake-transparent.webm differ diff --git a/static/media/freecad/tootall.webm b/static/media/freecad/tootall.webm new file mode 100644 index 0000000..bdda5d3 Binary files /dev/null and b/static/media/freecad/tootall.webm differ diff --git a/static/media/fusion360/ttt.mp4 b/static/media/fusion360/ttt.mp4 new file mode 100644 index 0000000..3557e9e Binary files /dev/null and b/static/media/fusion360/ttt.mp4 differ diff --git a/static/media/fusion360/ttt.webm b/static/media/fusion360/ttt.webm new file mode 100644 index 0000000..0b1d490 Binary files /dev/null and b/static/media/fusion360/ttt.webm differ diff --git a/static/media/onshape/robot.webm b/static/media/onshape/robot.webm new file mode 100644 index 0000000..0fbd8e4 Binary files /dev/null and b/static/media/onshape/robot.webm differ diff --git a/themes/fesite/layouts/partials/head.html b/themes/fesite/layouts/partials/head.html index 14b79d0..44eee70 100644 --- a/themes/fesite/layouts/partials/head.html +++ b/themes/fesite/layouts/partials/head.html @@ -11,4 +11,7 @@ resources.Fingerprint }} + {{ range .AlternativeOutputFormats -}} {{ printf ` + + ` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}