Fix "E ghost moves".
This commit is contained in:
parent
50adc11392
commit
15476fa655
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue