/
githubmirror
/
Marlin
Обзор
Документация
Войти
/
githubmirror
/
Marlin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
bugfix-2.1.x
buildroot/share/PlatformIO/scripts/deeper.cpp
15 строк
342 B
Scott Lahteine
🧑💻 Shaped axis macros, etc. (#28084)
29 сен 2025, 23:24
Не верифицирован
29 сен 2025, 23:24
c6cd10a
Код
Авторство
О чём код?
/** * Use this file to dig deeper into compile issues. * * Usage: * gcc -D__MARLIN_DEPS__ -E -o - buildroot/share/PlatformIO/scripts/deeper.cpp * * For convenience redirect output to a file or pipe to your favorite editor. */ #include "../../../../Marlin/src/inc/MarlinConfig.h" int main() { // Insert your code here return 0; }