Marlin_Firmware/Marlin/src/gcode/feature
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
..
advance Fix single nozzle temp change, do slower extra prime (#14696) 2019-07-21 19:33:37 -05:00
baricuda Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
camera Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
caselight Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
clean Finish G12, update Nozzle::clean (#14642) 2019-07-17 04:23:19 -05:00
digipot Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
filwidth Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
fwretract Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
i2c Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
L6470 Fix code attempting to sprintf %f (#14869) 2019-08-08 01:51:37 -05:00
leds Update M7219 comment, tweak parameter code 2019-07-24 21:09:51 -05:00
macro Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
mixing Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
pause Finish G12, update Nozzle::clean (#14642) 2019-07-17 04:23:19 -05:00
powerloss Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
prusa_MMU2 Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
runout Fix M412 without HOST_ACTION_COMMANDS (#14591) 2019-07-12 04:23:33 -05:00
trinamic Fix MIN/MAX function collision with macros 2019-07-05 18:14:02 -05:00