Use static classes for job timers (#9940)

This commit is contained in:
Scott Lahteine 2018-03-04 22:52:25 -06:00 committed by GitHub
parent bc08ce86be
commit f0d8d76f68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 193 additions and 173 deletions

View file

@ -29,6 +29,7 @@
#include "ultralcd.h"
#include "stepper.h"
#include "language.h"
#include "printcounter.h"
#define LONGEST_FILENAME (longFilename[0] ? longFilename : filename)