Restore position_float to LIN_ADVANCE

This commit is contained in:
Scott Lahteine 2017-12-20 06:21:09 -06:00
parent 4f375cd17d
commit 1068798465
3 changed files with 102 additions and 12 deletions

View file

@ -491,6 +491,10 @@ static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
#endif
#endif
#if ENABLED(LIN_ADVANCE) && !IS_CARTESIAN
#error "Sorry! LIN_ADVANCE is only compatible with Cartesian."
#endif
/**
* Parking Extruder requirements
*/