Browse Source

Fixed a typo on the configuration files

João Brázio 9 years ago
parent
commit
e34f4653ef
No account linked to committer's email address

+ 1
- 1
Marlin/Configuration.h View File

@@ -763,7 +763,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
763 763
 //
764 764
 // When enabled Marlin will keep track of some print statistical data such as:
765 765
 //  - Total print jobs
766
-//  - Total successfull print jobs
766
+//  - Total successful print jobs
767 767
 //  - Total failed print jobs
768 768
 //  - Total time printing
769 769
 //

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

@@ -745,7 +745,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
745 745
 //
746 746
 // When enabled Marlin will keep track of some print statistical data such as:
747 747
 //  - Total print jobs
748
-//  - Total successfull print jobs
748
+//  - Total successful print jobs
749 749
 //  - Total failed print jobs
750 750
 //  - Total time printing
751 751
 //

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

@@ -754,7 +754,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
754 754
 //
755 755
 // When enabled Marlin will keep track of some print statistical data such as:
756 756
 //  - Total print jobs
757
-//  - Total successfull print jobs
757
+//  - Total successful print jobs
758 758
 //  - Total failed print jobs
759 759
 //  - Total time printing
760 760
 //

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

@@ -756,7 +756,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
756 756
 //
757 757
 // When enabled Marlin will keep track of some print statistical data such as:
758 758
 //  - Total print jobs
759
-//  - Total successfull print jobs
759
+//  - Total successful print jobs
760 760
 //  - Total failed print jobs
761 761
 //  - Total time printing
762 762
 //

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

@@ -779,7 +779,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
779 779
 //
780 780
 // When enabled Marlin will keep track of some print statistical data such as:
781 781
 //  - Total print jobs
782
-//  - Total successfull print jobs
782
+//  - Total successful print jobs
783 783
 //  - Total failed print jobs
784 784
 //  - Total time printing
785 785
 //

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

@@ -762,7 +762,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
762 762
 //
763 763
 // When enabled Marlin will keep track of some print statistical data such as:
764 764
 //  - Total print jobs
765
-//  - Total successfull print jobs
765
+//  - Total successful print jobs
766 766
 //  - Total failed print jobs
767 767
 //  - Total time printing
768 768
 //

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

@@ -757,7 +757,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
757 757
 //
758 758
 // When enabled Marlin will keep track of some print statistical data such as:
759 759
 //  - Total print jobs
760
-//  - Total successfull print jobs
760
+//  - Total successful print jobs
761 761
 //  - Total failed print jobs
762 762
 //  - Total time printing
763 763
 //

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

@@ -770,7 +770,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
770 770
 //
771 771
 // When enabled Marlin will keep track of some print statistical data such as:
772 772
 //  - Total print jobs
773
-//  - Total successfull print jobs
773
+//  - Total successful print jobs
774 774
 //  - Total failed print jobs
775 775
 //  - Total time printing
776 776
 //

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

@@ -783,7 +783,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
783 783
 //
784 784
 // When enabled Marlin will keep track of some print statistical data such as:
785 785
 //  - Total print jobs
786
-//  - Total successfull print jobs
786
+//  - Total successful print jobs
787 787
 //  - Total failed print jobs
788 788
 //  - Total time printing
789 789
 //

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

@@ -754,7 +754,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
754 754
 //
755 755
 // When enabled Marlin will keep track of some print statistical data such as:
756 756
 //  - Total print jobs
757
-//  - Total successfull print jobs
757
+//  - Total successful print jobs
758 758
 //  - Total failed print jobs
759 759
 //  - Total time printing
760 760
 //

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

@@ -762,7 +762,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
762 762
 //
763 763
 // When enabled Marlin will keep track of some print statistical data such as:
764 764
 //  - Total print jobs
765
-//  - Total successfull print jobs
765
+//  - Total successful print jobs
766 766
 //  - Total failed print jobs
767 767
 //  - Total time printing
768 768
 //

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

@@ -891,7 +891,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
891 891
 //
892 892
 // When enabled Marlin will keep track of some print statistical data such as:
893 893
 //  - Total print jobs
894
-//  - Total successfull print jobs
894
+//  - Total successful print jobs
895 895
 //  - Total failed print jobs
896 896
 //  - Total time printing
897 897
 //

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

@@ -891,7 +891,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
891 891
 //
892 892
 // When enabled Marlin will keep track of some print statistical data such as:
893 893
 //  - Total print jobs
894
-//  - Total successfull print jobs
894
+//  - Total successful print jobs
895 895
 //  - Total failed print jobs
896 896
 //  - Total time printing
897 897
 //

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

@@ -895,7 +895,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
895 895
 //
896 896
 // When enabled Marlin will keep track of some print statistical data such as:
897 897
 //  - Total print jobs
898
-//  - Total successfull print jobs
898
+//  - Total successful print jobs
899 899
 //  - Total failed print jobs
900 900
 //  - Total time printing
901 901
 //

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

@@ -888,7 +888,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
888 888
 //
889 889
 // When enabled Marlin will keep track of some print statistical data such as:
890 890
 //  - Total print jobs
891
-//  - Total successfull print jobs
891
+//  - Total successful print jobs
892 892
 //  - Total failed print jobs
893 893
 //  - Total time printing
894 894
 //

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

@@ -896,7 +896,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
896 896
 //
897 897
 // When enabled Marlin will keep track of some print statistical data such as:
898 898
 //  - Total print jobs
899
-//  - Total successfull print jobs
899
+//  - Total successful print jobs
900 900
 //  - Total failed print jobs
901 901
 //  - Total time printing
902 902
 //

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

@@ -765,7 +765,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
765 765
 //
766 766
 // When enabled Marlin will keep track of some print statistical data such as:
767 767
 //  - Total print jobs
768
-//  - Total successfull print jobs
768
+//  - Total successful print jobs
769 769
 //  - Total failed print jobs
770 770
 //  - Total time printing
771 771
 //

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

@@ -756,7 +756,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
756 756
 //
757 757
 // When enabled Marlin will keep track of some print statistical data such as:
758 758
 //  - Total print jobs
759
-//  - Total successfull print jobs
759
+//  - Total successful print jobs
760 760
 //  - Total failed print jobs
761 761
 //  - Total time printing
762 762
 //

Loading…
Cancel
Save