mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
New interconnection strategy
This commit is contained in:
parent
c2d5a8d03b
commit
7552556998
4 changed files with 216 additions and 246 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue