Klipper调试步骤简易手册 1、Z轴离床间隙 PROBE_CALIBRATE A4纸测试抽拉有些微阻力 2、 Probe的精度检测,应当小于0.003 PROBE_ACCURACY 3、自动震动补偿测量 SHAPER_CALIBRATE 4、自动(手动)床网补偿 BED_MESH_CALIBRATE [bed_mesh] speed: 120 horizontal_move_z: 5 mesh_min: 10, 10 #起始点位 mesh_max: ...
(因为bltouch位置距离挤出头有一个偏移,所以可做网床的大小要比实际热床小,一般mesh_min就是热床起始位置加上一个偏移值(10左右),mesh_max是热床最大位置减去bltouch的offset值再减一个附加偏移值); probe_count: 为x和y各取几个点。 设置完成后,保存重启。 先复位,然后输入 BED_MESH_CALIBRATE,可以看到bl...
probe_count:探针的数量。 fade_start、fade_end和fade_target:自动调平时的渐变效果。 在OctoPrint中选择“Control”选项卡,点击“Connect”连接到3D打印机。接下来,在命令行中输入BED_MESH_CALIBRATE,3D打印机就会开始自动调平。 三、注意事项 在进行Klipper自动调平配置之前,需要注意以下事项: 具体的配置参数可能需...
BED_MESH_CALIBRATE PROFILE=<name> METHOD=[automatic] [<probe_parameter>=<value>] [<mesh_parameter>=<value>] Probe_parameter和mesh_parameter为上述需要设置的值。使用MESH_MIN, MESH_MAX和PROBE_COUNT来定义它们。这里有一个例子: BED_MESH_CALIBRATE PROFILE=mesh1 METHOD=automatic MESH_MIN=5,5 MESH_...
//raw.githubusercontent.com/jlas1/Klicky-Probe/main/Klipper_macros/Klipper_macros.zip# 解压unzip Klipper_macros.zip# 解压以后新增的文件klicky-probe.cfg#选择要开启功能的配置文件klicky-variables.cfg#存储Klicky使用的变量klicky-bed-mesh-calibrate.cfg#网床调平脚本klicky-quad-gantry-level.cfg#4Z调平...
[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# 第...
Follow the directions in the Probe Calibrate guide to set the x_offset, y_offset, and z_offset config parameters.It's a good idea to verify that the Z offset is close to 1mm. If not, then you probably want to move the probe up or down to fix this. You want it to trigger we...
klipper needs some time to sync up the timing or do some calculations between probing. What is strange is I can do a probe calibrate command with 50 probes and no timeout, but if lots of probes during a bed mesh then timeout. Adjusting the probe speed down to 0.7 travel speed 6 (lif...
~/klipper/scripts/calibrate_shaper.py /tmp/resonances_x_*.csv -o /tmp/shaper_calibrate_x.png~/klipper/scripts/calibrate_shaper.py /tmp/resonances_y_*.csv -o /tmp/shaper_calibrate_y.png x和y分别会返回两个推荐的共振值和类型:类似下图mzv和36.2 ...
## 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 ###...