I now it's been some time but I haven't checked the issues tab for a while, sorry. The mod works with the stock settings, but for Klipper you could add the gear ratio, like this: rotation_distance: 40 gear_ratio: 80:16 microsteps: 16 full_steps_per_rotation: 200 #200 for 1.8 ...
接上文,将um2改成klipper后,热床上虽然有硼化玻璃,依然有0.15mm左右的高度差,我经常打印220 * 220的东西,面积一大,首层各种不牢固。 因为um2不支持bltouch等,也懒得折腾了,所以用了手动网床调平。 在printer配置文件中新增 [bed_mesh] speed: 100 horizontal_move_z: 2 // 向上抬起的距离 mesh_min: 10,...
# 主动带轮周长mm(2GT-20T带轮40,2GT-16T带轮32) rotation_distance: 40 # 电机单圈所需脉冲数(1.8度电机:200,0.9度电机:400) full_steps_per_rotation: 200 # X轴最小行程--软件限位 position_min: 0 # X轴最大行程--软件限位(如果是350机型,需更改为350) position_max: 300 # X轴的机械复位...
PE9#---Klipper0.9以上版本设置---# 电机细分设置microsteps:16# 主动带轮周长mm(2GT-20T带轮40,2GT-16T带轮32)rotation_distance:40# 电机单圈所需脉冲数(1.8度电机:200,0.9度电机:400)full_steps_per_rotation:200# X轴最小行程--软件限位position_min:0# X轴最大行程--软件限位(如果是350机型,需...
rotation_distance: 40 #主动轮周长mm full_steps_per_rotation:200 #单圈脉冲数量 endstop_pin:!PA15 position_min: 0 #限位最小行程 position_endstop: 0 #回零的位置 position_max: 210 #最大限位行程 homing_speed:50 #回零速度 second_homing_speed: 2 ...
microsteps: 16 rotation_distance: 32 full_steps_per_rotation: 200 [tmc2660 stepper_x1] cs_pin: PC25 # X_SPI_EN Required for communication spi_bus: usart1 # All TMC2660 drivers are connected to USART1 interpolate: True # 1/16 micro-steps interpolated to 1/256 ...
microsteps:16 rotation_distance:25.12 gear_ratio:50:17 full_steps_per_rotation:200 max_power:1.0 pressure_advance:0.089 #gear_ratio: # 以上参数详见“stepper”配置分段。 # 如果未指定任意上述参数,则没有步进电机与热端相关联 # (尽管使用SYNC_EXTRUDER_MOTION命令可能可以在运行时关联一个热端) ...
cad_gate_width: Width of individual filament block in mm - if using modified/custom block cad_last_gate_offset: Distance from end of travel to last gate cad_bypass_offset: Distance from end of selector travel back to the bypass This only apply to ERCF v1.1: cad_block_width: Width of...
rotation_distance: 40 gear_ratio: 80:16 microsteps: 16 ## In Z- Position endstop_pin: ^PA0 ## Z-position of nozzle (in mm) to z-endstop trigger point relative to print surface (Z0) ## (+) value = endstop above Z0, (-) value = endstop below ## Increasing position...
PE9#---Klipper0.9以上版本设置---# 电机细分设置microsteps:16# 主动带轮周长mm(2GT-20T带轮40,2GT-16T带轮32)rotation_distance:40# 电机单圈所需脉冲数(1.8度电机:200,0.9度电机:400)full_steps_per_rotation:200# X轴最小行程--软件限位position_min:0# X轴最大行程--软件限位(如果是350机型,需...