1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-11-27 22:08:02 +00:00
MarlinFirmware/Marlin
mihtjel 259d8f19b3 Fix macros that call macros crashing (#21383)
When macros call macros, the null termination should remain in place until the macro is completed, and only then put back. Otherwise, the macro handler interprets this as setting the macro called to a new value.
2021-04-29 08:45:16 -05:00
..
lib
src Fix macros that call macros crashing (#21383) 2021-04-29 08:45:16 -05:00
Configuration_adv.h
Configuration.h
Makefile
Marlin.ino
Version.h