Fix undefined STATUS_CHAMBER_WIDTH

This commit is contained in:
Scott Lahteine 2020-03-01 20:21:30 -06:00
parent cc822bf70f
commit 870a1f753a

View File

@ -854,7 +854,9 @@
};
#endif
#else // HAS_HEATED_CHAMBER
#endif
#ifndef STATUS_CHAMBER_WIDTH
#define STATUS_CHAMBER_WIDTH 0
#endif