把[include klicky-probe.cfg] 添加到printer.cfg配置文件以后,还需要拉取对应的配置文件。操作如下: 通过ssh连接鲁班猫,执行以下命令。 # 进入配置文件所在目录cd~/printer_data/config# 下载klicky-probe.cfg需要的宏命令wget https://raw.githubusercontent.com/jlas1/Klicky-Probe/main/Klipper_macros/Klipper_m...
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,最好在热床中心,解决网床校准后在空中的问题### # 步进电机配置 #...
并输入BLTOUCH_DEBUG COMMAND=touch_mode 然后输入QUERY_PROBE, 命令行显示“probe:open” 用手指轻轻碰探针,探针缩回,同时命令行输入QUERY_PROBE 返回“probe:TRIGGERED”,说明bltouch正常工作。 如果不正常工作,就要检查接线和配置是否正确。更多debug的方法可以参考官方文档。 我们升高Z轴远离热床,输入PROBE_CALIBRATE...
#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 #自动调平 # BED_MESH_PROFILE SAVE="name" #保存调平数据 # SAVE_C...
Available add-ons Advanced Security Enterprise-grade security features GitHub Copilot Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of ...
variable_start_level_bed_at_temp (default: True if bed_mesh configured ) - If true the PRINT_START macro will run BED_MESH_CALIBRATE_FAST after the bed has stabilized at its target temperature. variable_start_home_z_at_temp (default: True if probe:z_virtual_endstop configured) - Rehomes...
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 ...
## Homing end position [gcode_macro G32] section ## Z Endstop Switch offset for Z0 [stepper_z] section ## Probe points [quad_gantry_level] section ## Min & Max gantry corner postions [quad_gantry_level] section ## PID tune [extruder] and [heater_bed] sections ## Fine tune...
[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_...
actual running printrename_existing: PAUSE_BASEgcode:PAUSE_BASE_TOOLHEAD_PARK_PAUSE_CANCEL[gcode_macro RESUME]description: Resume the actual running printrename_existing: RESUME_BASEgcode:### read extrude from _TOOLHEAD_PARK_PAUSE_CANCEL macro ###{% set extrude = printer['gcode_macro _TOOLHEAD...