-
Notifications
You must be signed in to change notification settings - Fork 18
MKS_FES
mks-viva edited this page Jan 7, 2021
·
3 revisions
- MKS FES on Aliexpress MKS FES
- If display is LCD12864. It can be referred to LCD12864 FES
- The material detection module MKS FES uses the level transition detection method. When with material in, the detection level signal should be high, and when no material, the material port level signal goes low. When the system detects a determined transition from high to low level, it will regard it as the material exhausted, then the board executes the pause command operation, and after the replacement of the material, it will continue to print.
- Connect to “MT_DET1” on MKS Robin Nano V2 motherboard;
-
In configuration.h
- Enable #define FILAMENT_RUNOUT_SENSOR
- Enable #define NOZZLE_PARK_FEATURE
-
In pins_MKS_ROBIN_NANO_V2.h
- Add #define FIL_RUNOUT_PIN PA4 //You can change to other pin
-
In confiuration_adv.h
- Enable #define ADVANCED_PAUSE_FEATURE
- In pins_MKS_ROBIN_NANO_V2.h
#define MT_DET_1_PIN PA4 // LVGL UI FILAMENT RUNOUT1 PIN
#define MT_DET_2_PIN PE6 // LVGL UI FILAMENT RUNOUT2 PIN
#define MT_DET_PIN_INVERTING false // LVGL UI filament RUNOUT PIN STATE
Note: You only set it pin and MT_DET_PIN_INVERTING, no need to make other settings
- Set printing pause position
- Set position by MKS TS35 display screen online: Settings->Config->Advanced settings->Printing pause position settings
-
Work with MKS TS35
- Usage method
- If the material is interrupted or out of material during printing, it will be triggered and enter the pause interface
- You need reload supplies and resume printing
- Usage method
-
Work with LCD12864
- Usage method
- If the material is interrupted or out of material during printing, it will be triggered and enter the pause interface
- You need reload supplies and resume printing
- Usage method