Restore position_float to fix LIN_ADVANCE

This commit is contained in:
Scott Lahteine
2017-12-21 16:39:18 -06:00
parent 2ec4113cb2
commit 5bc2acc072
3 changed files with 100 additions and 10 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
*/