Fix: Remove gcode_variable (not supported in older Klipper)
The 'gcode_variable' section is not available in all Klipper versions. Removed it and simplified KNCM_settings.cfg to use direct defaults. Also reverted to 'probe:z_virtual_endstop' which is correct when [mcu rpi] is defined in printer.cfg. Changes: - KNCM_settings.cfg: Removed [gcode_variable printer_settings] - user_settings_clean.cfg: endstop_pin: probe:z_virtual_endstop - optimized_user_settings.cfg: endstop_pin: probe:z_virtual_endstop
This commit is contained in:
parent
d442625ba1
commit
454b80b514
3 changed files with 15 additions and 33 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# ============================================================================
|
||||
|
||||
[stepper_z]
|
||||
endstop_pin: cartographer:z_virtual_endstop
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
homing_retract_dist: 0
|
||||
|
||||
[mcu cartographer]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue