|
|
@ -23,23 +23,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
|
|
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
|
|
|
|
|
|
|
|
|
|
|
#include "../bedlevel.h"
|
|
|
|
#include "../bedlevel.h"
|
|
|
|
#include "../../../module/planner.h"
|
|
|
|
#include "../../../module/planner.h"
|
|
|
|
#include "../../../module/stepper.h"
|
|
|
|
#include "../../../module/stepper.h"
|
|
|
|
#include "../../../module/motion.h"
|
|
|
|
#include "../../../module/motion.h"
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(DELTA)
|
|
|
|
#if ENABLED(DELTA)
|
|
|
|
#include "../../../module/delta.h"
|
|
|
|
#include "../../../module/delta.h"
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#include "../../../Marlin.h"
|
|
|
|
#include "../../../Marlin.h"
|
|
|
|
#include <math.h>
|
|
|
|
#include <math.h>
|
|
|
|
|
|
|
|
|
|
|
|
#if AVR_AT90USB1286_FAMILY // Teensyduino & Printrboard IDE extensions have compile errors without this
|
|
|
|
#if AVR_AT90USB1286_FAMILY // Teensyduino & Printrboard IDE extensions have compile errors without this
|
|
|
|
inline void set_current_from_destination() { COPY(current_position, destination); }
|
|
|
|
inline void set_current_from_destination() { COPY(current_position, destination); }
|
|
|
|
#else
|
|
|
|
#else
|
|
|
|
extern void set_current_from_destination();
|
|
|
|
extern void set_current_from_destination();
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if !UBL_SEGMENTED
|
|
|
|
#if !UBL_SEGMENTED
|
|
|
|
|
|
|
|
|
|
|
|