makerbase-mks / MKS-Robin-Nano-V3.X

Robin nano V3 is an upgraded version of Robin Nano V2.0. The upgrade changes are quite large, including upgrading the MCU to the M4 core, and adding support for USB disk.
GNU General Public License v3.0
136 stars 65 forks source link

mks pwc power loss problem #117

Open demirel95 opened 2 years ago

demirel95 commented 2 years ago

define POWER_LOSS_RECOVERY

if ENABLED(POWER_LOSS_RECOVERY)

#define PLR_ENABLED_DEFAULT   true // Power Loss Recovery enabled by default. (Set with 'M413 Sn' & M500)
#define BACKUP_POWER_SUPPLY       // Backup power / UPS to move the steppers on power loss
#define POWER_LOSS_ZRAISE      5 // (mm) Z axis raise on resume (on power loss with UPS)
#define POWER_LOSS_PIN       PA13 // Pin to detect power loss. Set to -1 to disable default pin on boards without module.
#define POWER_LOSS_STATE     HIGH// State of pin indicating power loss

In the mks pwc promotional video, it also states that the pwc module has a power outage detection feature, but it does not show it. the settings are like this but it doesn't work at all. Can someone from mks fix this? they don't answer any of our questions.........

insippo commented 1 year ago

Working today ?