From f71d6271675282f121cca286a932cab236f8f542 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 23 Jan 2023 21:22:23 +0100 Subject: add fill option --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d3326c7..66a43fb 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ Create fully parameterized Templates for GridFinity. `gridfinity(, , , lip=<>, magnets=<>);` * **x, y** Vertical size in *GridFinity* units -* **z** Height in GridFinity units (`z * 7mm`). This in excluding the base and stacking lip. -* **lip** `true/false` Sets wether to put a stacking lip on top. Only works with z >= 1. -* **magnets** `true/false` Sets wether to put holes for magnets in the base. +* **z** Height in GridFinity units (`z * 7mm`). This is excluding the base and stacking lip. +* **lip** `true/false` Sets wether to put a stacking lip on top. Only works with z >= 1. Default `true` +* **magnets** `true/false` Sets wether to put holes for magnets in the base. Default `false` +* **fill** `true/false` Sets wether the created object is solid or hollow. Default `true` +* **bottom_height** Height offset for floor. Only applicable, if `fill == false`. Default `0` ## Example -- cgit v1.2.3