Fix up pro compilation
This commit is contained in:
@@ -776,6 +776,7 @@
|
||||
#define Y_DRIVER_TYPE TMC2130
|
||||
#define Z_DRIVER_TYPE TMC2130
|
||||
#define E0_DRIVER_TYPE TMC2130
|
||||
#define E1_DRIVER_TYPE TMC2130
|
||||
#endif
|
||||
//#define X2_DRIVER_TYPE A4988
|
||||
//#define Y2_DRIVER_TYPE A4988
|
||||
|
||||
@@ -32,9 +32,9 @@
|
||||
|
||||
#ifdef SHOW_CUSTOM_BOOTSCREEN
|
||||
#ifdef TOUCH_UI_PORTRAIT
|
||||
#include "../theme/_bootscreen_portrait.h"
|
||||
#include "../theme/bootscreen_logo_portrait.h"
|
||||
#else
|
||||
#include "../theme/_bootscreen_landscape.h"
|
||||
#include "../theme/bootscreen_landscape.h"
|
||||
#endif
|
||||
#else
|
||||
#ifdef TOUCH_UI_PORTRAIT
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@ bool ConfirmAutoCalibrationDialogBox::onTouchEnd(uint8_t tag) {
|
||||
switch (tag) {
|
||||
case 1:
|
||||
GOTO_SCREEN(StatusScreen);
|
||||
injectCommands_P(PSTR(CALIBRATION_COMMANDS));
|
||||
injectCommands_P(PSTR("G425"));
|
||||
return true;
|
||||
default:
|
||||
return DialogBoxBaseClass::onTouchEnd(tag);
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user