Add comment regarding usable base width (#26)

This commit is contained in:
Christopher Dove
2025-01-16 01:46:28 +00:00
committed by GitHub
parent 3b1de0eab5
commit 1487717966

View File

@ -14,6 +14,8 @@ module traySystem (
trayU = 2, trayU = 2,
// these dimensions are the total base width including padding not usable space.
// e.g. 145 baseWidth and 3 sideThickness = 145-(3*2) = 139mm useable space.
baseWidth = 145, baseWidth = 145,
baseDepth = 100, baseDepth = 100,