把[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...
始终使用SAVE_CONFIG命令来存储网格并重新启动Klipper。这些值将保存在配置文件的底部SAVE_CONFIG部分下。你不应该编辑那部分。 0 5 How to Activate Compensation 有两种主要方法可以激活网格补偿。一种是使用现有的网格,另一种是创建一个新的网格。 使用先前生成的网格 为了有效,网必须在开始打印之前召回。为此,可以...
probe_count: 为x和y各取几个点。 设置完成后,保存重启。 先复位,然后输入 BED_MESH_CALIBRATE,可以看到bltouch开始测量热床上的各个点,测量完成后,我们可以得到一个热床的偏差值 输入SAVE_CONFIG就可以保存目前的校准参数。这样就就完成了bedmesh。 在Tune这个标签页可以看到测量到的热床深度图。 到这里,我们就...
[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# 第...
# PROBE_CALIBRATE # [gcode_macro G30] # gcode: # BED_MESH_CLEAR #清除调平数据 # G28 # BED_MESH_CALIBRATE #自动调平 # BED_MESH_PROFILE SAVE="name" #保存调平数据 # SAVE_CONFIG # BED_MESH_PROFILE LOAD="name" #加载调平数据
docs: Add a Manual_Probe.md document Feb 24, 2019 klippy bed_screws: Add a helper tool for leveling bed screws Feb 24, 2019 lib lib: Update samd51 to work with gcc and bootloaders Jan 29, 2019 scripts kconfig: Remove Save and Load buttons from "make menuconfig" ...
save_config_pending: Returns true if there are updates that a SAVE_CONFIG command may persist to disk. save_config_pending_items: Contains the sections and options that were changed and would be persisted by a SAVE_CONFIG. warnings: A list of warnings about config options. Each entry...
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 ...
self.show_popup_message(_("DPMS has failed to load and has been disabled")) self._config.set("main", "use_dpms", "False") self._config.save_user_config_options() else: logging.debug("Using DPMS") if not self.wayland: ...
[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_...