Update macros for parity with 2.0.x

This commit is contained in:
Scott Lahteine 2017-11-10 04:32:03 -06:00
parent 7535c21894
commit deaa70c2cc
2 changed files with 7 additions and 2 deletions

View file

@ -212,8 +212,6 @@ inline void refresh_cmd_timeout() { previous_cmd_ms = millis(); }
*/
extern int16_t feedrate_percentage;
#define MMM_TO_MMS(MM_M) ((MM_M)/60.0)
#define MMS_TO_MMM(MM_S) ((MM_S)*60.0)
#define MMS_SCALED(MM_S) ((MM_S)*feedrate_percentage*0.01)
extern bool axis_relative_modes[];