add animation gifs for new rack-mount systems, also update rbuild and the main readme to reflect these changes

This commit is contained in:
zhao
2023-09-01 16:42:31 -04:00
parent be3020cbb1
commit 529123eb5b
10 changed files with 71 additions and 33 deletions

View File

@ -16,5 +16,5 @@ module animateTraySystem(at=$t) {
dx = abs(lerp(a=-40, b=40, t=at));
dy = abs(lerp(a=-30, b=30, t=at));
traySystem(trayU=trayU, baseWidth=x+dx, baseDepth=y+dy, mountPoints=[]);
traySystem(trayU=trayU, baseWidth=x+dx, baseDepth=y+dy, mountPoints=[], backLipHeight=8);
}