从marlin到klipper 为泰坦挤出机设置rotation_distance
总结:针对泰坦挤出机在klipper固件中的rotation_distantce值为8.136
200*16/393.3=8.136
遵从下列公式:
rotation_distance = <full_steps_per_rotation> * <microsteps> / <steps_per_mm>
<full_steps_per_rotation>:常见的1.8度电机该值为200,少数0.9度电机该值为400
<microsteps>:细分,常为16,在config文件中能看到该值
<steps_per_mm>:marlin固件中的步进值,泰坦挤出机经查询该值为393.3。