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:
parent
096046c09f
commit
ab6f1fdf8b
15 changed files with 85 additions and 43 deletions
|
@ -324,6 +324,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -349,9 +355,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -317,6 +317,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -342,9 +348,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -330,6 +330,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -356,9 +362,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -330,6 +330,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -356,9 +362,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -330,6 +330,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -356,9 +362,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -324,6 +324,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -349,9 +355,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -330,6 +330,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -356,9 +362,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -330,6 +330,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -356,9 +362,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -331,6 +331,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -356,9 +362,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -331,6 +331,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -357,9 +363,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -330,6 +330,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -356,9 +362,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -371,6 +371,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -396,9 +402,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -330,6 +330,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -356,9 +362,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -330,6 +330,12 @@
|
||||||
// This allows hosts to request long names for files and folders with M33
|
// This allows hosts to request long names for files and folders with M33
|
||||||
//#define LONG_FILENAME_HOST_SUPPORT
|
//#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
|
#endif // SDSUPPORT
|
||||||
|
|
||||||
// for dogm lcd displays you can choose some additional fonts:
|
// for dogm lcd displays you can choose some additional fonts:
|
||||||
|
@ -356,9 +362,6 @@
|
||||||
//#define WATCHDOG_RESET_MANUAL
|
//#define WATCHDOG_RESET_MANUAL
|
||||||
#endif
|
#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
|
// @section lcd
|
||||||
|
|
||||||
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
// Babystepping enables the user to control the axis in tiny amounts, independently from the normal printing process
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
|
#ifdef ABORT_ON_ENDSTOP_HIT_FEATURE_ENABLED
|
||||||
extern bool abort_on_endstop_hit;
|
extern bool abort_on_endstop_hit;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Initialize and start the stepper motor subsystem
|
// Initialize and start the stepper motor subsystem
|
||||||
|
|
Reference in a new issue