Browse Source

Clean up trailing whitespace

pull/1/head
Scott Lahteine 6 years ago
parent
commit
b381cad399
  1. 2
      Marlin/src/Marlin.cpp
  2. 2
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  3. 2
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h
  4. 2
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  5. 2
      Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h
  6. 2
      Marlin/src/config/examples/delta/generic/Configuration.h
  7. 2
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  8. 2
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  9. 2
      Marlin/src/gcode/gcode.cpp
  10. 2
      Marlin/src/gcode/gcode.h
  11. 2
      Marlin/src/pins/pins_AZTEEG_X5_MINI_WIFI.h

2
Marlin/src/Marlin.cpp

@ -972,7 +972,7 @@ void loop() {
#if ENABLED(SDSUPPORT)
card.checkautostart();
if (card.abort_sd_printing) {
card.stopSDPrint(
#if SD_RESORT

2
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h

@ -1024,7 +1024,7 @@
// @section machine
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR true
#define INVERT_X_DIR true
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true

2
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h

@ -1023,7 +1023,7 @@
// @section machine
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR true
#define INVERT_X_DIR true
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true

2
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h

@ -1023,7 +1023,7 @@
// @section machine
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR true
#define INVERT_X_DIR true
#define INVERT_Y_DIR true
#define INVERT_Z_DIR true

2
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h

@ -1026,7 +1026,7 @@
// @section machine
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR false
#define INVERT_X_DIR false
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false

2
Marlin/src/config/examples/delta/generic/Configuration.h

@ -1011,7 +1011,7 @@
// @section machine
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR false
#define INVERT_X_DIR false
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false

2
Marlin/src/config/examples/delta/kossel_mini/Configuration.h

@ -1013,7 +1013,7 @@
// @section machine
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR false
#define INVERT_X_DIR false
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false

2
Marlin/src/config/examples/delta/kossel_xl/Configuration.h

@ -1014,7 +1014,7 @@
// @section machine
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
#define INVERT_X_DIR false
#define INVERT_X_DIR false
#define INVERT_Y_DIR false
#define INVERT_Z_DIR false

2
Marlin/src/gcode/gcode.cpp

@ -587,7 +587,7 @@ void GcodeSuite::process_parsed_command(
#if ENABLED(SDSUPPORT)
case 524: M524(); break; // M524: Abort the current SD print job
#endif
#if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
case 540: M540(); break; // M540: Set abort on endstop hit for SD printing
#endif

2
Marlin/src/gcode/gcode.h

@ -723,7 +723,7 @@ private:
#if ENABLED(SDSUPPORT)
static void M524();
#endif
#if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
static void M540();
#endif

2
Marlin/src/pins/pins_AZTEEG_X5_MINI_WIFI.h

@ -182,7 +182,7 @@
//#define USB_SD_ONBOARD // Enable host access to SD card as mass storage device through USB
//#define LPC_SD_LCD // Marlin uses the SD drive attached to the LCD
#define LPC_SD_ONBOARD // Marlin uses the SD drive on the control board. There is no SD detect pin
#define LPC_SD_ONBOARD // Marlin uses the SD drive on the control board. There is no SD detect pin
// for the onboard card. Init card from LCD menu or send M21 whenever printer
// is powered on to enable SD access.

Loading…
Cancel
Save