Skip to content

MKS_FES

mks-viva edited this page Jan 7, 2021 · 3 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_DET1” on MKS Robin Nano V2 motherboard;

Use LCD12864

MKS Robin Nano V2 Firmware settings

  • 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

Use MKS UI with MKS TS35

MKS Robin Nano V2 Firmware settings

  • 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

How to use

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