Whitespace cleanup
This commit is contained in:
@ -27,8 +27,8 @@
|
||||
|
||||
#include "../../../../inc/MarlinConfig.h"
|
||||
#include "../../ui_api.h"
|
||||
#include "../../../../MarlinCore.h" // for quickstop_stepper and disable_steppers
|
||||
#include "../../../../module/motion.h" // for A20 read printing speed feedrate_percentage
|
||||
#include "../../../../MarlinCore.h" // for quickstop_stepper and disable_steppers
|
||||
#include "../../../../module/motion.h" // for A20 read printing speed feedrate_percentage
|
||||
|
||||
// command sending macro's with debugging capability
|
||||
#define SEND_PGM(x) send_P(PSTR(x))
|
||||
|
@ -161,7 +161,7 @@ typedef struct {
|
||||
uint8_t waitEndMoves;
|
||||
uint16_t moveSpeed;
|
||||
float move_dist;
|
||||
uint8_t F[4];
|
||||
uint8_t F[4];
|
||||
} UI_CFG;
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user