Browse Source

Clean up excess whitespace

Scott Lahteine 7 years ago
parent
commit
f713f25fa5

+ 4
- 4
Marlin/Marlin_main.cpp View File

@@ -5280,7 +5280,7 @@ void home_all_axes() { gcode_G28(true); }
5280 5280
       #if DISABLED(PROBE_MANUALLY)
5281 5281
         home_offset[Z_AXIS] -= probe_pt(dx, dy, stow_after_each, 1, false); // 1st probe to set height
5282 5282
       #endif
5283
-      
5283
+
5284 5284
       do {
5285 5285
 
5286 5286
         float z_at_pt[13] = { 0.0 };
@@ -5380,7 +5380,7 @@ void home_all_axes() { gcode_G28(true); }
5380 5380
           #if ENABLED(PROBE_MANUALLY)
5381 5381
             test_precision = 0.00; // forced end
5382 5382
           #endif
5383
-          
5383
+
5384 5384
           switch (probe_points) {
5385 5385
             case 1:
5386 5386
               test_precision = 0.00; // forced end
@@ -6259,7 +6259,7 @@ inline void gcode_M17() {
6259 6259
   inline void gcode_M23() {
6260 6260
     // Simplify3D includes the size, so zero out all spaces (#7227)
6261 6261
     for (char *fn = parser.string_arg; *fn; ++fn) if (*fn == ' ') *fn = '\0';
6262
-    card.openFile(parser.string_arg, true); 
6262
+    card.openFile(parser.string_arg, true);
6263 6263
   }
6264 6264
 
6265 6265
   /**
@@ -12877,7 +12877,7 @@ void kill(const char* lcd_msg) {
12877 12877
   #if defined(ACTION_ON_KILL)
12878 12878
     SERIAL_ECHOLNPGM("//action:" ACTION_ON_KILL);
12879 12879
   #endif
12880
-  
12880
+
12881 12881
   #if HAS_POWER_SWITCH
12882 12882
     SET_INPUT(PS_ON_PIN);
12883 12883
   #endif

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/auto_calibrate/Configuration.h View File

@@ -497,7 +497,7 @@
497 497
 
498 498
   // Horizontal distance bridged by diagonal push rods when effector is centered.
499 499
   #define DELTA_RADIUS 101.0 //mm  Get this value from auto calibrate
500
-  
500
+
501 501
   // Trim adjustments for individual towers
502 502
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
503 503
   // measured in degrees anticlockwise looking from above the printer

+ 1
- 1
Marlin/example_configurations/delta/FLSUN/kossel_mini/Configuration.h View File

@@ -497,7 +497,7 @@
497 497
 
498 498
   // Horizontal distance bridged by diagonal push rods when effector is centered.
499 499
   #define DELTA_RADIUS 101.0 //mm  Get this value from auto calibrate
500
-  
500
+
501 501
   // Trim adjustments for individual towers
502 502
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
503 503
   // measured in degrees anticlockwise looking from above the printer

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -487,7 +487,7 @@
487 487
 
488 488
   // Horizontal distance bridged by diagonal push rods when effector is centered.
489 489
   #define DELTA_RADIUS 124.0 //mm  Get this value from auto calibrate
490
-  
490
+
491 491
   // Trim adjustments for individual towers
492 492
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
493 493
   // measured in degrees anticlockwise looking from above the printer

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -487,7 +487,7 @@
487 487
 
488 488
   // Horizontal distance bridged by diagonal push rods when effector is centered.
489 489
   #define DELTA_RADIUS 105.2 //mm  Get this value from auto calibrate
490
-  
490
+
491 491
   // Trim adjustments for individual towers
492 492
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
493 493
   // measured in degrees anticlockwise looking from above the printer

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -473,7 +473,7 @@
473 473
 
474 474
   // Horizontal distance bridged by diagonal push rods when effector is centered.
475 475
   #define DELTA_RADIUS 152.357 //mm  Get this value from auto calibrate
476
-  
476
+
477 477
   // Trim adjustments for individual towers
478 478
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
479 479
   // measured in degrees anticlockwise looking from above the printer

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -491,7 +491,7 @@
491 491
 
492 492
   // Horizontal distance bridged by diagonal push rods when effector is centered.
493 493
   #define DELTA_RADIUS 174.1 //mm  Get this value from auto calibrate
494
-  
494
+
495 495
   // Trim adjustments for individual towers
496 496
   // tower angle corrections for X and Y tower / rotate XYZ so Z tower angle = 0
497 497
   // measured in degrees anticlockwise looking from above the printer

+ 12
- 12
Marlin/pins_PRINTRBOARD_REVF.h View File

@@ -32,9 +32,9 @@
32 32
  *
33 33
  *  Teensyduino - http://www.pjrc.com/teensy/teensyduino.html
34 34
  *    Installation instructions are at the above URL.
35
- *    
35
+ *
36 36
  *    Select Teensy++ 2.0 in Arduino IDE from the 'Tools -> Boards' menu
37
- *    
37
+ *
38 38
  *    Note: With Teensyduino extension, the Arduino IDE will report 130048 bytes of program storage space available,
39 39
  *    but there is actually only 122880 bytes due to the larger DFU bootloader shipped by default on all Printrboard RevF.
40 40
  *
@@ -99,8 +99,8 @@
99 99
 #define DAC_STEPPER_CURRENT
100 100
 
101 101
 // Set default drive strength percents if not already defined - X, Y, Z, E axis
102
-#ifndef DAC_MOTOR_CURRENT_DEFAULT 
103
-  #define DAC_MOTOR_CURRENT_DEFAULT { 70, 70, 50, 70 }    
102
+#ifndef DAC_MOTOR_CURRENT_DEFAULT
103
+  #define DAC_MOTOR_CURRENT_DEFAULT { 70, 70, 50, 70 }
104 104
 #endif
105 105
 
106 106
 // Number of channels available for DAC
@@ -170,17 +170,17 @@
170 170
 
171 171
 #if ENABLED(MINIPANEL)
172 172
   #if ENABLED(USE_INTERNAL_SD)
173
-    //      PIN       FASTIO PIN#  ATUSB90 PIN# Teensy2.0++ PIN# 
174
-    #define SDSS               20  //        10               B0  
173
+    //      PIN       FASTIO PIN#  ATUSB90 PIN# Teensy2.0++ PIN#
174
+    #define SDSS               20  //        10               B0
175 175
     #define SD_DETECT_PIN      -1  // no auto-detect SD insertion on built-in Printrboard SD reader
176 176
   #else
177
-    //      PIN       FASTIO PIN#  ATUSB90 PIN# Teensy2.0++ PIN#  Printrboard RevF Conn.   MKSLCD12864 PIN#  
177
+    //      PIN       FASTIO PIN#  ATUSB90 PIN# Teensy2.0++ PIN#  Printrboard RevF Conn.   MKSLCD12864 PIN#
178 178
     #define SDSS               11  //        36               C1                EXP2-13             EXP2-07
179 179
     #define SD_DETECT_PIN       9  //        34               E1                EXP2-11             EXP2-04
180 180
   #endif
181
-  
182
-    //      PIN       FASTIO PIN#  ATUSB90 PIN# Teensy2.0++ PIN#  Printrboard RevF Conn.   MKSLCD12864 PIN#  
183
-    #define DOGLCD_A0           4  //        29               D4                EXP2-05             EXP1-04      
181
+
182
+    //      PIN       FASTIO PIN#  ATUSB90 PIN# Teensy2.0++ PIN#  Printrboard RevF Conn.   MKSLCD12864 PIN#
183
+    #define DOGLCD_A0           4  //        29               D4                EXP2-05             EXP1-04
184 184
     #define DOGLCD_CS           5  //        30               D5                EXP2-06             EXP1-05
185 185
     #define BTN_ENC             6  //        31               D6                EXP2-07             EXP1-09
186 186
     #define BEEPER_PIN          7  //        32               D7                EXP2-08             EXP1-10
@@ -190,8 +190,8 @@
190 190
   //#define LCD_BACKLIGHT_PIN  43  //        56               F5                EXP1-12     Not Implemented
191 191
   //#define SCK                21  //        11               B1                ICSP-04             EXP2-09
192 192
   //#define MOSI               22  //        12               B2                ICSP-03             EXP2-05
193
-  //#define MISO               23  //        13               B3                ICSP-06             EXP2-05            
194
-  
193
+  //#define MISO               23  //        13               B3                ICSP-06             EXP2-05
194
+
195 195
   // encoder connections present
196 196
   #define BLEN_A 0
197 197
   #define BLEN_B 1

+ 2
- 2
buildroot/share/git/mfup View File

@@ -2,10 +2,10 @@
2 2
 #
3 3
 # mfup
4 4
 #
5
-# - Fetch latest upstream and replace the PR Target branch with 
5
+# - Fetch latest upstream and replace the PR Target branch with
6 6
 # - Rebase the (current or specified) branch on the PR Target
7 7
 # - Force-push the branch to 'origin'
8
-# - 
8
+# -
9 9
 #
10 10
 
11 11
 [[ $# < 2 ]] || { echo "Usage: `basename $0` [branch]" 1>&2 ; exit 1; }

Loading…
Cancel
Save