- Remove unneccessary bed heating information.
- Disable debug information via serial console.
This commit is contained in:
@@ -43,10 +43,7 @@
|
|||||||
#include "../../feature/leds/leds.h"
|
#include "../../feature/leds/leds.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(ANYCUBIC_TOUCHSCREEN)
|
#include "../../MarlinCore.h" // for wait_for_heatup, idle, startOrResumeJob
|
||||||
#include "../../lcd/anycubic_touchscreen.h"
|
|
||||||
#endif
|
|
||||||
#include "../../MarlinCore.h" // for wait_for_heatup and idle()
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* M140: Set bed temperature
|
* M140: Set bed temperature
|
||||||
@@ -83,15 +80,9 @@ void GcodeSuite::M190() {
|
|||||||
}
|
}
|
||||||
else return;
|
else return;
|
||||||
|
|
||||||
#ifdef ANYCUBIC_TOUCHSCREEN
|
|
||||||
AnycubicTouchscreen.BedHeatingStart();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
ui.set_status_P(thermalManager.isHeatingBed() ? GET_TEXT(MSG_BED_HEATING) : GET_TEXT(MSG_BED_COOLING));
|
ui.set_status_P(thermalManager.isHeatingBed() ? GET_TEXT(MSG_BED_HEATING) : GET_TEXT(MSG_BED_COOLING));
|
||||||
|
|
||||||
thermalManager.wait_for_bed(no_wait_for_cooling);
|
thermalManager.wait_for_bed(no_wait_for_cooling);
|
||||||
|
|
||||||
//SERIAL_FLUSH();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // HAS_HEATED_BED
|
#endif // HAS_HEATED_BED
|
||||||
|
@@ -2224,4 +2224,4 @@
|
|||||||
// Enable Anycubic TFT
|
// Enable Anycubic TFT
|
||||||
#define ANYCUBIC_TOUCHSCREEN
|
#define ANYCUBIC_TOUCHSCREEN
|
||||||
#define ANYCUBIC_FILAMENT_RUNOUT_SENSOR
|
#define ANYCUBIC_FILAMENT_RUNOUT_SENSOR
|
||||||
#define ANYCUBIC_TFT_DEBUG
|
//#define ANYCUBIC_TFT_DEBUG
|
||||||
|
Reference in New Issue
Block a user