1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

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
+1 -1
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)
};