|
|
@ -21,12 +21,10 @@
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Conditionals.h
|
|
|
|
* Conditionals_post.h
|
|
|
|
* Defines that depend on configuration but are not editable.
|
|
|
|
* Defines that depend on configuration but are not editable.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef CONDITIONALS_H
|
|
|
|
|
|
|
|
#define CONDITIONALS_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "pins.h"
|
|
|
|
#include "pins.h"
|
|
|
|
|
|
|
|
|
|
|
@ -36,6 +34,8 @@
|
|
|
|
#include "Arduino.h"
|
|
|
|
#include "Arduino.h"
|
|
|
|
|
|
|
|
|
|
|
|
#include "macros.h"
|
|
|
|
#include "macros.h"
|
|
|
|
|
|
|
|
#ifndef CONDITIONALS_POST_H
|
|
|
|
|
|
|
|
#define CONDITIONALS_POST_H
|
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(EMERGENCY_PARSER)
|
|
|
|
#if ENABLED(EMERGENCY_PARSER)
|
|
|
|
#define EMERGENCY_PARSER_CAPABILITIES " EMERGENCY_CODES:M108,M112,M410"
|
|
|
|
#define EMERGENCY_PARSER_CAPABILITIES " EMERGENCY_CODES:M108,M112,M410"
|
|
|
@ -675,4 +675,4 @@
|
|
|
|
#define Z_RAISE_BETWEEN_PROBING MIN_Z_HEIGHT_FOR_HOMING
|
|
|
|
#define Z_RAISE_BETWEEN_PROBING MIN_Z_HEIGHT_FOR_HOMING
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#endif //CONDITIONALS_H
|
|
|
|
#endif // CONDITIONALS_POST_H
|