Skip to content

MKS_PWC

makerbase edited this page Aug 7, 2020 · 13 revisions

How to buy

Video Tutorials

Work with LCD12864

  • Wiring:

with 12864

  • Firmware setting

    • In Configuration.h:

      • Enable #define PSU_CONTROL
      • Set #define PSU_ACTIVE_HIGH true
    • Add the following text in pins_MKS_SGEN_L_V2.h:

    #if ENABLED(PSU_CONTROL)
    #ifndef PS_ON_PIN
      #define PS_ON_PIN         P1_23    //PW_OFF, you can change it to other pin
    #endif
    #ifndef KILL_PIN
      #define KILL_PIN          P1_28    //PW_DET, you can change it to other pin
    #endif
    #define KILL_PIN_INVERTING  true     //true : HIGH level trigger
    #endif
    
  • How to use it

    • Add " M81 " at the end of the gcode file
    • When the gcode file is printed,3d printer will automatically turning off

Work with MKS TFT35

  • Wiring:

with tft35

  • MKS SGEN_L V2 firmware settings

    • In Configuration.h:

      • Enable #define PSU_CONTROL
      • Set #define PSU_ACTIVE_HIGH true
    • Add the following text in pins_MKS_SGEN_L_V2.h:

        #if ENABLED(PSU_CONTROL)
        #ifndef PS_ON_PIN
           #define PS_ON_PIN         P1_23    //PW_OFF, you can change it to other pin
        #endif
    
  • MKS TFT35 parameter setting

    • Settings -> Config -> Advance -> power off dection module select PWC
    • Settings -> Config -> Advance -> Auto Shutdown after print select YES
  • How to use it

    • When printing,Select Option in the print interface and set the PWC button Manual to Auto