Skip to content

Commit

Permalink
RoundedTriangleEdge: Reduce default height to 50
Browse files Browse the repository at this point in the history
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
  • Loading branch information
florianfesti committed Jun 20, 2022
1 parent 52ec9af commit e414e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxes/edges.py
Original file line number Diff line number Diff line change
Expand Up @@ -2356,7 +2356,7 @@ class RoundedTriangleEdgeSettings(Settings):
"""

absolute_params = {
"height" : 150.,
"height" : 50.,
"radius" : 30.,
"r_hole" : 2.,
}
Expand Down

0 comments on commit e414e73

Please sign in to comment.