Browse Source

Add UBL_MESH_EDIT_ENABLED to configs

Scott Lahteine 8 years ago
parent
commit
783338a0b8

+ 1
- 0
Marlin/Configuration.h View File

@@ -862,6 +862,7 @@
862 862
   #define UBL_PROBE_PT_2_Y 20
863 863
   #define UBL_PROBE_PT_3_X 180
864 864
   #define UBL_PROBE_PT_3_Y 20
865
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
865 866
 
866 867
 #elif ENABLED(MESH_BED_LEVELING)
867 868
 

+ 1
- 0
Marlin/example_configurations/Cartesio/Configuration.h View File

@@ -863,6 +863,7 @@
863 863
   #define UBL_PROBE_PT_2_Y 20
864 864
   #define UBL_PROBE_PT_3_X 180
865 865
   #define UBL_PROBE_PT_3_Y 20
866
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
866 867
 
867 868
 #elif ENABLED(MESH_BED_LEVELING)
868 869
 

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

@@ -846,6 +846,7 @@
846 846
   #define UBL_PROBE_PT_2_Y 20
847 847
   #define UBL_PROBE_PT_3_X 180
848 848
   #define UBL_PROBE_PT_3_Y 20
849
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
849 850
 
850 851
 #elif ENABLED(MESH_BED_LEVELING)
851 852
 

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

@@ -846,6 +846,7 @@
846 846
   #define UBL_PROBE_PT_2_Y 20
847 847
   #define UBL_PROBE_PT_3_X 180
848 848
   #define UBL_PROBE_PT_3_Y 20
849
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
849 850
 
850 851
 #elif ENABLED(MESH_BED_LEVELING)
851 852
 

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

@@ -855,6 +855,7 @@
855 855
   #define UBL_PROBE_PT_2_Y 20
856 856
   #define UBL_PROBE_PT_3_X 180
857 857
   #define UBL_PROBE_PT_3_Y 20
858
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
858 859
 
859 860
 #elif ENABLED(MESH_BED_LEVELING)
860 861
 

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

@@ -857,6 +857,7 @@
857 857
   #define UBL_PROBE_PT_2_Y 20
858 858
   #define UBL_PROBE_PT_3_X 180
859 859
   #define UBL_PROBE_PT_3_Y 20
860
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
860 861
 
861 862
 #elif ENABLED(MESH_BED_LEVELING)
862 863
 

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

@@ -892,6 +892,7 @@
892 892
   #define UBL_PROBE_PT_2_Y 20
893 893
   #define UBL_PROBE_PT_3_X 180
894 894
   #define UBL_PROBE_PT_3_Y 20
895
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
895 896
 
896 897
 #elif ENABLED(MESH_BED_LEVELING)
897 898
 

+ 1
- 0
Marlin/example_configurations/K8400/Configuration.h View File

@@ -863,6 +863,7 @@
863 863
   #define UBL_PROBE_PT_2_Y 20
864 864
   #define UBL_PROBE_PT_3_X 180
865 865
   #define UBL_PROBE_PT_3_Y 20
866
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
866 867
 
867 868
 #elif ENABLED(MESH_BED_LEVELING)
868 869
 

+ 1
- 0
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

@@ -863,6 +863,7 @@
863 863
   #define UBL_PROBE_PT_2_Y 20
864 864
   #define UBL_PROBE_PT_3_X 180
865 865
   #define UBL_PROBE_PT_3_Y 20
866
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
866 867
 
867 868
 #elif ENABLED(MESH_BED_LEVELING)
868 869
 

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

@@ -863,6 +863,7 @@
863 863
   #define UBL_PROBE_PT_2_Y 20
864 864
   #define UBL_PROBE_PT_3_X 180
865 865
   #define UBL_PROBE_PT_3_Y 20
866
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
866 867
 
867 868
 #elif ENABLED(MESH_BED_LEVELING)
868 869
 

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

@@ -862,6 +862,7 @@
862 862
   #define UBL_PROBE_PT_2_Y 20
863 863
   #define UBL_PROBE_PT_3_X 180
864 864
   #define UBL_PROBE_PT_3_Y 20
865
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
865 866
 
866 867
 #elif ENABLED(MESH_BED_LEVELING)
867 868
 

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

@@ -878,6 +878,7 @@
878 878
   #define UBL_PROBE_PT_2_Y 20
879 879
   #define UBL_PROBE_PT_3_X 180
880 880
   #define UBL_PROBE_PT_3_Y 20
881
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
881 882
 
882 883
 #elif ENABLED(MESH_BED_LEVELING)
883 884
 

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

@@ -884,6 +884,7 @@
884 884
   #define UBL_PROBE_PT_2_Y 20
885 885
   #define UBL_PROBE_PT_3_X 180
886 886
   #define UBL_PROBE_PT_3_Y 20
887
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
887 888
 
888 889
 #elif ENABLED(MESH_BED_LEVELING)
889 890
 

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

@@ -855,6 +855,7 @@
855 855
   #define UBL_PROBE_PT_2_Y 20
856 856
   #define UBL_PROBE_PT_3_X 180
857 857
   #define UBL_PROBE_PT_3_Y 20
858
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
858 859
 
859 860
 #elif ENABLED(MESH_BED_LEVELING)
860 861
 

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

@@ -863,6 +863,7 @@
863 863
   #define UBL_PROBE_PT_2_Y 20
864 864
   #define UBL_PROBE_PT_3_X 180
865 865
   #define UBL_PROBE_PT_3_Y 20
866
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
866 867
 
867 868
 #elif ENABLED(MESH_BED_LEVELING)
868 869
 

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

@@ -968,6 +968,7 @@
968 968
   #define UBL_PROBE_PT_2_Y 20
969 969
   #define UBL_PROBE_PT_3_X 180
970 970
   #define UBL_PROBE_PT_3_Y 20
971
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
971 972
 
972 973
 #elif ENABLED(MESH_BED_LEVELING)
973 974
 

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

@@ -954,6 +954,7 @@
954 954
   #define UBL_PROBE_PT_2_Y 20
955 955
   #define UBL_PROBE_PT_3_X 180
956 956
   #define UBL_PROBE_PT_3_Y 20
957
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
957 958
 
958 959
 #elif ENABLED(MESH_BED_LEVELING)
959 960
 

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

@@ -958,6 +958,7 @@
958 958
   #define UBL_PROBE_PT_2_Y 20
959 959
   #define UBL_PROBE_PT_3_X 180
960 960
   #define UBL_PROBE_PT_3_Y 20
961
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
961 962
 
962 963
 #elif ENABLED(MESH_BED_LEVELING)
963 964
 

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

@@ -957,6 +957,7 @@
957 957
   #define UBL_PROBE_PT_2_Y 20
958 958
   #define UBL_PROBE_PT_3_X 180
959 959
   #define UBL_PROBE_PT_3_Y 20
960
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
960 961
 
961 962
 #elif ENABLED(MESH_BED_LEVELING)
962 963
 

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

@@ -967,6 +967,7 @@
967 967
   #define UBL_PROBE_PT_2_Y 20
968 968
   #define UBL_PROBE_PT_3_X 180
969 969
   #define UBL_PROBE_PT_3_Y 20
970
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
970 971
 
971 972
 #elif ENABLED(MESH_BED_LEVELING)
972 973
 

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

@@ -866,6 +866,7 @@
866 866
   #define UBL_PROBE_PT_2_Y 20
867 867
   #define UBL_PROBE_PT_3_X 180
868 868
   #define UBL_PROBE_PT_3_Y 20
869
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
869 870
 
870 871
 #elif ENABLED(MESH_BED_LEVELING)
871 872
 

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

@@ -859,6 +859,7 @@
859 859
   #define UBL_PROBE_PT_2_Y 20
860 860
   #define UBL_PROBE_PT_3_X 180
861 861
   #define UBL_PROBE_PT_3_Y 20
862
+  #define UBL_MESH_EDIT_ENABLED     // Enable G26 mesh editing
862 863
 
863 864
 #elif ENABLED(MESH_BED_LEVELING)
864 865
 

Loading…
Cancel
Save