🔧 Update settings sections (#28240)

This commit is contained in:
Scott Lahteine
2025-12-21 00:42:28 -06:00
committed by GitHub
parent f8c6ba224f
commit e08f8498d2
3 changed files with 17 additions and 13 deletions

View File

@@ -61,7 +61,7 @@
// @section info // @section info
// Author info of this build printed to the host during boot and M115 // Author info of this build printed to the host during boot and M115
#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Original author or contributor. #define STRING_CONFIG_H_AUTHOR "(MarlinFirmware)" // Original author or contributor.
//#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes) //#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes)
// @section machine // @section machine
@@ -468,7 +468,7 @@
//=========================================================================== //===========================================================================
//============================= Thermal Settings ============================ //============================= Thermal Settings ============================
//=========================================================================== //===========================================================================
// @section temperature // @section temperature sensors
/** /**
* Temperature Sensors: * Temperature Sensors:
@@ -652,6 +652,8 @@
#define TEMP_SENSOR_REDUNDANT_MAX_DIFF 10 // (°C) Temperature difference that will trigger a print abort. #define TEMP_SENSOR_REDUNDANT_MAX_DIFF 10 // (°C) Temperature difference that will trigger a print abort.
#endif #endif
// @section temperature
// Below this temperature the heater will be switched off // Below this temperature the heater will be switched off
// because it probably indicates a broken thermistor wire. // because it probably indicates a broken thermistor wire.
#define HEATER_0_MINTEMP 5 #define HEATER_0_MINTEMP 5
@@ -1860,15 +1862,12 @@
//#define DISABLE_V //#define DISABLE_V
//#define DISABLE_W //#define DISABLE_W
// Turn off the display blinking that warns about possible accuracy reduction
//#define DISABLE_REDUCED_ACCURACY_WARNING
// @section extruder // @section extruder
//#define DISABLE_E // Disable the extruder when not stepping //#define DISABLE_E // Disable the extruder when not stepping
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled #define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
// @section motion // @section stepper drivers
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way. // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR false #define INVERT_X_DIR false
@@ -1881,8 +1880,6 @@
//#define INVERT_V_DIR false //#define INVERT_V_DIR false
//#define INVERT_W_DIR false //#define INVERT_W_DIR false
// @section extruder
// For direct drive extruder v9 set to true, for geared extruder set to false. // For direct drive extruder v9 set to true, for geared extruder set to false.
#define INVERT_E0_DIR false #define INVERT_E0_DIR false
#define INVERT_E1_DIR false #define INVERT_E1_DIR false
@@ -2527,7 +2524,7 @@
// //
//#define TEMPERATURE_UNITS_SUPPORT //#define TEMPERATURE_UNITS_SUPPORT
// @section temperature // @section temperature presets
// //
// Preheat Constants - Up to 10 are supported without changes // Preheat Constants - Up to 10 are supported without changes

View File

@@ -1526,6 +1526,9 @@
// @section lcd // @section lcd
// Turn off the display blinking that warns about possible accuracy reduction
//#define DISABLE_REDUCED_ACCURACY_WARNING
#if HAS_MANUAL_MOVE_MENU #if HAS_MANUAL_MOVE_MENU
#define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 2*60 } // (mm/min) Feedrates for manual moves along X, Y, Z, E from panel #define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 2*60 } // (mm/min) Feedrates for manual moves along X, Y, Z, E from panel
#define FINE_MANUAL_MOVE 0.025 // (mm) Smallest manual move (< 0.1mm) applying to Z on most machines #define FINE_MANUAL_MOVE 0.025 // (mm) Smallest manual move (< 0.1mm) applying to Z on most machines
@@ -2355,7 +2358,7 @@
//#define WATCHDOG_RESET_MANUAL //#define WATCHDOG_RESET_MANUAL
#endif #endif
// @section lcd // @section baby-stepping
/** /**
* Babystepping enables movement of the axes by tiny increments without changing * Babystepping enables movement of the axes by tiny increments without changing
@@ -2608,13 +2611,15 @@
#endif #endif
#endif // PTC_PROBE || PTC_BED || PTC_HOTEND #endif // PTC_PROBE || PTC_BED || PTC_HOTEND
// @section extras // @section gcode
// //
// G60/G61 Position Save and Return // G60/G61 Position Save and Return
// //
//#define SAVED_POSITIONS 1 // Each saved position slot costs 12 bytes //#define SAVED_POSITIONS 1 // Each saved position slot costs 12 bytes
// @section motion
// //
// G2/G3 Arc Support // G2/G3 Arc Support
// //
@@ -2646,6 +2651,8 @@
*/ */
//#define DIRECT_STEPPING //#define DIRECT_STEPPING
// @section calibrate
/** /**
* G38 Probe Target * G38 Probe Target
* *
@@ -2852,7 +2859,7 @@
*/ */
//#define EXTRA_FAN_SPEED //#define EXTRA_FAN_SPEED
// @section gcode // @section firmware retraction
/** /**
* Firmware-based and LCD-controlled retract * Firmware-based and LCD-controlled retract

View File

@@ -799,7 +799,7 @@
#if ANY(FYSETC_MINI_12864_1_2, FYSETC_MINI_12864_2_0) && DISABLED(RGB_LED) #if ANY(FYSETC_MINI_12864_1_2, FYSETC_MINI_12864_2_0) && DISABLED(RGB_LED)
#warning "Your FYSETC Mini Panel works best with RGB_LED." #warning "Your FYSETC Mini Panel works best with RGB_LED."
#elif ANY(FYSETC_MINI_12864_2_0, FYSETC_MINI_12864_2_1) && DISABLED(LED_USER_PRESET_STARTUP) #elif ENABLED(FYSETC_MINI_12864_2_0) && DISABLED(LED_USER_PRESET_STARTUP)
#warning "Your FYSETC/MKS/BTT/BEEZ Mini Panel works best with LED_USER_PRESET_STARTUP." #warning "Your FYSETC/MKS/BTT/BEEZ Mini Panel works best with LED_USER_PRESET_STARTUP."
#endif #endif