Make FWRetract class for 2.0.x parity

This commit is contained in:
Scott Lahteine
2018-01-04 16:42:56 -06:00
parent 518d9beb83
commit e7bf7e6031
7 changed files with 352 additions and 238 deletions

View File

@@ -136,7 +136,6 @@
#if ENABLED(ULTRA_LCD)
extern char lcd_status_message[];
#endif
inline void sync_plan_position_e() { planner.set_e_position_mm(current_position[E_AXIS]); }
// Private functions