Move & document ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED (PR#2528)
As suggested in #2521 - Move `ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED` because `SDSUPPORT` is also required. - Add a note that endstops must be enabled for the feature to have any effect
This commit is contained in:
		
				
					committed by
					
						 Richard Wackerbarth
						Richard Wackerbarth
					
				
			
			
				
	
			
			
			
						parent
						
							096046c09f
						
					
				
				
					commit
					ab6f1fdf8b
				
			| @@ -331,6 +331,12 @@ | ||||
|   // This allows hosts to request long names for files and folders with M33 | ||||
|   //#define LONG_FILENAME_HOST_SUPPORT | ||||
|  | ||||
|   // This option allows you to abort SD printing when any endstop is triggered. | ||||
|   // This feature must be enabled with "M540 S1" or from the LCD menu. | ||||
|   // To have any effect, endstops must be enabled during SD printing. | ||||
|   // With ENDSTOPS_ONLY_FOR_HOMING you must send "M120" to enable endstops. | ||||
|   //#define ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED | ||||
|  | ||||
| #endif // SDSUPPORT | ||||
|  | ||||
| // for dogm lcd displays you can choose some additional fonts: | ||||
| @@ -357,9 +363,6 @@ | ||||
| //#define WATCHDOG_RESET_MANUAL | ||||
| #endif | ||||
|  | ||||
| // Enable the option to stop SD printing when hitting and endstops, needs to be enabled from the LCD menu when this option is enabled. | ||||
| //#define ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED | ||||
|  | ||||
| // @section lcd | ||||
|  | ||||
| // Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process | ||||
|   | ||||
		Reference in New Issue
	
	Block a user