From e414e73bf2f0599a48184bd43795ec8c1ee65c2a Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Mon, 20 Jun 2022 08:10:07 +0200 Subject: [PATCH] RoundedTriangleEdge: Reduce default height to 50 Avoid height of several generators becoming negative if RoundedTriangleEdge is selceted with default values e.g. for UniversalBox and TypeTray. These are only 100mm hight with outside option being enabled. Thanks to https://github.com/SuksAE, https://github.com/HaSHsss and https://github.com/Arcturuss for pushing this issue. Resolves: #406 Resolves: #305 --- boxes/edges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/edges.py b/boxes/edges.py index 14f924d..231b879 100644 --- a/boxes/edges.py +++ b/boxes/edges.py @@ -2356,7 +2356,7 @@ Values: """ absolute_params = { - "height" : 150., + "height" : 50., "radius" : 30., "r_hole" : 2., }