diff --git a/Clip-Handling-Logic.md b/Clip-Handling-Logic.md
index 667856a..a99a798 100644
--- a/Clip-Handling-Logic.md
+++ b/Clip-Handling-Logic.md
@@ -12,6 +12,10 @@ montages/ | Pre-edited reels combining multiple highlights. One file → one fin
hits/ | Single standout moments (e.g., eliminations). Processed into individual highlight videos.
misses/ | Funny or frustrating fails. Each one becomes a clip.
outtakes/ | Manually triggered clips marked during stream (via button or voice). Not auto-processed.
+timelapses/ | 3D print timelapses with their own rendering pipeline. Handled via exception path.
+hits/ | Single standout moments (e.g., eliminations). Processed into individual highlight videos.
+misses/ | Funny or frustrating fails. Each one becomes a clip.
+outtakes/ | Manually triggered clips marked during stream (via button or voice). Not auto-processed.
@@ -92,12 +96,16 @@ This page documents how the LCS Pipeline detects, classifies, and processes high
All clips are sorted into one of the following categories, each in its own subdirectory:
-| Folder Name | Description |
-| ----------- | ----------------------------------------------------------------------------------------- |
-| `montages/` | Pre-edited reels combining multiple highlights. One file → one final video. |
-| `hits/` | Single standout moments (e.g., eliminations). Processed into individual highlight videos. |
-| `misses/` | Funny or frustrating fails. Each one becomes a clip. |
-| `outtakes/` | Manually triggered clips marked during stream (via button or voice). Not auto-processed. |
+| Folder Name | Description | |
+| ------------- | ----------------------------------------------------------------------------------------- | ----------------------------- |
+| `montages/` | Pre-edited reels combining multiple highlights. One file → one final video. | |
+| `hits/` | Single standout moments (e.g., eliminations). Processed into individual highlight videos. | |
+| `misses/` | Funny or frustrating fails. Each one becomes a clip. | |
+| `outtakes/` | Manually triggered clips marked during stream (via button or voice). Not auto-processed. | |
+| `timelapses/` | 3D print timelapses with their own rendering pipeline. Handled via exception path. | . One file → one final video. |
+| `hits/` | Single standout moments (e.g., eliminations). Processed into individual highlight videos. | |
+| `misses/` | Funny or frustrating fails. Each one becomes a clip. | |
+| `outtakes/` | Manually triggered clips marked during stream (via button or voice). Not auto-processed. | |
---