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
This commit is contained in:
Florian Festi 2022-06-20 08:10:07 +02:00
parent 52ec9af104
commit e414e73bf2
1 changed files with 1 additions and 1 deletions

View File

@ -2356,7 +2356,7 @@ Values:
"""
absolute_params = {
"height" : 150.,
"height" : 50.,
"radius" : 30.,
"r_hole" : 2.,
}