G12 E soft endstops parameter (#17788)

This commit is contained in:
Scott Lahteine
2020-04-29 03:25:35 -05:00
committed by GitHub
parent 36adbfa41c
commit 2d758663db
4 changed files with 23 additions and 16 deletions

View File

@ -92,8 +92,6 @@ struct measurements_t {
xy_float_t nozzle_outer_dimension = nod;
};
#define TEMPORARY_SOFT_ENDSTOP_STATE(enable) REMEMBER(tes, soft_endstops_enabled, enable);
#if ENABLED(BACKLASH_GCODE)
#define TEMPORARY_BACKLASH_CORRECTION(value) REMEMBER(tbst, backlash.correction, value)
#else