Replace double with float, optimize calculation
This commit is contained in:
parent
d960d448fa
commit
1367df2875
38 changed files with 263 additions and 267 deletions
|
|
@ -103,7 +103,7 @@ void GcodeSuite::get_destination_from_command() {
|
|||
destination[i] = current_position[i];
|
||||
}
|
||||
|
||||
if (parser.linearval('F') > 0.0)
|
||||
if (parser.linearval('F') > 0)
|
||||
feedrate_mm_s = MMM_TO_MMS(parser.value_feedrate());
|
||||
|
||||
#if ENABLED(PRINTCOUNTER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue