integration into FDM supports painter gizmo

This commit is contained in:
PavelMikus 2022-07-26 14:45:36 +02:00
parent cdf68039f7
commit 90e77f9135
4 changed files with 100 additions and 10 deletions

View file

@ -8,7 +8,7 @@ namespace Slic3r {
namespace SupportSpotsGenerator {
struct Params {
// the algorithm should use the following units for all computations: distance [mm], mass [g], time [s], force [N]
// the algorithm should use the following units for all computations: distance [mm], mass [g], time [s], force [g*mm/s^2]
const float bridge_distance = 12.0f; //mm
const float bridge_distance_decrease_by_curvature_factor = 3.0f; // allowed bridge distance = bridge_distance / (this factor * (curvature / PI) )