mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-23 22:54:10 -06:00
idex_modes: Native input shaping support with dual carriages
Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
This commit is contained in:
parent
98ed0a8168
commit
345934bd68
3 changed files with 79 additions and 42 deletions
|
@ -160,6 +160,8 @@ class MCU_stepper:
|
|||
count = ffi_lib.stepcompress_extract_old(self._stepqueue, data, count,
|
||||
start_clock, end_clock)
|
||||
return (data, count)
|
||||
def get_stepper_kinematics(self):
|
||||
return self._stepper_kinematics
|
||||
def set_stepper_kinematics(self, sk):
|
||||
old_sk = self._stepper_kinematics
|
||||
mcu_pos = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue