Skip to content

MKS_FES

makerbase edited this page Sep 14, 2020 · 2 revisions

How to buy

Video Tutorials

  • If display screen is LCD12864. It can be referred to LCD12864 FES

  • If display screen is MKS TFT35. It can be referred to MKS TFT35 FES

Working process

  • 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.

Wiring:

  • Used with MKS TFT35: Connect to “PB1” on MKS TFT display;

  • Used with LCD12864: Connect to "MT-DET, PB10" on MKS Robin E3/E3D Board;

How to use

  • Work with MKS TFT35

    • Parameter setting

      • MKS FES on MKS TFT35, you need connect to PB1
      • Settings -> Config -> Adavance -> Next -> PB1_trigger_Level = Low
      • Settings -> Config -> Adavance -> Next -> disable PB0 and PB1 function = NO
    • 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
  • Work with LCD12864

    • Firmware setting

      • In configuration.h

        • Enable #define FILAMENT_RUNOUT_SENSOR
        • Enable #define NOZZLE_PARK_FEATURE
      • In pins_MKS_ROBIN_E3_common.h

        • Add #define FIL_RUNOUT_PIN PB10 //You can change to other pin
      • In confiuration_adv.h

        • Enable #define ADVANCED_PAUSE_FEATURE
    • 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