mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-11 06:29:11 +08: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
@ -19,7 +19,7 @@ public:
|
||||
float minimal_distance;
|
||||
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)
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user