diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 6fc59b5..d6e0409 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -custom: ["https://www.paypal.com/paypalme/mriscoc"] +custom: ["https://www.paypal.com/donate/?business=85SPAAR6UZEE8"] patreon: mriscoc diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 18718c9..aed10be 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1351,7 +1351,7 @@ * The probe replaces the Z-MIN endstop and is used for Z homing. * (Automatically enables USE_PROBE_FOR_Z_HOMING.) */ -#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN +//#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN // Manual mesh not have a probe // Force the use of the probe for Z-axis homing //#define USE_PROBE_FOR_Z_HOMING // Manual mesh not have a probe diff --git a/Marlin/src/lcd/e3v2/proui/dwin.cpp b/Marlin/src/lcd/e3v2/proui/dwin.cpp index d5a1bb9..f14e807 100644 --- a/Marlin/src/lcd/e3v2/proui/dwin.cpp +++ b/Marlin/src/lcd/e3v2/proui/dwin.cpp @@ -2254,7 +2254,7 @@ void applyMove() { #if !ALL(CASE_LIGHT_MENU, CASE_LIGHT_USE_NEOPIXEL) void setLedStatus() { leds.toggle(); - showChkbLine(leds.lights_on); + showCheckboxLine(leds.lights_on); } #endif #if HAS_COLOR_LEDS