From 15476fa655090c7c83da5e114a485723f10afd15 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sun, 25 Mar 2012 18:57:58 +0200 Subject: [PATCH] Fix "E ghost moves". --- gcode_process.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcode_process.c b/gcode_process.c index 9b69039..9d41e89 100644 --- a/gcode_process.c +++ b/gcode_process.c @@ -120,8 +120,6 @@ void process_gcode_command() { next_target.target.Y = startpoint.Y; if (next_target.seen_Z == 0) next_target.target.Z = startpoint.Z; - if (next_target.seen_E == 0) - next_target.target.E = startpoint.E; if (next_target.seen_G) { uint8_t axisSelected = 0;