[2.0.x] Fix change filament for delta machines (#9295)
This commit is contained in:
committed by
Scott Lahteine
parent
62ecc74e76
commit
3db35ba9be
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user