RRF Configuration
Filament Runout and Clog Detection Configuration
Loading...
- Open the RRF printer web interface, navigate to
Files->System, find theconfig.gfile, and click to open and edit it. - Add the following code in the file to enable the filament runout detection function.
M591 D0 P2 C"PA9" S1
- Add the following code in the file to enable the filament clog detection function. (The
Lparameter 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...