|
@@ -1170,6 +1170,12 @@
|
1170
|
1170
|
* Filament Runout Sensors
|
1171
|
1171
|
* Mechanical or opto endstops are used to check for the presence of filament.
|
1172
|
1172
|
*
|
|
1173
|
+ * IMPORTANT: Runout will only trigger if Marlin is aware that a print job is running.
|
|
1174
|
+ * Marlin knows a print job is running when:
|
|
1175
|
+ * 1. Running a print job from media started with M24.
|
|
1176
|
+ * 2. The Print Job Timer has been started with M75.
|
|
1177
|
+ * 3. The heaters were turned on and PRINTJOB_TIMER_AUTOSTART is enabled.
|
|
1178
|
+ *
|
1173
|
1179
|
* RAMPS-based boards use SERVO3_PIN for the first runout sensor.
|
1174
|
1180
|
* For other boards you may need to define FIL_RUNOUT_PIN, FIL_RUNOUT2_PIN, etc.
|
1175
|
1181
|
*/
|