mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-02-18 18:32:29 -07:00
Use static classes for job timers (#9940)
This commit is contained in:
parent
bc08ce86be
commit
f0d8d76f68
11 changed files with 193 additions and 173 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include "ultralcd.h"
|
||||
#include "stepper.h"
|
||||
#include "language.h"
|
||||
#include "printcounter.h"
|
||||
|
||||
#define LONGEST_FILENAME (longFilename[0] ? longFilename : filename)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue