Fix: Use 'cartographer:z_virtual_endstop' instead of 'probe:z_virtual_endstop'

The Cartographer plugin registers as 'cartographer', not 'probe'.
Using 'probe:' causes: 'Unknown pin chip name probe'

Correct syntax:
endstop_pin: cartographer:z_virtual_endstop
This commit is contained in:
root 2026-03-13 12:34:40 +00:00
parent 4db5c7e423
commit ed41b090f4
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
# ============================================================================
[stepper_z]
endstop_pin: probe:z_virtual_endstop
endstop_pin: cartographer:z_virtual_endstop
homing_retract_dist: 0
[mcu cartographer]

View file

@ -13,7 +13,7 @@
# ============================================================================
[stepper_z]
endstop_pin: probe:z_virtual_endstop
endstop_pin: cartographer:z_virtual_endstop
homing_retract_dist: 0
[mcu cartographer]