0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-07-29 05:02:07 +00:00

Fix moves for DELTA for MANUAL_BED_LEVELING

- Use `line_to_current` in place of `plan_buffer_line`
This commit is contained in:
Scott Lahteine 2015-04-09 04:32:14 -07:00
parent a488445cbe
commit 9189cc66ab
2 changed files with 93 additions and 93 deletions

View file

@ -2929,7 +2929,7 @@ inline void gcode_M42() {
// use that as a starting point for each probe.
//
if (verbose_level > 2)
SERIAL_PROTOCOL("Positioning the probe...\n");
SERIAL_PROTOCOLPGM("Positioning the probe...\n");
plan_buffer_line( X_probe_location, Y_probe_location, Z_start_location,
ext_position,