-
Notifications
You must be signed in to change notification settings - Fork 61
MKS_PWC
makerbase edited this page Aug 7, 2020
·
3 revisions
- MKS PWC on Aliexpress MKS PWC
-
If display is LCD12864. It can be referred to LCD12864 PWC
-
If display is MKS TFT35. It can be referred to MKS TFT35 PWC
- Wiring:
-
Firmware setting
-
In Configuration.h:
- Enable #define PSU_CONTROL
- Set #define PSU_ACTIVE_HIGH true
-
Add the following text in pins_MKS_SGEN_L.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
- Wiring:
-
MKS SGEN_L firmware settings
-
In Configuration.h:
- Enable #define PSU_CONTROL
- Set #define PSU_ACTIVE_HIGH true
-
Add the following text in pins_MKS_SGEN_L.h:
#ifndef PS_ON_PIN #define PS_ON_PIN P1_23 //PW_OFF, you can change it to other pin #endif
-
-
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