Selaa lähdekoodia

Merge pull request #7876 from thinkyhead/bf2_hotend_messages

[2.0.x] Addressing #7612
Scott Lahteine 7 vuotta sitten
vanhempi
commit
4b36a542e0
1 muutettua tiedostoa jossa 10 lisäystä ja 10 poistoa
  1. 10
    10
      Marlin/src/inc/SanityCheck.h

+ 10
- 10
Marlin/src/inc/SanityCheck.h Näytä tiedosto

@@ -958,28 +958,28 @@ static_assert(1 >= 0
958 958
           #error "TEMP_4_PIN not defined for this board."
959 959
         #endif
960 960
       #elif TEMP_SENSOR_4 != 0
961
-        #error "TEMP_SENSOR_4 shouldn't be set with only 4 extruders."
961
+        #error "TEMP_SENSOR_4 shouldn't be set with only 4 HOTENDS."
962 962
       #endif
963 963
     #elif TEMP_SENSOR_3 != 0
964
-      #error "TEMP_SENSOR_3 shouldn't be set with only 3 extruders."
964
+      #error "TEMP_SENSOR_3 shouldn't be set with only 3 HOTENDS."
965 965
     #elif TEMP_SENSOR_4 != 0
966
-      #error "TEMP_SENSOR_4 shouldn't be set with only 3 extruders."
966
+      #error "TEMP_SENSOR_4 shouldn't be set with only 3 HOTENDS."
967 967
     #endif
968 968
   #elif TEMP_SENSOR_2 != 0
969
-    #error "TEMP_SENSOR_2 shouldn't be set with only 2 extruders."
969
+    #error "TEMP_SENSOR_2 shouldn't be set with only 2 HOTENDS."
970 970
   #elif TEMP_SENSOR_3 != 0
971
-    #error "TEMP_SENSOR_3 shouldn't be set with only 2 extruders."
971
+    #error "TEMP_SENSOR_3 shouldn't be set with only 2 HOTENDS."
972 972
   #elif TEMP_SENSOR_4 != 0
973
-    #error "TEMP_SENSOR_4 shouldn't be set with only 2 extruders."
973
+    #error "TEMP_SENSOR_4 shouldn't be set with only 2 HOTENDS."
974 974
   #endif
975 975
 #elif TEMP_SENSOR_1 != 0 && DISABLED(TEMP_SENSOR_1_AS_REDUNDANT)
976
-  #error "TEMP_SENSOR_1 shouldn't be set with only 1 extruder."
976
+  #error "TEMP_SENSOR_1 shouldn't be set with only 1 HOTEND."
977 977
 #elif TEMP_SENSOR_2 != 0
978
-  #error "TEMP_SENSOR_2 shouldn't be set with only 1 extruder."
978
+  #error "TEMP_SENSOR_2 shouldn't be set with only 1 HOTEND."
979 979
 #elif TEMP_SENSOR_3 != 0
980
-  #error "TEMP_SENSOR_3 shouldn't be set with only 1 extruder."
980
+  #error "TEMP_SENSOR_3 shouldn't be set with only 1 HOTEND."
981 981
 #elif TEMP_SENSOR_4 != 0
982
-  #error "TEMP_SENSOR_4 shouldn't be set with only 1 extruder."
982
+  #error "TEMP_SENSOR_4 shouldn't be set with only 1 HOTEND."
983 983
 #endif
984 984
 
985 985
 #if ENABLED(TEMP_SENSOR_1_AS_REDUNDANT) && TEMP_SENSOR_1 == 0

Loading…
Peruuta
Tallenna