docs: explain the Tol parameter

This commit is contained in:
2023-12-21 07:18:32 +00:00
parent b26215105b
commit 931928bb80

View File

@@ -4,6 +4,8 @@ use <primitives.scad>
$fs = 1;
// tolerance. lining up the extrusions and cuts with zero tolerance causes very thin walls,
// so i offset those to make the model actually contiguous.
Tol = 0.1;
// simple box-shaped body; preserve for easier debugging