Skip to content

MKS_PWC

mks-viva edited this page Nov 12, 2020 · 1 revision

How to buy

Video Tutorials

  • If display is LCD12864. It can be referred to LCD12864 PWC

Work with MKS TS35-E3

  • Wiring:

  • Firmware setting

    • Configuration.h:
    // Enable Power Supply Control
    #define PSU_CONTROL
    #define PSU_ACTIVE_HIGH true
    
    • pins_MKS_ROBIN_E3P.h file setting
    #define PS_ON_PIN                      PB0   // PW_OFF
    #define KILL_PIN 			 PA2   // PW_DET
    #define KILL_PIN_INVERTING 		 true  // 
    
  • How to use it

    • Select Option in the print interface and set the PWC button Manual to Auto
Clone this wiki locally