You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Scott Lahteine c8e30b6639
Fix code attempting to sprintf %f (#14869)
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
5 years ago
..
lib Module updates 7 years ago
src Fix code attempting to sprintf %f (#14869) 5 years ago
Configuration.h Overlord printer thermistor (#14815) 5 years ago
Configuration_adv.h TMC SPI Endstops and Improved Sensorless Homing (#14044) 5 years ago
Makefile Dreammaker Overlord pins (#14791) 5 years ago
Marlin.ino Patch some (c) messages 5 years ago