Procházet zdrojové kódy

Merge pull request #4409 from thinkyhead/rc_cleanup_comment

Clean up Transfer Buffer Size comment
Scott Lahteine před 9 roky
rodič
revize
42eebcd518

+ 7
- 4
Marlin/Configuration_adv.h Zobrazit soubor

559
 #define MAX_CMD_SIZE 96
559
 #define MAX_CMD_SIZE 96
560
 #define BUFSIZE 4
560
 #define BUFSIZE 4
561
 
561
 
562
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
563
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
564
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
565
-// Any other output does not need to be that speedy.
562
+// Transfer Buffer Size
563
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
564
+// To buffer a simple "ok" you need 4 bytes.
565
+// For ADVANCED_OK (M105) you need 32 bytes.
566
+// For debug-echo: 128 bytes for the optimal speed.
567
+// Other output doesn't need to be that speedy.
568
+// :[0,2,4,8,16,32,64,128,256]
566
 #define TX_BUFFER_SIZE 0
569
 #define TX_BUFFER_SIZE 0
567
 
570
 
568
 // Enable an emergency-command parser to intercept certain commands as they
571
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/Cartesio/Configuration_adv.h Zobrazit soubor

559
 #define MAX_CMD_SIZE 96
559
 #define MAX_CMD_SIZE 96
560
 #define BUFSIZE 4
560
 #define BUFSIZE 4
561
 
561
 
562
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
563
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
564
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
565
-// Any other output does not need to be that speedy.
562
+// Transfer Buffer Size
563
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
564
+// To buffer a simple "ok" you need 4 bytes.
565
+// For ADVANCED_OK (M105) you need 32 bytes.
566
+// For debug-echo: 128 bytes for the optimal speed.
567
+// Other output doesn't need to be that speedy.
568
+// :[0,2,4,8,16,32,64,128,256]
566
 #define TX_BUFFER_SIZE 0
569
 #define TX_BUFFER_SIZE 0
567
 
570
 
568
 // Enable an emergency-command parser to intercept certain commands as they
571
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/Felix/Configuration_adv.h Zobrazit soubor

559
 #define MAX_CMD_SIZE 96
559
 #define MAX_CMD_SIZE 96
560
 #define BUFSIZE 4
560
 #define BUFSIZE 4
561
 
561
 
562
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
563
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
564
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
565
-// Any other output does not need to be that speedy.
562
+// Transfer Buffer Size
563
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
564
+// To buffer a simple "ok" you need 4 bytes.
565
+// For ADVANCED_OK (M105) you need 32 bytes.
566
+// For debug-echo: 128 bytes for the optimal speed.
567
+// Other output doesn't need to be that speedy.
568
+// :[0,2,4,8,16,32,64,128,256]
566
 #define TX_BUFFER_SIZE 0
569
 #define TX_BUFFER_SIZE 0
567
 
570
 
568
 // Enable an emergency-command parser to intercept certain commands as they
571
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/Hephestos/Configuration_adv.h Zobrazit soubor

559
 #define MAX_CMD_SIZE 96
559
 #define MAX_CMD_SIZE 96
560
 #define BUFSIZE 4
560
 #define BUFSIZE 4
561
 
561
 
562
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
563
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
564
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
565
-// Any other output does not need to be that speedy.
562
+// Transfer Buffer Size
563
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
564
+// To buffer a simple "ok" you need 4 bytes.
565
+// For ADVANCED_OK (M105) you need 32 bytes.
566
+// For debug-echo: 128 bytes for the optimal speed.
567
+// Other output doesn't need to be that speedy.
568
+// :[0,2,4,8,16,32,64,128,256]
566
 #define TX_BUFFER_SIZE 0
569
 #define TX_BUFFER_SIZE 0
567
 
570
 
568
 // Enable an emergency-command parser to intercept certain commands as they
571
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/Hephestos_2/Configuration_adv.h Zobrazit soubor

559
 #define MAX_CMD_SIZE 96
559
 #define MAX_CMD_SIZE 96
560
 #define BUFSIZE 4
560
 #define BUFSIZE 4
561
 
561
 
562
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
563
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
564
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
565
-// Any other output does not need to be that speedy.
562
+// Transfer Buffer Size
563
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
564
+// To buffer a simple "ok" you need 4 bytes.
565
+// For ADVANCED_OK (M105) you need 32 bytes.
566
+// For debug-echo: 128 bytes for the optimal speed.
567
+// Other output doesn't need to be that speedy.
568
+// :[0,2,4,8,16,32,64,128,256]
566
 #define TX_BUFFER_SIZE 0
569
 #define TX_BUFFER_SIZE 0
567
 
570
 
568
 // Enable an emergency-command parser to intercept certain commands as they
571
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/K8200/Configuration_adv.h Zobrazit soubor

565
 #define MAX_CMD_SIZE 96
565
 #define MAX_CMD_SIZE 96
566
 #define BUFSIZE 4
566
 #define BUFSIZE 4
567
 
567
 
568
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
569
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
570
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
571
-// Any other output does not need to be that speedy.
568
+// Transfer Buffer Size
569
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
570
+// To buffer a simple "ok" you need 4 bytes.
571
+// For ADVANCED_OK (M105) you need 32 bytes.
572
+// For debug-echo: 128 bytes for the optimal speed.
573
+// Other output doesn't need to be that speedy.
574
+// :[0,2,4,8,16,32,64,128,256]
572
 #define TX_BUFFER_SIZE 0
575
 #define TX_BUFFER_SIZE 0
573
 
576
 
574
 // Enable an emergency-command parser to intercept certain commands as they
577
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/K8400/Configuration_adv.h Zobrazit soubor

559
 #define MAX_CMD_SIZE 96
559
 #define MAX_CMD_SIZE 96
560
 #define BUFSIZE 26
560
 #define BUFSIZE 26
561
 
561
 
562
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
563
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
564
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
565
-// Any other output does not need to be that speedy.
562
+// Transfer Buffer Size
563
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
564
+// To buffer a simple "ok" you need 4 bytes.
565
+// For ADVANCED_OK (M105) you need 32 bytes.
566
+// For debug-echo: 128 bytes for the optimal speed.
567
+// Other output doesn't need to be that speedy.
568
+// :[0,2,4,8,16,32,64,128,256]
566
 #define TX_BUFFER_SIZE 0
569
 #define TX_BUFFER_SIZE 0
567
 
570
 
568
 // Enable an emergency-command parser to intercept certain commands as they
571
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/RigidBot/Configuration_adv.h Zobrazit soubor

559
 #define MAX_CMD_SIZE 96
559
 #define MAX_CMD_SIZE 96
560
 #define BUFSIZE 8
560
 #define BUFSIZE 8
561
 
561
 
562
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
563
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
564
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
565
-// Any other output does not need to be that speedy.
562
+// Transfer Buffer Size
563
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
564
+// To buffer a simple "ok" you need 4 bytes.
565
+// For ADVANCED_OK (M105) you need 32 bytes.
566
+// For debug-echo: 128 bytes for the optimal speed.
567
+// Other output doesn't need to be that speedy.
568
+// :[0,2,4,8,16,32,64,128,256]
566
 #define TX_BUFFER_SIZE 0
569
 #define TX_BUFFER_SIZE 0
567
 
570
 
568
 // Enable an emergency-command parser to intercept certain commands as they
571
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/SCARA/Configuration_adv.h Zobrazit soubor

559
 #define MAX_CMD_SIZE 96
559
 #define MAX_CMD_SIZE 96
560
 #define BUFSIZE 4
560
 #define BUFSIZE 4
561
 
561
 
562
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
563
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
564
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
565
-// Any other output does not need to be that speedy.
562
+// Transfer Buffer Size
563
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
564
+// To buffer a simple "ok" you need 4 bytes.
565
+// For ADVANCED_OK (M105) you need 32 bytes.
566
+// For debug-echo: 128 bytes for the optimal speed.
567
+// Other output doesn't need to be that speedy.
568
+// :[0,2,4,8,16,32,64,128,256]
566
 #define TX_BUFFER_SIZE 0
569
 #define TX_BUFFER_SIZE 0
567
 
570
 
568
 // Enable an emergency-command parser to intercept certain commands as they
571
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/TAZ4/Configuration_adv.h Zobrazit soubor

567
 #define MAX_CMD_SIZE 96
567
 #define MAX_CMD_SIZE 96
568
 #define BUFSIZE 4
568
 #define BUFSIZE 4
569
 
569
 
570
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
571
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
572
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
573
-// Any other output does not need to be that speedy.
570
+// Transfer Buffer Size
571
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
572
+// To buffer a simple "ok" you need 4 bytes.
573
+// For ADVANCED_OK (M105) you need 32 bytes.
574
+// For debug-echo: 128 bytes for the optimal speed.
575
+// Other output doesn't need to be that speedy.
576
+// :[0,2,4,8,16,32,64,128,256]
574
 #define TX_BUFFER_SIZE 0
577
 #define TX_BUFFER_SIZE 0
575
 
578
 
576
 // Enable an emergency-command parser to intercept certain commands as they
579
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/WITBOX/Configuration_adv.h Zobrazit soubor

559
 #define MAX_CMD_SIZE 96
559
 #define MAX_CMD_SIZE 96
560
 #define BUFSIZE 4
560
 #define BUFSIZE 4
561
 
561
 
562
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
563
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
564
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
565
-// Any other output does not need to be that speedy.
562
+// Transfer Buffer Size
563
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
564
+// To buffer a simple "ok" you need 4 bytes.
565
+// For ADVANCED_OK (M105) you need 32 bytes.
566
+// For debug-echo: 128 bytes for the optimal speed.
567
+// Other output doesn't need to be that speedy.
568
+// :[0,2,4,8,16,32,64,128,256]
566
 #define TX_BUFFER_SIZE 0
569
 #define TX_BUFFER_SIZE 0
567
 
570
 
568
 // Enable an emergency-command parser to intercept certain commands as they
571
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h Zobrazit soubor

561
 #define MAX_CMD_SIZE 96
561
 #define MAX_CMD_SIZE 96
562
 #define BUFSIZE 4
562
 #define BUFSIZE 4
563
 
563
 
564
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
565
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
566
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
567
-// Any other output does not need to be that speedy.
564
+// Transfer Buffer Size
565
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
566
+// To buffer a simple "ok" you need 4 bytes.
567
+// For ADVANCED_OK (M105) you need 32 bytes.
568
+// For debug-echo: 128 bytes for the optimal speed.
569
+// Other output doesn't need to be that speedy.
570
+// :[0,2,4,8,16,32,64,128,256]
568
 #define TX_BUFFER_SIZE 0
571
 #define TX_BUFFER_SIZE 0
569
 
572
 
570
 // Enable an emergency-command parser to intercept certain commands as they
573
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/delta/generic/Configuration_adv.h Zobrazit soubor

561
 #define MAX_CMD_SIZE 96
561
 #define MAX_CMD_SIZE 96
562
 #define BUFSIZE 4
562
 #define BUFSIZE 4
563
 
563
 
564
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
565
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
566
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
567
-// Any other output does not need to be that speedy.
564
+// Transfer Buffer Size
565
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
566
+// To buffer a simple "ok" you need 4 bytes.
567
+// For ADVANCED_OK (M105) you need 32 bytes.
568
+// For debug-echo: 128 bytes for the optimal speed.
569
+// Other output doesn't need to be that speedy.
570
+// :[0,2,4,8,16,32,64,128,256]
568
 #define TX_BUFFER_SIZE 0
571
 #define TX_BUFFER_SIZE 0
569
 
572
 
570
 // Enable an emergency-command parser to intercept certain commands as they
573
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h Zobrazit soubor

560
 #define MAX_CMD_SIZE 96
560
 #define MAX_CMD_SIZE 96
561
 #define BUFSIZE 4
561
 #define BUFSIZE 4
562
 
562
 
563
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
564
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
565
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
566
-// Any other output does not need to be that speedy.
563
+// Transfer Buffer Size
564
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
565
+// To buffer a simple "ok" you need 4 bytes.
566
+// For ADVANCED_OK (M105) you need 32 bytes.
567
+// For debug-echo: 128 bytes for the optimal speed.
568
+// Other output doesn't need to be that speedy.
569
+// :[0,2,4,8,16,32,64,128,256]
567
 #define TX_BUFFER_SIZE 0
570
 #define TX_BUFFER_SIZE 0
568
 
571
 
569
 // Enable an emergency-command parser to intercept certain commands as they
572
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h Zobrazit soubor

565
 #define MAX_CMD_SIZE 96
565
 #define MAX_CMD_SIZE 96
566
 #define BUFSIZE 4
566
 #define BUFSIZE 4
567
 
567
 
568
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
569
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
570
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
571
-// Any other output does not need to be that speedy.
568
+// Transfer Buffer Size
569
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
570
+// To buffer a simple "ok" you need 4 bytes.
571
+// For ADVANCED_OK (M105) you need 32 bytes.
572
+// For debug-echo: 128 bytes for the optimal speed.
573
+// Other output doesn't need to be that speedy.
574
+// :[0,2,4,8,16,32,64,128,256]
572
 #define TX_BUFFER_SIZE 0
575
 #define TX_BUFFER_SIZE 0
573
 
576
 
574
 // Enable an emergency-command parser to intercept certain commands as they
577
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h Zobrazit soubor

561
 #define MAX_CMD_SIZE 96
561
 #define MAX_CMD_SIZE 96
562
 #define BUFSIZE 4
562
 #define BUFSIZE 4
563
 
563
 
564
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
565
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
566
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
567
-// Any other output does not need to be that speedy.
564
+// Transfer Buffer Size
565
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
566
+// To buffer a simple "ok" you need 4 bytes.
567
+// For ADVANCED_OK (M105) you need 32 bytes.
568
+// For debug-echo: 128 bytes for the optimal speed.
569
+// Other output doesn't need to be that speedy.
570
+// :[0,2,4,8,16,32,64,128,256]
568
 #define TX_BUFFER_SIZE 0
571
 #define TX_BUFFER_SIZE 0
569
 
572
 
570
 // Enable an emergency-command parser to intercept certain commands as they
573
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/makibox/Configuration_adv.h Zobrazit soubor

559
 #define MAX_CMD_SIZE 96
559
 #define MAX_CMD_SIZE 96
560
 #define BUFSIZE 4
560
 #define BUFSIZE 4
561
 
561
 
562
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
563
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
564
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
565
-// Any other output does not need to be that speedy.
562
+// Transfer Buffer Size
563
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
564
+// To buffer a simple "ok" you need 4 bytes.
565
+// For ADVANCED_OK (M105) you need 32 bytes.
566
+// For debug-echo: 128 bytes for the optimal speed.
567
+// Other output doesn't need to be that speedy.
568
+// :[0,2,4,8,16,32,64,128,256]
566
 #define TX_BUFFER_SIZE 0
569
 #define TX_BUFFER_SIZE 0
567
 
570
 
568
 // Enable an emergency-command parser to intercept certain commands as they
571
 // Enable an emergency-command parser to intercept certain commands as they

+ 7
- 4
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h Zobrazit soubor

559
 #define MAX_CMD_SIZE 96
559
 #define MAX_CMD_SIZE 96
560
 #define BUFSIZE 4
560
 #define BUFSIZE 4
561
 
561
 
562
-// Set Transfer-Buffer-Size by uncommenting the next define. Default size is 32byte.
563
-// :[0,2,4,8,16,32,64,128,256]. To save 386byte of PROGMEM and (3 + TX_BUFFER_SIZE) bytes of RAM set TX_BUFFER_SIZE to 0
564
-// To buffer a simple "ok" you need 4 byte, for ADVANCED_OK/M105 you need 32 and for debug-echo: 128 byte to get the optimal speed.
565
-// Any other output does not need to be that speedy.
562
+// Transfer Buffer Size
563
+// To save 386 bytes of PROGMEM (and TX_BUFFER_SIZE+3 bytes of RAM) set to 0.
564
+// To buffer a simple "ok" you need 4 bytes.
565
+// For ADVANCED_OK (M105) you need 32 bytes.
566
+// For debug-echo: 128 bytes for the optimal speed.
567
+// Other output doesn't need to be that speedy.
568
+// :[0,2,4,8,16,32,64,128,256]
566
 #define TX_BUFFER_SIZE 0
569
 #define TX_BUFFER_SIZE 0
567
 
570
 
568
 // Enable an emergency-command parser to intercept certain commands as they
571
 // Enable an emergency-command parser to intercept certain commands as they

Loading…
Zrušit
Uložit