inital commit
This commit is contained in:
commit
f91c9f1a6f
19 changed files with 3763 additions and 0 deletions
7
gcodetovhf.h
Normal file
7
gcodetovhf.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue