Quick fix for invalidation of support spots search

This commit is contained in:
PavelMikus 2022-07-28 15:47:34 +02:00
parent 1d4f41a2fd
commit ea76977602
4 changed files with 15 additions and 4 deletions

View file

@ -13,7 +13,7 @@ struct Params {
const float bridge_distance_decrease_by_curvature_factor = 3.0f; // allowed bridge distance = bridge_distance / (this factor * (curvature / PI) )
const float min_distance_between_support_points = 3.0f; //mm
const float support_points_interface_radius = 0.6f; // mm
const float support_points_interface_radius = 1.0f; // mm
const float gravity_constant = 9806.65f; // mm/s^2; gravity acceleration on Earth's surface, algorithm assumes that printer is in upwards position.
const float max_acceleration = 9*1000.0f; // mm/s^2 ; max acceleration of object (bed) in XY (NOTE: The max hit is received by the object in the jerk phase, so the usual machine limits are too low)