mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Remove unused function
It was empty and unused. I don't know what or why. Contributes to issue CURA-5561.
This commit is contained in:
parent
9d6b184cff
commit
b95ad2f926
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue