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...
MESH_MAX - See Klipper documentation for BED_MESH_CALIBRATE. Checks the [bed_mesh] config and optionally supplied parameters. Will warn (or optionally abort) if mesh_min or mesh_max could allow a move out of range during BED_MESH_CALIBRATE. This is run implictily at Klipper startup and ...
MESH_MAX - See Klipper documentation for BED_MESH_CALIBRATE. Checks the [bed_mesh] config and optionally supplied parameters. Will warn (or optionally abort) if mesh_min or mesh_max could allow a move out of range during BED_MESH_CALIBRATE. This is run implictily at Klipper startup and ...
# The minimum temperature (in Celsius) at which extruder move # commands may be issued. The default is 170 Celsius. min_temp:0 max_temp:400 # The maximum range of valid temperatures (in Celsius) that the # heater must remain within. This controls a safety feature # implemented in the m...
'gcode_move', 'heater_bed', 'idle_timeout', 'pause_resume', 'print_stats', 'toolhead', 'virtual_sdcard', 'webhooks', 'motion_report', 'firmware_retraction', 'exclude_object', 'manual_probe', ] klipperscreendir = pathlib.Path(__file__).parent.resolve() def...
horizontal_move_z: 1 mesh_radius: 80 mesh_origin: 0, 0 round_probe_count: 5 [delta_calibrate] radius:100 horizontal_move_z: 20 speed:5 [force_move] enable_force_move: true # must true, required in the calibration step below.
helper.lift_speed) # move to position if split_xy: self.helper._move([site[0], pos[1], None], self.helper.speed) @@ -399,18 +431,28 @@ def calibrate_z(self): " new offset=%.6f" % (probe_zero, switch_zero, nozzle_zero, self.helper.switch_offset, offset))...
Note that if you chose a good max_smoothing value for both of your axes, you can store it in the printer.cfg as [resonance_tester] accel_chip: ... probe_points: ... max_smoothing: 0.25 # an example Then, if you rerun the input shaper auto-tuning using SHAPER_CALIBRATE ...
## 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|lower == 'true'%} _TOOLHEAD_PARK_PAUSE_CANCEL {% endif %} TURN_OFF_HEATERS ...