Open sima35 opened 3 years ago
You cannot use both. Use only one
why not? just Use different port and configure in Marlin.
Yes, you can. My configuration: Robin Nano v1.2 - PWC v3 - MKS UPS 24V - LVGL_UI I am using the LVGL UI, I haven't tried it with other interfaces.
Basically you wire the PWC as shown in the instructions, the UPS module is not connected to the main board (just 24V and AC).
And we make following changes:
configuration_adv.h: Enable: POWER_LOSS_RECOVERY Enable: BACKUP_POWER_SUPPLY Uncomment: #define POWER_LOSS_ZRAISE 20 // in mm
Marlin\src\pins\stm32f1\pins_MKS_ROBIN_NANO.h: Change this part. Uncomment #define MKSPWC, add a new definition UPS. which controls if POWER_LOSS_PIN is declared in LVGL_UI interface.
// // Misc. Functions //
// LVGL […]
#define SUICIDE_PIN PB2
#define SUICIDE_PIN_INVERTING false
#define KILL_PIN PA2
#define KILL_PIN_STATE true
#ifdef UPS
#define POWER_LOSS_PIN PA2
#endif
#define POWER_LOSS_PIN PA2
hi friend I have the same problem connecting PWC and UPS together my board is MKS SGEN LV 2.0 if it's not difficult for you help me figure it out in more detail ... here is my link to facebook https://www.facebook.com/profile.php? id = 100042489549041
I have a problem that both the PWC and the UPS are going to the same connector. I can't read your hub page