Move M140, M190 to cpp
This commit is contained in:
@@ -374,10 +374,6 @@ bool pin_is_protected(const int8_t pin) {
|
||||
return false;
|
||||
}
|
||||
|
||||
#if HAS_TEMP_BED
|
||||
#include "gcode/temperature/M190.h"
|
||||
#endif
|
||||
|
||||
#include "gcode/host/M110.h"
|
||||
|
||||
#include "gcode/control/M111.h"
|
||||
@@ -397,8 +393,6 @@ bool pin_is_protected(const int8_t pin) {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "gcode/temperature/M140.h"
|
||||
|
||||
#if ENABLED(ULTIPANEL)
|
||||
#include "gcode/lcd/M145.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user