Patch M701 get extruder arg
This commit is contained in:
parent
46a839cbca
commit
cce91eef61
1 changed files with 1 additions and 1 deletions
|
|
@ -10297,7 +10297,7 @@ inline void gcode_M502() {
|
||||||
inline void gcode_M701() {
|
inline void gcode_M701() {
|
||||||
point_t park_point = NOZZLE_PARK_POINT;
|
point_t park_point = NOZZLE_PARK_POINT;
|
||||||
|
|
||||||
if (get_target_extruder_from_command(200)) return;
|
if (get_target_extruder_from_command(701)) return;
|
||||||
|
|
||||||
// Z axis lift
|
// Z axis lift
|
||||||
if (parser.seenval('Z')) park_point.z = parser.linearval('Z');
|
if (parser.seenval('Z')) park_point.z = parser.linearval('Z');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue