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:
parent
3ac9e9fb1f
commit
44bc49db09
3 changed files with 6 additions and 6 deletions
|
|
@ -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!"
|
||||
|
|
|
|||
|
|
@ -171,13 +171,13 @@ gcode:
|
|||
CARTOGRAPHER_TOUCH
|
||||
|
||||
[gcode_macro CALIBRATE_PROBE]
|
||||
description: Manual Z-offset calibration
|
||||
description: Manual Z-offset calibration (Survey Touch)
|
||||
gcode:
|
||||
{% if printer.toolhead.homed_axes != "xyz" %}
|
||||
G28
|
||||
{% endif %}
|
||||
G1 X{printer.toolhead.axis_maximum.x / 2} Y{printer.toolhead.axis_maximum.y / 2} Z10 F6000
|
||||
CARTOGRAPHER_CALIBRATE
|
||||
CARTOGRAPHER_SCAN_CALIBRATE
|
||||
|
||||
[gcode_macro BABYZ_PLUS]
|
||||
gcode:
|
||||
|
|
|
|||
|
|
@ -171,13 +171,13 @@ gcode:
|
|||
CARTOGRAPHER_TOUCH
|
||||
|
||||
[gcode_macro CALIBRATE_PROBE]
|
||||
description: Manual Z-offset calibration
|
||||
description: Manual Z-offset calibration (Survey Touch)
|
||||
gcode:
|
||||
{% if printer.toolhead.homed_axes != "xyz" %}
|
||||
G28
|
||||
{% endif %}
|
||||
G1 X{printer.toolhead.axis_maximum.x / 2} Y{printer.toolhead.axis_maximum.y / 2} Z10 F6000
|
||||
CARTOGRAPHER_CALIBRATE
|
||||
CARTOGRAPHER_SCAN_CALIBRATE
|
||||
|
||||
[gcode_macro BABYZ_PLUS]
|
||||
gcode:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue