Pārlūkot izejas kodu

Clean up whitespace, spacing

Scott Lahteine 7 gadus atpakaļ
vecāks
revīzija
a67cf78c6b
38 mainītis faili ar 72 papildinājumiem un 72 dzēšanām
  1. 1
    1
      .travis.yml
  2. 2
    2
      Marlin/Configuration_adv.h
  3. 2
    2
      Marlin/src/config/default/Configuration_adv.h
  4. 2
    2
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  5. 2
    2
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  6. 2
    2
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  7. 2
    2
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  8. 2
    2
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  9. 2
    2
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  10. 2
    2
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  11. 2
    2
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  12. 2
    2
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  13. 2
    2
      Marlin/src/config/examples/Felix/Configuration_adv.h
  14. 2
    2
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  15. 2
    2
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  16. 2
    2
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  17. 2
    2
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  18. 2
    2
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  19. 2
    2
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  20. 2
    2
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  21. 2
    2
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  22. 2
    2
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  23. 2
    2
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  24. 2
    2
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  25. 2
    2
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  26. 2
    2
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  27. 2
    2
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  28. 2
    2
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  29. 2
    2
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  30. 2
    2
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  31. 2
    2
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  32. 2
    2
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  33. 2
    2
      Marlin/src/config/examples/makibox/Configuration_adv.h
  34. 2
    2
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  35. 2
    2
      Marlin/src/config/examples/wt150/Configuration_adv.h
  36. 1
    1
      Marlin/src/lcd/ultralcd_impl_DOGM.h
  37. 1
    1
      Marlin/src/module/probe.cpp
  38. 1
    1
      Marlin/src/pins/pins_BIQU_BQ111_A4.h

+ 1
- 1
.travis.yml Parādīt failu

@@ -86,7 +86,7 @@ script:
86 86
   #
87 87
   # And with a Sled Z Probe
88 88
   #
89
-  - opt_enable Z_PROBE_SLED 
89
+  - opt_enable Z_PROBE_SLED
90 90
   - build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
91 91
   #
92 92
   # Test a Servo Probe

+ 2
- 2
Marlin/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/default/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Anet/A6/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Anet/A8/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h Parādīt failu

@@ -1498,11 +1498,11 @@
1498 1498
 /**
1499 1499
  * NanoDLP Synch support
1500 1500
  *
1501
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1501
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1502 1502
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1503 1503
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1504 1504
  *
1505 1505
  */
1506 1506
  //#define NANODLP_Z_SYNC
1507
- 
1507
+
1508 1508
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h Parādīt failu

@@ -1494,11 +1494,11 @@
1494 1494
 /**
1495 1495
  * NanoDLP Synch support
1496 1496
  *
1497
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1497
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1498 1498
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1499 1499
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1500 1500
  *
1501 1501
  */
1502 1502
  //#define NANODLP_Z_SYNC
1503
- 
1503
+
1504 1504
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Cartesio/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h Parādīt failu

@@ -1500,11 +1500,11 @@
1500 1500
 /**
1501 1501
  * NanoDLP Synch support
1502 1502
  *
1503
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1503
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1504 1504
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1505 1505
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1506 1506
  *
1507 1507
  */
1508 1508
  //#define NANODLP_Z_SYNC
1509
- 
1509
+
1510 1510
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Felix/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h Parādīt failu

@@ -1506,11 +1506,11 @@
1506 1506
 /**
1507 1507
  * NanoDLP Synch support
1508 1508
  *
1509
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1509
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1510 1510
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1511 1511
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1512 1512
  *
1513 1513
  */
1514 1514
  //#define NANODLP_Z_SYNC
1515
- 
1515
+
1516 1516
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h Parādīt failu

@@ -1491,11 +1491,11 @@
1491 1491
 /**
1492 1492
  * NanoDLP Synch support
1493 1493
  *
1494
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1494
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1495 1495
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1496 1496
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1497 1497
  *
1498 1498
  */
1499 1499
  //#define NANODLP_Z_SYNC
1500
- 
1500
+
1501 1501
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h Parādīt failu

@@ -1498,11 +1498,11 @@
1498 1498
 /**
1499 1499
  * NanoDLP Synch support
1500 1500
  *
1501
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1501
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1502 1502
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1503 1503
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1504 1504
  *
1505 1505
  */
1506 1506
  //#define NANODLP_Z_SYNC
1507
- 
1507
+
1508 1508
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h Parādīt failu

@@ -1519,11 +1519,11 @@
1519 1519
 /**
1520 1520
  * NanoDLP Synch support
1521 1521
  *
1522
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1522
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1523 1523
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1524 1524
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1525 1525
  *
1526 1526
  */
1527 1527
  //#define NANODLP_Z_SYNC
1528
- 
1528
+
1529 1529
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/RigidBot/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/SCARA/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h Parādīt failu

@@ -1486,11 +1486,11 @@
1486 1486
 /**
1487 1487
  * NanoDLP Synch support
1488 1488
  *
1489
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1489
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1490 1490
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1491 1491
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1492 1492
  *
1493 1493
  */
1494 1494
  //#define NANODLP_Z_SYNC
1495
- 
1495
+
1496 1496
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h Parādīt failu

@@ -1505,11 +1505,11 @@
1505 1505
 /**
1506 1506
  * NanoDLP Synch support
1507 1507
  *
1508
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1508
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1509 1509
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1510 1510
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1511 1511
  *
1512 1512
  */
1513 1513
  //#define NANODLP_Z_SYNC
1514
- 
1514
+
1515 1515
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h Parādīt failu

@@ -1498,11 +1498,11 @@
1498 1498
 /**
1499 1499
  * NanoDLP Synch support
1500 1500
  *
1501
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1501
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1502 1502
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1503 1503
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1504 1504
  *
1505 1505
  */
1506 1506
  //#define NANODLP_Z_SYNC
1507
- 
1507
+
1508 1508
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Parādīt failu

@@ -1499,11 +1499,11 @@
1499 1499
 /**
1500 1500
  * NanoDLP Synch support
1501 1501
  *
1502
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1502
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1503 1503
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1504 1504
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1505 1505
  *
1506 1506
  */
1507 1507
  //#define NANODLP_Z_SYNC
1508
- 
1508
+
1509 1509
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Parādīt failu

@@ -1499,11 +1499,11 @@
1499 1499
 /**
1500 1500
  * NanoDLP Synch support
1501 1501
  *
1502
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1502
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1503 1503
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1504 1504
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1505 1505
  *
1506 1506
  */
1507 1507
  //#define NANODLP_Z_SYNC
1508
- 
1508
+
1509 1509
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/delta/generic/Configuration_adv.h Parādīt failu

@@ -1499,11 +1499,11 @@
1499 1499
 /**
1500 1500
  * NanoDLP Synch support
1501 1501
  *
1502
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1502
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1503 1503
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1504 1504
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1505 1505
  *
1506 1506
  */
1507 1507
  //#define NANODLP_Z_SYNC
1508
- 
1508
+
1509 1509
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h Parādīt failu

@@ -1499,11 +1499,11 @@
1499 1499
 /**
1500 1500
  * NanoDLP Synch support
1501 1501
  *
1502
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1502
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1503 1503
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1504 1504
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1505 1505
  *
1506 1506
  */
1507 1507
  //#define NANODLP_Z_SYNC
1508
- 
1508
+
1509 1509
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h Parādīt failu

@@ -1504,11 +1504,11 @@
1504 1504
 /**
1505 1505
  * NanoDLP Synch support
1506 1506
  *
1507
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1507
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1508 1508
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1509 1509
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1510 1510
  *
1511 1511
  */
1512 1512
  //#define NANODLP_Z_SYNC
1513
- 
1513
+
1514 1514
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h Parādīt failu

@@ -1499,11 +1499,11 @@
1499 1499
 /**
1500 1500
  * NanoDLP Synch support
1501 1501
  *
1502
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1502
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1503 1503
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1504 1504
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1505 1505
  *
1506 1506
  */
1507 1507
  //#define NANODLP_Z_SYNC
1508
- 
1508
+
1509 1509
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h Parādīt failu

@@ -1498,11 +1498,11 @@
1498 1498
 /**
1499 1499
  * NanoDLP Synch support
1500 1500
  *
1501
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1501
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1502 1502
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1503 1503
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1504 1504
  *
1505 1505
  */
1506 1506
  //#define NANODLP_Z_SYNC
1507
- 
1507
+
1508 1508
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/makibox/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h Parādīt failu

@@ -1497,11 +1497,11 @@
1497 1497
 /**
1498 1498
  * NanoDLP Synch support
1499 1499
  *
1500
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1500
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1501 1501
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1502 1502
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1503 1503
  *
1504 1504
  */
1505 1505
  //#define NANODLP_Z_SYNC
1506
- 
1506
+
1507 1507
 #endif // CONFIGURATION_ADV_H

+ 2
- 2
Marlin/src/config/examples/wt150/Configuration_adv.h Parādīt failu

@@ -1498,11 +1498,11 @@
1498 1498
 /**
1499 1499
  * NanoDLP Synch support
1500 1500
  *
1501
- * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp" 
1501
+ * Add support for Synchronized Z moves when using with NanoDLP. G0/G1 axis moves will output "Z_move_comp"
1502 1502
  * string to enable synchronization with DLP projector exposure. This change will allow to use
1503 1503
  * [[WaitForDoneMessage]] instead of populating your gcode with M400 commands
1504 1504
  *
1505 1505
  */
1506 1506
  //#define NANODLP_Z_SYNC
1507
- 
1507
+
1508 1508
 #endif // CONFIGURATION_ADV_H

+ 1
- 1
Marlin/src/lcd/ultralcd_impl_DOGM.h Parādīt failu

@@ -164,7 +164,7 @@
164 164
 
165 165
 // LCD selection
166 166
 #if ENABLED(REPRAPWORLD_GRAPHICAL_LCD)
167
-  #ifdef CPU_32_BIT 
167
+  #ifdef CPU_32_BIT
168 168
     U8GLIB_ST7920_128X64_4X u8g(LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS); // Original u8glib device. 2 stripes, SW SPI
169 169
   #else
170 170
     U8GLIB_ST7920_128X64_4X u8g(LCD_PINS_RS); // 2 stripes, HW SPI (shared with SD card)

+ 1
- 1
Marlin/src/module/probe.cpp Parādīt failu

@@ -596,7 +596,7 @@ float probe_pt(const float &rx, const float &ry, const bool stow, const uint8_t
596 596
   }
597 597
   else if (!position_is_reachable(nx, ny)) return NAN;        // The given position is in terms of the nozzle
598 598
 
599
-  const float nz = 
599
+  const float nz =
600 600
     #if ENABLED(DELTA)
601 601
       // Move below clip height or xy move will be aborted by do_blocking_move_to
602 602
       min(current_position[Z_AXIS], delta_clip_start_height)

+ 1
- 1
Marlin/src/pins/pins_BIQU_BQ111_A4.h Parādīt failu

@@ -95,7 +95,7 @@
95 95
  *
96 96
  * REPRAP_DISCOUNT_SMART_CONTROLLER is not supported due to the lack of LCD_PINS_D5,
97 97
  * LCD_PINS_D6 or LCD_PINS_D7 in the EXP1 connector.
98
- * 
98
+ *
99 99
  * A remote SD card is not supported as the pins routed to EXP2 are the same as used
100 100
  * for the onboard SD card, and a chip select signal is not provided for the remote
101 101
  * SD card.

Notiek ielāde…
Atcelt
Saglabāt