-
Notifications
You must be signed in to change notification settings - Fork 98
Upgrade with MKS PWC
makerbase edited this page May 16, 2020
·
2 revisions
- Download MKS Robin E3 E3D path and support MKS PWC's firmware.
- Connect to Robin E3/E3D board
- MKS PWC PW_OFF connect to EXP1 PC5
- MKS PWC PW_DET connect to MT_DET PB10
- Setting in Configuration.h file
- ENABLE 'PSU_CONTROL' : #define PSU_CONTROL
- Setting PSU_ACTIVE_HIGH is true : #define PSU_ACTIVE_HIGH true
- Enable PSU_POWERUP_DELAY 100 : #define PSU_POWERUP_DELAY 100
- ENABLE 'PSU_CONTROL' : #define PSU_CONTROL
- Setting pins_MKS_ROBIN_E3.h or pins_MKS_ROBIN_E3D.h file
- Add pin define
- #ifndef PS_ON_PIN
- #define PS_ON_PIN PC5//LCD_D7 //PW_OFF, you need change it to other pin
- #endif
- #ifndef KILL_PIN
- #define KILL_PIN PB10 //PW_DET, you need change it to other pin
- #endif
- #define KILL_PIN_INVERTING true //true : HIGH level trigger
- Hardware description
- Marlin firmware
- Configuring the hardware
- MKS Robin E3
- MKS Robin E3D
- MKS TFT24/35/70
- LCD12864/2004
- MKS MINI 12864 V3
- 3D Touch
- MKS PWC
- MKS UPS
- MKS FES
- Video Tutorials
- FAQ Tutorials