Add the remainder of diff changes with exception of persistence files'

This commit is contained in:
Matt Staniszewski
2020-01-10 19:24:35 -06:00
committed by Rob Giseburt
parent 00fdcb35cf
commit c7a9467230
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -48,6 +48,7 @@
#ifdef ENABLE_INTERLOCK_AND_ESTOP
#include "spindle.h"
#endif
#include "persistence.h"
#include "MotatePower.h"
@@ -232,6 +233,7 @@ static void _controller_HSM()
#if MARLIN_COMPAT_ENABLED == true
DISPATCH(marlin_callback()); // handle Marlin stuff - may return EAGAIN, must be after planner_callback!
#endif
DISPATCH(write_persistent_values_callback());
//----- command readers and parsers --------------------------------------------------//