Browse Source

update from 2.0.x

FB4S_WIFI
Sergey 3 years ago
parent
commit
86c0d01a33
  1. 4
      Marlin/src/MarlinCore.cpp
  2. 1
      Marlin/src/lcd/e3v2/proui/dwin.cpp
  3. 2
      Marlin/src/pins/mega/pins_MIGHTYBOARD_REVE.h

4
Marlin/src/MarlinCore.cpp

@ -1622,10 +1622,6 @@ void setup() {
SETUP_RUN(test_tmc_connection()); SETUP_RUN(test_tmc_connection());
#endif #endif
#if ENABLED(EASYTHREED_UI)
SETUP_RUN(easythreed_ui.init());
#endif
#if ENABLED(MKS_WIFI) #if ENABLED(MKS_WIFI)
mks_wifi_init(); mks_wifi_init();
#endif #endif

1
Marlin/src/lcd/e3v2/proui/dwin.cpp

@ -1729,6 +1729,7 @@ void DWIN_CopySettingsFrom(const char * const buff) {
// Apply Led Color // Apply Led Color
leds.set_color(HMI_data.Led_Color); leds.set_color(HMI_data.Led_Color);
#endif #endif
} }
// Initialize or re-initialize the LCD // Initialize or re-initialize the LCD

2
Marlin/src/pins/mega/pins_MIGHTYBOARD_REVE.h

@ -182,7 +182,7 @@
// //
// Misc. Functions // Misc. Functions
// //
#define LED_PIN MOSFET_6_PIN // B7 #define LED_PIN 13 // B7
#define CUTOFF_RESET_PIN 16 // H1 #define CUTOFF_RESET_PIN 16 // H1
#define CUTOFF_TEST_PIN 17 // H0 #define CUTOFF_TEST_PIN 17 // H0
#define CUTOFF_SR_CHECK_PIN 70 // G4 (TOSC1) #define CUTOFF_SR_CHECK_PIN 70 // G4 (TOSC1)

Loading…
Cancel
Save