Skip to content

MKS_PWC

MKS-Sean edited this page Feb 23, 2021 · 5 revisions

How to buy

Video Tutorials

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

Firmware setting

  • In pins_MKS_ROBIN_NANO_V2.h
#define MKSPWC
#ifdef MKSPWC
  #define SUICIDE_PIN                       PB2   // Enable MKSPWC SUICIDE PIN
  #define SUICIDE_PIN_INVERTING             false // Enable MKSPWC PIN STATE
  #define KILL_PIN                          PA2   // Enable MKSPWC DET PIN
  #define KILL_PIN_STATE                    true  // Enable MKSPWC PIN STATE
#endif 
  • How to use it
    • Select Option in the print interface and set the PWC button Manual to Auto