mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-29 13:19:53 +00:00
c8e30b6639
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages. |
||
---|---|---|
.. | ||
lib | ||
src | ||
Configuration.h | ||
Configuration_adv.h | ||
Makefile | ||
Marlin.ino |