Optimize LCD, Wifi, etc. libraries (#18730)

This commit is contained in:
Scott Lahteine
2020-07-21 04:00:39 -05:00
committed by GitHub
parent 469f63f74d
commit 6027055695
7 changed files with 47 additions and 68 deletions

View File

@ -115,8 +115,7 @@ void GcodeSuite::M360() {
xyz_pos_t cmin = dmin, cmax = dmax;
apply_motion_limits(cmin);
apply_motion_limits(cmax);
const xyz_pos_t lmin = dmin.asLogical(), lmax = dmax.asLogical(),
wmin = cmin.asLogical(), wmax = cmax.asLogical();
const xyz_pos_t wmin = cmin.asLogical(), wmax = cmax.asLogical();
PGMSTR(MIN_STR, "Min");
PGMSTR(MAX_STR, "Max");