Dependency adjustments
This commit is contained in:
@@ -29,11 +29,10 @@
|
||||
|
||||
#include "../inc/MarlinConfig.h"
|
||||
|
||||
bool set_probe_deployed(const bool deploy);
|
||||
float probe_pt(const float &rx, const float &ry, const bool, const uint8_t, const bool printable=true);
|
||||
|
||||
#if HAS_BED_PROBE
|
||||
extern float zprobe_zoffset;
|
||||
bool set_probe_deployed(const bool deploy);
|
||||
float probe_pt(const float &rx, const float &ry, const bool, const uint8_t, const bool printable=true);
|
||||
#define DEPLOY_PROBE() set_probe_deployed(true)
|
||||
#define STOW_PROBE() set_probe_deployed(false)
|
||||
#else
|
||||
|
@@ -54,12 +54,12 @@
|
||||
#include "planner.h"
|
||||
#include "motion.h"
|
||||
|
||||
#include "../Marlin.h"
|
||||
#include "../module/temperature.h"
|
||||
#include "../lcd/ultralcd.h"
|
||||
#include "../core/language.h"
|
||||
#include "../gcode/queue.h"
|
||||
#include "../sd/cardreader.h"
|
||||
#include "../Marlin.h"
|
||||
|
||||
#if MB(ALLIGATOR)
|
||||
#include "../feature/dac/dac_dac084s085.h"
|
||||
|
Reference in New Issue
Block a user