Clean up trailing whitespace
This commit is contained in:
parent
ccf65c5397
commit
6964e1a95a
@ -561,7 +561,7 @@
|
|||||||
|
|
||||||
#define X_STOP_INVERTING true
|
#define X_STOP_INVERTING true
|
||||||
#define Y_STOP_INVERTING true
|
#define Y_STOP_INVERTING true
|
||||||
#define Z_STOP_INVERTING true
|
#define Z_STOP_INVERTING true
|
||||||
|
|
||||||
// Enable this feature if all enabled endstop pins are interrupt-capable.
|
// Enable this feature if all enabled endstop pins are interrupt-capable.
|
||||||
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
|
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
|
||||||
|
@ -84,7 +84,7 @@ PF Part Fan (PWM)
|
|||||||
ZS Z-Endstop (Max)
|
ZS Z-Endstop (Max)
|
||||||
YS Y-Endstop (Min)
|
YS Y-Endstop (Min)
|
||||||
XS X-Endstop (Min)
|
XS X-Endstop (Min)
|
||||||
PS SPST Switch to enable DC 24v
|
PS SPST Switch to enable DC 24v
|
||||||
BT Bed Thermistor (header not populated)
|
BT Bed Thermistor (header not populated)
|
||||||
ET Extruder Thermistor
|
ET Extruder Thermistor
|
||||||
PT1 PT100 Thermocouple (not populated)
|
PT1 PT100 Thermocouple (not populated)
|
||||||
|
@ -453,7 +453,7 @@
|
|||||||
#elif HAS_DRIVER(LV8729)
|
#elif HAS_DRIVER(LV8729)
|
||||||
#define MINIMUM_STEPPER_DIR_DELAY 500
|
#define MINIMUM_STEPPER_DIR_DELAY 500
|
||||||
#elif HAS_DRIVER(A5984)
|
#elif HAS_DRIVER(A5984)
|
||||||
#define MINIMUM_STEPPER_DIR_DELAY 400
|
#define MINIMUM_STEPPER_DIR_DELAY 400
|
||||||
#elif HAS_DRIVER(A4988)
|
#elif HAS_DRIVER(A4988)
|
||||||
#define MINIMUM_STEPPER_DIR_DELAY 200
|
#define MINIMUM_STEPPER_DIR_DELAY 200
|
||||||
#elif HAS_TRINAMIC || HAS_DRIVER(TMC2660) || HAS_DRIVER(TMC2130_STANDALONE) || HAS_DRIVER(TMC2208_STANDALONE) || HAS_DRIVER(TMC26X_STANDALONE) || HAS_DRIVER(TMC2660_STANDALONE)
|
#elif HAS_TRINAMIC || HAS_DRIVER(TMC2660) || HAS_DRIVER(TMC2130_STANDALONE) || HAS_DRIVER(TMC2208_STANDALONE) || HAS_DRIVER(TMC26X_STANDALONE) || HAS_DRIVER(TMC2660_STANDALONE)
|
||||||
|
@ -183,7 +183,7 @@
|
|||||||
U8GLIB_MINI12864_2X u8g(DOGLCD_CS, DOGLCD_A0); // 4 stripes
|
U8GLIB_MINI12864_2X u8g(DOGLCD_CS, DOGLCD_A0); // 4 stripes
|
||||||
#elif ENABLED(U8GLIB_SH1106_EINSTART)
|
#elif ENABLED(U8GLIB_SH1106_EINSTART)
|
||||||
// Connected via motherboard header
|
// Connected via motherboard header
|
||||||
U8GLIB_SH1106_128X64 u8g(DOGLCD_SCK, DOGLCD_MOSI, DOGLCD_CS, LCD_PINS_DC, LCD_PINS_RS);
|
U8GLIB_SH1106_128X64 u8g(DOGLCD_SCK, DOGLCD_MOSI, DOGLCD_CS, LCD_PINS_DC, LCD_PINS_RS);
|
||||||
#else
|
#else
|
||||||
// for regular DOGM128 display with HW-SPI
|
// for regular DOGM128 display with HW-SPI
|
||||||
//U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0 // 8 stripes
|
//U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0 // 8 stripes
|
||||||
|
@ -74,7 +74,7 @@ void PrintCounter::initStats() {
|
|||||||
data = { 0, 0, 0, 0, 0.0 };
|
data = { 0, 0, 0, 0, 0.0 };
|
||||||
|
|
||||||
saveStats();
|
saveStats();
|
||||||
|
|
||||||
uint16_t crc = 0;
|
uint16_t crc = 0;
|
||||||
int a = address;
|
int a = address;
|
||||||
persistentStore.access_start();
|
persistentStore.access_start();
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
// Limit Switches
|
// Limit Switches
|
||||||
//
|
//
|
||||||
#define X_STOP_PIN 44 // 2560 PIN 40
|
#define X_STOP_PIN 44 // 2560 PIN 40
|
||||||
#define Y_STOP_PIN 43 // 2560 PIN 41
|
#define Y_STOP_PIN 43 // 2560 PIN 41
|
||||||
#define Z_STOP_PIN 42 // 2560 PIN 42
|
#define Z_STOP_PIN 42 // 2560 PIN 42
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -41,7 +41,7 @@ class Print {
|
|||||||
public:
|
public:
|
||||||
Print() : write_error(0) {}
|
Print() : write_error(0) {}
|
||||||
virtual ~Print() {}
|
virtual ~Print() {}
|
||||||
|
|
||||||
int getWriteError() { return write_error; }
|
int getWriteError() { return write_error; }
|
||||||
void clearWriteError() { setWriteError(0); }
|
void clearWriteError() { setWriteError(0); }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user