mirror of
https://github.com/synthetos/g2.git
synced 2026-09-23 21:38:54 +08:00
Testing
This commit is contained in:
@@ -161,10 +161,10 @@ static void _controller_HSM()
|
||||
DISPATCH(sr_status_report_callback()); // conditionally send status report
|
||||
DISPATCH(qr_queue_report_callback()); // conditionally send queue report
|
||||
|
||||
// these 3 must be in this exact order:
|
||||
DISPATCH(mp_planner_callback()); // motion planner
|
||||
|
||||
DISPATCH(cm_arc_callback(cm)); // arc generation runs as a cycle above lines
|
||||
DISPATCH(cm_operation_runner_callback()); // operation action runner
|
||||
DISPATCH(cm_arc_callback(cm)); // arc generation runs as a cycle above lines
|
||||
|
||||
DISPATCH(cm_homing_cycle_callback()); // homing cycle operation (G28.2)
|
||||
DISPATCH(cm_probing_cycle_callback()); // probing cycle operation (G38.2)
|
||||
|
||||
Reference in New Issue
Block a user