No need to include thermistortables.h in Configuration.h
This commit is contained in:
parent
df27d01cd9
commit
2d378fac1b
@ -1344,6 +1344,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1338,6 +1338,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1321,6 +1321,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1319,6 +1319,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1330,6 +1330,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1332,6 +1332,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1355,6 +1355,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1338,6 +1338,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1338,6 +1338,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1338,6 +1338,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1338,6 +1338,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1346,6 +1346,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1359,6 +1359,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1330,6 +1330,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1338,6 +1338,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1430,6 +1430,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1424,6 +1424,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1427,6 +1427,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1427,6 +1427,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1430,6 +1430,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1341,6 +1341,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -1332,6 +1332,5 @@
|
||||
#endif
|
||||
|
||||
#include "Configuration_adv.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#endif //CONFIGURATION_H
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "Marlin.h"
|
||||
#include "ultralcd.h"
|
||||
#include "temperature.h"
|
||||
#include "thermistortables.h"
|
||||
#include "language.h"
|
||||
#include "Sd2PinMap.h"
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
|
||||
#include "Marlin.h"
|
||||
#include "planner.h"
|
||||
#include "thermistortables.h"
|
||||
|
||||
#if ENABLED(PID_ADD_EXTRUSION_RATE)
|
||||
#include "stepper.h"
|
||||
|
Loading…
Reference in New Issue
Block a user