Fix: Add SDCARD_RESET_FILE macro to prevent config error
Some Klipper versions expect this macro to be defined. Added a simple placeholder macro to prevent: 'Option gcode in section gcode_macro SDCARD_RESET_FILE must be specified'
This commit is contained in:
parent
62ad32b3e7
commit
a3eaeddc1d
1 changed files with 9 additions and 0 deletions
|
|
@ -3,6 +3,15 @@
|
||||||
# Simplified nozzle cleaning for reliable prints
|
# Simplified nozzle cleaning for reliable prints
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
|
|
||||||
|
# ----------------------------------------------------------------------------
|
||||||
|
# SDCARD_RESET_FILE - Fix for Klipper SD card reset error
|
||||||
|
# ----------------------------------------------------------------------------
|
||||||
|
[gcode_macro SDCARD_RESET_FILE]
|
||||||
|
description: Reset SD card file (placeholder to prevent errors)
|
||||||
|
gcode:
|
||||||
|
# Placeholder - SD card operations handled by Klipper
|
||||||
|
RESPOND MSG="SD card reset acknowledged"
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
# PRINTER VARIABLES - Neptune 4 Plus
|
# PRINTER VARIABLES - Neptune 4 Plus
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue