Преглед на файлове

Safety and serial sections

Scott Lahteine преди 8 години
родител
ревизия
eab44b30d4

+ 5
- 4
Marlin/Configuration_adv.h Целия файл

@@ -417,9 +417,10 @@
417 417
   //#define USE_SMALL_INFOFONT
418 418
 #endif // DOGLCD
419 419
 
420
-// @section more
420
+// @section safety
421 421
 
422
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
422
+// The hardware watchdog should reset the microcontroller disabling all outputs,
423
+// in case the firmware gets stuck and doesn't do temperature regulation.
423 424
 #define USE_WATCHDOG
424 425
 
425 426
 #if ENABLED(USE_WATCHDOG)
@@ -510,9 +511,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
510 511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511 512
 #endif
512 513
 
513
-// @section more
514
+// @section serial
514 515
 
515
-//The ASCII buffer for receiving from the serial:
516
+// The ASCII buffer for serial input
516 517
 #define MAX_CMD_SIZE 96
517 518
 #define BUFSIZE 4
518 519
 

+ 5
- 4
Marlin/example_configurations/Cartesio/Configuration_adv.h Целия файл

@@ -417,9 +417,10 @@
417 417
   //#define USE_SMALL_INFOFONT
418 418
 #endif // DOGLCD
419 419
 
420
-// @section more
420
+// @section safety
421 421
 
422
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
422
+// The hardware watchdog should reset the microcontroller disabling all outputs,
423
+// in case the firmware gets stuck and doesn't do temperature regulation.
423 424
 #define USE_WATCHDOG
424 425
 
425 426
 #if ENABLED(USE_WATCHDOG)
@@ -510,9 +511,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
510 511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511 512
 #endif
512 513
 
513
-// @section more
514
+// @section serial
514 515
 
515
-//The ASCII buffer for receiving from the serial:
516
+// The ASCII buffer for serial input
516 517
 #define MAX_CMD_SIZE 96
517 518
 #define BUFSIZE 4
518 519
 

+ 5
- 4
Marlin/example_configurations/Felix/Configuration_adv.h Целия файл

@@ -417,9 +417,10 @@
417 417
   //#define USE_SMALL_INFOFONT
418 418
 #endif // DOGLCD
419 419
 
420
-// @section more
420
+// @section safety
421 421
 
422
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
422
+// The hardware watchdog should reset the microcontroller disabling all outputs,
423
+// in case the firmware gets stuck and doesn't do temperature regulation.
423 424
 #define USE_WATCHDOG
424 425
 
425 426
 #if ENABLED(USE_WATCHDOG)
@@ -510,9 +511,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
510 511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511 512
 #endif
512 513
 
513
-// @section more
514
+// @section serial
514 515
 
515
-//The ASCII buffer for receiving from the serial:
516
+// The ASCII buffer for serial input
516 517
 #define MAX_CMD_SIZE 96
517 518
 #define BUFSIZE 4
518 519
 

+ 5
- 4
Marlin/example_configurations/Hephestos/Configuration_adv.h Целия файл

@@ -417,9 +417,10 @@
417 417
   //#define USE_SMALL_INFOFONT
418 418
 #endif // DOGLCD
419 419
 
420
-// @section more
420
+// @section safety
421 421
 
422
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
422
+// The hardware watchdog should reset the microcontroller disabling all outputs,
423
+// in case the firmware gets stuck and doesn't do temperature regulation.
423 424
 #define USE_WATCHDOG
424 425
 
425 426
 #if ENABLED(USE_WATCHDOG)
@@ -510,9 +511,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
510 511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511 512
 #endif
512 513
 
513
-// @section more
514
+// @section serial
514 515
 
515
-//The ASCII buffer for receiving from the serial:
516
+// The ASCII buffer for serial input
516 517
 #define MAX_CMD_SIZE 96
517 518
 #define BUFSIZE 4
518 519
 

+ 5
- 4
Marlin/example_configurations/Hephestos_2/Configuration_adv.h Целия файл

@@ -417,9 +417,10 @@
417 417
   #define USE_SMALL_INFOFONT
418 418
 #endif // DOGLCD
419 419
 
420
-// @section more
420
+// @section safety
421 421
 
422
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
422
+// The hardware watchdog should reset the microcontroller disabling all outputs,
423
+// in case the firmware gets stuck and doesn't do temperature regulation.
423 424
 #define USE_WATCHDOG
424 425
 
425 426
 #if ENABLED(USE_WATCHDOG)
@@ -510,9 +511,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
510 511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511 512
 #endif
512 513
 
513
-// @section more
514
+// @section serial
514 515
 
515
-//The ASCII buffer for receiving from the serial:
516
+// The ASCII buffer for serial input
516 517
 #define MAX_CMD_SIZE 96
517 518
 #define BUFSIZE 4
518 519
 

+ 5
- 4
Marlin/example_configurations/K8200/Configuration_adv.h Целия файл

@@ -423,9 +423,10 @@
423 423
   //#define USE_SMALL_INFOFONT
424 424
 #endif // DOGLCD
425 425
 
426
-// @section more
426
+// @section safety
427 427
 
428
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
428
+// The hardware watchdog should reset the microcontroller disabling all outputs,
429
+// in case the firmware gets stuck and doesn't do temperature regulation.
429 430
 #define USE_WATCHDOG
430 431
 
431 432
 #if ENABLED(USE_WATCHDOG)
@@ -516,9 +517,9 @@ const unsigned int dropsegments = 2; //everything with less than this number of
516 517
   #define BLOCK_BUFFER_SIZE 32 // maximize block buffer
517 518
 #endif
518 519
 
519
-// @section more
520
+// @section serial
520 521
 
521
-//The ASCII buffer for receiving from the serial:
522
+// The ASCII buffer for serial input
522 523
 #define MAX_CMD_SIZE 96
523 524
 #define BUFSIZE 4
524 525
 

+ 5
- 4
Marlin/example_configurations/RigidBot/Configuration_adv.h Целия файл

@@ -417,9 +417,10 @@
417 417
   //#define USE_SMALL_INFOFONT
418 418
 #endif // DOGLCD
419 419
 
420
-// @section more
420
+// @section safety
421 421
 
422
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
422
+// The hardware watchdog should reset the microcontroller disabling all outputs,
423
+// in case the firmware gets stuck and doesn't do temperature regulation.
423 424
 #define USE_WATCHDOG
424 425
 
425 426
 #if ENABLED(USE_WATCHDOG)
@@ -510,9 +511,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
510 511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511 512
 #endif
512 513
 
513
-// @section more
514
+// @section serial
514 515
 
515
-//The ASCII buffer for receiving from the serial:
516
+// The ASCII buffer for serial input
516 517
 #define MAX_CMD_SIZE 96
517 518
 #define BUFSIZE 8
518 519
 

+ 5
- 4
Marlin/example_configurations/SCARA/Configuration_adv.h Целия файл

@@ -417,9 +417,10 @@
417 417
   //#define USE_SMALL_INFOFONT
418 418
 #endif // DOGLCD
419 419
 
420
-// @section more
420
+// @section safety
421 421
 
422
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
422
+// The hardware watchdog should reset the microcontroller disabling all outputs,
423
+// in case the firmware gets stuck and doesn't do temperature regulation.
423 424
 #define USE_WATCHDOG
424 425
 
425 426
 #if ENABLED(USE_WATCHDOG)
@@ -510,9 +511,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
510 511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511 512
 #endif
512 513
 
513
-// @section more
514
+// @section serial
514 515
 
515
-//The ASCII buffer for receiving from the serial:
516
+// The ASCII buffer for serial input
516 517
 #define MAX_CMD_SIZE 96
517 518
 #define BUFSIZE 4
518 519
 

+ 5
- 4
Marlin/example_configurations/TAZ4/Configuration_adv.h Целия файл

@@ -425,9 +425,10 @@
425 425
   //#define USE_SMALL_INFOFONT
426 426
 #endif // DOGLCD
427 427
 
428
-// @section more
428
+// @section safety
429 429
 
430
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
430
+// The hardware watchdog should reset the microcontroller disabling all outputs,
431
+// in case the firmware gets stuck and doesn't do temperature regulation.
431 432
 #define USE_WATCHDOG
432 433
 
433 434
 #if ENABLED(USE_WATCHDOG)
@@ -518,9 +519,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
518 519
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
519 520
 #endif
520 521
 
521
-// @section more
522
+// @section serial
522 523
 
523
-//The ASCII buffer for receiving from the serial:
524
+// The ASCII buffer for serial input
524 525
 #define MAX_CMD_SIZE 96
525 526
 #define BUFSIZE 4
526 527
 

+ 5
- 4
Marlin/example_configurations/WITBOX/Configuration_adv.h Целия файл

@@ -417,9 +417,10 @@
417 417
   //#define USE_SMALL_INFOFONT
418 418
 #endif // DOGLCD
419 419
 
420
-// @section more
420
+// @section safety
421 421
 
422
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
422
+// The hardware watchdog should reset the microcontroller disabling all outputs,
423
+// in case the firmware gets stuck and doesn't do temperature regulation.
423 424
 #define USE_WATCHDOG
424 425
 
425 426
 #if ENABLED(USE_WATCHDOG)
@@ -510,9 +511,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
510 511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511 512
 #endif
512 513
 
513
-// @section more
514
+// @section serial
514 515
 
515
-//The ASCII buffer for receiving from the serial:
516
+// The ASCII buffer for serial input
516 517
 #define MAX_CMD_SIZE 96
517 518
 #define BUFSIZE 4
518 519
 

+ 5
- 4
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h Целия файл

@@ -419,9 +419,10 @@
419 419
   //#define USE_SMALL_INFOFONT
420 420
 #endif // DOGLCD
421 421
 
422
-// @section more
422
+// @section safety
423 423
 
424
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
424
+// The hardware watchdog should reset the microcontroller disabling all outputs,
425
+// in case the firmware gets stuck and doesn't do temperature regulation.
425 426
 #define USE_WATCHDOG
426 427
 
427 428
 #if ENABLED(USE_WATCHDOG)
@@ -512,9 +513,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
512 513
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
513 514
 #endif
514 515
 
515
-// @section more
516
+// @section serial
516 517
 
517
-//The ASCII buffer for receiving from the serial:
518
+// The ASCII buffer for serial input
518 519
 #define MAX_CMD_SIZE 96
519 520
 #define BUFSIZE 4
520 521
 

+ 5
- 4
Marlin/example_configurations/delta/generic/Configuration_adv.h Целия файл

@@ -419,9 +419,10 @@
419 419
   //#define USE_SMALL_INFOFONT
420 420
 #endif // DOGLCD
421 421
 
422
-// @section more
422
+// @section safety
423 423
 
424
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
424
+// The hardware watchdog should reset the microcontroller disabling all outputs,
425
+// in case the firmware gets stuck and doesn't do temperature regulation.
425 426
 #define USE_WATCHDOG
426 427
 
427 428
 #if ENABLED(USE_WATCHDOG)
@@ -512,9 +513,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
512 513
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
513 514
 #endif
514 515
 
515
-// @section more
516
+// @section serial
516 517
 
517
-//The ASCII buffer for receiving from the serial:
518
+// The ASCII buffer for serial input
518 519
 #define MAX_CMD_SIZE 96
519 520
 #define BUFSIZE 4
520 521
 

+ 5
- 4
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h Целия файл

@@ -418,9 +418,10 @@
418 418
   //#define USE_SMALL_INFOFONT
419 419
 #endif // DOGLCD
420 420
 
421
-// @section more
421
+// @section safety
422 422
 
423
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
423
+// The hardware watchdog should reset the microcontroller disabling all outputs,
424
+// in case the firmware gets stuck and doesn't do temperature regulation.
424 425
 #define USE_WATCHDOG
425 426
 
426 427
 #if ENABLED(USE_WATCHDOG)
@@ -511,9 +512,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
511 512
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
512 513
 #endif
513 514
 
514
-// @section more
515
+// @section serial
515 516
 
516
-//The ASCII buffer for receiving from the serial:
517
+// The ASCII buffer for serial input
517 518
 #define MAX_CMD_SIZE 96
518 519
 #define BUFSIZE 4
519 520
 

+ 5
- 4
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h Целия файл

@@ -423,9 +423,10 @@
423 423
   //#define USE_SMALL_INFOFONT
424 424
 #endif // DOGLCD
425 425
 
426
-// @section more
426
+// @section safety
427 427
 
428
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
428
+// The hardware watchdog should reset the microcontroller disabling all outputs,
429
+// in case the firmware gets stuck and doesn't do temperature regulation.
429 430
 #define USE_WATCHDOG
430 431
 
431 432
 #if ENABLED(USE_WATCHDOG)
@@ -516,9 +517,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
516 517
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
517 518
 #endif
518 519
 
519
-// @section more
520
+// @section serial
520 521
 
521
-//The ASCII buffer for receiving from the serial:
522
+// The ASCII buffer for serial input
522 523
 #define MAX_CMD_SIZE 96
523 524
 #define BUFSIZE 4
524 525
 

+ 5
- 4
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h Целия файл

@@ -419,9 +419,10 @@
419 419
   //#define USE_SMALL_INFOFONT
420 420
 #endif // DOGLCD
421 421
 
422
-// @section more
422
+// @section safety
423 423
 
424
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
424
+// The hardware watchdog should reset the microcontroller disabling all outputs,
425
+// in case the firmware gets stuck and doesn't do temperature regulation.
425 426
 #define USE_WATCHDOG
426 427
 
427 428
 #if ENABLED(USE_WATCHDOG)
@@ -512,9 +513,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
512 513
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
513 514
 #endif
514 515
 
515
-// @section more
516
+// @section serial
516 517
 
517
-//The ASCII buffer for receiving from the serial:
518
+// The ASCII buffer for serial input
518 519
 #define MAX_CMD_SIZE 96
519 520
 #define BUFSIZE 4
520 521
 

+ 5
- 4
Marlin/example_configurations/makibox/Configuration_adv.h Целия файл

@@ -417,9 +417,10 @@
417 417
   //#define USE_SMALL_INFOFONT
418 418
 #endif // DOGLCD
419 419
 
420
-// @section more
420
+// @section safety
421 421
 
422
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
422
+// The hardware watchdog should reset the microcontroller disabling all outputs,
423
+// in case the firmware gets stuck and doesn't do temperature regulation.
423 424
 #define USE_WATCHDOG
424 425
 
425 426
 #if ENABLED(USE_WATCHDOG)
@@ -510,9 +511,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
510 511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511 512
 #endif
512 513
 
513
-// @section more
514
+// @section serial
514 515
 
515
-//The ASCII buffer for receiving from the serial:
516
+// The ASCII buffer for serial input
516 517
 #define MAX_CMD_SIZE 96
517 518
 #define BUFSIZE 4
518 519
 

+ 5
- 4
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h Целия файл

@@ -417,9 +417,10 @@
417 417
   //#define USE_SMALL_INFOFONT
418 418
 #endif // DOGLCD
419 419
 
420
-// @section more
420
+// @section safety
421 421
 
422
-// The hardware watchdog should reset the microcontroller disabling all outputs, in case the firmware gets stuck and doesn't do temperature regulation.
422
+// The hardware watchdog should reset the microcontroller disabling all outputs,
423
+// in case the firmware gets stuck and doesn't do temperature regulation.
423 424
 #define USE_WATCHDOG
424 425
 
425 426
 #if ENABLED(USE_WATCHDOG)
@@ -510,9 +511,9 @@ const unsigned int dropsegments = 5; //everything with less than this number of
510 511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511 512
 #endif
512 513
 
513
-// @section more
514
+// @section serial
514 515
 
515
-//The ASCII buffer for receiving from the serial:
516
+// The ASCII buffer for serial input
516 517
 #define MAX_CMD_SIZE 96
517 518
 #define BUFSIZE 4
518 519
 

Loading…
Отказ
Запис