Fix build time errors

parent 86fcfaad
......@@ -238,7 +238,7 @@
/*****************************************************************************************
************************************** MBL or ABL ***************************************
/*****************************************************************************************
*****************************************************************************************
* *
* Manual Bed Leveling (MBL) or Auto Bed Leveling (ABL) settings *
* Set the rectangle in which to probe in MBL or ABL. *
......@@ -445,4 +445,4 @@
//#define HOTEND_OFFSET_Z {0.0, 0.0, 0.0, 0.0} // (in mm) for each hotend, offset of the hotend on the Z axis
/*****************************************************************************************/
#endif
\ No newline at end of file
#endif
......@@ -193,9 +193,8 @@
* T0-T3 - Select a tool by index (usually an extruder) [ F<mm/min> ]
*
*/
#include "base.h"
#include "base.h"
#if ENABLED(DIGIPOT_I2C) || ENABLED(BLINKM)
#include <Wire.h>
#endif
......
......@@ -17,13 +17,11 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "laser.h"
#include "Configuration.h"
#include "ConfigurationStore.h"
#include "pins.h"
#include "../../base.h"
#include <avr/interrupt.h>
#include <Arduino.h>
#include "Marlin.h"
#if ENABLED(LASER)
laser_t laser;
......@@ -192,3 +190,5 @@ void laser_wait_for_peripherals() {
}
}
#endif // LASER_PERIPHERALS
#endif // LASER
......@@ -21,7 +21,7 @@
#define LASER_H
#include <inttypes.h>
#include "Configuration.h"
#include "../../base.h"
// split into planned and status
typedef struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment