Update powersupply_on in power_on/off (#10015)

Fix #10004
This commit is contained in:
Scott Lahteine
2018-03-08 18:56:47 -06:00
committed by GitHub
parent 42608b1925
commit 3c2bfa5e53
5 changed files with 16 additions and 19 deletions

View File

@ -894,7 +894,7 @@ void Planner::_buffer_steps(const int32_t (&target)[XYZE]
#if ENABLED(AUTO_POWER_CONTROL)
if (block->steps[X_AXIS] || block->steps[Y_AXIS] || block->steps[Z_AXIS])
powerManager.power_on();
powerManager.power_on();
#endif
//enable active axes