mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
Increased the default SLA support density to 130% of the previous value
(100% now works as 130% before)
This commit is contained in:
parent
5fc37238e0
commit
43fb8df1fb
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public:
|
||||||
float minimal_distance;
|
float minimal_distance;
|
||||||
float head_diameter;
|
float head_diameter;
|
||||||
///////////////
|
///////////////
|
||||||
inline float support_force() const { return 10.f / density_relative; } // a force one point can support (arbitrary force unit)
|
inline float support_force() const { return 7.7f / density_relative; } // a force one point can support (arbitrary force unit)
|
||||||
inline float tear_pressure() const { return 1.f; } // pressure that the display exerts (the force unit per mm2)
|
inline float tear_pressure() const { return 1.f; } // pressure that the display exerts (the force unit per mm2)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue