add .desktop icons
This commit is contained in:
@ -104,7 +104,7 @@ void VhfMill::jog(VhfMill::Axis axis, int jogDirection)
|
||||
jogAxis_ = axis;
|
||||
jogDirection_ = jogDirection;
|
||||
jogDirection = jogDirection == -1 ? 1 : 0;
|
||||
QByteArray command("GA");
|
||||
QByteArray command("GB");
|
||||
if(axis == AXIS_X)
|
||||
command.append(QByteArray::number(getLimits()[0]*jogDirection));
|
||||
else
|
||||
|
Reference in New Issue
Block a user