G12 E soft endstops parameter (#17788)
This commit is contained in:
@ -152,6 +152,7 @@ typedef struct { xyz_pos_t min, max; } axis_limits_t;
|
||||
, const uint8_t old_tool_index=0, const uint8_t new_tool_index=0
|
||||
#endif
|
||||
);
|
||||
#define TEMPORARY_SOFT_ENDSTOP_STATE(enable) REMEMBER(tes, soft_endstops_enabled, enable);
|
||||
#else
|
||||
constexpr bool soft_endstops_enabled = false;
|
||||
//constexpr axis_limits_t soft_endstop = {
|
||||
@ -159,6 +160,7 @@ typedef struct { xyz_pos_t min, max; } axis_limits_t;
|
||||
// { X_MAX_POS, Y_MAX_POS, Z_MAX_POS } };
|
||||
#define apply_motion_limits(V) NOOP
|
||||
#define update_software_endstops(...) NOOP
|
||||
#define TEMPORARY_SOFT_ENDSTOP_STATE(...) NOOP
|
||||
#endif
|
||||
|
||||
void report_real_position();
|
||||
|
Reference in New Issue
Block a user