Files
grblHAL/ngc_expr.h
Terje Io 71dc5ac333 Changed safety door/parking handling to be compliant with legacy Grbl.
Added $384 setting for controlling G92 offset persistence.
Improved $help command output and handling.
Moved the optional tool table in non-volatile storage.
Added gcode parameter support and optional expression support.
2021-09-29 10:22:47 +02:00

9 lines
150 B
C

/* ngc_expr.h */
#ifndef _NGC_EXPR_H_
#define _NGC_EXPR_H_
status_code_t ngc_eval_expression (char *line, uint_fast8_t *pos, float *value);
#endif