Quellcode durchsuchen

Add incompatibility error to Sanity Check for MIXING_EXTRUDER and LIN_ADVANCE

Thomas Moore vor 7 Jahren
Ursprung
Commit
44e657766e
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2
    0
      Marlin/SanityCheck.h

+ 2
- 0
Marlin/SanityCheck.h Datei anzeigen

@@ -372,6 +372,8 @@
372 372
     #error "Please select either MIXING_EXTRUDER or SWITCHING_EXTRUDER, not both."
373 373
   #elif ENABLED(SINGLENOZZLE)
374 374
     #error "MIXING_EXTRUDER is incompatible with SINGLENOZZLE."
375
+  #elif ENABLED(LIN_ADVANCE)
376
+    #error "MIXING_EXTRUDER is incompatible with LIN_ADVANCE."
375 377
   #endif
376 378
 #endif
377 379
 

Laden…
Abbrechen
Speichern