Skip to main content

RRF Configuration

Filament Runout and Clog Detection Configuration

Loading...
  1. Open the RRF printer web interface, navigate to Files -> System, find the config.g file, and click to open and edit it.
  2. Add the following code in the file to enable the filament runout detection function.
M591 D0 P2 C"PA9" S1
  1. Add the following code in the file to enable the filament clog detection function. (The L parameter should be changed according to the code wheel used. If false triggers occur, appropriately increase this value.)
M591 D0 P7 C"PA10" L3.5 R75:125 S1
Loading...