This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$eps=0.01; | |
// min feature size | |
$fs=0.025; | |
// angle to render as a single feature in a circle | |
$fa=3; | |
// Adds a base to avoid elephant's foot on SLA prints | |
// when printing Z=0 face downward | |
// inset defaults to height, layers create a graduation | |
// Optionally take a 2d base as the second child to avoid a |
NewerOlder