我们移动xy轴,把bltouch的探针移动到热床中间位置,输入PROBE_CALIBRATE,探针弹出,打印头下移,当探针碰到热床会自动弹起,并移动挤出头到中间位置 我们在挤出头和热床之间放一张纸,输入TESTZ Z=-0.1为向下移动0.1mm,输入TESTZ Z=+0.1为向上移动0.1mm。输入TESTZ Z=-或者Z=+则移动到前两个值的中值位置从而缩...
首先需要对 z 距离有一个概念,一般 0.4mm 喷嘴,调平时肉眼可见的线条变化为 0.05mm。 这个值是经验归纳的,在边打首层边调整 z offset 时很喜欢用这个变化值来调整。 命令测试 通过klipper 自带的命令可以测试接近开关触发时的 z 值,使用这个值判断各因素的影响大小:https://www.klipper3d.org/zh/Probe_Calib...
# 进入配置文件所在目录cd~/printer_data/config# 下载klicky-probe.cfg需要的宏命令wget https://raw.githubusercontent.com/jlas1/Klicky-Probe/main/Klipper_macros/Klipper_macros.zip# 解压unzip Klipper_macros.zip# 解压以后新增的文件klicky-probe.cfg#选择要开启功能的配置文件klicky-variables.cfg#存储Klicky...
[bed_mesh]## 热床网格校准speed:60# 校准速度horizontal_move_z:13# Z起始高度mesh_min:50,50# 最小校准点坐标x,ymesh_max:250,250# 最大坐标probe_count:15,15# 采样点数mesh_pps:2,2# 补充采样点数algorithm: bicubic# 算法模型bicubic_tension:0.2# 算法插值不要动relative_reference_index:112# 第...
使用RaspberryPi DebugProbe (Pico) + OpenOCD 通过 SWD 接口烧录主板固件 使运行 Klipper 固件的主板进入 Bootloader 模式 1、现状# 1.1 不同的 BootLoader# 由于接触 Klipper 固件相对比较早,接触了很多 Marlin 时代设计的主板,以现在常见的 STM32 主控芯片为例,烧录升级主板固件的方法有如下: ...
Z-CALIBRATION: ENDSTOP=-0.300 NOZZLE=-0.300 SWITCH=6.208 PROBE=7.013 --> OFFSET=-0.170 The endstop value is the homed Z position which is always zero or the configure "stepper_z:position_endstop" setting - and in this case, it's even the same as the probed nozzle hight. ...
# Z2, and Z3 location in order. # This parameter must be provided. # For maximum accuracy, ensure your probe offsets are configured. #speed: 50 # The speed (in mm/s) of non-probing moves during the calibration. # The default is 50. #horizontal_move_z: 5 # The height (in mm)...
## If your probe is NC instead of NO, add change pin to ^PA3 pin: ^!PA3 x_offset: 0 y_offset: 25.0 z_offset: 0 speed: 10.0 samples: 3 samples_result: median sample_retract_dist: 3.0 samples_tolerance: 0.006 samples_tolerance_retries: 3 ### # Bltouch ###...
probe query shows it as open for both. Everything worked in RepRap2. I have the white wire connected to the z probe and the black to the ground right next to it. I have the servo wires (Brown, Red, Orange) connected to the PWM3 on the Duex5. I've found two examples on line ...
###Z调平传感器单点探测宏(Z+)###[probe]#调平传感器引脚设置(X+)pin: ^PA2#传感器对应喷嘴的偏移数值x_offset:0y_offset:25.0z_offset:0#调平时的速度speed:5.0#采样次数samples:3samples_result: median sample_retract_dist:3.0#采样公差samples_tolerance:0.02#超公差重试次数samples_tolerance_retries:...