mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-01 04:17:02 +00:00
🎨 misc. cleanup
This commit is contained in:
parent
367c11dfa2
commit
2dcfa140e9
2 changed files with 5 additions and 6 deletions
|
@ -241,7 +241,6 @@ void report_current_position_projected() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#if ENABLED(AUTO_REPORT_POSITION)
|
#if ENABLED(AUTO_REPORT_POSITION)
|
||||||
//struct PositionReport { void report() { report_current_position_projected(); } };
|
|
||||||
AutoReporter<PositionReport> position_auto_reporter;
|
AutoReporter<PositionReport> position_auto_reporter;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue