[1.1.x] Add optional menu item to toggle software endstops (#10392)

This commit is contained in:
Scott Lahteine 2018-04-13 00:24:20 -05:00 committed by GitHub
parent e3c2d43b2b
commit 090d72f591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
57 changed files with 227 additions and 0 deletions

View file

@ -895,6 +895,10 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley
#define MAX_SOFTWARE_ENDSTOP_Z
#endif
#if ENABLED(MIN_SOFTWARE_ENDSTOPS) || ENABLED(MAX_SOFTWARE_ENDSTOPS)
//#define SOFT_ENDSTOPS_MENU_ITEM // Enable/Disable software endstops from the LCD
#endif
/**
* Filament Runout Sensors
* Mechanical or opto endstops are used to check for the presence of filament.