Pending refactor tweaks

This commit is contained in:
Scott Lahteine
2019-09-16 15:01:46 -05:00
parent 9c218381c5
commit d63e0f6d98
5 changed files with 33 additions and 32 deletions

View File

@ -43,6 +43,12 @@
#include "../inc/MarlinConfig.h"
#include "planner.h"
#include "stepper/indirection.h"
#ifdef __AVR__
#include "speed_lookuptable.h"
#endif
// Disable multiple steps per ISR
//#define DISABLE_MULTI_STEPPING
@ -217,16 +223,6 @@
//
// Stepper class definition
//
#include "stepper/indirection.h"
#ifdef __AVR__
#include "speed_lookuptable.h"
#endif
#include "planner.h"
#include "../core/language.h"
class Stepper {
public: