From c984021251050cc0c70a22350a7edcdd4bb6003c Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 8 Jan 2015 08:11:12 -0300 Subject: [PATCH] slicer/stl.c: mention where the format is documented --- slicer/stl.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/slicer/stl.c b/slicer/stl.c index 074f6b1..7922715 100644 --- a/slicer/stl.c +++ b/slicer/stl.c @@ -10,6 +10,11 @@ * (at your option) any later version. */ +/* + * Format description: + * http://en.wikipedia.org/wiki/STL_%28file_format%29 + */ + #include #include