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_...
square_corner_velocity: 5.0 [bed_mesh] ## 热床网格校准 speed: 60 # 校准速度 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...
A collection of useful macros for the Klipper 3D printer firmware - klipper-macros/bed_mesh_fast.cfg at main · chrisleck/klipper-macros
BED_MESH_CHECK ABORT- Set to a non-zero value to abort macro processing on an error. MESH_MIN- See Klipper documentation forBED_MESH_CALIBRATE. MESH_MAX- See Klipper documentation forBED_MESH_CALIBRATE. Checks the[bed_mesh]config and optionally supplied parameters. Will warn (or optionally ab...
[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# 第...
# BED_MESH_CLEAR #清除调平数据 # G28 # BED_MESH_CALIBRATE #自动调平 # BED_MESH_PROFILE SAVE="name" #保存调平数据 # SAVE_CONFIG # BED_MESH_PROFILE LOAD="name" #加载调平数据 # [gcode_macro G31] # gcode: # TESTZ Z=-1
def cmd_CALIBRATE_Z(self, gcmd): self.last_state = False if self.z_homing is None: raise gcmd.error("%s: must home axes first" % (gcmd.get_command())) nozzle_site = self._get_nozzle_site(gcmd) switch_site = self._get_switch_site(gcmd, nozzle_site) bed_site = self....
[gcode_macro CANCEL_PRINT] description: Cancel the actual running print rename_existing: CANCEL_PRINT_BASE variable_park: True gcode: ## Move head and retract only if not already in the pause state and park set to true {% if printer.pause_resume.is_paused|lower == 'false' and park|lowe...
## 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 ...
G1 Z20 F3000 ; move nozzle away from bed [gcode_macro PRINT_END] # Use PRINT_END for the slicer ending script - please customise for your slicer of choice gcode: M400 ; wait for buffer to clear G92 E0 ; zero the extruder G1 E-1.0 F3600 ; retract filament G91 ; relat...