New interconnection strategy

This commit is contained in:
tamasmeszaros 2019-03-05 16:28:18 +01:00
parent c2d5a8d03b
commit 7552556998
4 changed files with 216 additions and 246 deletions

View file

@ -83,6 +83,10 @@ struct SupportConfig {
// The shortest distance of any support structure from the model surface
double safety_distance_mm = 0.1;
double max_solo_pillar_height_mm = 5.0;
double max_dual_pillar_height_mm = 35.0;
};
struct PoolConfig;