Browse Source

Merge pull request #3307 from thinkyhead/rc_host_keepalive_comment

Fix comment about host keepalive interval
Scott Lahteine 8 years ago
parent
commit
8e05b0037b

+ 1
- 1
Marlin/Configuration.h View File

709
 // Host Keepalive
709
 // Host Keepalive
710
 //
710
 //
711
 // By default Marlin will send a busy status message to the host
711
 // By default Marlin will send a busy status message to the host
712
-// every 2 seconds when it can't accept commands.
712
+// every 10 seconds when it can't accept commands.
713
 //
713
 //
714
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
714
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
715
 
715
 

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h View File

692
 // Host Keepalive
692
 // Host Keepalive
693
 //
693
 //
694
 // By default Marlin will send a busy status message to the host
694
 // By default Marlin will send a busy status message to the host
695
-// every 2 seconds when it can't accept commands.
695
+// every 10 seconds when it can't accept commands.
696
 //
696
 //
697
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
697
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
698
 
698
 

+ 1
- 1
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

689
 // Host Keepalive
689
 // Host Keepalive
690
 //
690
 //
691
 // By default Marlin will send a busy status message to the host
691
 // By default Marlin will send a busy status message to the host
692
-// every 2 seconds when it can't accept commands.
692
+// every 10 seconds when it can't accept commands.
693
 //
693
 //
694
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
694
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
695
 
695
 

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

701
 // Host Keepalive
701
 // Host Keepalive
702
 //
702
 //
703
 // By default Marlin will send a busy status message to the host
703
 // By default Marlin will send a busy status message to the host
704
-// every 2 seconds when it can't accept commands.
704
+// every 10 seconds when it can't accept commands.
705
 //
705
 //
706
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
706
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
707
 
707
 

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h View File

703
 // Host Keepalive
703
 // Host Keepalive
704
 //
704
 //
705
 // By default Marlin will send a busy status message to the host
705
 // By default Marlin will send a busy status message to the host
706
-// every 2 seconds when it can't accept commands.
706
+// every 10 seconds when it can't accept commands.
707
 //
707
 //
708
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
708
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
709
 
709
 

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h View File

726
 // Host Keepalive
726
 // Host Keepalive
727
 //
727
 //
728
 // By default Marlin will send a busy status message to the host
728
 // By default Marlin will send a busy status message to the host
729
-// every 2 seconds when it can't accept commands.
729
+// every 10 seconds when it can't accept commands.
730
 //
730
 //
731
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
731
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
732
 
732
 

+ 1
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

709
 // Host Keepalive
709
 // Host Keepalive
710
 //
710
 //
711
 // By default Marlin will send a busy status message to the host
711
 // By default Marlin will send a busy status message to the host
712
-// every 2 seconds when it can't accept commands.
712
+// every 10 seconds when it can't accept commands.
713
 //
713
 //
714
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
714
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
715
 
715
 

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

704
 // Host Keepalive
704
 // Host Keepalive
705
 //
705
 //
706
 // By default Marlin will send a busy status message to the host
706
 // By default Marlin will send a busy status message to the host
707
-// every 2 seconds when it can't accept commands.
707
+// every 10 seconds when it can't accept commands.
708
 //
708
 //
709
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
709
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
710
 
710
 

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

717
 // Host Keepalive
717
 // Host Keepalive
718
 //
718
 //
719
 // By default Marlin will send a busy status message to the host
719
 // By default Marlin will send a busy status message to the host
720
-// every 2 seconds when it can't accept commands.
720
+// every 10 seconds when it can't accept commands.
721
 //
721
 //
722
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
722
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
723
 
723
 

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration.h View File

730
 // Host Keepalive
730
 // Host Keepalive
731
 //
731
 //
732
 // By default Marlin will send a busy status message to the host
732
 // By default Marlin will send a busy status message to the host
733
-// every 2 seconds when it can't accept commands.
733
+// every 10 seconds when it can't accept commands.
734
 //
734
 //
735
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
735
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
736
 
736
 

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

701
 // Host Keepalive
701
 // Host Keepalive
702
 //
702
 //
703
 // By default Marlin will send a busy status message to the host
703
 // By default Marlin will send a busy status message to the host
704
-// every 2 seconds when it can't accept commands.
704
+// every 10 seconds when it can't accept commands.
705
 //
705
 //
706
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
706
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
707
 
707
 

+ 1
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

709
 // Host Keepalive
709
 // Host Keepalive
710
 //
710
 //
711
 // By default Marlin will send a busy status message to the host
711
 // By default Marlin will send a busy status message to the host
712
-// every 2 seconds when it can't accept commands.
712
+// every 10 seconds when it can't accept commands.
713
 //
713
 //
714
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
714
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
715
 
715
 

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

831
 // Host Keepalive
831
 // Host Keepalive
832
 //
832
 //
833
 // By default Marlin will send a busy status message to the host
833
 // By default Marlin will send a busy status message to the host
834
-// every 2 seconds when it can't accept commands.
834
+// every 10 seconds when it can't accept commands.
835
 //
835
 //
836
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
836
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
837
 
837
 

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

831
 // Host Keepalive
831
 // Host Keepalive
832
 //
832
 //
833
 // By default Marlin will send a busy status message to the host
833
 // By default Marlin will send a busy status message to the host
834
-// every 2 seconds when it can't accept commands.
834
+// every 10 seconds when it can't accept commands.
835
 //
835
 //
836
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
836
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
837
 
837
 

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

835
 // Host Keepalive
835
 // Host Keepalive
836
 //
836
 //
837
 // By default Marlin will send a busy status message to the host
837
 // By default Marlin will send a busy status message to the host
838
-// every 2 seconds when it can't accept commands.
838
+// every 10 seconds when it can't accept commands.
839
 //
839
 //
840
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
840
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
841
 
841
 

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

828
 // Host Keepalive
828
 // Host Keepalive
829
 //
829
 //
830
 // By default Marlin will send a busy status message to the host
830
 // By default Marlin will send a busy status message to the host
831
-// every 2 seconds when it can't accept commands.
831
+// every 10 seconds when it can't accept commands.
832
 //
832
 //
833
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
833
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
834
 
834
 

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

745
 // Host Keepalive
745
 // Host Keepalive
746
 //
746
 //
747
 // By default Marlin will send a busy status message to the host
747
 // By default Marlin will send a busy status message to the host
748
-// every 2 seconds when it can't accept commands.
748
+// every 10 seconds when it can't accept commands.
749
 //
749
 //
750
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
750
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
751
 
751
 

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h View File

712
 // Host Keepalive
712
 // Host Keepalive
713
 //
713
 //
714
 // By default Marlin will send a busy status message to the host
714
 // By default Marlin will send a busy status message to the host
715
-// every 2 seconds when it can't accept commands.
715
+// every 10 seconds when it can't accept commands.
716
 //
716
 //
717
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
717
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
718
 
718
 

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

703
 // Host Keepalive
703
 // Host Keepalive
704
 //
704
 //
705
 // By default Marlin will send a busy status message to the host
705
 // By default Marlin will send a busy status message to the host
706
-// every 2 seconds when it can't accept commands.
706
+// every 10 seconds when it can't accept commands.
707
 //
707
 //
708
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
708
 //#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
709
 
709
 

Loading…
Cancel
Save