Update landing page and other tweaks

This commit is contained in:
Kurt Hutten
2021-04-30 07:12:28 +10:00
parent 6c39c4f5a7
commit b9fec2a175
5 changed files with 131 additions and 84 deletions

View File

@@ -91,7 +91,7 @@ The beauty of this is two fold,
1) We have now given lots of context about what value of `5` actually means, that it relates to the pivot radius and
2) if we ever what to change this value it's easy to just change the first line and the rest will update, for example we can more than double the value and the model stays cohesive, here it is with `pivotRadius=11;`
<Image img={bigRadius} style={{backgroundSize: 'contain'}} />
<Image img={bigRadius} style={{backgroundSize: 'contain', marginBottom: '1rem'}} />
Let's clean up the rest of the magic numbers.

View File

@@ -2,8 +2,6 @@
title: Why OpenSCAD
---
## Code CAD
OpenSCAD is a Code-CAD, which means models are made from a code script rather than from a series of clicks in a user interface.
If you want an un-bias opinion on if this is a good paradigm you'll have to look elsewhere because CadHub are massive advocates for it.