From a0c04d10cafb1b788da91635ca945566dfe8ccf3 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Tue, 4 Aug 2020 23:42:12 +0200 Subject: [PATCH] Add description to ClickSettings --- boxes/edges.py | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/boxes/edges.py b/boxes/edges.py index 2065ff8..82f3209 100644 --- a/boxes/edges.py +++ b/boxes/edges.py @@ -1603,11 +1603,20 @@ class LidSideLeft(LidSideRight): class ClickSettings(Settings): """Settings for Click-on Lids +Values: - """ +* absolute_params + + * angle : 5.0 : angle of the hooks bending outward + +* relative (in multiples of thickness) + + * depth : 3.0 : length of the hooks + * bottom_radius : 0.1 : radius at the bottom +""" absolute_params = { - "angle": 5, + "angle": 5.0, } relative_params = {