mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
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() {
|
||||
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
|
||||
if (parser.seenval('Z')) park_point.z = parser.linearval('Z');
|
||||
|
|
Loading…
Reference in a new issue