[ToolChanger] Lock the current tool at power-up (#17093)

This commit is contained in:
MangaValk
2020-03-08 22:13:41 +01:00
committed by GitHub
parent b21edce943
commit 57f488738b
3 changed files with 18 additions and 5 deletions

View File

@@ -97,6 +97,10 @@
void est_init();
#endif
#if ENABLED(SWITCHING_TOOLHEAD)
void swt_init();
#endif
/**
* Perform a tool-change, which may result in moving the
* previous tool out of the way and the new tool into place.