(因为bltouch位置距离挤出头有一个偏移,所以可做网床的大小要比实际热床小,一般mesh_min就是热床起始位置加上一个偏移值(10左右),mesh_max是热床最大位置减去bltouch的offset值再减一个附加偏移值); probe_count: 为x和y各取几个点。 设置完成后,保存重启。 先复位,然后输入 BED_MESH_CALIBRATE,可以看到bl...
mesh_min应该大于y_offset值 no trigger on probe after full movement完全移动后未触发探针 mesh_min值的问题,该值未设置好导致探针没在热床范围内,该值为正值应该大于y_offset 目前就更新这么多,大家碰到啥解决不了的问题也可以发在评论区,解决后我会整合进该专栏 凑字数的...
通过ssh连接鲁班猫,执行以下命令。 # 进入配置文件所在目录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#选择要开启功能的配置...
50# 最小校准点坐标x,ymesh_max:250,250# 最大坐标probe_count:15,15# 采样点数mesh_pps:2,2# 补充采样点数algorithm: bicubic# 算法模型bicubic_tension:0.2# 算法插值不要动relative_reference_index:112# 第多少个点作为0.00,最好在热床中心,解决网床校准后在空中的问题### # 步进电机配置 #...
probe's X and Y offsets. The default is the relative_reference_index # of the configured bed_mesh, if configured. It's possible to change the relative # reference index at runtime or use the GCode argument BED_POSITION of CALIBRATE_Z. switch_offset: # The trigger point offset of the ...
Probe Offsets Calibrate your probe offsets for X,Y,and Z axis. Bed Mesh Boundaries Calibrate the boundaries for bed meshing. Macros Create and use macros for your START_PRINT and END_PRINT gcode commands. Advanced Macro Techniques Learn more advanced techniques you can use in your macros. Cov...
## 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 ###...
[include klicky-probe.cfg] ### # Fluidd设置 ###[virtual_sdcard] path: ~/printer_data/gcodes [display_status] [pause_resume] [gcode_macro CANCEL_PRINT] description: Cancel the actual runningprintrename_existing: CANCEL_PRINT_BASE gcode: TURN_OFF_...
#z_offset: 0#2.0 #6.25 # [gcode_macro G29] # gcode: # G28 # G0 Z10 F1000 # G1 X105 Y105 F1000 # PROBE_CALIBRATE # [gcode_macro G30] # gcode: # BED_MESH_CLEAR #清除调平数据 # G28 # BED_MESH_CALIBRATE #自动调平
这个值是经验归纳的,在边打首层边调整 z offset 时很喜欢用这个变化值来调整。 命令测试 通过klipper 自带的命令可以测试接近开关触发时的 z 值,使用这个值判断各因素的影响大小:https://www.klipper3d.org/zh/Probe_Calibrate.html#_2 简单试了一个,结果为 ...