Fix mistype

update Paypal FUNDING.yml
Ender3V2S1-Released
Miguel Risco-Castillo 2 months ago
parent 8ccd2afef0
commit bf7777ee8d

@ -1,2 +1,2 @@
custom: ["https://www.paypal.com/paypalme/mriscoc"]
custom: ["https://www.paypal.com/donate/?business=85SPAAR6UZEE8"]
patreon: mriscoc

@ -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

@ -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

Loading…
Cancel
Save