Skip to content

Commit

Permalink
bugfix/motion_report is missing a constant
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlz committed Jun 21, 2024
1 parent 01699a8 commit d1544d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions klippy/extras/motion_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ def _process_batch(self, eventtime):
}


NEVER_TIME = 9999999999999999.0


# Extract trapezoidal motion queue (trapq)
class DumpTrapQ:
def __init__(self, printer, name, trapq):
Expand Down

0 comments on commit d1544d8

Please sign in to comment.