The GrblPlugin class Plugin for Grbl.
More...
#include <grblplugin.h>
The GrblPlugin class Plugin for Grbl.
◆ GrblPlugin()
GrblPlugin::GrblPlugin |
( |
| ) |
|
◆ ~GrblPlugin()
GrblPlugin::~GrblPlugin |
( |
| ) |
|
|
default |
◆ isSdSupported()
bool GrblPlugin::isSdSupported |
( |
| ) |
const |
|
overridevirtual |
sdSupport
- Returns
- True if plugins supports sd cards
Implements IFirmware.
◆ name()
QString GrblPlugin::name |
( |
| ) |
const |
|
overridevirtual |
Return Plugin name.
- Returns
- Grbl
Implements IFirmware.
◆ translate()
QByteArray GrblPlugin::translate |
( |
const QString & |
command | ) |
|
|
overridevirtual |
Translate common commands to firmware specific command.
- Parameters
-
command | command to translate |
- Returns
- firmware specific translated command
Reimplemented from IFirmware.
◆ validateCommand()
void GrblPlugin::validateCommand |
( |
const QString & |
lastMessage | ) |
|
|
overridevirtual |
Grbl does not return anything on command execution.
- Parameters
-
lastMessage | last message from printer |
Reimplemented from IFirmware.
The documentation for this class was generated from the following files: