Skip to content

MKS_PWC

mks-viva edited this page Mar 11, 2021 · 4 revisions

How to buy

Video Tutorials

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

Firmware setting

  • In pins_MKS_ROBIN_NANO_V3.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                          PA13   // 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