Selaa lähdekoodia

Cartesio UI display option in all configs

Scott Lahteine 9 vuotta sitten
vanhempi
commit
f8c278ce4d

+ 4
- 0
Marlin/Configuration.h Näytä tiedosto

@@ -958,6 +958,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
958 958
 //
959 959
 //#define ULTIPANEL
960 960
 
961
+// Cartesio UI
962
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
963
+//#define CARTESIO_UI
964
+
961 965
 //
962 966
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
963 967
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/Felix/Configuration.h Näytä tiedosto

@@ -941,6 +941,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
941 941
 //
942 942
 //#define ULTIPANEL
943 943
 
944
+// Cartesio UI
945
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
946
+//#define CARTESIO_UI
947
+
944 948
 //
945 949
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
946 950
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/Felix/DUAL/Configuration.h Näytä tiedosto

@@ -939,6 +939,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
939 939
 //
940 940
 //#define ULTIPANEL
941 941
 
942
+// Cartesio UI
943
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
944
+//#define CARTESIO_UI
945
+
942 946
 //
943 947
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
944 948
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/Hephestos/Configuration.h Näytä tiedosto

@@ -950,6 +950,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
950 950
 //
951 951
 //#define ULTIPANEL
952 952
 
953
+// Cartesio UI
954
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
955
+//#define CARTESIO_UI
956
+
953 957
 //
954 958
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
955 959
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/Hephestos_2/Configuration.h Näytä tiedosto

@@ -957,6 +957,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
957 957
 //
958 958
 //#define ULTIPANEL
959 959
 
960
+// Cartesio UI
961
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
962
+//#define CARTESIO_UI
963
+
960 964
 //
961 965
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
962 966
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/K8200/Configuration.h Näytä tiedosto

@@ -975,6 +975,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
975 975
 //
976 976
 //#define ULTIPANEL
977 977
 
978
+// Cartesio UI
979
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
980
+//#define CARTESIO_UI
981
+
978 982
 //
979 983
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
980 984
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Näytä tiedosto

@@ -958,6 +958,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
958 958
 //
959 959
 //#define ULTIPANEL
960 960
 
961
+// Cartesio UI
962
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
963
+//#define CARTESIO_UI
964
+
961 965
 //
962 966
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
963 967
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/RigidBot/Configuration.h Näytä tiedosto

@@ -953,6 +953,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
953 953
 //
954 954
 //#define ULTIPANEL
955 955
 
956
+// Cartesio UI
957
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
958
+//#define CARTESIO_UI
959
+
956 960
 //
957 961
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
958 962
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/SCARA/Configuration.h Näytä tiedosto

@@ -966,6 +966,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
966 966
 //
967 967
 //#define ULTIPANEL
968 968
 
969
+// Cartesio UI
970
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
971
+//#define CARTESIO_UI
972
+
969 973
 //
970 974
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
971 975
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/TAZ4/Configuration.h Näytä tiedosto

@@ -979,6 +979,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
979 979
 //
980 980
 //#define ULTIPANEL
981 981
 
982
+// Cartesio UI
983
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
984
+//#define CARTESIO_UI
985
+
982 986
 //
983 987
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
984 988
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/WITBOX/Configuration.h Näytä tiedosto

@@ -950,6 +950,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
950 950
 //
951 951
 //#define ULTIPANEL
952 952
 
953
+// Cartesio UI
954
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
955
+//#define CARTESIO_UI
956
+
953 957
 //
954 958
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
955 959
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/adafruit/ST7565/Configuration.h Näytä tiedosto

@@ -958,6 +958,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
958 958
 //
959 959
 //#define ULTIPANEL
960 960
 
961
+// Cartesio UI
962
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
963
+//#define CARTESIO_UI
964
+
961 965
 //
962 966
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
963 967
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/delta/biv2.5/Configuration.h Näytä tiedosto

@@ -1047,6 +1047,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
1047 1047
 //
1048 1048
 //#define ULTIPANEL
1049 1049
 
1050
+// Cartesio UI
1051
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
1052
+//#define CARTESIO_UI
1053
+
1050 1054
 //
1051 1055
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
1052 1056
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/delta/generic/Configuration.h Näytä tiedosto

@@ -1041,6 +1041,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
1041 1041
 //
1042 1042
 //#define ULTIPANEL
1043 1043
 
1044
+// Cartesio UI
1045
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
1046
+//#define CARTESIO_UI
1047
+
1044 1048
 //
1045 1049
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
1046 1050
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h Näytä tiedosto

@@ -1044,6 +1044,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1044 1044
 //
1045 1045
 //#define ULTIPANEL
1046 1046
 
1047
+// Cartesio UI
1048
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
1049
+//#define CARTESIO_UI
1050
+
1047 1051
 //
1048 1052
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
1049 1053
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration.h Näytä tiedosto

@@ -1049,6 +1049,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1049 1049
 //
1050 1050
 //#define ULTIPANEL
1051 1051
 
1052
+// Cartesio UI
1053
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
1054
+//#define CARTESIO_UI
1055
+
1052 1056
 //
1053 1057
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
1054 1058
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration.h Näytä tiedosto

@@ -1046,6 +1046,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
1046 1046
 //
1047 1047
 //#define ULTIPANEL
1048 1048
 
1049
+// Cartesio UI
1050
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
1051
+//#define CARTESIO_UI
1052
+
1049 1053
 //
1050 1054
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
1051 1055
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/makibox/Configuration.h Näytä tiedosto

@@ -961,6 +961,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
961 961
 //
962 962
 //#define ULTIPANEL
963 963
 
964
+// Cartesio UI
965
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
966
+//#define CARTESIO_UI
967
+
964 968
 //
965 969
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
966 970
 // http://reprap.org/wiki/PanelOne

+ 4
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h Näytä tiedosto

@@ -952,6 +952,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
952 952
 //
953 953
 //#define ULTIPANEL
954 954
 
955
+// Cartesio UI
956
+// http://mauk.cc/webshop/cartesio-shop/electronics/user-interface
957
+//#define CARTESIO_UI
958
+
955 959
 //
956 960
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
957 961
 // http://reprap.org/wiki/PanelOne

Loading…
Peruuta
Tallenna