VHFMill/gcodetovhf.h
2023-01-29 18:45:42 +01:00

8 lines
181 B
C

#ifndef GCODETOVHF_H
#define GCODETOVHF_H
#include <QByteArray>
QByteArray gcodeToVhf(const QByteArray& gcode, bool* ok, QList<QString>* errors = nullptr);
#endif // GCODETOVHF_H