Browse Source

Report position to host in Nozzle::park

Scott Lahteine 6 years ago
parent
commit
e3ce346f24
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/libs/nozzle.cpp

+ 2
- 0
Marlin/src/libs/nozzle.cpp View File

180
     }
180
     }
181
 
181
 
182
     do_blocking_move_to_xy(park.x, park.y, fr_xy);
182
     do_blocking_move_to_xy(park.x, park.y, fr_xy);
183
+
184
+    report_current_position();
183
   }
185
   }
184
 
186
 
185
 #endif // NOZZLE_PARK_FEATURE
187
 #endif // NOZZLE_PARK_FEATURE

Loading…
Cancel
Save