1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

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
+4
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;