Fix "E ghost moves".

This commit is contained in:
Markus Hitter 2012-03-25 18:57:58 +02:00
parent 50adc11392
commit 15476fa655
1 changed files with 0 additions and 2 deletions

View File

@ -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;