[2.0.x] Fix change filament for delta machines (#9295)

This commit is contained in:
Thomas Moore
2018-01-22 10:21:42 -06:00
committed by Scott Lahteine
parent 62ecc74e76
commit 3db35ba9be
5 changed files with 31 additions and 12 deletions

View File

@@ -41,7 +41,7 @@
* L[distance] - Extrude distance for insertion, for the specified extruder
*
*/
inline void GcodeSuite::M603() {
void GcodeSuite::M603() {
if (get_target_extruder_from_command()) return;