Fix a compiler warning
This commit is contained in:
parent
bb0508b6cf
commit
e3cedfa0ec
|
@ -9159,7 +9159,6 @@ void quickstop_stepper() {
|
|||
int8_t ix = parser.intval('I', -1), iy = parser.intval('J', -1);
|
||||
const bool hasI = ix >= 0,
|
||||
hasJ = iy >= 0,
|
||||
hasC = parser.seen('C'),
|
||||
hasZ = parser.seen('Z'),
|
||||
hasQ = !hasZ && parser.seen('Q');
|
||||
|
||||
|
|
Loading…
Reference in a new issue