diff options
Diffstat (limited to 'klippy/chelper.py')
-rw-r--r-- | klippy/chelper.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/klippy/chelper.py b/klippy/chelper.py index b7dce015..1f09e72d 100644 --- a/klippy/chelper.py +++ b/klippy/chelper.py @@ -36,6 +36,8 @@ defs_stepcompress = """ struct steppersync *steppersync_alloc(struct serialqueue *sq , struct stepcompress **sc_list, int sc_num, int move_num); void steppersync_free(struct steppersync *ss); + void steppersync_set_time(struct steppersync *ss + , double time_offset, double mcu_freq); int steppersync_flush(struct steppersync *ss, uint64_t move_clock); """ |