Add a feedRate_t data type (#15349)
This commit is contained in:
parent
ee7558a622
commit
455dabb183
42 changed files with 384 additions and 377 deletions
|
|
@ -129,7 +129,7 @@ void GcodeSuite::get_destination_from_command() {
|
|||
#endif
|
||||
|
||||
if (parser.linearval('F') > 0)
|
||||
feedrate_mm_s = MMM_TO_MMS(parser.value_feedrate());
|
||||
feedrate_mm_s = parser.value_feedrate();
|
||||
|
||||
#if ENABLED(PRINTCOUNTER)
|
||||
if (!DEBUGGING(DRYRUN))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue