mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixing many errors caused by the new changes.
This commit is contained in:
parent
450f817c09
commit
878ac7f1b0
3 changed files with 65 additions and 45 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue