This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin
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.
2019-08-08 01:51:37 -05:00
..
lib Module updates 2017-09-21 16:26:42 -05:00
src Fix code attempting to sprintf %f (#14869) 2019-08-08 01:51:37 -05:00
Configuration.h Overlord printer thermistor (#14815) 2019-08-03 20:57:56 -05:00
Configuration_adv.h TMC SPI Endstops and Improved Sensorless Homing (#14044) 2019-08-04 22:22:58 -05:00
Makefile Dreammaker Overlord pins (#14791) 2019-07-31 21:15:36 -05:00
Marlin.ino Patch some (c) messages 2019-08-02 07:47:33 -05:00