 |
AtCore
1.0.72
AtCore is a API to manage the serial connection between the computer and 3D Printers.
|
Go to the documentation of this file.
20 Q_PLUGIN_METADATA(IID
"org.kde.atelier.core.firmware")
34 QString
name()
const override;
47 QByteArray
translate(
const QString &command)
override;
GrblPlugin()
Create new GrblPlugin.
Definition: grblplugin.cpp:21
void validateCommand(const QString &lastMessage) override
Grbl does not return anything on command execution.
Definition: grblplugin.cpp:31
QByteArray translate(const QString &command) override
Translate common commands to firmware specific command.
Definition: grblplugin.cpp:38
The GrblPlugin class Plugin for Grbl.
Definition: grblplugin.h:17
QString name() const override
Return Plugin name.
Definition: grblplugin.cpp:16
bool isSdSupported() const override
sdSupport
Definition: grblplugin.cpp:26
The IFirmware class Base Class for Firmware Plugins.
Definition: ifirmware.h:24