mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-06 22:57:43 -07:00
🧑💻 Shaped axis macros, etc. (#28084)
This commit is contained in:
parent
d08a7d4fd2
commit
c6cd10a92d
24 changed files with 208 additions and 263 deletions
15
buildroot/share/PlatformIO/scripts/deeper.cpp
Normal file
15
buildroot/share/PlatformIO/scripts/deeper.cpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue