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

@ -30,6 +30,7 @@
#include "ultralcd.h"
#include "planner.h"
#include "language.h"
#include "printcounter.h"
#if ENABLED(HEATER_0_USES_MAX6675)
#include "MarlinSPI.h"