• Guillaume Seguin's avatar
    Remove "pessimistic" from estimated duration string · c6104d56
    Guillaume Seguin authored
    The computed duration is no more pessimistic, for a few reasons.
    - the main one is that it does not take retraction into account
    - Z moves are not taken into account either
    - arcs are not supported
    - the acceleration code seems to estimate acceleration time correctly but is
      wrong for deceleration
    So instead of telling the user this estimation is pessimistic, let's just tell
    them this is an estimate.
    c6104d56
pronterface.py 63.8 KB