Add max_weight_on_model parameter

Limiting the weight of subtrees going to the model body
This commit is contained in:
tamasmeszaros 2022-10-26 17:17:59 +02:00
parent 15a1d9a50a
commit 84784259ba
8 changed files with 24 additions and 1 deletions

View file

@ -861,6 +861,8 @@ PRINT_CONFIG_CLASS_DEFINE(
// Generate only ground facing supports
((ConfigOptionBool, support_buildplate_only))
((ConfigOptionFloat, support_max_weight_on_model))
// TODO: unimplemented at the moment. This coefficient will have an impact
// when bridges and pillars are merged. The resulting pillar should be a bit
// thicker than the ones merging into it. How much thicker? I don't know