1
0
Fork 0

fixes and av1 videos
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Hamcha 2023-09-14 20:47:07 +02:00
parent eeda9ed67f
commit 63232d7b0e
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
11 changed files with 40 additions and 3 deletions

View File

@ -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 >}}
<video controls>
<source src="/media/freecad/tootall.webm" type='video/webm; codecs=av01.0.05M.08' />
<source src="/media/freecad/tootall.mp4" type='video/mp4; codecs="avc1.4D401E"' />
</video>
{{< /rawhtml >}}
@ -129,6 +130,7 @@ This recording was something near my 15th attempt at this. I haven't saved recor
{{< rawhtml >}}
<video controls>
<source src="/media/freecad/constrain.webm" type='video/webm; codecs=av01.0.05M.08' />
<source src="/media/freecad/constrain.mp4" type='video/mp4; codecs="avc1.4D401E"' />
</video>
{{< /rawhtml >}}
@ -166,6 +168,7 @@ The problem lies in the way they work. They are floating and transparent visuall
{{< rawhtml >}}
<video controls>
<source src="/media/freecad/fake-transparent.webm" type='video/webm; codecs=av01.0.05M.08' />
<source src="/media/freecad/fake-transparent.mp4" type='video/mp4; codecs="avc1.4D401E"' />
</video>
{{< /rawhtml >}}

View File

@ -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 >}}
<video controls>
<source src="/media/fusion360/ttt.webm" type='video/webm; codecs=av01.0.05M.08' />
<source src="/media/fusion360/ttt.mp4" type='video/mp4; codecs="avc1.4D401E"' />
</video>
{{< /rawhtml >}}

View File

@ -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 >}}
<video controls>
<source src="/media/onshape/robot.webm" type='video/webm; codecs=av01.0.05M.08' />
<source src="/media/onshape/robot.mp4" type='video/mp4; codecs="avc1.4D401E"' />
</video>
{{< /rawhtml >}}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -11,4 +11,7 @@
resources.Fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}" />
<link rel="stylesheet" href="/fonts/IosevkaAile/iosevka-aile.css" />
{{ range .AlternativeOutputFormats -}} {{ printf `
<link rel="%s" type="%s" href="%s" title="%s" />
` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}
</head>