Fix: Replace deprecated CARTOGRAPHER_CALIBRATE with CARTOGRAPHER_SCAN_CALIBRATE

Cartographer Survey Touch replaced CARTOGRAPHER_CALIBRATE with
CARTOGRAPHER_SCAN_CALIBRATE. The old command still exists but shows
deprecation warnings.

Updated in:
- calibration/calibration_macros.cfg (CALIBRATE_Z_OFFSET macro)
- user_settings_clean.cfg (CALIBRATE_PROBE macro)
- optimized_user_settings.cfg (CALIBRATE_PROBE macro)

Reference: https://docs.cartographer3d.com/cartographer-probe/classic-vs-survey-touch
This commit is contained in:
root 2026-03-13 11:33:07 +00:00
parent 3ac9e9fb1f
commit 44bc49db09
3 changed files with 6 additions and 6 deletions

View file

@ -50,8 +50,8 @@ gcode:
RESPOND MSG="Step 3: Cartographer Z0 calibration..."
RESPOND MSG="Follow prompts in console"
# Start Cartographer calibration
CARTOGRAPHER_CALIBRATE
# Start Cartographer calibration (Survey Touch)
CARTOGRAPHER_SCAN_CALIBRATE
RESPOND MSG=""
RESPOND MSG="Z-Offset calibration complete!"