Upgrade with MKS PWC - makerbase-mks/MKS-Robin-E3-E3D GitHub Wiki
MKS Robin E3 E3D path marlin
- 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
Marlin 2.0.5
- 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
- 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