Welcome! Log In Create A New Profile

Advanced

Filament Runout Sensor

Posted by DoctorDeath 
Filament Runout Sensor
August 06, 2023 04:52AM
Hello friends
Tell me, when the girl connects the end of the filament , the print does not start, as if she believes that there is no filament .
where is the inversion of sensor data configured?

A Modern UI using LVGL

Edited 1 time(s). Last edit at 08/06/2023 04:56AM by DoctorDeath.
Re: Filament Runout Sensor
August 06, 2023 06:05AM
Depends on version of marlin

looks something like

#define FILAMENT_RUNOUT_SENSOR
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
  #define FIL_RUNOUT_ENABLED_DEFAULT true // Enable the sensor on startup. Override with M412 followed by M500.
  #define NUM_RUNOUT_SENSORS   1          // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.

  #define FIL_RUNOUT_STATE     LOW        // Pin state indicating that filament is NOT present.

In this case FIL_RUNOUT_STATE
Re: Filament Runout Sensor
August 06, 2023 07:50AM
I didn't just point out in the comment that I use the LVGL interface
With this interface, as I understood, the sensor function has already been activated, and the inclusion of #define FILAMENT_RUNOUT_SENSOR led to a compilation error, about incompatibility with this type of LCD

ADVANCED_PAUSE_FEATURE requires a supported LCD controller (or EMERGENCY_PARSER)

Edited 1 time(s). Last edit at 08/06/2023 08:04AM by DoctorDeath.
Sorry, only registered users may post in this forum.

Click here to login