Kaynağa Gözat

Move AUTO_REPORT_SD_STATUS to SDSUPPORT block

Scott Lahteine 6 yıl önce
ebeveyn
işleme
94f5204629
45 değiştirilmiş dosya ile 225 ekleme ve 215 silme
  1. 5
    5
      Marlin/Configuration_adv.h
  2. 5
    5
      Marlin/src/config/default/Configuration_adv.h
  3. 5
    5
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h
  4. 5
    5
      Marlin/src/config/examples/Anet/A6/Configuration_adv.h
  5. 5
    5
      Marlin/src/config/examples/Anet/A8/Configuration_adv.h
  6. 5
    5
      Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h
  7. 5
    5
      Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h
  8. 5
    5
      Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h
  9. 5
    5
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h
  10. 5
    5
      Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h
  11. 5
    5
      Marlin/src/config/examples/Cartesio/Configuration_adv.h
  12. 5
    5
      Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h
  13. 5
    5
      Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h
  14. 5
    5
      Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h
  15. 5
    5
      Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h
  16. 5
    0
      Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h
  17. 5
    5
      Marlin/src/config/examples/Felix/Configuration_adv.h
  18. 5
    5
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h
  19. 5
    0
      Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h
  20. 5
    5
      Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h
  21. 5
    5
      Marlin/src/config/examples/MakerParts/Configuration_adv.h
  22. 5
    5
      Marlin/src/config/examples/Malyan/M150/Configuration_adv.h
  23. 5
    5
      Marlin/src/config/examples/Malyan/M200/Configuration_adv.h
  24. 5
    5
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h
  25. 5
    5
      Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h
  26. 5
    5
      Marlin/src/config/examples/RigidBot/Configuration_adv.h
  27. 5
    5
      Marlin/src/config/examples/SCARA/Configuration_adv.h
  28. 5
    5
      Marlin/src/config/examples/Sanguinololu/Configuration_adv.h
  29. 5
    5
      Marlin/src/config/examples/TheBorg/Configuration_adv.h
  30. 5
    5
      Marlin/src/config/examples/TinyBoy2/Configuration_adv.h
  31. 5
    5
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h
  32. 5
    5
      Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h
  33. 5
    5
      Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h
  34. 5
    5
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h
  35. 5
    5
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h
  36. 5
    5
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h
  37. 5
    5
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h
  38. 5
    5
      Marlin/src/config/examples/delta/generic/Configuration_adv.h
  39. 5
    5
      Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h
  40. 5
    5
      Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h
  41. 5
    5
      Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h
  42. 5
    5
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h
  43. 5
    5
      Marlin/src/config/examples/makibox/Configuration_adv.h
  44. 5
    5
      Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h
  45. 5
    5
      Marlin/src/config/examples/wt150/Configuration_adv.h

+ 5
- 5
Marlin/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1411,11 +1416,6 @@
1411 1416
 #define AUTO_REPORT_TEMPERATURES
1412 1417
 
1413 1418
 /**
1414
- * Auto-report SdCard status with M27 S<seconds>
1415
- */
1416
-//#define AUTO_REPORT_SD_STATUS
1417
-
1418
-/**
1419 1419
  * Include capabilities in M115 output
1420 1420
  */
1421 1421
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/default/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Anet/A6/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Anet/A8/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Azteeg/X5GT/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/BIBO/TouchX/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/BQ/Hephestos/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1415,11 +1420,6 @@
1415 1420
 #define EXTENDED_CAPABILITIES_REPORT
1416 1421
 
1417 1422
 /**
1418
- * Auto-report SdCard status with M27 S<seconds>
1419
- */
1420
-//#define AUTO_REPORT_SD_STATUS
1421
-
1422
-/**
1423 1423
  * Disable all Volumetric extrusion options
1424 1424
  */
1425 1425
 //#define NO_VOLUMETRICS

+ 5
- 5
Marlin/src/config/examples/BQ/Hephestos_2/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/BQ/WITBOX/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Cartesio/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Creality/CR-10/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1413,11 +1418,6 @@
1413 1418
 #define AUTO_REPORT_TEMPERATURES
1414 1419
 
1415 1420
 /**
1416
- * Auto-report SdCard status with M27 S<seconds>
1417
- */
1418
-//#define AUTO_REPORT_SD_STATUS
1419
-
1420
-/**
1421 1421
  * Include capabilities in M115 output
1422 1422
  */
1423 1423
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Creality/CR-10S/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Creality/CR-10mini/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Creality/Ender-2/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 0
Marlin/src/config/examples/Creality/Ender-4/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**

+ 5
- 5
Marlin/src/config/examples/Felix/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 0
Marlin/src/config/examples/Infitary/i3-M508/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**

+ 5
- 5
Marlin/src/config/examples/JGAurora/A5/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/MakerParts/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   #define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1411,11 +1416,6 @@
1411 1416
 #define AUTO_REPORT_TEMPERATURES
1412 1417
 
1413 1418
 /**
1414
- * Auto-report SdCard status with M27 S<seconds>
1415
- */
1416
-//#define AUTO_REPORT_SD_STATUS
1417
-
1418
-/**
1419 1419
  * Include capabilities in M115 output
1420 1420
  */
1421 1421
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Malyan/M150/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Malyan/M200/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Mks/Sbase/Configuration_adv.h Dosyayı Görüntüle

@@ -613,6 +613,11 @@
613 613
    */
614 614
   //#define SD_REPRINT_LAST_SELECTED_FILE
615 615
 
616
+  /**
617
+   * Auto-report SdCard status with M27 S<seconds>
618
+   */
619
+  //#define AUTO_REPORT_SD_STATUS
620
+
616 621
 #endif // SDSUPPORT
617 622
 
618 623
 /**
@@ -1418,11 +1423,6 @@
1418 1423
 #define AUTO_REPORT_TEMPERATURES
1419 1424
 
1420 1425
 /**
1421
- * Auto-report SdCard status with M27 S<seconds>
1422
- */
1423
-//#define AUTO_REPORT_SD_STATUS
1424
-
1425
-/**
1426 1426
  * Include capabilities in M115 output
1427 1427
  */
1428 1428
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/RigidBot/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/SCARA/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Sanguinololu/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/TheBorg/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/TinyBoy2/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/UltiMachine/Archim2/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Velleman/K8200/Configuration_adv.h Dosyayı Görüntüle

@@ -625,6 +625,11 @@
625 625
    */
626 626
   //#define SD_REPRINT_LAST_SELECTED_FILE
627 627
 
628
+  /**
629
+   * Auto-report SdCard status with M27 S<seconds>
630
+   */
631
+  //#define AUTO_REPORT_SD_STATUS
632
+
628 633
 #endif // SDSUPPORT
629 634
 
630 635
 /**
@@ -1423,11 +1428,6 @@
1423 1428
 #define AUTO_REPORT_TEMPERATURES
1424 1429
 
1425 1430
 /**
1426
- * Auto-report SdCard status with M27 S<seconds>
1427
- */
1428
-//#define AUTO_REPORT_SD_STATUS
1429
-
1430
-/**
1431 1431
  * Include capabilities in M115 output
1432 1432
  */
1433 1433
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Velleman/K8400/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration_adv.h Dosyayı Görüntüle

@@ -614,6 +614,11 @@
614 614
    */
615 615
   //#define SD_REPRINT_LAST_SELECTED_FILE
616 616
 
617
+  /**
618
+   * Auto-report SdCard status with M27 S<seconds>
619
+   */
620
+  //#define AUTO_REPORT_SD_STATUS
621
+
617 622
 #endif // SDSUPPORT
618 623
 
619 624
 /**
@@ -1412,11 +1417,6 @@
1412 1417
 #define AUTO_REPORT_TEMPERATURES
1413 1418
 
1414 1419
 /**
1415
- * Auto-report SdCard status with M27 S<seconds>
1416
- */
1417
-//#define AUTO_REPORT_SD_STATUS
1418
-
1419
-/**
1420 1420
  * Include capabilities in M115 output
1421 1421
  */
1422 1422
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h Dosyayı Görüntüle

@@ -614,6 +614,11 @@
614 614
    */
615 615
   //#define SD_REPRINT_LAST_SELECTED_FILE
616 616
 
617
+  /**
618
+   * Auto-report SdCard status with M27 S<seconds>
619
+   */
620
+  //#define AUTO_REPORT_SD_STATUS
621
+
617 622
 #endif // SDSUPPORT
618 623
 
619 624
 /**
@@ -1412,11 +1417,6 @@
1412 1417
 #define AUTO_REPORT_TEMPERATURES
1413 1418
 
1414 1419
 /**
1415
- * Auto-report SdCard status with M27 S<seconds>
1416
- */
1417
-//#define AUTO_REPORT_SD_STATUS
1418
-
1419
-/**
1420 1420
  * Include capabilities in M115 output
1421 1421
  */
1422 1422
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration_adv.h Dosyayı Görüntüle

@@ -614,6 +614,11 @@
614 614
    */
615 615
   //#define SD_REPRINT_LAST_SELECTED_FILE
616 616
 
617
+  /**
618
+   * Auto-report SdCard status with M27 S<seconds>
619
+   */
620
+  //#define AUTO_REPORT_SD_STATUS
621
+
617 622
 #endif // SDSUPPORT
618 623
 
619 624
 /**
@@ -1412,11 +1417,6 @@
1412 1417
 #define AUTO_REPORT_TEMPERATURES
1413 1418
 
1414 1419
 /**
1415
- * Auto-report SdCard status with M27 S<seconds>
1416
- */
1417
-//#define AUTO_REPORT_SD_STATUS
1418
-
1419
-/**
1420 1420
  * Include capabilities in M115 output
1421 1421
  */
1422 1422
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h Dosyayı Görüntüle

@@ -614,6 +614,11 @@
614 614
    */
615 615
   //#define SD_REPRINT_LAST_SELECTED_FILE
616 616
 
617
+  /**
618
+   * Auto-report SdCard status with M27 S<seconds>
619
+   */
620
+  //#define AUTO_REPORT_SD_STATUS
621
+
617 622
 #endif // SDSUPPORT
618 623
 
619 624
 /**
@@ -1412,11 +1417,6 @@
1412 1417
 #define AUTO_REPORT_TEMPERATURES
1413 1418
 
1414 1419
 /**
1415
- * Auto-report SdCard status with M27 S<seconds>
1416
- */
1417
-//#define AUTO_REPORT_SD_STATUS
1418
-
1419
-/**
1420 1420
  * Include capabilities in M115 output
1421 1421
  */
1422 1422
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/delta/generic/Configuration_adv.h Dosyayı Görüntüle

@@ -614,6 +614,11 @@
614 614
    */
615 615
   //#define SD_REPRINT_LAST_SELECTED_FILE
616 616
 
617
+  /**
618
+   * Auto-report SdCard status with M27 S<seconds>
619
+   */
620
+  //#define AUTO_REPORT_SD_STATUS
621
+
617 622
 #endif // SDSUPPORT
618 623
 
619 624
 /**
@@ -1412,11 +1417,6 @@
1412 1417
 #define AUTO_REPORT_TEMPERATURES
1413 1418
 
1414 1419
 /**
1415
- * Auto-report SdCard status with M27 S<seconds>
1416
- */
1417
-//#define AUTO_REPORT_SD_STATUS
1418
-
1419
-/**
1420 1420
  * Include capabilities in M115 output
1421 1421
  */
1422 1422
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/delta/kossel_mini/Configuration_adv.h Dosyayı Görüntüle

@@ -614,6 +614,11 @@
614 614
    */
615 615
   //#define SD_REPRINT_LAST_SELECTED_FILE
616 616
 
617
+  /**
618
+   * Auto-report SdCard status with M27 S<seconds>
619
+   */
620
+  //#define AUTO_REPORT_SD_STATUS
621
+
617 622
 #endif // SDSUPPORT
618 623
 
619 624
 /**
@@ -1412,11 +1417,6 @@
1412 1417
 #define AUTO_REPORT_TEMPERATURES
1413 1418
 
1414 1419
 /**
1415
- * Auto-report SdCard status with M27 S<seconds>
1416
- */
1417
-//#define AUTO_REPORT_SD_STATUS
1418
-
1419
-/**
1420 1420
  * Include capabilities in M115 output
1421 1421
  */
1422 1422
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/delta/kossel_pro/Configuration_adv.h Dosyayı Görüntüle

@@ -619,6 +619,11 @@
619 619
    */
620 620
   //#define SD_REPRINT_LAST_SELECTED_FILE
621 621
 
622
+  /**
623
+   * Auto-report SdCard status with M27 S<seconds>
624
+   */
625
+  //#define AUTO_REPORT_SD_STATUS
626
+
622 627
 #endif // SDSUPPORT
623 628
 
624 629
 /**
@@ -1417,11 +1422,6 @@
1417 1422
 #define AUTO_REPORT_TEMPERATURES
1418 1423
 
1419 1424
 /**
1420
- * Auto-report SdCard status with M27 S<seconds>
1421
- */
1422
-//#define AUTO_REPORT_SD_STATUS
1423
-
1424
-/**
1425 1425
  * Include capabilities in M115 output
1426 1426
  */
1427 1427
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/delta/kossel_xl/Configuration_adv.h Dosyayı Görüntüle

@@ -614,6 +614,11 @@
614 614
    */
615 615
   //#define SD_REPRINT_LAST_SELECTED_FILE
616 616
 
617
+  /**
618
+   * Auto-report SdCard status with M27 S<seconds>
619
+   */
620
+  //#define AUTO_REPORT_SD_STATUS
621
+
617 622
 #endif // SDSUPPORT
618 623
 
619 624
 /**
@@ -1412,11 +1417,6 @@
1412 1417
 #define AUTO_REPORT_TEMPERATURES
1413 1418
 
1414 1419
 /**
1415
- * Auto-report SdCard status with M27 S<seconds>
1416
- */
1417
-//#define AUTO_REPORT_SD_STATUS
1418
-
1419
-/**
1420 1420
  * Include capabilities in M115 output
1421 1421
  */
1422 1422
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   #define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/makibox/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/tvrrug/Round2/Configuration_adv.h Dosyayı Görüntüle

@@ -612,6 +612,11 @@
612 612
    */
613 613
   //#define SD_REPRINT_LAST_SELECTED_FILE
614 614
 
615
+  /**
616
+   * Auto-report SdCard status with M27 S<seconds>
617
+   */
618
+  //#define AUTO_REPORT_SD_STATUS
619
+
615 620
 #endif // SDSUPPORT
616 621
 
617 622
 /**
@@ -1410,11 +1415,6 @@
1410 1415
 #define AUTO_REPORT_TEMPERATURES
1411 1416
 
1412 1417
 /**
1413
- * Auto-report SdCard status with M27 S<seconds>
1414
- */
1415
-//#define AUTO_REPORT_SD_STATUS
1416
-
1417
-/**
1418 1418
  * Include capabilities in M115 output
1419 1419
  */
1420 1420
 #define EXTENDED_CAPABILITIES_REPORT

+ 5
- 5
Marlin/src/config/examples/wt150/Configuration_adv.h Dosyayı Görüntüle

@@ -613,6 +613,11 @@
613 613
    */
614 614
   //#define SD_REPRINT_LAST_SELECTED_FILE
615 615
 
616
+  /**
617
+   * Auto-report SdCard status with M27 S<seconds>
618
+   */
619
+  //#define AUTO_REPORT_SD_STATUS
620
+
616 621
 #endif // SDSUPPORT
617 622
 
618 623
 /**
@@ -1411,11 +1416,6 @@
1411 1416
 #define AUTO_REPORT_TEMPERATURES
1412 1417
 
1413 1418
 /**
1414
- * Auto-report SdCard status with M27 S<seconds>
1415
- */
1416
-//#define AUTO_REPORT_SD_STATUS
1417
-
1418
-/**
1419 1419
  * Include capabilities in M115 output
1420 1420
  */
1421 1421
 #define EXTENDED_CAPABILITIES_REPORT

Loading…
İptal
Kaydet