mirror of
https://github.com/grblHAL/core.git
synced 2026-03-23 20:54:26 +08:00
Fix for bug preventing disabling of AMASS, changed the ADAPTIVE_MULTI_AXIS_STEP_SMOOTHING symbol so it can be overridden via compiler argument.
For developers: added output function parameter to signature of report_realtime_status() call to allow routing output to a given stream (or streams).
This commit is contained in:
2
report.h
2
report.h
@@ -64,7 +64,7 @@ status_code_t report_grbl_setting (setting_id_t id, void *data);
|
||||
void report_echo_line_received (char *line);
|
||||
|
||||
// Prints realtime status report.
|
||||
void report_realtime_status (void);
|
||||
void report_realtime_status (stream_write_ptr stream_write);
|
||||
|
||||
// Prints recorded probe position.
|
||||
void report_probe_parameters (void);
|
||||
|
||||
Reference in New Issue
Block a user