inital commit
This commit is contained in:
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
|
Reference in New Issue
Block a user