MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / feedrateval

Method feedrateval

Marlin/src/gcode/parser.h:435–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433 { return seenval(c) ? value_axis_units(a) : dval; }
434 static celsius_t celsiusval(const char c, const celsius_t dval=0) { return seenval(c) ? value_celsius() : dval; }
435 static feedRate_t feedrateval(const char c, const feedRate_t dval=0) { return seenval(c) ? value_feedrate() : dval; }
436
437 #if ENABLED(MARLIN_DEV_MODE)
438

Callers 1

M240Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected