Set homing feedrates individually

This commit is contained in:
Scott Lahteine
2016-07-19 17:11:57 -07:00
parent e6e4d4062d
commit 204fd6ec44
25 changed files with 73 additions and 40 deletions

View File

@ -682,6 +682,8 @@
#error "ABS_PREHEAT_FAN_SPEED is now PREHEAT_2_FAN_SPEED. Please update your configuration."
#elif defined(ENDSTOPS_ONLY_FOR_HOMING)
#error "ENDSTOPS_ONLY_FOR_HOMING is deprecated. Use (disable) ENDSTOPS_ALWAYS_ON_DEFAULT instead."
#elif defined(HOMING_FEEDRATE)
#error "HOMING_FEEDRATE is deprecated. Set individual rates with HOMING_FEEDRATE_(XY|Z|E) instead."
#endif
#endif //SANITYCHECK_H