Skip to content

MKS_FES

mks-viva edited this page Nov 12, 2020 · 2 revisions

How to buy

Video Tutorials

  • If display is LCD12864. It can be referred to LCD12864 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:

  • Connect to “MT_DET” on MKS Robin E3P motherboard;

Firmware setting

  • In configuration.h

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

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

    • Enable #define ADVANCED_PAUSE_FEATURE

How to use

  • Work with MKS TS35-E3

    • 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

    • 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