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:
parent
4db5c7e423
commit
ed41b090f4
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# ============================================================================
|
||||
|
||||
[stepper_z]
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
endstop_pin: cartographer:z_virtual_endstop
|
||||
homing_retract_dist: 0
|
||||
|
||||
[mcu cartographer]
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
# ============================================================================
|
||||
|
||||
[stepper_z]
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
endstop_pin: cartographer:z_virtual_endstop
|
||||
homing_retract_dist: 0
|
||||
|
||||
[mcu cartographer]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue