瀏覽代碼

🔧 Warning for MK3_FAN_PINS (#23727)

Keith Bennett 2 年之前
父節點
當前提交
6b96636b9b
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. 7
    0
      Marlin/src/inc/Warnings.cpp

+ 7
- 0
Marlin/src/inc/Warnings.cpp 查看文件

@@ -597,3 +597,10 @@
597 597
 #ifdef __STM32F1__
598 598
   #warning "Maple build environments are deprecated. Please use a non-Maple build environment. Report issues to the Marlin Firmware project."
599 599
 #endif
600
+
601
+/**
602
+ * Průša MK3/S/+ fan pin reassignment
603
+ */
604
+#if MB(BTT_BTT002_V1_0, EINSY_RAMBO) && DISABLED(NO_MK3_FAN_PINS_WARNING)
605
+  #warning "Define MK3_FAN_PINS to swap hotend and part cooling fan pins. (Define NO_MK3_FAN_PINS_WARNING to suppress this warning.)"
606
+#endif

Loading…
取消
儲存