设置虚拟限位 也就是endstop_pin: tmc2209_stepper_x: virtual_endstop这个位置 设置灵敏度 对于灵敏度的设置需要根据你自己的机器做调整数值在driver_sgthrs设置,对于TMC2209,数值可以在0到255之间浮动,越高越灵敏,这个值需要自己测试 需要归零速度稍微快一点,比如50,不要用10的速度,太慢不符合无限位归零的触发...
(默认已设置,无需改动)设置homing_retract_dist: 0 (默认已设置,无需改动)设置对应电机endstop_pin: tmc2209_stepper_x:virtual_endstop (无需设置,如果非2209/2240,则改为-63)设置driver_SGTHRS: 255 (默认已设置,无需改动)设置正确的diag_pin override.cfg 内容# Copy # [include override.cfg][idle_ti...
# default is true if position_endstop is near position_max and false # if near position_min. [stepper_b] #position_endstop:184 #arm_length:325.95 step_pin:PF6 dir_pin:PF7 enable_pin:!PF2 rotation_distance:40 microsteps:16 full_steps_per_rotation: 200 #gear_ratio: #step_pulse_durati...
position_endstop: 300 # 复位速度 homing_speed: 25 # 第一次触发复位开关之后的后退距离 homing_retract_dist: 5 # 复位方向(一般不需要改动) homing_positive_dir: true # 限位开关PIN脚设置(X-) endstop_pin: ^PB14 [tmc2208 stepper_x] #通讯端口Pin脚定义 uart_pin: PE7 #是否开启256微步插值 in...
enable_pin: !PC3 microsteps: 16 rotation_distance: 8 endstop_pin: ^!PA7 #position_endstop: 304 position_max: 308 homing_speed: 10.0 position_min: -6.0 [extruder] step_pin: PL7 dir_pin: PL6 enable_pin: !PC0 microsteps: 16
来改变电机方向enable_pin:!MOT0_ENmicrosteps:64# 推荐16细分以达到较好的精度和静音效果position_max:1000# step_pulse_duration: 0.000004rotation_distance:40# 同步轮周长mm(2GT-20T带轮40,2GT-16T带轮32)endstop_pin:^!ESTOP0# X_MINposition_endstop:0# X Offset,用于设置打印平台偏移[stepper_y]...
Good afternoon, I have finally got things another few steps and actually thru the config checks got the stepper motors to move. But they will not home at all. I am using a Bigtreetech SKR 1.3 board and had to take the 2130's out and go back on my Anycubic delta with the old chips...
endstop_pin: probe:z_virtual_endstop position_max: 670 position_min: -0.5 [tmc2660 stepper_z] cs_pin: PD24 spi_bus: usart1 interpolate: True run_current: 1.800 sense_resistor: 0.051 idle_current_percent: 20 #___ Z1 ON DRIVE E4 ___ [stepper_z1] step_pin: PD0 dir_pin: !PD16...
step_pin: PB8 dir_pin: PB6 enable_pin: !PB9 microsteps: 16 rotation_distance: 40 endstop_pin: ^PA3 position_endstop: 0 position_max: 235 homing_speed: 50 [stepper_y] step_pin: PB5 dir_pin: PB4 enable_pin: !PB9 microsteps: 16 ...
cs_pin = PC9 spi_bus = 1 microsteps = 16 interpolate = True run_current = 1.000 sense_resistor = 0.051 idle_current_percent = 20 [stepper_z] step_pin = PD8 dir_pin = PD13 enable_pin = !PC6 step_distance = .0025 endstop_pin = ^PD29 ...