Fix comment on FILAMENT_RUNOUT_SENSOR

This commit is contained in:
Scott Lahteine
2016-09-12 19:35:32 -05:00
parent 48e14d049a
commit a6f6ed352b
22 changed files with 22 additions and 22 deletions

View File

@ -642,7 +642,7 @@
//========================= Filament Runout Sensor ==========================
//===========================================================================
//#define FILAMENT_RUNOUT_SENSOR // Uncomment for defining a filament runout sensor such as a mechanical or opto endstop to check the existence of filament
// In RAMPS uses servo pin 2. Can be changed in pins file. For other boards pin definition should be made.
// RAMPS-based boards use SERVO3_PIN. For other boards you may need to define FIL_RUNOUT_PIN.
// It is assumed that when logic high = filament available
// when logic low = filament ran out
#if ENABLED(FILAMENT_RUNOUT_SENSOR)