Simplified Z_IDLE_HEIGHT

MarlinFirmware/Marlin#20444
This commit is contained in:
Scott Lahteine 2021-02-25 09:57:03 -06:00
parent 5c7add591d
commit e390698947
465 changed files with 1722 additions and 903 deletions

View file

@ -871,9 +871,6 @@
#define DISABLE_INACTIVE_Z true // Set 'false' if the nozzle could fall onto your printed part!
#define DISABLE_INACTIVE_E true
// If the Nozzle or Bed falls when the Z stepper is disabled, set its resting position here.
//#define Z_AFTER_DEACTIVATE Z_HOME_POS
// 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.