Fixing many errors caused by the new changes.

This commit is contained in:
tamasmeszaros 2019-03-01 17:45:29 +01:00
parent 450f817c09
commit 878ac7f1b0
3 changed files with 65 additions and 45 deletions

View file

@ -82,7 +82,7 @@ struct SupportConfig {
double normal_cutoff_angle = 150.0 * M_PI / 180.0;
// The shortest distance of any support structure from the model surface
double safety_distance_mm = 0.001;
double safety_distance_mm = 0.1;
};
struct PoolConfig;