From 299b3869fd9f26ace8f757a3f1c23e3244b74d6c Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 17 Jun 2019 20:18:28 +0800 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f87076fd..b0314243 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ If OpenSCAD generates "WARNING: Ignoring unknown xxx function" or "WARNING: Igno Too many dependencies? Because OpenSCAD doesn't provide namespace management, I personally think that exposing dependencies is better than hiding them. In this way, users can have their own way to manage dependencies. How to categorize dependencies is up to you. For example, you can include your commonly-used modules and functions in "commonly_used.scad" and then `include ;` in the ".scad" file of your project. +If you really don't want to care about dependencies, `include ;` or `use ;` come to save you. + ## Documentation - 2D