Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarlinFirmware/Marlin
/ value_string
Method
value_string
Marlin/src/gcode/parser.h:254–254 ·
view source on GitHub ↗
The value as a string
Source
from the content-addressed store, hash-verified
252
253
// The value as a string
254
static char* value_string() { return value_ptr; }
255
256
// Float removes
'E'
to prevent scientific notation interpretation
257
static float value_float() {
Callers
6
M550
Method · 0.80
M552
Method · 0.80
M553
Method · 0.80
M554
Method · 0.80
M707
Method · 0.80
M708
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected