New localization - includes fixed

This commit is contained in:
Robert Pelnar 2018-05-09 16:55:41 +02:00
parent 3d595cc523
commit 59f3f9d8ec
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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"