mirror of
https://github.com/synthetos/g2.git
synced 2026-09-20 17:55:43 +08:00
Add the remainder of diff changes with exception of persistence files'
This commit is contained in:
committed by
Rob Giseburt
parent
00fdcb35cf
commit
c7a9467230
@@ -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 --------------------------------------------------//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user