Libs updates

This commit is contained in:
Scott Lahteine
2017-09-06 06:28:32 -05:00
parent 34101224c4
commit d7ee81202f
13 changed files with 97 additions and 60 deletions

View File

@@ -23,7 +23,7 @@
#ifndef __NOZZLE_H__
#define __NOZZLE_H__
#include "Marlin.h"
#include "../inc/MarlinConfig.h"
#include "point_t.h"
#if ENABLED(NOZZLE_CLEAN_FEATURE)
@@ -106,4 +106,4 @@ class Nozzle {
) _Os;
};
#endif
#endif // __NOZZLE_H__