浏览代码

Update POWER_LOSS_PIN comment (#16957)

InsanityAutomation 4 年前
父节点
当前提交
3a6f776c4b
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h 查看文件

@@ -1044,7 +1044,7 @@
1044 1044
   #if ENABLED(POWER_LOSS_RECOVERY)
1045 1045
     //#define BACKUP_POWER_SUPPLY       // Backup power / UPS to move the steppers on power loss
1046 1046
     //#define POWER_LOSS_ZRAISE       2 // (mm) Z axis raise on resume (on power loss with UPS)
1047
-    //#define POWER_LOSS_PIN         44 // Pin to detect power loss
1047
+    //#define POWER_LOSS_PIN         44 // Pin to detect power loss. Set to -1 to disable default pin on boards without module.
1048 1048
     //#define POWER_LOSS_STATE     HIGH // State of pin indicating power loss
1049 1049
     //#define POWER_LOSS_PULL           // Set pullup / pulldown as appropriate
1050 1050
     //#define POWER_LOSS_PURGE_LEN   20 // (mm) Length of filament to purge on resume

正在加载...
取消
保存