1
0
Fork 0

Compare commits

..

No commits in common. "fb7a7a748565a04ec8da02d030463e5ffd72584c" and "f1c32994d90c6277e16b5070aa600324d9dc51c2" have entirely different histories.

3 changed files with 1 additions and 8 deletions

View file

@ -2,6 +2,3 @@ baseURL = 'https://faulty.equipment/'
languageCode = 'en-us'
title = 'Faulty Equipment'
theme = "fesite"
[Params]
description = 'Ramblings and analysis of one random software developer'

View file

@ -18,7 +18,7 @@ After looking at FreeCAD I wanted to wrap up the list of popular free choices be
## Fusion 360
Fusion 360 is by far the most popular CAD software in 3D printing crowd. It initially launched as a trendy companion to Inventor, making most of its press due to being available on Mac OS X (most parametric CAD software like Inventor and Solidworks are Windows-only to this day) it somehow became the de-facto standard of 3D printing nerds worldwide, with tons of video-tutorials and learning material to find everywhere.
Fusion 360 is by far the most popular CAD software in 3D printing crowd. It initially launched as a trendy companion to Inventor, making most of its press due to being available on Mac OS X (most parametric CAD software like Inventor and Solidworks are Windows-only to this day).
Fusion 360 requires online access (at least every 2 weeks) and 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.

View file

@ -14,8 +14,4 @@
{{ range .AlternativeOutputFormats -}} {{ printf `
<link rel="%s" type="%s" href="%s" title="%s" />
` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}}
<meta
name="description"
content="{{ if .Params.description }}{{ .Params.description }}{{ else if .Site.Params.description }}{{ .Site.Params.description }}{{ end }}"
/>
</head>