Scott Lahteine 9 лет назад
Родитель
Сommit
eab44b30d4

+ 5
- 4
Marlin/Configuration_adv.h Просмотреть файл

417
   //#define USE_SMALL_INFOFONT
417
   //#define USE_SMALL_INFOFONT
418
 #endif // DOGLCD
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
 #define USE_WATCHDOG
424
 #define USE_WATCHDOG
424
 
425
 
425
 #if ENABLED(USE_WATCHDOG)
426
 #if ENABLED(USE_WATCHDOG)
510
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
 #endif
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
 #define MAX_CMD_SIZE 96
517
 #define MAX_CMD_SIZE 96
517
 #define BUFSIZE 4
518
 #define BUFSIZE 4
518
 
519
 

+ 5
- 4
Marlin/example_configurations/Cartesio/Configuration_adv.h Просмотреть файл

417
   //#define USE_SMALL_INFOFONT
417
   //#define USE_SMALL_INFOFONT
418
 #endif // DOGLCD
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
 #define USE_WATCHDOG
424
 #define USE_WATCHDOG
424
 
425
 
425
 #if ENABLED(USE_WATCHDOG)
426
 #if ENABLED(USE_WATCHDOG)
510
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
 #endif
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
 #define MAX_CMD_SIZE 96
517
 #define MAX_CMD_SIZE 96
517
 #define BUFSIZE 4
518
 #define BUFSIZE 4
518
 
519
 

+ 5
- 4
Marlin/example_configurations/Felix/Configuration_adv.h Просмотреть файл

417
   //#define USE_SMALL_INFOFONT
417
   //#define USE_SMALL_INFOFONT
418
 #endif // DOGLCD
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
 #define USE_WATCHDOG
424
 #define USE_WATCHDOG
424
 
425
 
425
 #if ENABLED(USE_WATCHDOG)
426
 #if ENABLED(USE_WATCHDOG)
510
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
 #endif
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
 #define MAX_CMD_SIZE 96
517
 #define MAX_CMD_SIZE 96
517
 #define BUFSIZE 4
518
 #define BUFSIZE 4
518
 
519
 

+ 5
- 4
Marlin/example_configurations/Hephestos/Configuration_adv.h Просмотреть файл

417
   //#define USE_SMALL_INFOFONT
417
   //#define USE_SMALL_INFOFONT
418
 #endif // DOGLCD
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
 #define USE_WATCHDOG
424
 #define USE_WATCHDOG
424
 
425
 
425
 #if ENABLED(USE_WATCHDOG)
426
 #if ENABLED(USE_WATCHDOG)
510
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
 #endif
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
 #define MAX_CMD_SIZE 96
517
 #define MAX_CMD_SIZE 96
517
 #define BUFSIZE 4
518
 #define BUFSIZE 4
518
 
519
 

+ 5
- 4
Marlin/example_configurations/Hephestos_2/Configuration_adv.h Просмотреть файл

417
   #define USE_SMALL_INFOFONT
417
   #define USE_SMALL_INFOFONT
418
 #endif // DOGLCD
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
 #define USE_WATCHDOG
424
 #define USE_WATCHDOG
424
 
425
 
425
 #if ENABLED(USE_WATCHDOG)
426
 #if ENABLED(USE_WATCHDOG)
510
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
 #endif
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
 #define MAX_CMD_SIZE 96
517
 #define MAX_CMD_SIZE 96
517
 #define BUFSIZE 4
518
 #define BUFSIZE 4
518
 
519
 

+ 5
- 4
Marlin/example_configurations/K8200/Configuration_adv.h Просмотреть файл

423
   //#define USE_SMALL_INFOFONT
423
   //#define USE_SMALL_INFOFONT
424
 #endif // DOGLCD
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
 #define USE_WATCHDOG
430
 #define USE_WATCHDOG
430
 
431
 
431
 #if ENABLED(USE_WATCHDOG)
432
 #if ENABLED(USE_WATCHDOG)
516
   #define BLOCK_BUFFER_SIZE 32 // maximize block buffer
517
   #define BLOCK_BUFFER_SIZE 32 // maximize block buffer
517
 #endif
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
 #define MAX_CMD_SIZE 96
523
 #define MAX_CMD_SIZE 96
523
 #define BUFSIZE 4
524
 #define BUFSIZE 4
524
 
525
 

+ 5
- 4
Marlin/example_configurations/RigidBot/Configuration_adv.h Просмотреть файл

417
   //#define USE_SMALL_INFOFONT
417
   //#define USE_SMALL_INFOFONT
418
 #endif // DOGLCD
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
 #define USE_WATCHDOG
424
 #define USE_WATCHDOG
424
 
425
 
425
 #if ENABLED(USE_WATCHDOG)
426
 #if ENABLED(USE_WATCHDOG)
510
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
 #endif
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
 #define MAX_CMD_SIZE 96
517
 #define MAX_CMD_SIZE 96
517
 #define BUFSIZE 8
518
 #define BUFSIZE 8
518
 
519
 

+ 5
- 4
Marlin/example_configurations/SCARA/Configuration_adv.h Просмотреть файл

417
   //#define USE_SMALL_INFOFONT
417
   //#define USE_SMALL_INFOFONT
418
 #endif // DOGLCD
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
 #define USE_WATCHDOG
424
 #define USE_WATCHDOG
424
 
425
 
425
 #if ENABLED(USE_WATCHDOG)
426
 #if ENABLED(USE_WATCHDOG)
510
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
 #endif
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
 #define MAX_CMD_SIZE 96
517
 #define MAX_CMD_SIZE 96
517
 #define BUFSIZE 4
518
 #define BUFSIZE 4
518
 
519
 

+ 5
- 4
Marlin/example_configurations/TAZ4/Configuration_adv.h Просмотреть файл

425
   //#define USE_SMALL_INFOFONT
425
   //#define USE_SMALL_INFOFONT
426
 #endif // DOGLCD
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
 #define USE_WATCHDOG
432
 #define USE_WATCHDOG
432
 
433
 
433
 #if ENABLED(USE_WATCHDOG)
434
 #if ENABLED(USE_WATCHDOG)
518
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
519
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
519
 #endif
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
 #define MAX_CMD_SIZE 96
525
 #define MAX_CMD_SIZE 96
525
 #define BUFSIZE 4
526
 #define BUFSIZE 4
526
 
527
 

+ 5
- 4
Marlin/example_configurations/WITBOX/Configuration_adv.h Просмотреть файл

417
   //#define USE_SMALL_INFOFONT
417
   //#define USE_SMALL_INFOFONT
418
 #endif // DOGLCD
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
 #define USE_WATCHDOG
424
 #define USE_WATCHDOG
424
 
425
 
425
 #if ENABLED(USE_WATCHDOG)
426
 #if ENABLED(USE_WATCHDOG)
510
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
 #endif
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
 #define MAX_CMD_SIZE 96
517
 #define MAX_CMD_SIZE 96
517
 #define BUFSIZE 4
518
 #define BUFSIZE 4
518
 
519
 

+ 5
- 4
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h Просмотреть файл

419
   //#define USE_SMALL_INFOFONT
419
   //#define USE_SMALL_INFOFONT
420
 #endif // DOGLCD
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
 #define USE_WATCHDOG
426
 #define USE_WATCHDOG
426
 
427
 
427
 #if ENABLED(USE_WATCHDOG)
428
 #if ENABLED(USE_WATCHDOG)
512
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
513
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
513
 #endif
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
 #define MAX_CMD_SIZE 96
519
 #define MAX_CMD_SIZE 96
519
 #define BUFSIZE 4
520
 #define BUFSIZE 4
520
 
521
 

+ 5
- 4
Marlin/example_configurations/delta/generic/Configuration_adv.h Просмотреть файл

419
   //#define USE_SMALL_INFOFONT
419
   //#define USE_SMALL_INFOFONT
420
 #endif // DOGLCD
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
 #define USE_WATCHDOG
426
 #define USE_WATCHDOG
426
 
427
 
427
 #if ENABLED(USE_WATCHDOG)
428
 #if ENABLED(USE_WATCHDOG)
512
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
513
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
513
 #endif
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
 #define MAX_CMD_SIZE 96
519
 #define MAX_CMD_SIZE 96
519
 #define BUFSIZE 4
520
 #define BUFSIZE 4
520
 
521
 

+ 5
- 4
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h Просмотреть файл

418
   //#define USE_SMALL_INFOFONT
418
   //#define USE_SMALL_INFOFONT
419
 #endif // DOGLCD
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
 #define USE_WATCHDOG
425
 #define USE_WATCHDOG
425
 
426
 
426
 #if ENABLED(USE_WATCHDOG)
427
 #if ENABLED(USE_WATCHDOG)
511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
512
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
512
 #endif
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
 #define MAX_CMD_SIZE 96
518
 #define MAX_CMD_SIZE 96
518
 #define BUFSIZE 4
519
 #define BUFSIZE 4
519
 
520
 

+ 5
- 4
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h Просмотреть файл

423
   //#define USE_SMALL_INFOFONT
423
   //#define USE_SMALL_INFOFONT
424
 #endif // DOGLCD
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
 #define USE_WATCHDOG
430
 #define USE_WATCHDOG
430
 
431
 
431
 #if ENABLED(USE_WATCHDOG)
432
 #if ENABLED(USE_WATCHDOG)
516
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
517
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
517
 #endif
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
 #define MAX_CMD_SIZE 96
523
 #define MAX_CMD_SIZE 96
523
 #define BUFSIZE 4
524
 #define BUFSIZE 4
524
 
525
 

+ 5
- 4
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h Просмотреть файл

419
   //#define USE_SMALL_INFOFONT
419
   //#define USE_SMALL_INFOFONT
420
 #endif // DOGLCD
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
 #define USE_WATCHDOG
426
 #define USE_WATCHDOG
426
 
427
 
427
 #if ENABLED(USE_WATCHDOG)
428
 #if ENABLED(USE_WATCHDOG)
512
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
513
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
513
 #endif
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
 #define MAX_CMD_SIZE 96
519
 #define MAX_CMD_SIZE 96
519
 #define BUFSIZE 4
520
 #define BUFSIZE 4
520
 
521
 

+ 5
- 4
Marlin/example_configurations/makibox/Configuration_adv.h Просмотреть файл

417
   //#define USE_SMALL_INFOFONT
417
   //#define USE_SMALL_INFOFONT
418
 #endif // DOGLCD
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
 #define USE_WATCHDOG
424
 #define USE_WATCHDOG
424
 
425
 
425
 #if ENABLED(USE_WATCHDOG)
426
 #if ENABLED(USE_WATCHDOG)
510
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
 #endif
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
 #define MAX_CMD_SIZE 96
517
 #define MAX_CMD_SIZE 96
517
 #define BUFSIZE 4
518
 #define BUFSIZE 4
518
 
519
 

+ 5
- 4
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h Просмотреть файл

417
   //#define USE_SMALL_INFOFONT
417
   //#define USE_SMALL_INFOFONT
418
 #endif // DOGLCD
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
 #define USE_WATCHDOG
424
 #define USE_WATCHDOG
424
 
425
 
425
 #if ENABLED(USE_WATCHDOG)
426
 #if ENABLED(USE_WATCHDOG)
510
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
   #define BLOCK_BUFFER_SIZE 16 // maximize block buffer
511
 #endif
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
 #define MAX_CMD_SIZE 96
517
 #define MAX_CMD_SIZE 96
517
 #define BUFSIZE 4
518
 #define BUFSIZE 4
518
 
519
 

Загрузка…
Отмена
Сохранить