aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/chelper.py')
-rw-r--r--klippy/chelper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/chelper.py b/klippy/chelper.py
index 4384fe28..3603d839 100644
--- a/klippy/chelper.py
+++ b/klippy/chelper.py
@@ -33,6 +33,7 @@ defs_stepcompress = """
, double accel_multiplier, double step_dist, double height
, double closestxy_d, double closest_height2, double movez_r);
void stepcompress_reset(struct stepcompress *sc, uint64_t last_step_clock);
+ void stepcompress_set_homing(struct stepcompress *sc, uint64_t homing_clock);
void stepcompress_queue_msg(struct stepcompress *sc
, uint32_t *data, int len);
uint32_t stepcompress_get_errors(struct stepcompress *sc);