harmonize indentation in anycubic_touchscreen sources

This commit is contained in:
Stefan Kalscheuer
2021-10-03 20:24:57 +02:00
parent 7077da3591
commit 9ffed0e031
2 changed files with 1153 additions and 1359 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -147,8 +147,7 @@ char *ftostr32(const float &);
#define SM_BLTZ_DN_S "<DNOFFZ0>"
#define SM_BLTZ_EXIT_L "<SAVE and EXIT>"
#define SM_BLTZ_EXIT_S "<EXTABLM>"
#endif
#endif // !KNUTWURST_DGUS2_TFT
#if ENABLED(KNUTWURST_DGUS2_TFT)
#define SM_DIR_UP_L "<<< BACK <<< .gcode"
@@ -235,8 +234,7 @@ char *ftostr32(const float &);
#define SM_BLTZ_DN_S "<DOWNOFZ.GCO"
#define SM_BLTZ_EXIT_L "<SAVE and EXIT> .gcode"
#define SM_BLTZ_EXIT_S "<EXTABLM.GCO"
#endif
#endif // KNUTWURST_DGUS2_TFT
#if ENABLED(KNUTWURST_TFT_LEVELING)
// eeprom_index
@@ -246,8 +244,7 @@ char *ftostr32(const float &);
extern float SAVE_zprobe_zoffset;
#endif
class AnycubicTouchscreenClass
{
class AnycubicTouchscreenClass {
public:
AnycubicTouchscreenClass();
void Setup();
@@ -291,8 +288,7 @@ private:
int currentFlowRate = 0;
#if defined(POWER_OUTAGE_TEST)
struct OutageDataStruct
{
struct OutageDataStruct {
char OutageDataVersion;
char OutageFlag;
float last_position[XYZE];
@@ -340,9 +336,7 @@ private:
int FilamentRunoutCounter = 0;
#endif
#if ENABLED(KNUTWURST_MEGA_P_LASER)
typedef struct {
unsigned char bfType[2];
unsigned char bfSize[4];
@@ -362,9 +356,7 @@ typedef struct {
unsigned char biClrImportant[4];
} BMP_HEAD;
typedef struct
{
typedef struct {
unsigned long pic_file_size;
unsigned long pic_ptr;
unsigned long pic_start;
@@ -396,7 +388,6 @@ typedef struct
#define MIN_GRAY_VLAUE 20
#define LASER_PRINT_SPEED 30 //50*60
#endif
};
extern AnycubicTouchscreenClass AnycubicTouchscreen;