取决于你bltouch安装的高度(一般来说,探针收起时比挤出头高3mm),我们先把bltouch的z_offset设置为1。把之前注释掉的bltouch部分代码恢复,保存并重启 重启后bltouch探针会反复弹出几次,等缩回后 输入BLTOUCH_DEBUG COMMAND=pin_down,探针弹出 输入BLTOUCH_DEBUG COMMAND=pin_up,探针缩回 再次输入BLTOUCH_DEBUG CO...
硬件配置完成,下面打开fluidd,编辑配置文件 printer.cfg。 需要修改的地方,主要是Z轴和bltouch两处配置。 在Z轴配置 [stepper_z] 下增加bltouch配置: [bltouch] sensor_pin: ^PC4 control_pin: PB5 z_offset:2 x_offset:47.6 y_offset:5.6 pin_move_time:0.6 偏移数据需要自己测试修改。 Z轴配置修改为如...
though mine didnt: pin_up_touch_mode_reports_triggered: true #flavor: genuine_smart_3.1 x_offset: -43 y_offset: -10 # z_offset = 1.199 pin_move_time: 1 samples: 2 # Set z offset = -1.001 after testz=-4
ESTOP2# Y_MINposition_endstop:0# Y Offset[stepper_z]step_pin:MOT2_STEPdir_pin:!MOT2_DIRenable_pin:!MOT0_ENmicrosteps:16step_pulse_duration:0.000004rotation_distance:4# 根据情况修改position_endstop:0.5# disable to use BLTouchendstop_pin:^!ESTOP4# disable to use BLTouch, Z_MINposition_...
I have an Ender 3 with an MKS Gen L v1.0 board fitted. I was using Marlin until yesterday with my original BL Touch happily for months. I decided to give Klipper a try and I have to say: VERY impressed! Unfortunately when trying G28 Z it...
Offset Printing Machine Other attributes Warranty 1 Year Applicable Industries Manufacturing Plant, Machinery Repair Shops, Home Use, Food Shop, Printing Shops, Advertising Company Weight (KG) 0.2 Showroom Location None Video outgoing-inspection
## This bltouch is not used for Z height, only Quad Gantry Leveling ## In Z+ Position #sensor_pin: PA0 ## In Y+ Position #control_pin: PA2 #x_offset: 0 #y_offset: 25.0 #z_offset: 0 #speed: 10.0 #samples: 3 #samples_result: median #sample_retract_dist: 3....
[bltouch] sensor_pin: PC1 # ^ = Activate pullup resistor to avoid floating input control_pin: !PC3 # ! = Active low x_offset: -16.88 y_offset: -18 #z_offset: 1.1 speed: 5 samples: 1 Here's the whole config: #___ X ON DRIVE X ___ [stepper_x] step_pin: PD6 dir_pin:...
[bltouch] sensor_pin: ^PB1 control_pin: PB0 x_offset: -50 y_offset: -5.5 #z_offset: 0 probe_with_touch_mode: true stow_on_each_sample: false [bed_mesh] speed: 120 mesh_min: 20, 20 mesh_max: 200, 200 probe_count: 5,5 ...
[printer] kinematics: cartesian max_velocity: 300 max_accel: 3000 max_z_velocity: 5 max_z_accel: 100 [bltouch] sensor_pin: ^PC4 ; P1.24 control_pin: PA4 ; P1.26 pin_up_reports_not_triggered: true pin_move_time: 0.200 x_offset: -46 y_offset: -2 z_offset: 0 speed: 5 [homing...