kopia lustrzana https://github.com/Schildkroet/GRBL-Advanced
Backlash fix for canceled move
rodzic
f22724e2e0
commit
2cb33d67db
|
@ -29,6 +29,7 @@
|
||||||
#include "SpindleControl.h"
|
#include "SpindleControl.h"
|
||||||
#include "CoolantControl.h"
|
#include "CoolantControl.h"
|
||||||
#include "Protocol.h"
|
#include "Protocol.h"
|
||||||
|
#include "MotionControl.h"
|
||||||
|
|
||||||
#include "Print.h"
|
#include "Print.h"
|
||||||
|
|
||||||
|
@ -466,6 +467,7 @@ void Protocol_ExecRtSystem(void)
|
||||||
Stepper_Reset();
|
Stepper_Reset();
|
||||||
GC_SyncPosition();
|
GC_SyncPosition();
|
||||||
Planner_SyncPosition();
|
Planner_SyncPosition();
|
||||||
|
MC_SyncBacklashPosition();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(sys.suspend & SUSPEND_SAFETY_DOOR_AJAR) { // Only occurs when safety door opens during jog.
|
if(sys.suspend & SUSPEND_SAFETY_DOOR_AJAR) { // Only occurs when safety door opens during jog.
|
||||||
|
|
Ładowanie…
Reference in New Issue