[2.0.x] Wait for bed heaters between probing (#10472)

This commit is contained in:
Scott Lahteine
2018-04-21 15:43:21 -05:00
committed by GitHub
parent a0dac95d25
commit a90cbc6339
69 changed files with 225 additions and 2 deletions

View File

@ -41,13 +41,13 @@
#endif
// Could be moved to a feature, but this is all the data
bool powersupply_on =
bool powersupply_on = (
#if ENABLED(PS_DEFAULT_OFF)
false
#else
true
#endif
;
);
#if HAS_TRINAMIC
#include "../../feature/tmc_util.h"