Restore position_float to LIN_ADVANCE
This commit is contained in:
parent
4f375cd17d
commit
1068798465
3 changed files with 102 additions and 12 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue