summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorreinoud <reinoud>2012-03-26 08:33:41 +0000
committerreinoud <reinoud>2012-03-26 08:33:41 +0000
commitad41cfa20160ae06e9b8d60a539279d51982b8f8 (patch)
treecb271639d4024f146663a1750f2bded75311a58f /cad
parent78e9be48c81c4c8428f4be6fc588b2d0b71212ed (diff)
downloadpkgsrc-ad41cfa20160ae06e9b8d60a539279d51982b8f8.tar.gz
Fix message as per pkglint request
Diffstat (limited to 'cad')
-rw-r--r--cad/openscad/MESSAGE6
1 files changed, 5 insertions, 1 deletions
diff --git a/cad/openscad/MESSAGE b/cad/openscad/MESSAGE
index 24f87cc3c01..eeff924698d 100644
--- a/cad/openscad/MESSAGE
+++ b/cad/openscad/MESSAGE
@@ -1,3 +1,6 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.2 2012/03/26 08:33:41 reinoud Exp $
+
Hints and tips for OpenSCAD:
openscad-2011.12: Sometimes it doesn't seem to render all objects when
@@ -5,7 +8,7 @@ rendering with the fast OpenCSG. It is not yet clear if this is a problem with
OpenSCAD or with OpenCSG. The solution is to add the render() primitive to the
function. This will then use CGAL to create a primitive even when rendering
with OpenCSG. It also speeds up rendering significantly since it creates them
-as primitives! So transform
+as primitives! So transform
func(l) {
....
@@ -16,3 +19,4 @@ to
}
if you encounter render problems or when rendering a primitive is very slow.
+===========================================================================