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: 110, 110 #结束点位 p...
执行调平完成后 输入 SAVE_CONFIG 并点击发送按钮 第十四步 z 轴调节 准备一小张A4纸 输入 命令 PROBE_CALIBRATE (请注意 自己的调平模块是否正常,是否安装到打印机) 等待命令执行完毕后 取下调平模块 并放置一张A4纸 到热床上 输入命令TESTZ Z=0.1 每次输入Z轴都下降 直到放入到热床上的纸 有轻微的摩擦感...
horizontal_move_z: 13 # Z起始高度 mesh_min: 50,50 # 最小校准点坐标x,y mesh_max: 250, 250 # 最大坐标 probe_count: 15,15 # 采样点数 mesh_pps: 2,2 # 补充采样点数 algorithm: bicubic # 算法模型 bicubic_tension: 0.2 # 算法插值不要动 relative_reference_index:112 # 第多少个点作为0.0...
GadgetAngel / voron2_settling_probe Star 8 Code Issues Pull requests A Klipper Extension for the Probe Obj that allows the first probe sample to be discarded from the following command: PROBE,PROBE_ACCURACY,PROBE_CALIBRATE,QUAD_GANTRY_LEVEL,BED_MESH_CALIBRATE,SCREWS_TILT_CALCULATE,Z_TILT_...
Command CALIBRATE_Z Command PROBE_Z_ACCURACY Disclaimer Why This With the Voron V1/V2 Z endstop (the one where the tip of the nozzle clicks on a switch), you can exchange nozzles without adapting the offset: Or, by using a mag-probe (or SuperPinda, but this is not probing the surfa...
[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# 第...
Klipper is a 3d-printer firmware. Contribute to Klipper3d/klipper development by creating an account on GitHub.
- `probe_count`:探针的数量。 - `fade_start`、`fade_end`和`fade_target`:自动调平时的渐变效果。 2. 在OctoPrint中选择“Control”选项卡,点击“Connect”连接到3D打印机。接下来,在命令行中输入`BED_MESH_CALIBRATE`,3D打印机就会开始自动调平。 三、注意事项...
accel_per_hz:50#defaultis75probe_points:120,120,20 # 进行测试时喷头的位置,可以自定 4.测试连接: 在fluidd控制台输入: ACCELEROMETER_QUERY 如果返回如Recv: // adxl345 values (x, y, z): 470.719200, 941.438400, 9728.196800的测量值,则说明连接正确,不正确可以考虑交换SDO和SDA的接线 ...
## Z-position of nozzle (in mm) to z-endstop trigger point relative to print surface (Z0) ## (+) value = endstop above Z0, (-) value = endstop below ## Increasing position_endstop brings nozzle closer to the bed ## After you run Z_ENDSTOP_CALIBRATE, position_endstop will...