inital commit

This commit is contained in:
2023-01-29 18:45:42 +01:00
commit f91c9f1a6f
19 changed files with 3763 additions and 0 deletions

7
gcodetovhf.h Normal file
View File

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