Browse Source

Clean up excess whitespace

Scott Lahteine 8 years ago
parent
commit
f713f25fa5

+ 4
- 4
Marlin/Marlin_main.cpp View File

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

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

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

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

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

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

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

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

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

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

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

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

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

+ 12
- 12
Marlin/pins_PRINTRBOARD_REVF.h View File

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

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

2
 #
2
 #
3
 # mfup
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
 # - Rebase the (current or specified) branch on the PR Target
6
 # - Rebase the (current or specified) branch on the PR Target
7
 # - Force-push the branch to 'origin'
7
 # - Force-push the branch to 'origin'
8
-# - 
8
+# -
9
 #
9
 #
10
 
10
 
11
 [[ $# < 2 ]] || { echo "Usage: `basename $0` [branch]" 1>&2 ; exit 1; }
11
 [[ $# < 2 ]] || { echo "Usage: `basename $0` [branch]" 1>&2 ; exit 1; }

Loading…
Cancel
Save