patch LIN_ADVANCE to use code_value_float
This commit is contained in:
parent
b708196770
commit
2b340f5acb
2 changed files with 2 additions and 2 deletions
|
|
@ -333,7 +333,7 @@ const char axis_codes[NUM_AXIS] = {'X', 'Y', 'Z', 'E'};
|
|||
|
||||
static int serial_count = 0;
|
||||
|
||||
// GCode parameter pointer used by code_seen(), code_value(), etc.
|
||||
// GCode parameter pointer used by code_seen(), code_value_float(), etc.
|
||||
static char* seen_pointer;
|
||||
|
||||
// Next Immediate GCode Command pointer. NULL if none.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue