MCPcopy 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

M550Method · 0.80
M552Method · 0.80
M553Method · 0.80
M554Method · 0.80
M707Method · 0.80
M708Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected