New localization - includes fixed
This commit is contained in:
parent
3d595cc523
commit
59f3f9d8ec
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
#define CMDQUEUE_H
|
||||
|
||||
#include "Marlin.h"
|
||||
#include "language_all.h"
|
||||
#include "language.h"
|
||||
|
||||
|
||||
// String circular buffer. Commands may be pushed to the buffer from both sides:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "Marlin.h"
|
||||
#include "Configuration.h"
|
||||
#include "ConfigurationStore.h"
|
||||
#include "language_all.h"
|
||||
#include "language.h"
|
||||
#include "mesh_bed_calibration.h"
|
||||
#include "mesh_bed_leveling.h"
|
||||
#include "stepper.h"
|
||||
|
|
Loading…
Reference in a new issue