Update landing page and other tweaks
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user