Increased the default SLA support density to 130% of the previous value

(100% now works as 130% before)
This commit is contained in:
bubnikv 2019-04-08 10:27:56 +02:00
parent 5fc37238e0
commit 43fb8df1fb

View file

@ -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)
};