瀏覽代碼

Clean up trailing whitespace

Scott Lahteine 6 年之前
父節點
當前提交
b381cad399

+ 1
- 1
Marlin/src/Marlin.cpp 查看文件

972
 
972
 
973
     #if ENABLED(SDSUPPORT)
973
     #if ENABLED(SDSUPPORT)
974
       card.checkautostart();
974
       card.checkautostart();
975
-    
975
+
976
       if (card.abort_sd_printing) {
976
       if (card.abort_sd_printing) {
977
         card.stopSDPrint(
977
         card.stopSDPrint(
978
           #if SD_RESORT
978
           #if SD_RESORT

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h 查看文件

1024
 // @section machine
1024
 // @section machine
1025
 
1025
 
1026
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1026
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1027
-#define INVERT_X_DIR true 
1027
+#define INVERT_X_DIR true
1028
 #define INVERT_Y_DIR true
1028
 #define INVERT_Y_DIR true
1029
 #define INVERT_Z_DIR true
1029
 #define INVERT_Z_DIR true
1030
 
1030
 

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h 查看文件

1023
 // @section machine
1023
 // @section machine
1024
 
1024
 
1025
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1025
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1026
-#define INVERT_X_DIR true 
1026
+#define INVERT_X_DIR true
1027
 #define INVERT_Y_DIR true
1027
 #define INVERT_Y_DIR true
1028
 #define INVERT_Z_DIR true
1028
 #define INVERT_Z_DIR true
1029
 
1029
 

+ 1
- 1
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h 查看文件

1023
 // @section machine
1023
 // @section machine
1024
 
1024
 
1025
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1025
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1026
-#define INVERT_X_DIR true 
1026
+#define INVERT_X_DIR true
1027
 #define INVERT_Y_DIR true
1027
 #define INVERT_Y_DIR true
1028
 #define INVERT_Z_DIR true
1028
 #define INVERT_Z_DIR true
1029
 
1029
 

+ 1
- 1
Marlin/src/config/examples/delta/Hatchbox_Alpha/Configuration.h 查看文件

1026
 // @section machine
1026
 // @section machine
1027
 
1027
 
1028
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1028
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1029
-#define INVERT_X_DIR false 
1029
+#define INVERT_X_DIR false
1030
 #define INVERT_Y_DIR false
1030
 #define INVERT_Y_DIR false
1031
 #define INVERT_Z_DIR false
1031
 #define INVERT_Z_DIR false
1032
 
1032
 

+ 1
- 1
Marlin/src/config/examples/delta/generic/Configuration.h 查看文件

1011
 // @section machine
1011
 // @section machine
1012
 
1012
 
1013
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1013
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1014
-#define INVERT_X_DIR false 
1014
+#define INVERT_X_DIR false
1015
 #define INVERT_Y_DIR false
1015
 #define INVERT_Y_DIR false
1016
 #define INVERT_Z_DIR false
1016
 #define INVERT_Z_DIR false
1017
 
1017
 

+ 1
- 1
Marlin/src/config/examples/delta/kossel_mini/Configuration.h 查看文件

1013
 // @section machine
1013
 // @section machine
1014
 
1014
 
1015
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1015
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1016
-#define INVERT_X_DIR false 
1016
+#define INVERT_X_DIR false
1017
 #define INVERT_Y_DIR false
1017
 #define INVERT_Y_DIR false
1018
 #define INVERT_Z_DIR false
1018
 #define INVERT_Z_DIR false
1019
 
1019
 

+ 1
- 1
Marlin/src/config/examples/delta/kossel_xl/Configuration.h 查看文件

1014
 // @section machine
1014
 // @section machine
1015
 
1015
 
1016
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1016
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
1017
-#define INVERT_X_DIR false 
1017
+#define INVERT_X_DIR false
1018
 #define INVERT_Y_DIR false
1018
 #define INVERT_Y_DIR false
1019
 #define INVERT_Z_DIR false
1019
 #define INVERT_Z_DIR false
1020
 
1020
 

+ 1
- 1
Marlin/src/gcode/gcode.cpp 查看文件

587
       #if ENABLED(SDSUPPORT)
587
       #if ENABLED(SDSUPPORT)
588
         case 524: M524(); break;                                   // M524: Abort the current SD print job
588
         case 524: M524(); break;                                   // M524: Abort the current SD print job
589
       #endif
589
       #endif
590
-      
590
+
591
       #if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
591
       #if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
592
         case 540: M540(); break;                                  // M540: Set abort on endstop hit for SD printing
592
         case 540: M540(); break;                                  // M540: Set abort on endstop hit for SD printing
593
       #endif
593
       #endif

+ 1
- 1
Marlin/src/gcode/gcode.h 查看文件

723
   #if ENABLED(SDSUPPORT)
723
   #if ENABLED(SDSUPPORT)
724
     static void M524();
724
     static void M524();
725
   #endif
725
   #endif
726
-    
726
+
727
   #if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
727
   #if ENABLED(ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED)
728
     static void M540();
728
     static void M540();
729
   #endif
729
   #endif

+ 1
- 1
Marlin/src/pins/pins_AZTEEG_X5_MINI_WIFI.h 查看文件

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

Loading…
取消
儲存