From b95ad2f9261e7e8ee27f7f8954fccecbffec08ac Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 5 Sep 2018 13:09:43 +0200 Subject: [PATCH] Remove unused function It was empty and unused. I don't know what or why. Contributes to issue CURA-5561. --- 50_inst_per_sec.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/50_inst_per_sec.py b/50_inst_per_sec.py index 2c570f07ba..087eb0c5d6 100644 --- a/50_inst_per_sec.py +++ b/50_inst_per_sec.py @@ -79,10 +79,6 @@ def calc_acceleration_time_from_distance(initial_feedrate: float, distance: floa discriminant = max(0, discriminant) return (-initial_feedrate + math.sqrt(discriminant)) / acceleration - -def calc_travel_time(p0, p1, init_speed: float, target_speed: float, acceleration: float) -> float: - pass - ## Calculates the point at which you must start braking. # # This gives the distance from the start of a line at which you must start