Move and label HOME_AFTER_DEACTIVATE

This commit is contained in:
Scott Lahteine 2020-11-26 23:59:01 -06:00
parent 9580ab9a8d
commit fc581b78ad
423 changed files with 452 additions and 846 deletions

View file

@ -854,8 +854,6 @@
// If the Nozzle or Bed falls when the Z stepper is disabled, set its resting position here.
//#define Z_AFTER_DEACTIVATE Z_HOME_POS
//#define HOME_AFTER_DEACTIVATE // Require rehoming after steppers are deactivated
// Default Minimum Feedrates for printing and travel moves
#define DEFAULT_MINIMUMFEEDRATE 0.0 // (mm/s) Minimum feedrate. Set with M205 S.
#define DEFAULT_MINTRAVELFEEDRATE 0.0 // (mm/s) Minimum travel feedrate. Set with M205 T.