Marlin Configuration
Filament Runout and Clog Detection Configuration
Loading...
- Open the Marlin configuration file
Configuration.h, locate#define FILAMENT_RUNOUT_SENSOR, and remove the comment symbol in front of it. - Locate
#define FILAMENT_RUNOUT_DISTANCE_MM, remove the comment symbol in front of it, and set it to3.5(adjust based on the encoder wheel used; if false triggers occur, appropriately increase this value). - Locate
#define FILAMENT_MOTION_SENSOR, and remove the comment symbol in front of it. - Marlin's filament sensor feature also requires enabling
#define NOZZLE_PARK_FEATUREand#define ADVANCED_PAUSE_FEATURE. Please uncomment these and configure specific parameters according to your printer settings.
Loading...